/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_naturalchill -- ------------------------------------------------------ -- 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','1','Asset'),(2,'Liability','BS','1','1','Liability'),(3,'Equity','BS','1','1','Equity'),(4,'Income','PL','1','1','Income'),(5,'Expense','PL','1','1','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=14 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','2020-11-09 13:44:49','Robisearch Deleted item with id 7 from people table at 2020-11-09 13:44:49','41.80.29.169',1),(2,'1','2020-11-09 13:45:20','Robisearch Deleted item with id 5 from people table at 2020-11-09 13:45:20','41.80.29.169',1),(3,'1','2020-11-09 13:45:29','Robisearch Deleted item with id 6 from people table at 2020-11-09 13:45:29','41.80.29.169',1),(4,'1','2020-11-09 14:13:57','Robisearch Deleted item with id 2 from maincategory table at 2020-11-09 14:13:57','41.80.118.37',1),(5,'1','2020-11-09 14:14:19','Robisearch Updated item with id 1 from maincategory table at 2020-11-09 14:14:19','41.80.118.37',1),(6,'1','2020-11-09 14:14:38','Robisearch Updated item with id 1 from maincategory table at 2020-11-09 14:14:38','41.80.118.37',1),(7,'1','2020-11-12 08:19:25','Robi Deleted item with id 8 from people table at 2020-11-12 08:19:25','154.70.45.46',1),(8,'10','2020-11-12 10:42:05','admin Deleted item with id 4 from people table at 2020-11-12 10:42:05','105.163.144.83',1),(9,'10','2020-11-15 18:44:04','admin Deleted Invoice sales with receipt Number= 237 and Refrence No= 111605453684 worth a total of =900 with cash of 0 .The deleted sales was made on 2020-11-15 18:22:49 by MAKORI and the deletion took place at 2020-11-15 18:44:04','41.90.88.92',1),(10,'10','2020-11-15 18:44:04','admin Deleted Invoice sales with receipt Number= 237 and Refrence No= 111605453684 worth a total of =900 with cash of 0 .The deleted sales was made on 2020-11-15 18:22:49 by MAKORI and the deletion took place at 2020-11-15 18:44:04','41.90.88.92',1),(11,'10','2020-11-19 21:07:31','admin Deleted Cash sales with receipt Number= 399 and Refrence No= 111605808365 worth a total of =450 with cash of 450 .The deleted sales was made on 2020-11-19 20:53:26 by MAKORI and the deletion took place at 2020-11-19 21:07:31','41.80.183.59',1),(12,'10','2020-11-19 21:07:31','admin Deleted Cash sales with receipt Number= 399 and Refrence No= 111605808365 worth a total of =450 with cash of 450 .The deleted sales was made on 2020-11-19 20:53:26 by MAKORI and the deletion took place at 2020-11-19 21:07:31','41.80.183.59',1),(13,'10','2020-11-23 04:13:27','admin Deleted item with id 12 from people table at 2020-11-23 04:13:27','105.162.2.243',1); /*!40000 ALTER TABLE `activityloggs` 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, 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,'8 ','','34444','','active','2020-07-08 17:49:23pm','1','1','34444','2020-07-09 10:00:00','2020-07-08 17:49:07'); /*!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, `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) 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 `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; INSERT INTO `advancepayment` VALUES (1,'2019-09-25 04:47:53am','1','1','500','39500','ok',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 AUTO_INCREMENT=2 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 */; INSERT INTO `alerts` VALUES (1,'254718667391','2020-04-25 09:35:59am','test','active','1','1','2020-04-25','01:45','new','ouko manayala','single',''); /*!40000 ALTER TABLE `alerts` 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, `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 `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; /*!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 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 */; /*!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) NOT NULL, `houseno` varchar(100) NOT 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, 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 `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; INSERT INTO `asignrooms` VALUES (1,'7','2','1054','active','2020-07-08 13:48:35','','1','1','1','2020-07-08'),(2,'6','2','102','active','2020-07-08 13:49:13','','1','1','1','2020-07-08'); /*!40000 ALTER TABLE `asignrooms` 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 AUTO_INCREMENT=5 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 */; INSERT INTO `assets` VALUES (1,'4TH STREET RED 5LTRS','Straight-line','JKUAT','23211-KYY-900','',14,'222','Good',NULL,'222','2020-09-23',NULL,NULL,'STORE','9000eee','8887391600827160',0,0,0,1.00,'2020-09-23 05:12:46','1','1','2020-10-01','','4TH STREET RED 5LTRS','New','piece','Inventory','1110','3010','5790','depreciating','10','1','11600826175','1000','1502','0'),(2,'4TH STREET RED 5LTRS','Straight-line','eerrr','23211-KYY-9002','www',14,'44444','Good',NULL,'44444','2020-09-23',NULL,NULL,'STORE','9000eee','2769381600826287',0,0,0,1.00,'2020-09-23 04:58:11','1','1','2020-09-16','','4TH STREET RED 5LTRS','New','piece','Inventory','1110','3010','5790','depreciating','10','1','2','1000','1502','0'),(3,'FLAX SEEDS','Straight-line','JKUAT','23211-KYY22-900','',14,'3000','Good',NULL,'3000','2020-09-16',NULL,NULL,'STORE','44545454','7627661602592878',0,0,0,1.00,'2020-10-13 15:41:20','1','1','2020-09-17','','FLAX SEEDS','New','piece','Inventory','1110','3010','5790','depreciating','10','2','11600827191','1000','1502','0'),(4,'PATIENT BED','Straight-line','JKUAT','xxxx','',14,'3000','Good',NULL,'3000','2020-09-07',NULL,NULL,'STORE','9000eee','292821602593064',0,0,0,1.00,'2020-10-13 15:44:50','1','1','0000-00-00','','PATIENT BED','New','piece','Inventory','1550','3010','5790','depreciating','10','1','11600832703','1000','1502','0'); /*!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, `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` varchar(100) 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` int(5) NOT NULL DEFAULT 0, `device` 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 `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','robisearch2018','D:\\xampp\\mysql\\bin\\','D:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` 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 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 */; /*!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 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 */; /*!40000 ALTER TABLE `batchlist` 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(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, `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, PRIMARY KEY (`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` ( `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, `id` int(11) NOT NULL AUTO_INCREMENT, 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 ('Counter','<H1 style=\"margin:0px;\">ROBISEARCH LTD</H1>\r\nP.O BOX 159-50404 JUJA\r\nTELEPHONE:0780655987\r\nTILL NO::0708325411\r\n<center><h1>PAYBILL NO:XXXX</h1></center>','2020-09-21 15:34:25','active','1','','1','TRILOK LIMITED<BR> \r\nP.O BOX 1157-50205 ROBISEARCH HQ<BR> \r\nPHONE:070728322; Pin No:A011559638G<BR> \r\n',1); /*!40000 ALTER TABLE `branch` 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, `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 `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, 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 `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; INSERT INTO `callcenter` VALUES (1,'FOOD','WANTED NYAMA','2020-08-19','new','1','','1','Sales','',0,'','ROBERT','JAMES','2020-08-19','254789927564','N/A'); /*!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 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 */; /*!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, 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 `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),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1),(5,'WATER','','','2018-06-27 11:33:55','','',0,1),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1),(10,'POWER','','','2018-08-04 10:42:10','','',0,1),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1); /*!40000 ALTER TABLE `charges` 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 NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=36 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,'2020-11-09 17:21:50','41604931343','250','PAID','0','4','1',1000,'2020-11-09 17:22:11','payment','',13,NULL),(2,'2020-11-09 19:33:38','41604938936','300','','300','4','1',0,'2020-11-09 19:34:28','payment','',0,NULL),(3,'2020-11-19 10:13:04','1441605765362','350','unvasai payment','0','144','1',1000,'2020-11-19 10:16:03','payment','',153,NULL),(4,'2020-11-23 16:31:50','1441606136025','600','blessed garden','0','144','1',0,'2020-11-23 16:35:23','payment','',225,NULL),(5,'2020-11-24 09:41:05','1441606198035','300','harvenest towers kasarini','0','144','1',0,'2020-11-24 09:43:44','payment','',36,NULL),(6,'2020-11-25 11:54:49','1441606293632','250','peninah hope trust 2 a9','0','144','1',0,'2020-11-25 11:56:21','payment','',245,NULL),(7,'2020-11-25 18:23:34','1441606289778','600','purity wb9','0','144','1',0,'2020-11-25 18:24:20','payment','',244,NULL),(8,'2020-11-25 19:55:29','1441606318464','300','mufea 68','0','144','1',0,'2020-11-25 19:56:27','payment','',253,NULL),(9,'2020-11-26 13:50:19','1441606380715','350','baraka complex','0','144','1',0,'2020-11-26 13:51:10','payment','',264,NULL),(10,'2020-11-26 16:40:15','1441606394601','100','tsavo c209','-50','144','1',0,'2020-11-26 16:42:11','payment','',268,NULL),(11,'2020-11-28 13:02:01','1441606553383','300','cid c1','0','144','1',0,'2020-11-28 13:02:37','payment','',149,NULL),(12,'2020-11-28 20:13:58','1441606577127','240','tsavo b417','0','144','1',0,'2020-11-28 20:14:48','payment','',306,NULL),(13,'2020-11-29 13:43:55','1441606636826','300','cid b15','0','144','1',0,'2020-11-29 13:45:19','payment','',316,NULL),(14,'2020-11-30 13:23:12','1441606728383','300','tsavo c216','0','144','1',0,'2020-11-30 13:24:00','payment','',206,NULL),(15,'2020-11-30 14:21:24','1441606730658','300','spring garden','0','144','1',0,'2020-11-30 14:22:27','payment','',334,NULL),(16,'2020-11-30 14:37:22','1441606734575','300','midview mc5','0','144','1',0,'2020-11-30 14:38:27','payment','',178,NULL),(17,'2020-11-30 19:32:39','1441606742667','230','mekita a3','80','144','1',0,'2020-11-30 19:33:37','payment','',20,NULL),(18,'2020-12-01 13:43:26','1441606812084','600','green zone 402','0','144','1',0,'2020-12-01 13:44:42','payment','',271,NULL),(19,'2020-12-01 19:37:19','1441606833506','300','lilia nziza b39','0','144','1',0,'2020-12-01 19:38:27','payment','',343,NULL),(20,'2020-12-02 12:36:36','1441606899287','300','harvester d2','0','144','1',0,'2020-12-02 12:37:09','payment','',362,NULL),(21,'2020-12-02 15:47:25','1441606911007','700','tsavo rooftop','0','144','1',0,'2020-12-02 15:47:58','payment','',369,NULL),(22,'2020-12-02 21:01:45','1441606928836','600','2 20l','0','144','1',1010,'2020-12-02 21:03:50','payment','',244,NULL),(23,'2020-12-03 20:17:13','1441607013913','150','naomi tsavo b608','0','144','1',0,'2020-12-03 20:17:53','payment','',67,NULL),(24,'2020-12-04 11:15:03','1441607067805','300','tsavo a517','0','144','1',0,'2020-12-04 11:15:44','payment','',120,NULL),(25,'2020-12-05 13:38:09','1441607163140','300','HARVENEST TOWERS KASARINI','0','144','1',0,'2020-12-05 13:38:53','payment','',36,NULL),(26,'2020-12-06 13:25:15','1441607242391','600','patricia mufea 1b','300','144','1',0,'2020-12-06 13:25:57','payment','',260,NULL),(27,'2020-12-07 15:28:15','1441607337171','900','wilson philly home c7','0','144','1',0,'2020-12-07 15:30:01','payment','',72,NULL),(28,'2020-12-07 20:32:54','1441607357822','950','universal apartment c6','0','144','1',0,'2020-12-07 20:34:18','payment','',153,NULL),(29,'2020-12-08 17:31:46','1441607433922','300','ridge centre','0','144','1',0,'2020-12-08 17:32:30','payment','',439,NULL),(30,'2020-12-08 19:57:45','1441607441088','230','mekita a3','0','144','1',0,'2020-12-08 19:58:09','payment','',20,NULL),(31,'2020-12-09 15:59:16','1441607511288','350','harvenest towers kasarini','0','144','1',0,'2020-12-09 16:00:11','payment','',36,NULL),(32,'2020-12-09 18:43:39','1441607527684','350','grc church','0','144','1',0,'2020-12-09 18:44:34','payment','',452,NULL),(33,'2020-12-12 10:06:17','1441607751299','1060','customer ridge centre','0','144','1',0,'2020-12-12 10:07:24','payment','',469,NULL),(34,'2020-12-12 19:39:50','1441607790216','300','ridge centre','0','144','1',0,'2020-12-12 19:40:15','payment','',305,NULL),(35,'2020-12-12 20:09:16','1441607791056','600','jenid a19','0','144','1',0,'2020-12-12 20:09:42','payment','',480,NULL); /*!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) NOT NULL, `type` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` 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 `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!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 `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=5 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'); /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `contact` VALUES (1,'','karen makena','kinoti','karenmakena3@gmail.com','0702400635','','hi i want to be a shujaa also','2016-12-13 06:47:33am',''); /*!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 `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, `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 `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (1,'Ksh','','2018-03-06 19:44:07pm','active','1','','1'),(2,'URO','','','active','','','1'),(3,'USD','','','active','','','1'); /*!40000 ALTER TABLE `currency` 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 AUTO_INCREMENT=7 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 */; INSERT INTO `customedproductcategory` VALUES (1,'WHITE','0','2020-10-15 22:46:00','active','1','','1','2','0','','Percentage',NULL),(2,'Green','0','2020-10-15 22:46:45','active','1','','1','2','0','','Percentage',NULL),(3,'Blue','0','2020-10-15 22:47:05','active','1','','1','2','0','','Percentage',NULL),(4,'Yellow','0','2020-10-15 22:58:16','active','1','','1','2','0','','Percentage',NULL),(5,'WHITE','WHITE','2020-10-15 22:58:50','active','1','','1','2','0','','Percentage',NULL),(6,'SIZE 3','SIZE 3','2020-10-16 00:33:50','active','1','','1','2','0','','Percentage',NULL); /*!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 AUTO_INCREMENT=4 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 */; INSERT INTO `customer` VALUES (1,'robert','Nyambura','','0710597573','JUJA','','2020-04-17','','http://127.0.0.1:86/pos.robisearch.com/agent','','2333333','Description / Message','','Facebook','','','','reseller','1','','0',1,'Enter name of the product/service you need e.g POS, BULK SMS, BIOMETRIC, WEBSITE, COMPUTER, PRINETR etc',NULL,2,'',''),(3,'robert','Manyala','','0721150817','JKUAT','','2020-04-17','','http://127.0.0.1:86/pos.robisearch.com/agent','','22434334','ok','','Referal','','','','reseller','1','','0',1,'POS, BULK SMS, BIOMETRIC, WEBSITE,',NULL,2,'','robisearch@gmail.com'); /*!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 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 */; /*!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` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` int(11) 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, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `houseno` 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 `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, 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 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 */; /*!40000 ALTER TABLE `deals` 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`) ) ENGINE=InnoDB AUTO_INCREMENT=8633 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 (1,'1000','41604937642','2020-11-09 19:02:48',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2,'4000','41604937642','2020-11-09 19:02:48',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3,'1000','41604938454','2020-11-09 19:14:43',300.00,NULL,'','4','1','Good sold','1','cheifmessage','Payment','','','No',NULL,NULL,''),(4,'4000','41604938454','2020-11-09 19:14:43',NULL,300.00,'','4','1','Good sold','1','cheifmessage','sales','8','','No',NULL,NULL,''),(5,'1000','41604938936','2020-11-09 19:26:19',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7,'1000','41604939422','2020-11-09 19:31:33',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8,'4000','41604939422','2020-11-09 19:31:33',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9,'1100','41604938936','2020-11-09 19:33:38',NULL,300.00,'','4','1','','1','','payment','','','No',NULL,NULL,''),(10,'','41604938936','2020-11-09 19:33:38',300.00,NULL,'','4','1','','1','','payment','','','No',NULL,NULL,''),(11,'1000','41604939855','2020-11-09 19:48:01',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12,'4000','41604939855','2020-11-09 19:48:01',NULL,150.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13,'1000','41604941083','2020-11-09 19:58:14',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14,'4000','41604941083','2020-11-09 19:58:14',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15,'1000','41604941107','2020-11-09 19:59:13',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16,'4000','41604941107','2020-11-09 19:59:13',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17,'1000','41604941175','2020-11-09 20:02:49',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18,'4000','41604941175','2020-11-09 20:02:49',NULL,2100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(19,'1000','41604941482','2020-11-09 20:05:21',600.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20,'4000','41604941482','2020-11-09 20:05:21',NULL,600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(21,'1000','41604942277','2020-11-09 20:18:10',600.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22,'4000','41604942277','2020-11-09 20:18:10',NULL,600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(23,'1000','41604942348','2020-11-09 20:22:53',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24,'4000','41604942348','2020-11-09 20:22:53',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(25,'1000','41604943178','2020-11-09 20:42:32',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(26,'4000','41604943178','2020-11-09 20:42:32',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(27,'1000','41604943805','2020-11-09 20:44:11',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(28,'4000','41604943805','2020-11-09 20:44:11',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(29,'1000','41604943869','2020-11-09 20:45:49',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(30,'4000','41604943869','2020-11-09 20:45:49',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(31,'1000','41604943996','2020-11-09 20:47:24',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(32,'4000','41604943996','2020-11-09 20:47:24',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(33,'1000','41604944075','2020-11-09 20:48:40',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(34,'4000','41604944075','2020-11-09 20:48:40',NULL,150.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(35,'1000','41604944165','2020-11-09 20:49:43',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(36,'4000','41604944165','2020-11-09 20:49:43',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(37,'1000','41604944211','2020-11-09 20:50:26',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(38,'4000','41604944211','2020-11-09 20:50:26',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(39,'1000','41604944246','2020-11-09 20:51:23',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(40,'4000','41604944246','2020-11-09 20:51:23',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(41,'1000','41604944363','2020-11-09 20:53:45',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(42,'4000','41604944363','2020-11-09 20:53:45',NULL,150.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(43,'1000','41604988828','2020-11-10 09:13:58',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(44,'4000','41604988828','2020-11-10 09:13:58',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(45,'4000','41604938936','2020-11-09 19:26:30',NULL,300.00,'0','10','1','Sales order','1','','','11','','No',NULL,NULL,''),(46,'1000','41604938936','2020-11-09 19:26:30',300.00,NULL,'0','10','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(47,'1000','41604990323','2020-11-10 09:38:59',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(48,'4000','41604990323','2020-11-10 09:38:59',NULL,350.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(49,'1000','41604990420','2020-11-10 10:00:59',600.00,NULL,'','4','1','Good sold','1','14','sales','','','No',NULL,NULL,''),(50,'4000','41604990420','2020-11-10 10:00:59',NULL,600.00,'','4','1','Good sold','1','14','sales','8','','No',NULL,NULL,''),(51,'1000','41604991789','2020-11-10 10:04:00',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(52,'4000','41604991789','2020-11-10 10:04:00',NULL,300.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(53,'1000','41604996902','2020-11-10 11:30:22',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(54,'4000','41604996902','2020-11-10 11:30:22',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(55,'1000','41604998775','2020-11-10 11:59:48',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(56,'4000','41604998775','2020-11-10 11:59:48',NULL,150.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(57,'1000','41605004648','2020-11-10 13:39:37',300.00,NULL,'','4','1','Good sold','1','15','Payment','','','No',NULL,NULL,''),(58,'4000','41605004648','2020-11-10 13:39:37',NULL,300.00,'','4','1','Good sold','1','15','sales','8','','No',NULL,NULL,''),(59,'1000','41605005649','2020-11-10 13:54:32',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(60,'4000','41605005649','2020-11-10 13:54:32',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(61,'1000','41605006212','2020-11-10 14:08:37',250.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(62,'4000','41605006212','2020-11-10 14:08:37',NULL,250.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(63,'1000','41605006624','2020-11-10 14:16:19',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(64,'4000','41605006624','2020-11-10 14:16:19',NULL,240.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(65,'1000','41605007035','2020-11-10 14:23:08',80.00,NULL,'','4','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(66,'4000','41605007035','2020-11-10 14:23:08',NULL,80.00,'','4','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(67,'1000','41605007452','2020-11-10 14:24:50',300.00,NULL,'','4','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(68,'4000','41605007452','2020-11-10 14:24:50',NULL,300.00,'','4','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(69,'1000','41605008580','2020-11-10 14:44:15',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(70,'4000','41605008580','2020-11-10 14:44:15',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(71,'1000','41605008692','2020-11-10 14:45:52',120.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(72,'4000','41605008692','2020-11-10 14:45:52',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(73,'1000','41605008766','2020-11-10 14:48:27',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(74,'4000','41605008766','2020-11-10 14:48:27',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(75,'1000','41605009823','2020-11-10 15:04:01',300.00,NULL,'','4','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(76,'4000','41605009823','2020-11-10 15:04:01',NULL,300.00,'','4','1','Good sold','1','18','sales','8','','No',NULL,NULL,''),(77,'1000','41605011770','2020-11-10 15:36:26',300.00,NULL,'','4','1','Good sold','1','19','sales','','','No',NULL,NULL,''),(78,'4000','41605011770','2020-11-10 15:36:26',NULL,300.00,'','4','1','Good sold','1','19','sales','8','','No',NULL,NULL,''),(79,'1000','41605017631','2020-11-10 17:16:25',230.00,NULL,'','4','1','Good sold','1','20','sales','','','No',NULL,NULL,''),(80,'4000','41605017631','2020-11-10 17:16:25',NULL,80.00,'','4','1','Good sold','1','20','sales','6','','No',NULL,NULL,''),(81,'4000','41605017631','2020-11-10 17:16:25',NULL,150.00,'','4','1','Good sold','1','20','sales','7','','No',NULL,NULL,''),(82,'1000','41605022617','2020-11-10 18:37:23',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(83,'4000','41605022617','2020-11-10 18:37:23',NULL,150.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(84,'4000','41605022617','2020-11-10 18:37:23',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(85,'1000','41605023458','2020-11-10 18:51:10',80.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(86,'4000','41605023458','2020-11-10 18:51:10',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(89,'5250','41605024467','2020-11-10 19:10:59',150.00,NULL,'0','1','1','David\'s lunch ','1','','','1','','No',NULL,NULL,''),(90,'1000','41605024467','2020-11-10 19:10:59',NULL,150.00,'0','1','1','lunch expense','1','','','1','','No',NULL,NULL,''),(93,'5250','41605026410','2020-11-10 19:43:49',170.00,NULL,'0','4','1','maureen lunch','1','','','2','','No',NULL,NULL,''),(94,'1000','41605026410','2020-11-10 19:43:49',NULL,170.00,'0','4','1','mill expense for maureen','1','','','2','','No',NULL,NULL,''),(97,'5250','41605026862','2020-11-10 19:53:19',150.00,NULL,'0','4','1','hesbon','1','','','3','','No',NULL,NULL,''),(98,'1000','41605026862','2020-11-10 19:53:19',NULL,150.00,'0','4','1','delivery expense ','1','','','3','','No',NULL,NULL,''),(101,'5250','41605027325','2020-11-10 19:58:59',150.00,NULL,'0','4','1','mwangi','1','','','4','','No',NULL,NULL,''),(102,'1000','41605027325','2020-11-10 19:58:59',NULL,150.00,'0','4','1','delivery expense','1','','','4','','No',NULL,NULL,''),(103,'1000','41605027757','2020-11-10 20:03:46',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(104,'4000','41605027757','2020-11-10 20:03:46',NULL,450.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(105,'1000','41605027915','2020-11-10 20:06:03',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(106,'4000','41605027915','2020-11-10 20:06:03',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(107,'1000','41605028002','2020-11-10 20:10:51',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(108,'4000','41605028002','2020-11-10 20:10:51',NULL,450.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(109,'1000','41605028424','2020-11-10 20:19:36',300.00,NULL,'','4','1','Good sold','1','21','sales','','','No',NULL,NULL,''),(110,'4000','41605028424','2020-11-10 20:19:36',NULL,300.00,'','4','1','Good sold','1','21','sales','8','','No',NULL,NULL,''),(111,'1000','41605029420','2020-11-10 20:32:01',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(112,'4000','41605029420','2020-11-10 20:32:01',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(113,'1100','41605074781','2020-11-11 09:06:42',600.00,NULL,'','4','1','Good sold','1','22','sales','','','No',NULL,NULL,''),(114,'4000','41605074781','2020-11-11 09:06:42',NULL,600.00,'','4','1','Good sold','1','22','sales','8','','No',NULL,NULL,''),(115,'1000','41605077828','2020-11-11 10:03:52',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(116,'4000','41605077828','2020-11-11 10:03:52',NULL,600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(117,'1100','41605080922','2020-11-11 10:48:57',150.00,NULL,'','4','1','Good sold','1','32','sales','','','No',NULL,NULL,''),(118,'4000','41605080922','2020-11-11 10:48:57',NULL,150.00,'','4','1','Good sold','1','32','sales','7','','No',NULL,NULL,''),(119,'1000','41605081753','2020-11-11 11:03:19',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(120,'4000','41605081753','2020-11-11 11:03:19',NULL,20.00,'','4','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(121,'1100','41605082171','2020-11-11 11:10:05',600.00,NULL,'','4','1','Good sold','1','31','sales','','','No',NULL,NULL,''),(122,'4000','41605082171','2020-11-11 11:10:05',NULL,600.00,'','4','1','Good sold','1','31','sales','8','','No',NULL,NULL,''),(123,'1100','41605083940','2020-11-11 11:39:22',600.00,NULL,'','4','1','Good sold','1','34','sales','','','No',NULL,NULL,''),(124,'4000','41605083940','2020-11-11 11:39:22',NULL,600.00,'','4','1','Good sold','1','34','sales','8','','No',NULL,NULL,''),(125,'1100','41605084953','2020-11-11 12:00:46',600.00,NULL,'','4','1','Good sold','1','33','sales','','','No',NULL,NULL,''),(126,'4000','41605084953','2020-11-11 12:00:46',NULL,600.00,'','4','1','Good sold','1','33','sales','8','','No',NULL,NULL,''),(127,'1000','41605085964','2020-11-11 12:13:07',600.00,NULL,'','4','1','Good sold','1','35','Payment','','','No',NULL,NULL,''),(128,'4000','41605085964','2020-11-11 12:13:07',NULL,600.00,'','4','1','Good sold','1','35','sales','8','','No',NULL,NULL,''),(129,'1000','41605086261','2020-11-11 12:19:57',900.00,NULL,'','4','1','Good sold','1','37','sales','','','No',NULL,NULL,''),(130,'4000','41605086261','2020-11-11 12:19:57',NULL,900.00,'','4','1','Good sold','1','37','sales','8','','No',NULL,NULL,''),(131,'1100','41605086633','2020-11-11 12:30:29',300.00,NULL,'','4','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(132,'4000','41605086633','2020-11-11 12:30:29',NULL,300.00,'','4','1','Good sold','1','36','sales','8','','No',NULL,NULL,''),(135,'5250','41605088696','2020-11-11 13:00:28',150.00,NULL,'0','4','1','delivery expense','1','','','5','','No',NULL,NULL,''),(136,'1000','41605088696','2020-11-11 13:00:28',NULL,150.00,'0','4','1','hesbon','1','','','5','','No',NULL,NULL,''),(139,'5250','41605088929','2020-11-11 13:06:10',150.00,NULL,'0','4','1','violet','1','','','6','','No',NULL,NULL,''),(140,'1000','41605088929','2020-11-11 13:06:10',NULL,150.00,'0','4','1','lunch expense','1','','','6','','No',NULL,NULL,''),(143,'5566','41605089571','2020-11-11 13:18:16',150.00,NULL,'0','4','1','lunch expense','1','','','7','','No',NULL,NULL,''),(144,'1000','41605089571','2020-11-11 13:18:16',NULL,150.00,'0','4','1','mwangi','1','','','7','','No',NULL,NULL,''),(147,'5250','41605089975','2020-11-11 13:21:35',150.00,NULL,'0','4','1','lunch expense','1','','','8','','No',NULL,NULL,''),(148,'1000','41605089975','2020-11-11 13:21:35',NULL,150.00,'0','4','1','david','1','','','8','','No',NULL,NULL,''),(149,'1100','41605093331','2020-11-11 14:16:18',300.00,NULL,'','4','1','Revenue Received','1','40','sales','','','No',NULL,NULL,''),(150,'4000','41605093331','2020-11-11 14:16:18',NULL,300.00,'','4','1','Good sold','1','40','sales','8','','No',NULL,NULL,''),(151,'1000','41605093790','2020-11-11 14:23:24',300.00,NULL,'','4','1','Good sold','1','39','sales','','','No',NULL,NULL,''),(152,'4000','41605093790','2020-11-11 14:23:24',NULL,300.00,'','4','1','Good sold','1','39','sales','8','','No',NULL,NULL,''),(153,'1000','41605093939','2020-11-11 14:27:20',300.00,NULL,'','4','1','Good sold','1','41','sales','','','No',NULL,NULL,''),(154,'4000','41605093939','2020-11-11 14:27:20',NULL,300.00,'','4','1','Good sold','1','41','sales','8','','No',NULL,NULL,''),(155,'1000','41605096931','2020-11-11 15:35:17',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(156,'4000','41605096931','2020-11-11 15:35:17',NULL,30.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(157,'1000','41605098130','2020-11-11 15:38:20',600.00,NULL,'','4','1','Good sold','1','42','Payment','','','No',NULL,NULL,''),(158,'4000','41605098130','2020-11-11 15:38:20',NULL,600.00,'','4','1','Good sold','1','42','sales','8','','No',NULL,NULL,''),(159,'1000','41605098553','2020-11-11 15:43:05',300.00,NULL,'','4','1','Good sold','1','43','Payment','','','No',NULL,NULL,''),(160,'4000','41605098553','2020-11-11 15:43:05',NULL,300.00,'','4','1','Good sold','1','43','sales','8','','No',NULL,NULL,''),(161,'1000','41605098835','2020-11-11 15:47:50',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(162,'4000','41605098835','2020-11-11 15:47:50',NULL,300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(163,'1000','111605101490','2020-11-11 16:36:26',600.00,NULL,'','11','1','Good sold','1','44','Payment','','','No',NULL,NULL,''),(164,'4000','111605101490','2020-11-11 16:36:26',NULL,600.00,'','11','1','Good sold','1','44','sales','8','','No',NULL,NULL,''),(165,'1100','111605101910','2020-11-11 16:40:40',160.00,NULL,'','11','1','Good sold','1','45','sales','','','No',NULL,NULL,''),(166,'4000','111605101910','2020-11-11 16:40:40',NULL,160.00,'','11','1','Good sold','1','45','sales','6','','No',NULL,NULL,''),(167,'1000','111605104605','2020-11-11 17:23:36',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(168,'4000','111605104605','2020-11-11 17:23:36',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(169,'1000','111605104640','2020-11-11 17:24:12',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(170,'4000','111605104640','2020-11-11 17:24:12',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(171,'1000','111605104682','2020-11-11 17:25:42',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(172,'4000','111605104682','2020-11-11 17:25:42',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(173,'1000','111605104827','2020-11-11 17:37:40',300.00,NULL,'','11','1','Good sold','1','46','Payment','','','No',NULL,NULL,''),(174,'4000','111605104827','2020-11-11 17:37:40',NULL,300.00,'','11','1','Good sold','1','46','sales','8','','No',NULL,NULL,''),(175,'1000','111605105652','2020-11-11 17:44:27',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(176,'4000','111605105652','2020-11-11 17:44:27',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(177,'1000','111605106187','2020-11-11 17:58:20',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(178,'4000','111605106187','2020-11-11 17:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(179,'1000','111605106857','2020-11-11 18:43:45',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(180,'4000','111605106857','2020-11-11 18:43:45',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(181,'1000','111605109583','2020-11-11 18:46:59',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(182,'4000','111605109583','2020-11-11 18:46:59',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(183,'1000','111605109653','2020-11-11 18:51:47',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(184,'4000','111605109653','2020-11-11 18:51:47',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(185,'1000','111605110687','2020-11-11 19:04:56',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(186,'4000','111605110687','2020-11-11 19:04:56',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(187,'1000','111605110804','2020-11-11 19:08:29',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(188,'4000','111605110804','2020-11-11 19:08:29',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(189,'1000','111605110983','2020-11-11 19:17:15',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(190,'4000','111605110983','2020-11-11 19:17:15',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(191,'1000','111605112238','2020-11-11 19:31:21',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(192,'4000','111605112238','2020-11-11 19:31:21',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(193,'1000','111605112507','2020-11-11 19:35:28',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(194,'4000','111605112507','2020-11-11 19:35:28',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(195,'1000','111605112633','2020-11-11 19:42:31',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(196,'4000','111605112633','2020-11-11 19:42:31',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(197,'1000','111605114627','2020-11-11 20:11:02',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(198,'4000','111605114627','2020-11-11 20:11:02',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(199,'1000','111605116738','2020-11-11 20:46:49',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(200,'4000','111605116738','2020-11-11 20:46:49',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(201,'1100','111605118725','2020-11-11 21:19:14',300.00,NULL,'','11','1','Good sold','1','47','sales','','','No',NULL,NULL,''),(202,'4000','111605118725','2020-11-11 21:19:14',NULL,300.00,'','11','1','Good sold','1','47','sales','8','','No',NULL,NULL,''),(203,'1000','111605166867','2020-11-12 10:41:30',600.00,NULL,'','11','1','Good sold','1','48','Payment','','','No',NULL,NULL,''),(204,'4000','111605166867','2020-11-12 10:41:30',NULL,600.00,'','11','1','Good sold','1','48','sales','8','','No',NULL,NULL,''),(205,'1000','111605169982','2020-11-12 11:33:38',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(206,'4000','111605169982','2020-11-12 11:33:38',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(207,'1000','121605171448','2020-11-12 11:57:57',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(208,'4000','121605171448','2020-11-12 11:57:57',NULL,150.00,'','12','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(209,'1000','111605173561','2020-11-12 12:33:55',600.00,NULL,'','11','1','Good sold','1','49','Payment','','','No',NULL,NULL,''),(210,'4000','111605173561','2020-11-12 12:33:55',NULL,600.00,'','11','1','Good sold','1','49','sales','8','','No',NULL,NULL,''),(211,'1000','111605173802','2020-11-12 12:38:43',1200.00,NULL,'','11','1','Good sold','1','50','Payment','','','No',NULL,NULL,''),(212,'4000','111605173802','2020-11-12 12:38:43',NULL,1200.00,'','11','1','Good sold','1','50','sales','8','','No',NULL,NULL,''),(213,'1000','111605174606','2020-11-12 12:51:13',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(214,'4000','111605174606','2020-11-12 12:51:13',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(215,'1000','111605176189','2020-11-12 13:19:07',600.00,NULL,'','11','1','Good sold','1','51','sales','','','No',NULL,NULL,''),(216,'4000','111605176189','2020-11-12 13:19:07',NULL,600.00,'','11','1','Good sold','1','51','sales','8','','No',NULL,NULL,''),(217,'1100','111605181588','2020-11-12 14:49:10',150.00,NULL,'','11','1','Good sold','1','52','sales','','','No',NULL,NULL,''),(218,'4000','111605181588','2020-11-12 14:49:10',NULL,150.00,'','11','1','Good sold','1','52','sales','7','','No',NULL,NULL,''),(219,'1100','111605183315','2020-11-12 15:16:31',160.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(220,'4000','111605183315','2020-11-12 15:16:31',NULL,160.00,'','11','1','Good sold','1','53','sales','6','','No',NULL,NULL,''),(221,'1000','111605183600','2020-11-12 15:20:37',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(222,'4000','111605183600','2020-11-12 15:20:37',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(223,'1000','111605185777','2020-11-12 15:56:35',300.00,NULL,'','11','1','Good sold','1','54','Payment','','','No',NULL,NULL,''),(224,'4000','111605185777','2020-11-12 15:56:35',NULL,300.00,'','11','1','Good sold','1','54','sales','8','','No',NULL,NULL,''),(225,'1100','111605185777','2020-11-12 15:56:35',300.00,NULL,'','11','1','Good sold','1','55','sales','','','No',NULL,NULL,''),(226,'4000','111605185777','2020-11-12 15:56:35',NULL,300.00,'','11','1','Good sold','1','55','sales','7','','No',NULL,NULL,''),(227,'4000','111605185777','2020-11-12 15:56:35',NULL,300.00,'','11','1','Good sold','1','55','sales','8','','No',NULL,NULL,''),(228,'1100','111605186481','2020-11-12 16:08:34',300.00,NULL,'','11','1','Good sold','1','56','sales','','','No',NULL,NULL,''),(229,'4000','111605186481','2020-11-12 16:08:34',NULL,300.00,'','11','1','Good sold','1','56','sales','7','','No',NULL,NULL,''),(230,'1000','111605186754','2020-11-12 16:23:48',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(231,'4000','111605186754','2020-11-12 16:23:48',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(232,'1000','111605187445','2020-11-12 16:53:07',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(233,'4000','111605187445','2020-11-12 16:53:07',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(234,'1000','111605189336','2020-11-12 16:57:27',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(235,'4000','111605189336','2020-11-12 16:57:27',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(236,'1000','111605191079','2020-11-12 17:24:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(237,'4000','111605191079','2020-11-12 17:24:58',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(238,'1000','111605191150','2020-11-12 17:28:25',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(239,'4000','111605191150','2020-11-12 17:28:25',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(240,'1000','111605193002','2020-11-12 18:05:53',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(241,'4000','111605193002','2020-11-12 18:05:53',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(242,'1100','111605194061','2020-11-12 18:15:02',600.00,NULL,'','11','1','Good sold','1','57','sales','','','No',NULL,NULL,''),(243,'4000','111605194061','2020-11-12 18:15:02',NULL,600.00,'','11','1','Good sold','1','57','sales','8','','No',NULL,NULL,''),(244,'1000','111605194576','2020-11-12 18:23:20',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(245,'4000','111605194576','2020-11-12 18:23:20',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(246,'1100','111605194971','2020-11-12 18:30:00',300.00,NULL,'','11','1','Good sold','1','57','sales','','','No',NULL,NULL,''),(247,'4000','111605194971','2020-11-12 18:30:00',NULL,300.00,'','11','1','Good sold','1','57','sales','8','','No',NULL,NULL,''),(248,'1000','111605195253','2020-11-12 18:35:48',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(249,'4000','111605195253','2020-11-12 18:35:48',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(250,'1100','111605195353','2020-11-12 18:55:20',1200.00,NULL,'','11','1','Good sold','1','58','sales','','','No',NULL,NULL,''),(251,'4000','111605195353','2020-11-12 18:55:20',NULL,1200.00,'','11','1','Good sold','1','58','sales','8','','No',NULL,NULL,''),(252,'1100','111605196651','2020-11-12 19:04:11',160.00,NULL,'','11','1','Good sold','1','59','sales','','','No',NULL,NULL,''),(253,'4000','111605196651','2020-11-12 19:04:11',NULL,160.00,'','11','1','Good sold','1','59','sales','6','','No',NULL,NULL,''),(254,'1100','111605197191','2020-11-12 19:06:46',150.00,NULL,'','11','1','Good sold','1','60','sales','','','No',NULL,NULL,''),(255,'4000','111605197191','2020-11-12 19:06:46',NULL,150.00,'','11','1','Good sold','1','60','sales','7','','No',NULL,NULL,''),(256,'1100','111605197557','2020-11-12 19:13:14',300.00,NULL,'','11','1','Good sold','1','61','sales','','','No',NULL,NULL,''),(257,'4000','111605197557','2020-11-12 19:13:14',NULL,300.00,'','11','1','Good sold','1','61','sales','8','','No',NULL,NULL,''),(258,'1100','111605199839','2020-11-12 19:50:54',300.00,NULL,'','11','1','Good sold','1','62','sales','','','No',NULL,NULL,''),(259,'4000','111605199839','2020-11-12 19:50:54',NULL,300.00,'','11','1','Good sold','1','62','sales','8','','No',NULL,NULL,''),(260,'1100','111605200644','2020-11-12 20:05:17',300.00,NULL,'','11','1','Good sold','1','63','sales','','','No',NULL,NULL,''),(261,'4000','111605200644','2020-11-12 20:05:17',NULL,300.00,'','11','1','Good sold','1','63','sales','8','','No',NULL,NULL,''),(262,'1100','111605203727','2020-11-12 20:56:13',300.00,NULL,'','11','1','Good sold','1','64','sales','','','No',NULL,NULL,''),(263,'4000','111605203727','2020-11-12 20:56:13',NULL,300.00,'','11','1','Good sold','1','64','sales','8','','No',NULL,NULL,''),(264,'1000','121605204789','2020-11-12 21:13:42',450.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(265,'4000','121605204789','2020-11-12 21:13:42',NULL,450.00,'','12','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(266,'1000','111605244146','2020-11-13 08:09:50',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(267,'4000','111605244146','2020-11-13 08:09:50',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(268,'1000','111605244264','2020-11-13 08:38:55',160.00,NULL,'','11','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(269,'4000','111605244264','2020-11-13 08:38:55',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(270,'4000','111605244264','2020-11-13 08:38:55',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(271,'1000','111605245955','2020-11-13 08:39:31',80.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(272,'4000','111605245955','2020-11-13 08:39:31',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(273,'1000','111605246018','2020-11-13 09:03:55',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(274,'4000','111605246018','2020-11-13 09:03:55',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(275,'1000','111605250597','2020-11-13 09:56:58',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(276,'4000','111605250597','2020-11-13 09:56:58',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(277,'1000','111605254031','2020-11-13 10:54:19',600.00,NULL,'','11','1','Good sold','1','65','sales','','','No',NULL,NULL,''),(278,'4000','111605254031','2020-11-13 10:54:19',NULL,600.00,'','11','1','Good sold','1','65','sales','8','','No',NULL,NULL,''),(279,'1000','111605254247','2020-11-13 11:02:28',300.00,NULL,'','11','1','Revenue Received','1','','sales','','','No',NULL,NULL,''),(280,'4000','111605254247','2020-11-13 11:02:28',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(281,'1100','111605254578','2020-11-13 11:03:13',300.00,NULL,'','11','1','Good sold','1','66','sales','','','No',NULL,NULL,''),(282,'4000','111605254578','2020-11-13 11:03:13',NULL,300.00,'','11','1','Good sold','1','66','sales','8','','No',NULL,NULL,''),(283,'1100','111605254835','2020-11-13 11:10:37',150.00,NULL,'','11','1','Good sold','1','67','sales','','','No',NULL,NULL,''),(284,'4000','111605254835','2020-11-13 11:10:37',NULL,150.00,'','11','1','Good sold','1','67','sales','7','','No',NULL,NULL,''),(285,'1100','111605255299','2020-11-13 11:15:50',600.00,NULL,'','11','1','Revenue Received','1','68','sales','','','No',NULL,NULL,''),(286,'4000','111605255299','2020-11-13 11:15:50',NULL,600.00,'','11','1','Good sold','1','68','sales','8','','No',NULL,NULL,''),(287,'1000','111605256705','2020-11-13 11:39:06',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(288,'4000','111605256705','2020-11-13 11:39:06',NULL,250.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(289,'1000','111605256789','2020-11-13 11:57:19',600.00,NULL,'','11','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(290,'4000','111605256789','2020-11-13 11:57:19',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(291,'1000','111605257864','2020-11-13 11:59:48',1200.00,NULL,'','11','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(292,'4000','111605257864','2020-11-13 11:59:48',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(293,'4000','111605257864','2020-11-13 11:59:48',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(294,'1000','111605258479','2020-11-13 12:09:44',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(295,'4000','111605258479','2020-11-13 12:09:44',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(296,'1100','111605259820','2020-11-13 12:30:35',300.00,NULL,'','11','1','Good sold','1','69','sales','','','No',NULL,NULL,''),(297,'4000','111605259820','2020-11-13 12:30:35',NULL,300.00,'','11','1','Good sold','1','69','sales','8','','No',NULL,NULL,''),(298,'1100','111605259964','2020-11-13 12:32:58',300.00,NULL,'','11','1','Good sold','1','70','sales','','','No',NULL,NULL,''),(299,'4000','111605259964','2020-11-13 12:32:58',NULL,300.00,'','11','1','Good sold','1','70','sales','8','','No',NULL,NULL,''),(300,'1000','111605261209','2020-11-13 12:55:34',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(301,'4000','111605261209','2020-11-13 12:55:34',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(302,'1000','111605261421','2020-11-13 12:57:54',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(303,'4000','111605261421','2020-11-13 12:57:54',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(304,'1000','111605263415','2020-11-13 13:30:34',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(305,'4000','111605263415','2020-11-13 13:30:34',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(306,'1100','111605264515','2020-11-13 13:49:24',300.00,NULL,'','11','1','Good sold','1','69','sales','','','No',NULL,NULL,''),(307,'4000','111605264515','2020-11-13 13:49:24',NULL,300.00,'','11','1','Good sold','1','69','sales','8','','No',NULL,NULL,''),(308,'1100','111605266153','2020-11-13 14:16:11',300.00,NULL,'','11','1','Good sold','1','71','sales','','','No',NULL,NULL,''),(309,'4000','111605266153','2020-11-13 14:16:11',NULL,300.00,'','11','1','Good sold','1','71','sales','8','','No',NULL,NULL,''),(310,'1100','111605273040','2020-11-13 16:11:13',300.00,NULL,'','11','1','Good sold','1','72','sales','','','No',NULL,NULL,''),(311,'4000','111605273040','2020-11-13 16:11:13',NULL,300.00,'','11','1','Good sold','1','72','sales','8','','No',NULL,NULL,''),(312,'1100','111605273226','2020-11-13 16:16:32',150.00,NULL,'','11','1','Good sold','1','73','sales','','','No',NULL,NULL,''),(313,'4000','111605273226','2020-11-13 16:16:32',NULL,150.00,'','11','1','Good sold','1','73','sales','7','','No',NULL,NULL,''),(314,'1100','111605273680','2020-11-13 16:21:30',80.00,NULL,'','11','1','Good sold','1','74','sales','','','No',NULL,NULL,''),(315,'4000','111605273680','2020-11-13 16:21:30',NULL,80.00,'','11','1','Good sold','1','74','sales','6','','No',NULL,NULL,''),(316,'1000','111605274502','2020-11-13 16:35:49',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(317,'4000','111605274502','2020-11-13 16:35:49',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(318,'1100','111605275332','2020-11-13 17:00:41',600.00,NULL,'','11','1','Good sold','1','72','sales','','','No',NULL,NULL,''),(319,'4000','111605275332','2020-11-13 17:00:41',NULL,600.00,'','11','1','Good sold','1','72','sales','8','','No',NULL,NULL,''),(320,'1100','111605277035','2020-11-13 17:17:49',300.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(321,'4000','111605277035','2020-11-13 17:17:49',NULL,300.00,'','11','1','Good sold','1','75','sales','8','','No',NULL,NULL,''),(322,'1100','111605279181','2020-11-13 17:53:17',300.00,NULL,'','11','1','Good sold','1','27','sales','','','No',NULL,NULL,''),(323,'4000','111605279181','2020-11-13 17:53:17',NULL,300.00,'','11','1','Good sold','1','27','sales','8','','No',NULL,NULL,''),(324,'1100','111605279337','2020-11-13 17:55:54',300.00,NULL,'','11','1','Good sold','1','76','sales','','','No',NULL,NULL,''),(325,'4000','111605279337','2020-11-13 17:55:54',NULL,300.00,'','11','1','Good sold','1','76','sales','8','','No',NULL,NULL,''),(326,'1100','111605279971','2020-11-13 18:06:30',600.00,NULL,'','11','1','Good sold','1','77','sales','','','No',NULL,NULL,''),(327,'4000','111605279971','2020-11-13 18:06:30',NULL,600.00,'','11','1','Good sold','1','77','sales','8','','No',NULL,NULL,''),(328,'1100','111605280778','2020-11-13 18:21:04',150.00,NULL,'','11','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(329,'4000','111605280778','2020-11-13 18:21:04',NULL,150.00,'','11','1','Good sold','1','16','sales','7','','No',NULL,NULL,''),(330,'1100','111605281021','2020-11-13 18:23:57',150.00,NULL,'','11','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(331,'4000','111605281021','2020-11-13 18:23:57',NULL,150.00,'','11','1','Good sold','1','16','sales','7','','No',NULL,NULL,''),(332,'1100','111605281436','2020-11-13 18:31:09',150.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(333,'4000','111605281436','2020-11-13 18:31:09',NULL,150.00,'','11','1','Good sold','1','53','sales','7','','No',NULL,NULL,''),(334,'1000','111605282760','2020-11-13 18:53:01',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(335,'4000','111605282760','2020-11-13 18:53:01',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(336,'1000','111605283010','2020-11-13 18:57:22',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(337,'4000','111605283010','2020-11-13 18:57:22',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(338,'1100','111605283185','2020-11-13 19:00:09',300.00,NULL,'','11','1','Good sold','1','78','sales','','','No',NULL,NULL,''),(339,'4000','111605283185','2020-11-13 19:00:09',NULL,300.00,'','11','1','Good sold','1','78','sales','8','','No',NULL,NULL,''),(340,'1100','111605283500','2020-11-13 19:05:12',300.00,NULL,'','11','1','Good sold','1','79','sales','','','No',NULL,NULL,''),(341,'4000','111605283500','2020-11-13 19:05:12',NULL,300.00,'','11','1','Good sold','1','79','sales','8','','No',NULL,NULL,''),(342,'1100','111605285057','2020-11-13 19:31:15',300.00,NULL,'','11','1','Good sold','1','80','sales','','','No',NULL,NULL,''),(343,'4000','111605285057','2020-11-13 19:31:15',NULL,300.00,'','11','1','Good sold','1','80','sales','8','','No',NULL,NULL,''),(344,'1100','111605285358','2020-11-13 19:36:11',300.00,NULL,'','11','1','Good sold','1','81','sales','','','No',NULL,NULL,''),(345,'4000','111605285358','2020-11-13 19:36:11',NULL,300.00,'','11','1','Good sold','1','81','sales','8','','No',NULL,NULL,''),(346,'1100','111605285607','2020-11-13 19:40:26',300.00,NULL,'','11','1','Good sold','1','82','sales','','','No',NULL,NULL,''),(347,'4000','111605285607','2020-11-13 19:40:26',NULL,300.00,'','11','1','Good sold','1','82','sales','8','','No',NULL,NULL,''),(348,'1100','111605285738','2020-11-13 19:43:38',300.00,NULL,'','11','1','Good sold','1','83','sales','','','No',NULL,NULL,''),(349,'4000','111605285738','2020-11-13 19:43:38',NULL,300.00,'','11','1','Good sold','1','83','sales','8','','No',NULL,NULL,''),(350,'1100','111605286464','2020-11-13 19:55:18',300.00,NULL,'','11','1','Good sold','1','84','sales','','','No',NULL,NULL,''),(351,'4000','111605286464','2020-11-13 19:55:18',NULL,300.00,'','11','1','Good sold','1','84','sales','7','','No',NULL,NULL,''),(352,'1000','111605286771','2020-11-13 20:00:39',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(353,'4000','111605286771','2020-11-13 20:00:39',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(354,'1100','111605288448','2020-11-13 20:27:54',150.00,NULL,'','11','1','Good sold','1','85','sales','','','No',NULL,NULL,''),(355,'4000','111605288448','2020-11-13 20:27:54',NULL,150.00,'','11','1','Good sold','1','85','sales','7','','No',NULL,NULL,''),(356,'1100','111605288970','2020-11-13 20:37:54',300.00,NULL,'','11','1','Good sold','1','86','sales','','','No',NULL,NULL,''),(357,'4000','111605288970','2020-11-13 20:37:54',NULL,300.00,'','11','1','Good sold','1','86','sales','8','','No',NULL,NULL,''),(358,'1000','111605289297','2020-11-13 20:42:26',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(359,'4000','111605289297','2020-11-13 20:42:26',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(360,'1100','111605334974','2020-11-14 09:23:10',150.00,NULL,'','11','1','Good sold','1','87','sales','','','No',NULL,NULL,''),(361,'4000','111605334974','2020-11-14 09:23:10',NULL,150.00,'','11','1','Good sold','1','87','sales','7','','No',NULL,NULL,''),(362,'1000','111605337249','2020-11-14 10:01:07',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(363,'4000','111605337249','2020-11-14 10:01:07',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(364,'1000','111605337286','2020-11-14 10:01:58',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(365,'4000','111605337286','2020-11-14 10:01:58',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(366,'1000','111605338001','2020-11-14 10:13:45',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(367,'4000','111605338001','2020-11-14 10:13:45',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(368,'1000','111605342354','2020-11-14 11:26:27',750.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(369,'4000','111605342354','2020-11-14 11:26:27',NULL,750.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(370,'1000','111605342835','2020-11-14 11:34:47',1050.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(371,'4000','111605342835','2020-11-14 11:34:47',NULL,1050.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(372,'1100','111605343438','2020-11-14 11:44:13',600.00,NULL,'','11','1','Good sold','1','88','sales','','','No',NULL,NULL,''),(373,'4000','111605343438','2020-11-14 11:44:13',NULL,600.00,'','11','1','Good sold','1','88','sales','8','','No',NULL,NULL,''),(374,'1000','111605343818','2020-11-14 11:50:42',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(375,'4000','111605343818','2020-11-14 11:50:42',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(376,'1000','111605343859','2020-11-14 11:53:25',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(377,'4000','111605343859','2020-11-14 11:53:25',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(378,'1100','111605344065','2020-11-14 11:56:16',150.00,NULL,'','11','1','Good sold','1','89','sales','','','No',NULL,NULL,''),(379,'4000','111605344065','2020-11-14 11:56:16',NULL,150.00,'','11','1','Good sold','1','89','sales','7','','No',NULL,NULL,''),(380,'1100','111605347032','2020-11-14 12:44:06',600.00,NULL,'','11','1','Good sold','1','90','sales','','','No',NULL,NULL,''),(381,'4000','111605347032','2020-11-14 12:44:06',NULL,600.00,'','11','1','Good sold','1','90','sales','8','','No',NULL,NULL,''),(382,'1000','111605347651','2020-11-14 12:54:23',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(383,'4000','111605347651','2020-11-14 12:54:23',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(384,'1000','111605347679','2020-11-14 12:55:10',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(385,'4000','111605347679','2020-11-14 12:55:10',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(386,'1000','111605347731','2020-11-14 12:55:55',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(387,'4000','111605347731','2020-11-14 12:55:55',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(388,'1100','111605349422','2020-11-14 13:23:56',150.00,NULL,'','11','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(389,'4000','111605349422','2020-11-14 13:23:56',NULL,150.00,'','11','1','Good sold','1','16','sales','7','','No',NULL,NULL,''),(390,'1000','111605351508','2020-11-14 14:02:36',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(391,'4000','111605351508','2020-11-14 14:02:36',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(392,'1100','111605352102','2020-11-14 14:08:41',600.00,NULL,'','11','1','Good sold','1','91','sales','','','No',NULL,NULL,''),(393,'4000','111605352102','2020-11-14 14:08:41',NULL,600.00,'','11','1','Good sold','1','91','sales','8','','No',NULL,NULL,''),(394,'1100','111605352269','2020-11-14 14:11:29',600.00,NULL,'','11','1','Good sold','1','92','sales','','','No',NULL,NULL,''),(395,'4000','111605352269','2020-11-14 14:11:29',NULL,600.00,'','11','1','Good sold','1','92','sales','8','','No',NULL,NULL,''),(396,'1000','111605353655','2020-11-14 14:40:28',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(397,'4000','111605353655','2020-11-14 14:40:28',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(398,'1100','111605355325','2020-11-14 15:02:41',900.00,NULL,'','11','1','Good sold','1','93','sales','','','No',NULL,NULL,''),(399,'4000','111605355325','2020-11-14 15:02:41',NULL,900.00,'','11','1','Good sold','1','93','sales','8','','No',NULL,NULL,''),(400,'1000','111605356810','2020-11-14 15:27:11',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(401,'4000','111605356810','2020-11-14 15:27:11',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(402,'1000','111605358764','2020-11-14 15:59:38',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(403,'4000','111605358764','2020-11-14 15:59:38',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(404,'1000','111605358790','2020-11-14 16:04:17',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(405,'4000','111605358790','2020-11-14 16:04:17',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(406,'1100','111605362930','2020-11-14 17:09:06',600.00,NULL,'','11','1','Good sold','1','94','sales','','','No',NULL,NULL,''),(407,'4000','111605362930','2020-11-14 17:09:06',NULL,600.00,'','11','1','Good sold','1','94','sales','8','','No',NULL,NULL,''),(408,'1000','111605364113','2020-11-14 17:28:43',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(409,'4000','111605364113','2020-11-14 17:28:43',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(410,'1000','111605364603','2020-11-14 17:36:51',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(411,'4000','111605364603','2020-11-14 17:36:51',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(412,'1000','111605366629','2020-11-14 18:10:50',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(413,'4000','111605366629','2020-11-14 18:10:50',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(414,'1000','111605367147','2020-11-14 18:19:23',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(415,'4000','111605367147','2020-11-14 18:19:23',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(416,'1000','111605367609','2020-11-14 18:26:57',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(417,'4000','111605367609','2020-11-14 18:26:57',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(418,'1000','111605369962','2020-11-14 19:06:11',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(419,'4000','111605369962','2020-11-14 19:06:11',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(420,'1000','111605369988','2020-11-14 19:06:48',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(421,'4000','111605369988','2020-11-14 19:06:48',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(422,'1000','111605371312','2020-11-14 19:28:44',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(423,'4000','111605371312','2020-11-14 19:28:44',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(424,'1000','111605371391','2020-11-14 19:30:29',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(425,'4000','111605371391','2020-11-14 19:30:29',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(426,'1000','111605374094','2020-11-14 20:15:12',300.00,NULL,'','11','1','Good sold','1','63','Payment','','','No',NULL,NULL,''),(427,'4000','111605374094','2020-11-14 20:15:12',NULL,300.00,'','11','1','Good sold','1','63','sales','8','','No',NULL,NULL,''),(428,'1100','111605421052','2020-11-15 09:17:56',600.00,NULL,'','11','1','Good sold','1','95','sales','','','No',NULL,NULL,''),(429,'4000','111605421052','2020-11-15 09:17:56',NULL,600.00,'','11','1','Good sold','1','95','sales','8','','No',NULL,NULL,''),(430,'1100','111605422163','2020-11-15 09:36:28',600.00,NULL,'','11','1','Good sold','1','96','sales','','','No',NULL,NULL,''),(431,'4000','111605422163','2020-11-15 09:36:28',NULL,600.00,'','11','1','Good sold','1','96','sales','8','','No',NULL,NULL,''),(432,'1100','111605423235','2020-11-15 09:54:32',1200.00,NULL,'','11','1','Good sold','1','97','sales','','','No',NULL,NULL,''),(433,'4000','111605423235','2020-11-15 09:54:32',NULL,1200.00,'','11','1','Good sold','1','97','sales','8','','No',NULL,NULL,''),(434,'1000','111605424425','2020-11-15 10:14:06',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(435,'4000','111605424425','2020-11-15 10:14:06',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(436,'1100','111605424718','2020-11-15 10:19:05',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(437,'4000','111605424718','2020-11-15 10:19:05',NULL,300.00,'','11','1','Good sold','1','98','sales','8','','No',NULL,NULL,''),(438,'1000','111605427035','2020-11-15 10:58:54',1200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(439,'4000','111605427035','2020-11-15 10:58:54',NULL,1200.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(440,'1100','111605429255','2020-11-15 11:34:41',600.00,NULL,'','11','1','Good sold','1','99','sales','','','No',NULL,NULL,''),(441,'4000','111605429255','2020-11-15 11:34:41',NULL,600.00,'','11','1','Good sold','1','99','sales','8','','No',NULL,NULL,''),(442,'1100','111605429496','2020-11-15 11:38:54',300.00,NULL,'','11','1','Good sold','1','100','sales','','','No',NULL,NULL,''),(443,'4000','111605429496','2020-11-15 11:38:54',NULL,300.00,'','11','1','Good sold','1','100','sales','8','','No',NULL,NULL,''),(444,'1100','111605429720','2020-11-15 11:42:40',600.00,NULL,'','11','1','Good sold','1','101','sales','','','No',NULL,NULL,''),(445,'4000','111605429720','2020-11-15 11:42:40',NULL,600.00,'','11','1','Good sold','1','101','sales','8','','No',NULL,NULL,''),(446,'1100','111605429899','2020-11-15 11:45:24',150.00,NULL,'','11','1','Good sold','1','102','sales','','','No',NULL,NULL,''),(447,'4000','111605429899','2020-11-15 11:45:24',NULL,150.00,'','11','1','Good sold','1','102','sales','7','','No',NULL,NULL,''),(448,'1000','111605430318','2020-11-15 11:52:26',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(449,'4000','111605430318','2020-11-15 11:52:26',NULL,150.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(450,'1000','111605430363','2020-11-15 11:52:55',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(451,'4000','111605430363','2020-11-15 11:52:55',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(452,'1100','111605432973','2020-11-15 12:36:41',600.00,NULL,'','11','1','Good sold','1','103','sales','','','No',NULL,NULL,''),(453,'4000','111605432973','2020-11-15 12:36:41',NULL,600.00,'','11','1','Good sold','1','103','sales','8','','No',NULL,NULL,''),(454,'1000','111605433270','2020-11-15 12:41:42',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(455,'4000','111605433270','2020-11-15 12:41:42',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(456,'1100','111605434517','2020-11-15 13:02:15',600.00,NULL,'','11','1','Good sold','1','104','sales','','','No',NULL,NULL,''),(457,'4000','111605434517','2020-11-15 13:02:15',NULL,600.00,'','11','1','Good sold','1','104','sales','8','','No',NULL,NULL,''),(458,'1000','111605435783','2020-11-15 13:23:17',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(459,'4000','111605435783','2020-11-15 13:23:17',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(460,'1100','111605436649','2020-11-15 13:37:49',150.00,NULL,'','11','1','Good sold','1','105','sales','','','No',NULL,NULL,''),(461,'4000','111605436649','2020-11-15 13:37:49',NULL,150.00,'','11','1','Good sold','1','105','sales','7','','No',NULL,NULL,''),(462,'1100','111605437573','2020-11-15 13:53:14',600.00,NULL,'','11','1','Good sold','1','106','sales','','','No',NULL,NULL,''),(463,'4000','111605437573','2020-11-15 13:53:14',NULL,600.00,'','11','1','Good sold','1','106','sales','8','','No',NULL,NULL,''),(464,'1000','111605438068','2020-11-15 14:01:32',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(465,'4000','111605438068','2020-11-15 14:01:32',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(466,'1000','111605439200','2020-11-15 14:20:14',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(467,'4000','111605439200','2020-11-15 14:20:14',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(468,'1100','111605439252','2020-11-15 14:21:43',600.00,NULL,'','11','1','Good sold','1','107','sales','','','No',NULL,NULL,''),(469,'4000','111605439252','2020-11-15 14:21:43',NULL,600.00,'','11','1','Good sold','1','107','sales','8','','No',NULL,NULL,''),(470,'1000','111605440351','2020-11-15 14:39:28',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(471,'4000','111605440351','2020-11-15 14:39:28',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(472,'1000','111605440385','2020-11-15 14:39:57',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(473,'4000','111605440385','2020-11-15 14:39:57',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(474,'1000','111605440407','2020-11-15 14:59:45',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(475,'4000','111605440407','2020-11-15 14:59:45',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(476,'1100','111605441656','2020-11-15 15:08:35',300.00,NULL,'','11','1','Good sold','1','108','sales','','','No',NULL,NULL,''),(477,'4000','111605441656','2020-11-15 15:08:35',NULL,300.00,'','11','1','Good sold','1','108','sales','8','','No',NULL,NULL,''),(478,'1000','111605442244','2020-11-15 15:10:55',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(479,'4000','111605442244','2020-11-15 15:10:55',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(480,'1100','111605442461','2020-11-15 15:21:04',600.00,NULL,'','11','1','Good sold','1','109','sales','','','No',NULL,NULL,''),(481,'4000','111605442461','2020-11-15 15:21:04',NULL,600.00,'','11','1','Good sold','1','109','sales','8','','No',NULL,NULL,''),(482,'1000','111605443523','2020-11-15 15:32:27',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(483,'4000','111605443523','2020-11-15 15:32:27',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(484,'1100','111605443577','2020-11-15 15:38:04',300.00,NULL,'','11','1','Good sold','1','110','sales','','','No',NULL,NULL,''),(485,'4000','111605443577','2020-11-15 15:38:04',NULL,300.00,'','11','1','Good sold','1','110','sales','8','','No',NULL,NULL,''),(486,'1100','111605444017','2020-11-15 15:40:51',240.00,NULL,'','11','1','Good sold','1','111','sales','','','No',NULL,NULL,''),(487,'4000','111605444017','2020-11-15 15:40:51',NULL,240.00,'','11','1','Good sold','1','111','sales','6','','No',NULL,NULL,''),(488,'1000','111605444259','2020-11-15 15:44:33',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(489,'4000','111605444259','2020-11-15 15:44:33',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(490,'1000','111605444440','2020-11-15 15:47:34',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(491,'4000','111605444440','2020-11-15 15:47:34',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(492,'1000','111605446499','2020-11-15 16:23:33',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(493,'4000','111605446499','2020-11-15 16:23:33',NULL,600.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(494,'1000','111605446635','2020-11-15 16:24:11',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(495,'4000','111605446635','2020-11-15 16:24:11',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(496,'1000','111605447083','2020-11-15 16:31:39',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(497,'4000','111605447083','2020-11-15 16:31:39',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(498,'1000','111605447916','2020-11-15 16:45:29',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(499,'4000','111605447916','2020-11-15 16:45:29',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(500,'1000','111605447961','2020-11-15 16:47:23',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(501,'4000','111605447961','2020-11-15 16:47:23',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(502,'1000','111605448078','2020-11-15 16:55:20',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(503,'4000','111605448078','2020-11-15 16:55:20',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(504,'1000','111605448532','2020-11-15 16:55:47',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(505,'4000','111605448532','2020-11-15 16:55:47',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(506,'1000','111605448557','2020-11-15 16:57:04',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(507,'4000','111605448557','2020-11-15 16:57:04',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(508,'1100','111605449438','2020-11-15 17:10:56',150.00,NULL,'','11','1','Good sold','1','112','sales','','','No',NULL,NULL,''),(509,'4000','111605449438','2020-11-15 17:10:56',NULL,150.00,'','11','1','Good sold','1','112','sales','7','','No',NULL,NULL,''),(510,'1100','111605449652','2020-11-15 17:15:19',300.00,NULL,'','11','1','Good sold','1','113','sales','','','No',NULL,NULL,''),(511,'4000','111605449652','2020-11-15 17:15:19',NULL,300.00,'','11','1','Good sold','1','113','sales','8','','No',NULL,NULL,''),(512,'1100','111605450207','2020-11-15 17:28:59',300.00,NULL,'','11','1','Good sold','1','30','sales','','','No',NULL,NULL,''),(513,'4000','111605450207','2020-11-15 17:28:59',NULL,300.00,'','11','1','Good sold','1','30','sales','8','','No',NULL,NULL,''),(514,'1000','111605450791','2020-11-15 17:33:21',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(515,'4000','111605450791','2020-11-15 17:33:21',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(516,'1100','111605453684','2020-11-15 18:22:49',900.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(517,'4000','111605453684','2020-11-15 18:22:49',NULL,900.00,'','11','1','Good sold','1','114','sales','5','','No',NULL,NULL,''),(518,'1000','111605454538','2020-11-15 18:36:03',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(519,'4000','111605454538','2020-11-15 18:36:03',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(520,'1100','111605455285','2020-11-15 18:48:31',600.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(521,'4000','111605455285','2020-11-15 18:48:31',NULL,600.00,'','11','1','Good sold','1','114','sales','8','','No',NULL,NULL,''),(522,'1100','111605457176','2020-11-15 19:19:49',150.00,NULL,'','11','1','Good sold','1','115','sales','','','No',NULL,NULL,''),(523,'4000','111605457176','2020-11-15 19:19:49',NULL,150.00,'','11','1','Good sold','1','115','sales','7','','No',NULL,NULL,''),(524,'1000','111605457752','2020-11-15 19:29:21',450.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(525,'4000','111605457752','2020-11-15 19:29:21',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(526,'1000','111605458860','2020-11-15 19:52:08',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(527,'4000','111605458860','2020-11-15 19:52:08',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(528,'1000','111605459271','2020-11-15 19:54:59',700.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(529,'4000','111605459271','2020-11-15 19:54:59',NULL,700.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(530,'1000','111605462848','2020-11-15 20:54:31',450.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(531,'4000','111605462848','2020-11-15 20:54:31',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(532,'1100','111605505316','2020-11-16 08:42:41',300.00,NULL,'','11','1','Good sold','1','116','sales','','','No',NULL,NULL,''),(533,'4000','111605505316','2020-11-16 08:42:41',NULL,300.00,'','11','1','Good sold','1','116','sales','8','','No',NULL,NULL,''),(534,'1000','111605505551','2020-11-16 08:46:54',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(535,'4000','111605505551','2020-11-16 08:46:54',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(536,'1100','111605505652','2020-11-16 08:49:35',600.00,NULL,'','11','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(537,'4000','111605505652','2020-11-16 08:49:35',NULL,600.00,'','11','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(538,'1100','111605507737','2020-11-16 09:22:35',300.00,NULL,'','11','1','Good sold','1','118','sales','','','No',NULL,NULL,''),(539,'4000','111605507737','2020-11-16 09:22:35',NULL,300.00,'','11','1','Good sold','1','118','sales','8','','No',NULL,NULL,''),(540,'1100','111605507911','2020-11-16 09:25:24',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(541,'4000','111605507911','2020-11-16 09:25:24',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(542,'1100','111605508787','2020-11-16 09:45:59',300.00,NULL,'','11','1','Good sold','1','120','sales','','','No',NULL,NULL,''),(543,'4000','111605508787','2020-11-16 09:45:59',NULL,300.00,'','11','1','Good sold','1','120','sales','8','','No',NULL,NULL,''),(544,'1000','111605510851','2020-11-16 10:14:37',3500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(545,'4000','111605510851','2020-11-16 10:14:37',NULL,3500.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(546,'1100','111605510890','2020-11-16 10:48:27',300.00,NULL,'','11','1','Good sold','1','121','sales','','','No',NULL,NULL,''),(547,'4000','111605510890','2020-11-16 10:48:27',NULL,300.00,'','11','1','Good sold','1','121','sales','8','','No',NULL,NULL,''),(548,'1000','111605513676','2020-11-16 11:02:06',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(549,'4000','111605513676','2020-11-16 11:02:06',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(550,'1000','111605513767','2020-11-16 11:02:58',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(551,'4000','111605513767','2020-11-16 11:02:58',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(552,'1100','111605513789','2020-11-16 11:59:31',1800.00,NULL,'','11','1','Good sold','1','122','sales','','','No',NULL,NULL,''),(553,'4000','111605513789','2020-11-16 11:59:31',NULL,1800.00,'','11','1','Good sold','1','122','sales','8','','No',NULL,NULL,''),(554,'1000','111605520609','2020-11-16 12:57:01',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(555,'4000','111605520609','2020-11-16 12:57:01',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(556,'1100','111605520648','2020-11-16 12:57:46',150.00,NULL,'','11','1','Good sold','1','123','sales','','','No',NULL,NULL,''),(557,'4000','111605520648','2020-11-16 12:57:46',NULL,150.00,'','11','1','Good sold','1','123','sales','7','','No',NULL,NULL,''),(558,'1000','111605521584','2020-11-16 13:14:17',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(559,'4000','111605521584','2020-11-16 13:14:17',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(560,'1000','111605521671','2020-11-16 13:15:25',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(561,'4000','111605521671','2020-11-16 13:15:25',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(562,'1000','111605521733','2020-11-16 13:34:57',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(563,'4000','111605521733','2020-11-16 13:34:57',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(564,'1000','111605523860','2020-11-16 13:51:12',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(565,'4000','111605523860','2020-11-16 13:51:12',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(566,'1000','111605524357','2020-11-16 13:59:28',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(567,'4000','111605524357','2020-11-16 13:59:28',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(568,'1100','111605525902','2020-11-16 14:25:39',450.00,NULL,'','11','1','Good sold','1','124','sales','','','No',NULL,NULL,''),(569,'4000','111605525902','2020-11-16 14:25:39',NULL,450.00,'','11','1','Good sold','1','124','sales','7','','No',NULL,NULL,''),(570,'1100','111605526544','2020-11-16 14:36:05',300.00,NULL,'','11','1','Good sold','1','125','sales','','','No',NULL,NULL,''),(571,'4000','111605526544','2020-11-16 14:36:05',NULL,300.00,'','11','1','Good sold','1','125','sales','8','','No',NULL,NULL,''),(572,'1000','111605533949','2020-11-16 16:40:38',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(573,'4000','111605533949','2020-11-16 16:40:38',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(574,'1100','111605534087','2020-11-16 16:43:23',1200.00,NULL,'','11','1','Good sold','1','126','sales','','','No',NULL,NULL,''),(575,'4000','111605534087','2020-11-16 16:43:23',NULL,1200.00,'','11','1','Good sold','1','126','sales','8','','No',NULL,NULL,''),(576,'1000','111605534643','2020-11-16 16:50:57',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(577,'4000','111605534643','2020-11-16 16:50:57',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(578,'1000','111605534783','2020-11-16 16:53:15',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(579,'4000','111605534783','2020-11-16 16:53:15',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(580,'1000','111605538547','2020-11-16 17:56:00',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(581,'4000','111605538547','2020-11-16 17:56:00',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(582,'1100','111605539105','2020-11-16 18:05:18',300.00,NULL,'','11','1','Good sold','1','127','sales','','','No',NULL,NULL,''),(583,'4000','111605539105','2020-11-16 18:05:18',NULL,300.00,'','11','1','Good sold','1','127','sales','8','','No',NULL,NULL,''),(584,'1000','111605539994','2020-11-16 18:20:19',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(585,'4000','111605539994','2020-11-16 18:20:19',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(586,'1000','111605540043','2020-11-16 18:22:00',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(587,'4000','111605540043','2020-11-16 18:22:00',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(588,'1000','111605540132','2020-11-16 18:22:26',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(589,'4000','111605540132','2020-11-16 18:22:26',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(590,'1000','111605540152','2020-11-16 18:23:41',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(591,'4000','111605540152','2020-11-16 18:23:41',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(592,'1000','111605540234','2020-11-16 18:38:36',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(593,'4000','111605540234','2020-11-16 18:38:36',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(594,'1000','111605541125','2020-11-16 18:58:12',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(595,'4000','111605541125','2020-11-16 18:58:12',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(596,'1000','111605545675','2020-11-16 19:54:47',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(597,'4000','111605545675','2020-11-16 19:54:47',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(598,'1100','111605591553','2020-11-17 08:39:47',1200.00,NULL,'','11','1','Good sold','1','128','sales','','','No',NULL,NULL,''),(599,'4000','111605591553','2020-11-17 08:39:47',NULL,1200.00,'','11','1','Good sold','1','128','sales','8','','No',NULL,NULL,''),(600,'1100','111605591780','2020-11-17 08:43:37',600.00,NULL,'','11','1','Good sold','1','129','sales','','','No',NULL,NULL,''),(601,'4000','111605591780','2020-11-17 08:43:37',NULL,600.00,'','11','1','Good sold','1','129','sales','8','','No',NULL,NULL,''),(602,'1100','111605594023','2020-11-17 09:20:33',300.00,NULL,'','11','1','Good sold','1','130','sales','','','No',NULL,NULL,''),(603,'4000','111605594023','2020-11-17 09:20:33',NULL,300.00,'','11','1','Good sold','1','130','sales','8','','No',NULL,NULL,''),(604,'1100','111605594368','2020-11-17 09:26:33',150.00,NULL,'','11','1','Good sold','1','131','sales','','','No',NULL,NULL,''),(605,'4000','111605594368','2020-11-17 09:26:33',NULL,150.00,'','11','1','Good sold','1','131','sales','7','','No',NULL,NULL,''),(606,'1000','111605595176','2020-11-17 09:39:49',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(607,'4000','111605595176','2020-11-17 09:39:49',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(608,'1000','111605595199','2020-11-17 10:52:12',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(609,'4000','111605595199','2020-11-17 10:52:12',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(610,'1000','111605599650','2020-11-17 10:59:26',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(611,'4000','111605599650','2020-11-17 10:59:26',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(612,'1000','111605600619','2020-11-17 11:10:29',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(613,'4000','111605600619','2020-11-17 11:10:29',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(614,'1100','111605603189','2020-11-17 11:53:44',900.00,NULL,'','11','1','Good sold','1','132','sales','','','No',NULL,NULL,''),(615,'4000','111605603189','2020-11-17 11:53:44',NULL,900.00,'','11','1','Good sold','1','132','sales','8','','No',NULL,NULL,''),(616,'1100','111605603684','2020-11-17 12:24:25',300.00,NULL,'','11','1','Good sold','1','133','sales','','','No',NULL,NULL,''),(617,'4000','111605603684','2020-11-17 12:24:25',NULL,300.00,'','11','1','Good sold','1','133','sales','8','','No',NULL,NULL,''),(618,'1000','111605605494','2020-11-17 12:31:44',80.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(619,'4000','111605605494','2020-11-17 12:31:44',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(620,'1000','111605605694','2020-11-17 12:35:04',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(621,'4000','111605605694','2020-11-17 12:35:04',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(622,'1000','111605605728','2020-11-17 12:36:21',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(623,'4000','111605605728','2020-11-17 12:36:21',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(624,'1000','111605605907','2020-11-17 12:38:47',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(625,'4000','111605605907','2020-11-17 12:38:47',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(626,'1100','111605605958','2020-11-17 13:00:45',300.00,NULL,'','11','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(627,'4000','111605605958','2020-11-17 13:00:45',NULL,300.00,'','11','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(628,'1000','111605608319','2020-11-17 13:19:59',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(629,'4000','111605608319','2020-11-17 13:19:59',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(630,'1000','111605608416','2020-11-17 13:38:40',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(631,'4000','111605608416','2020-11-17 13:38:40',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(632,'1000','111605610405','2020-11-17 13:53:35',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(633,'4000','111605610405','2020-11-17 13:53:35',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(634,'1100','111605611401','2020-11-17 14:11:11',600.00,NULL,'','11','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(635,'4000','111605611401','2020-11-17 14:11:11',NULL,600.00,'','11','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(636,'1000','111605611566','2020-11-17 14:12:57',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(637,'4000','111605611566','2020-11-17 14:12:57',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(638,'1100','111605611674','2020-11-17 14:23:42',150.00,NULL,'','11','1','Good sold','1','135','sales','','','No',NULL,NULL,''),(639,'4000','111605611674','2020-11-17 14:23:42',NULL,150.00,'','11','1','Good sold','1','135','sales','7','','No',NULL,NULL,''),(640,'1100','111605612336','2020-11-17 14:26:32',150.00,NULL,'','11','1','Good sold','1','136','sales','','','No',NULL,NULL,''),(641,'4000','111605612336','2020-11-17 14:26:32',NULL,150.00,'','11','1','Good sold','1','136','sales','7','','No',NULL,NULL,''),(642,'1100','111605614640','2020-11-17 15:04:30',300.00,NULL,'','11','1','Good sold','1','135','sales','','','No',NULL,NULL,''),(643,'4000','111605614640','2020-11-17 15:04:30',NULL,300.00,'','11','1','Good sold','1','135','sales','7','','No',NULL,NULL,''),(644,'1100','111605617616','2020-11-17 15:53:46',150.00,NULL,'','11','1','Good sold','1','137','sales','','','No',NULL,NULL,''),(645,'4000','111605617616','2020-11-17 15:53:46',NULL,150.00,'','11','1','Good sold','1','137','sales','7','','No',NULL,NULL,''),(646,'1000','111605618124','2020-11-17 16:02:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(647,'4000','111605618124','2020-11-17 16:02:14',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(648,'1000','111605618738','2020-11-17 16:12:51',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(649,'4000','111605618738','2020-11-17 16:12:51',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(650,'1100','111605621202','2020-11-17 16:53:42',300.00,NULL,'','11','1','Good sold','1','138','sales','','','No',NULL,NULL,''),(651,'4000','111605621202','2020-11-17 16:53:42',NULL,300.00,'','11','1','Good sold','1','138','sales','7','','No',NULL,NULL,''),(652,'1100','111605622664','2020-11-17 17:18:31',150.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(653,'4000','111605622664','2020-11-17 17:18:31',NULL,150.00,'','11','1','Good sold','1','139','sales','7','','No',NULL,NULL,''),(654,'1100','111605622931','2020-11-17 17:22:23',80.00,NULL,'','11','1','Good sold','1','140','sales','','','No',NULL,NULL,''),(655,'4000','111605622931','2020-11-17 17:22:23',NULL,80.00,'','11','1','Good sold','1','140','sales','6','','No',NULL,NULL,''),(656,'1000','111605624038','2020-11-17 17:40:59',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(657,'4000','111605624038','2020-11-17 17:40:59',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(658,'1000','111605626143','2020-11-17 18:16:21',250.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(659,'4000','111605626143','2020-11-17 18:16:21',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(660,'1100','111605626202','2020-11-17 18:18:05',300.00,NULL,'','11','1','Good sold','1','141','sales','','','No',NULL,NULL,''),(661,'4000','111605626202','2020-11-17 18:18:05',NULL,300.00,'','11','1','Good sold','1','141','sales','8','','No',NULL,NULL,''),(662,'1100','111605626678','2020-11-17 18:24:47',300.00,NULL,'','11','1','Good sold','1','142','sales','','','No',NULL,NULL,''),(663,'4000','111605626678','2020-11-17 18:24:47',NULL,300.00,'','11','1','Good sold','1','142','sales','8','','No',NULL,NULL,''),(664,'1000','111605626870','2020-11-17 18:27:59',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(665,'4000','111605626870','2020-11-17 18:27:59',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(666,'1100','111605627605','2020-11-17 18:40:17',300.00,NULL,'','11','1','Good sold','1','143','sales','','','No',NULL,NULL,''),(667,'4000','111605627605','2020-11-17 18:40:17',NULL,300.00,'','11','1','Good sold','1','143','sales','8','','No',NULL,NULL,''),(668,'1000','111605628497','2020-11-17 18:55:33',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(669,'4000','111605628497','2020-11-17 18:55:33',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(670,'1000','111605628542','2020-11-17 19:27:14',450.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(671,'4000','111605628542','2020-11-17 19:27:14',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(672,'1000','111605631136','2020-11-17 19:39:19',600.00,NULL,'','11','1','Good sold','1','141','Payment','','','No',NULL,NULL,''),(673,'4000','111605631136','2020-11-17 19:39:19',NULL,600.00,'','11','1','Good sold','1','141','sales','8','','No',NULL,NULL,''),(674,'1000','111605631966','2020-11-17 19:53:11',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(675,'4000','111605631966','2020-11-17 19:53:11',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(676,'1100','111605633342','2020-11-17 20:16:01',300.00,NULL,'','11','1','Good sold','1','40','sales','','','No',NULL,NULL,''),(677,'4000','111605633342','2020-11-17 20:16:01',NULL,300.00,'','11','1','Good sold','1','40','sales','8','','No',NULL,NULL,''),(678,'1100','111605633467','2020-11-17 20:18:05',300.00,NULL,'','11','1','Good sold','1','145','sales','','','No',NULL,NULL,''),(679,'4000','111605633467','2020-11-17 20:18:05',NULL,300.00,'','11','1','Good sold','1','145','sales','8','','No',NULL,NULL,''),(680,'1000','111605633845','2020-11-17 20:24:14',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(681,'4000','111605633845','2020-11-17 20:24:14',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(682,'1000','111605678338','2020-11-18 08:45:49',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(683,'4000','111605678338','2020-11-18 08:45:49',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(684,'1000','111605678651','2020-11-18 08:51:00',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(685,'4000','111605678651','2020-11-18 08:51:00',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(686,'1000','111605678830','2020-11-18 08:53:58',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(687,'4000','111605678830','2020-11-18 08:53:58',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(688,'1000','111605678854','2020-11-18 08:56:46',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(689,'4000','111605678854','2020-11-18 08:56:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(690,'1000','1441605631417','2020-11-18 08:57:54',600.00,NULL,'','144','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(691,'4000','1441605631417','2020-11-18 08:57:54',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(692,'4000','1441605631417','2020-11-18 08:57:54',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(693,'1100','111605679486','2020-11-18 09:05:00',900.00,NULL,'','11','1','Good sold','1','146','sales','','','No',NULL,NULL,''),(694,'4000','111605679486','2020-11-18 09:05:00',NULL,900.00,'','11','1','Good sold','1','146','sales','8','','No',NULL,NULL,''),(695,'1000','111605679662','2020-11-18 09:07:51',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(696,'4000','111605679662','2020-11-18 09:07:51',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(697,'1000','121605683507','2020-11-18 10:11:58',300.00,NULL,'','12','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(698,'4000','121605683507','2020-11-18 10:11:58',NULL,300.00,'','12','1','Good sold','1','147','sales','8','','No',NULL,NULL,''),(699,'1000','121605683715','2020-11-18 10:15:33',600.00,NULL,'','12','1','Good sold','1','','sales','','','No',NULL,NULL,''),(700,'4000','121605683715','2020-11-18 10:15:33',NULL,600.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(701,'1000','121605683762','2020-11-18 10:22:30',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(702,'4000','121605683762','2020-11-18 10:22:30',NULL,50.00,'','12','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(703,'1000','121605685740','2020-11-18 10:52:05',700.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(704,'4000','121605685740','2020-11-18 10:52:05',NULL,700.00,'','12','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(705,'1000','1441605686266','2020-11-18 10:58:04',700.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(706,'4000','1441605686266','2020-11-18 10:58:04',NULL,700.00,'','144','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(707,'1000','1441605690538','2020-11-18 12:10:20',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(708,'4000','1441605690538','2020-11-18 12:10:20',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(709,'1000','1441605700571','2020-11-18 14:56:27',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(710,'4000','1441605700571','2020-11-18 14:56:27',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(711,'1000','1441605700680','2020-11-18 14:58:13',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(712,'4000','1441605700680','2020-11-18 14:58:13',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(713,'1000','1441605705154','2020-11-18 16:12:52',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(714,'4000','1441605705154','2020-11-18 16:12:52',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(715,'1100','1441605705552','2020-11-18 16:20:01',300.00,NULL,'','144','1','Good sold','1','148','sales','','','No',NULL,NULL,''),(716,'4000','1441605705552','2020-11-18 16:20:01',NULL,300.00,'','144','1','Good sold','1','148','sales','8','','No',NULL,NULL,''),(717,'1000','111605707405','2020-11-18 16:50:54',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(718,'4000','111605707405','2020-11-18 16:50:54',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(719,'1100','1441605708603','2020-11-18 17:10:17',300.00,NULL,'','144','1','Good sold','1','149','sales','','','No',NULL,NULL,''),(720,'4000','1441605708603','2020-11-18 17:10:17',NULL,300.00,'','144','1','Good sold','1','149','sales','8','','No',NULL,NULL,''),(721,'1100','121605708789','2020-11-18 17:13:18',300.00,NULL,'','12','1','Good sold','1','149','sales','','','No',NULL,NULL,''),(722,'4000','121605708789','2020-11-18 17:13:18',NULL,300.00,'','12','1','Good sold','1','149','sales','8','','No',NULL,NULL,''),(723,'1000','1441605709563','2020-11-18 17:26:13',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(724,'4000','1441605709563','2020-11-18 17:26:13',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(725,'1000','1441605709655','2020-11-18 17:30:05',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(726,'4000','1441605709655','2020-11-18 17:30:05',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(727,'1100','111605711106','2020-11-18 17:52:05',300.00,NULL,'','11','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(728,'4000','111605711106','2020-11-18 17:52:05',NULL,300.00,'','11','1','Good sold','1','150','sales','8','','No',NULL,NULL,''),(729,'1000','111605712261','2020-11-18 18:11:27',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(730,'4000','111605712261','2020-11-18 18:11:27',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(731,'1100','1441605712676','2020-11-18 18:18:09',1500.00,NULL,'','144','1','Good sold','1','23','sales','','','No',NULL,NULL,''),(732,'4000','1441605712676','2020-11-18 18:18:09',NULL,1500.00,'','144','1','Good sold','1','23','sales','8','','No',NULL,NULL,''),(733,'1000','1441605713598','2020-11-18 18:33:31',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(734,'4000','1441605713598','2020-11-18 18:33:31',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(735,'1100','1441605714957','2020-11-18 18:56:16',600.00,NULL,'','144','1','Good sold','1','151','sales','','','No',NULL,NULL,''),(736,'4000','1441605714957','2020-11-18 18:56:16',NULL,600.00,'','144','1','Good sold','1','151','sales','8','','No',NULL,NULL,''),(737,'1000','1441605715596','2020-11-18 19:07:14',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(738,'4000','1441605715596','2020-11-18 19:07:14',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(739,'1000','1441605715686','2020-11-18 19:10:02',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(740,'4000','1441605715686','2020-11-18 19:10:02',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(741,'1000','1441605716287','2020-11-18 19:18:29',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(742,'4000','1441605716287','2020-11-18 19:18:29',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(743,'1000','1441605716349','2020-11-18 19:20:13',1200.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(744,'4000','1441605716349','2020-11-18 19:20:13',NULL,1200.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(745,'1000','1441605716607','2020-11-18 19:23:41',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(746,'4000','1441605716607','2020-11-18 19:23:41',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(747,'1000','1441605718456','2020-11-18 19:54:29',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(748,'4000','1441605718456','2020-11-18 19:54:29',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(749,'1000','1441605719276','2020-11-18 20:08:05',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(750,'4000','1441605719276','2020-11-18 20:08:05',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(751,'1000','1441605719312','2020-11-18 20:09:25',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(752,'4000','1441605719312','2020-11-18 20:09:25',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(753,'1000','111605722943','2020-11-18 21:09:45',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(754,'4000','111605722943','2020-11-18 21:09:45',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(755,'1000','1441605762386','2020-11-19 08:06:39',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(756,'4000','1441605762386','2020-11-19 08:06:39',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(757,'1100','111605763687','2020-11-19 08:28:19',300.00,NULL,'','11','1','Good sold','1','152','sales','','','No',NULL,NULL,''),(758,'4000','111605763687','2020-11-19 08:28:19',NULL,300.00,'','11','1','Good sold','1','152','sales','8','','No',NULL,NULL,''),(759,'1100','1441605765362','2020-11-19 08:56:17',350.00,NULL,'','144','1','Good sold','1','153','sales','','','No',NULL,NULL,''),(760,'4000','1441605765362','2020-11-19 08:56:17',NULL,350.00,'','144','1','Good sold','1','153','sales','9','','No',NULL,NULL,''),(761,'1000','1441605767488','2020-11-19 09:31:56',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(762,'4000','1441605767488','2020-11-19 09:31:56',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(763,'1100','111605768616','2020-11-19 09:50:31',300.00,NULL,'','11','1','Good sold','1','154','sales','','','No',NULL,NULL,''),(764,'4000','111605768616','2020-11-19 09:50:31',NULL,300.00,'','11','1','Good sold','1','154','sales','8','','No',NULL,NULL,''),(765,'1100','1441605765362','2020-11-19 10:13:04',NULL,350.00,'','144','1','unvasai payment','1','153','payment','','','No',NULL,NULL,''),(766,'1000','1441605765362','2020-11-19 10:13:04',350.00,NULL,'','144','1','unvasai payment','1','153','payment','','','No',NULL,NULL,''),(767,'1000','111605770662','2020-11-19 10:24:36',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(768,'4000','111605770662','2020-11-19 10:24:36',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(769,'1100','1441605772140','2020-11-19 10:49:22',300.00,NULL,'','144','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(770,'4000','1441605772140','2020-11-19 10:49:22',NULL,300.00,'','144','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(771,'1000','111605772533','2020-11-19 10:57:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(772,'4000','111605772533','2020-11-19 10:57:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(773,'1100','111605773806','2020-11-19 11:17:10',300.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(774,'4000','111605773806','2020-11-19 11:17:10',NULL,300.00,'','11','1','Good sold','1','156','sales','8','','No',NULL,NULL,''),(775,'1000','1441605776161','2020-11-19 11:56:11',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(776,'4000','1441605776161','2020-11-19 11:56:11',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(777,'1100','1441605777953','2020-11-19 12:26:10',600.00,NULL,'','144','1','Good sold','1','22','sales','','','No',NULL,NULL,''),(778,'4000','1441605777953','2020-11-19 12:26:10',NULL,600.00,'','144','1','Good sold','1','22','sales','8','','No',NULL,NULL,''),(779,'1100','1441605778497','2020-11-19 12:35:12',300.00,NULL,'','144','1','Good sold','1','157','sales','','','No',NULL,NULL,''),(780,'4000','1441605778497','2020-11-19 12:35:12',NULL,300.00,'','144','1','Good sold','1','157','sales','8','','No',NULL,NULL,''),(781,'1100','1441605778782','2020-11-19 12:40:06',600.00,NULL,'','144','1','Good sold','1','158','sales','','','No',NULL,NULL,''),(782,'4000','1441605778782','2020-11-19 12:40:06',NULL,600.00,'','144','1','Good sold','1','158','sales','8','','No',NULL,NULL,''),(783,'1000','1441605779620','2020-11-19 12:54:21',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(784,'4000','1441605779620','2020-11-19 12:54:21',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(785,'1100','1441605780489','2020-11-19 13:08:25',300.00,NULL,'','144','1','Good sold','1','159','sales','','','No',NULL,NULL,''),(786,'4000','1441605780489','2020-11-19 13:08:25',NULL,300.00,'','144','1','Good sold','1','159','sales','8','','No',NULL,NULL,''),(787,'1000','1441605781218','2020-11-19 13:20:28',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(788,'4000','1441605781218','2020-11-19 13:20:28',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(789,'1000','1441605781236','2020-11-19 13:29:38',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(790,'4000','1441605781236','2020-11-19 13:29:38',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(791,'1000','1441605782112','2020-11-19 13:35:22',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(792,'4000','1441605782112','2020-11-19 13:35:22',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(793,'1100','1441605783250','2020-11-19 13:54:29',1200.00,NULL,'','144','1','Good sold','1','160','sales','','','No',NULL,NULL,''),(794,'4000','1441605783250','2020-11-19 13:54:29',NULL,1200.00,'','144','1','Good sold','1','160','sales','8','','No',NULL,NULL,''),(795,'1100','1441605784016','2020-11-19 14:07:12',600.00,NULL,'','144','1','Good sold','1','161','sales','','','No',NULL,NULL,''),(796,'4000','1441605784016','2020-11-19 14:07:12',NULL,600.00,'','144','1','Good sold','1','161','sales','8','','No',NULL,NULL,''),(797,'1100','1441605784582','2020-11-19 14:16:41',600.00,NULL,'','144','1','Good sold','1','162','sales','','','No',NULL,NULL,''),(798,'4000','1441605784582','2020-11-19 14:16:41',NULL,600.00,'','144','1','Good sold','1','162','sales','8','','No',NULL,NULL,''),(799,'1100','1441605785884','2020-11-19 14:38:20',150.00,NULL,'','144','1','Good sold','1','163','sales','','','No',NULL,NULL,''),(800,'4000','1441605785884','2020-11-19 14:38:20',NULL,150.00,'','144','1','Good sold','1','163','sales','7','','No',NULL,NULL,''),(801,'1000','1441605786160','2020-11-19 14:42:47',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(802,'4000','1441605786160','2020-11-19 14:42:47',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(803,'1100','1441605786175','2020-11-19 15:10:29',300.00,NULL,'','144','1','Good sold','1','164','sales','','','No',NULL,NULL,''),(804,'4000','1441605786175','2020-11-19 15:10:29',NULL,300.00,'','144','1','Good sold','1','164','sales','8','','No',NULL,NULL,''),(805,'1100','1441605788866','2020-11-19 15:28:02',600.00,NULL,'','144','1','Good sold','1','165','sales','','','No',NULL,NULL,''),(806,'4000','1441605788866','2020-11-19 15:28:02',NULL,600.00,'','144','1','Good sold','1','165','sales','8','','No',NULL,NULL,''),(807,'1000','1441605789039','2020-11-19 15:30:52',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(808,'4000','1441605789039','2020-11-19 15:30:52',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(809,'1000','1441605789482','2020-11-19 15:38:14',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(810,'4000','1441605789482','2020-11-19 15:38:14',NULL,150.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(811,'1100','1441605789504','2020-11-19 16:01:39',300.00,NULL,'','144','1','Good sold','1','166','sales','','','No',NULL,NULL,''),(812,'4000','1441605789504','2020-11-19 16:01:39',NULL,300.00,'','144','1','Good sold','1','166','sales','8','','No',NULL,NULL,''),(813,'1000','1441605791864','2020-11-19 16:17:54',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(814,'4000','1441605791864','2020-11-19 16:17:54',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(815,'1000','1441605794384','2020-11-19 17:00:48',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(816,'4000','1441605794384','2020-11-19 17:00:48',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(817,'1000','1441605795783','2020-11-19 17:23:20',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(818,'4000','1441605795783','2020-11-19 17:23:20',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(819,'1100','1441605795809','2020-11-19 17:23:49',300.00,NULL,'','144','1','Good sold','1','167','sales','','','No',NULL,NULL,''),(820,'4000','1441605795809','2020-11-19 17:23:49',NULL,300.00,'','144','1','Good sold','1','167','sales','8','','No',NULL,NULL,''),(821,'1100','1441605796553','2020-11-19 17:36:12',300.00,NULL,'','144','1','Good sold','1','168','sales','','','No',NULL,NULL,''),(822,'4000','1441605796553','2020-11-19 17:36:12',NULL,300.00,'','144','1','Good sold','1','168','sales','8','','No',NULL,NULL,''),(823,'1100','1441605796683','2020-11-19 17:38:30',450.00,NULL,'','144','1','Good sold','1','169','sales','','','No',NULL,NULL,''),(824,'4000','1441605796683','2020-11-19 17:38:30',NULL,450.00,'','144','1','Good sold','1','169','sales','7','','No',NULL,NULL,''),(825,'1100','1441605797897','2020-11-19 17:58:34',600.00,NULL,'','144','1','Good sold','1','170','sales','','','No',NULL,NULL,''),(826,'4000','1441605797897','2020-11-19 17:58:34',NULL,600.00,'','144','1','Good sold','1','170','sales','8','','No',NULL,NULL,''),(827,'1000','1441605798446','2020-11-19 18:07:38',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(828,'4000','1441605798446','2020-11-19 18:07:38',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(829,'1100','1441605802061','2020-11-19 19:07:52',300.00,NULL,'','144','1','Good sold','1','171','sales','','','No',NULL,NULL,''),(830,'4000','1441605802061','2020-11-19 19:07:52',NULL,300.00,'','144','1','Good sold','1','171','sales','8','','No',NULL,NULL,''),(831,'1000','1441605802708','2020-11-19 19:18:38',150.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(832,'4000','1441605802708','2020-11-19 19:18:38',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(833,'1000','1441605802736','2020-11-19 19:19:43',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(834,'4000','1441605802736','2020-11-19 19:19:43',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(835,'1000','1441605803890','2020-11-19 19:38:57',80.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(836,'4000','1441605803890','2020-11-19 19:38:57',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(837,'1000','111605804118','2020-11-19 19:42:28',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(838,'4000','111605804118','2020-11-19 19:42:28',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(839,'1100','1441605805815','2020-11-19 20:10:29',300.00,NULL,'','144','1','Good sold','1','172','sales','','','No',NULL,NULL,''),(840,'4000','1441605805815','2020-11-19 20:10:29',NULL,300.00,'','144','1','Good sold','1','172','sales','8','','No',NULL,NULL,''),(841,'1000','1441605806863','2020-11-19 20:27:53',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(842,'4000','1441605806863','2020-11-19 20:27:53',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(843,'1000','111605808365','2020-11-19 20:53:26',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(844,'4000','111605808365','2020-11-19 20:53:26',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(845,'1100','111605808498','2020-11-19 20:55:33',450.00,NULL,'','11','1','Good sold','1','173','sales','','','No',NULL,NULL,''),(846,'4000','111605808498','2020-11-19 20:55:33',NULL,450.00,'','11','1','Good sold','1','173','sales','7','','No',NULL,NULL,''),(847,'1100','1441605850660','2020-11-20 08:38:05',600.00,NULL,'','144','1','Good sold','1','174','sales','','','No',NULL,NULL,''),(848,'4000','1441605850660','2020-11-20 08:38:05',NULL,600.00,'','144','1','Good sold','1','174','sales','8','','No',NULL,NULL,''),(849,'1100','1441605850777','2020-11-20 08:39:53',300.00,NULL,'','144','1','Good sold','1','175','sales','','','No',NULL,NULL,''),(850,'4000','1441605850777','2020-11-20 08:39:53',NULL,300.00,'','144','1','Good sold','1','175','sales','8','','No',NULL,NULL,''),(851,'1100','1441605851752','2020-11-20 09:05:30',300.00,NULL,'','144','1','Good sold','1','176','sales','','','No',NULL,NULL,''),(852,'4000','1441605851752','2020-11-20 09:05:30',NULL,300.00,'','144','1','Good sold','1','176','sales','8','','No',NULL,NULL,''),(853,'1100','1441605857898','2020-11-20 10:38:29',300.00,NULL,'','144','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(854,'4000','1441605857898','2020-11-20 10:38:29',NULL,300.00,'','144','1','Good sold','1','18','sales','8','','No',NULL,NULL,''),(855,'1100','1441605861746','2020-11-20 11:42:48',600.00,NULL,'','144','1','Good sold','1','177','sales','','','No',NULL,NULL,''),(856,'4000','1441605861746','2020-11-20 11:42:48',NULL,600.00,'','144','1','Good sold','1','177','sales','8','','No',NULL,NULL,''),(857,'1100','1441605861946','2020-11-20 11:45:54',300.00,NULL,'','144','1','Good sold','1','178','sales','','','No',NULL,NULL,''),(858,'4000','1441605861946','2020-11-20 11:45:54',NULL,300.00,'','144','1','Good sold','1','178','sales','8','','No',NULL,NULL,''),(859,'1100','1441605864359','2020-11-20 12:30:33',300.00,NULL,'','144','1','Good sold','1','179','sales','','','No',NULL,NULL,''),(860,'4000','1441605864359','2020-11-20 12:30:33',NULL,300.00,'','144','1','Good sold','1','179','sales','8','','No',NULL,NULL,''),(861,'1100','1441605865218','2020-11-20 12:41:05',150.00,NULL,'','144','1','Good sold','1','180','sales','','','No',NULL,NULL,''),(862,'4000','1441605865218','2020-11-20 12:41:05',NULL,150.00,'','144','1','Good sold','1','180','sales','7','','No',NULL,NULL,''),(863,'1100','1441605867136','2020-11-20 13:13:32',300.00,NULL,'','144','1','Good sold','1','181','sales','','','No',NULL,NULL,''),(864,'4000','1441605867136','2020-11-20 13:13:32',NULL,300.00,'','144','1','Good sold','1','181','sales','7','','No',NULL,NULL,''),(865,'1000','1441605867297','2020-11-20 13:15:11',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(866,'4000','1441605867297','2020-11-20 13:15:11',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(867,'1000','1441605867571','2020-11-20 13:19:52',450.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(868,'4000','1441605867571','2020-11-20 13:19:52',NULL,450.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(869,'1100','1441605867615','2020-11-20 13:21:02',300.00,NULL,'','144','1','Good sold','1','71','sales','','','No',NULL,NULL,''),(870,'4000','1441605867615','2020-11-20 13:21:02',NULL,300.00,'','144','1','Good sold','1','71','sales','8','','No',NULL,NULL,''),(871,'1000','1441605870893','2020-11-20 14:15:04',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(872,'4000','1441605870893','2020-11-20 14:15:04',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(873,'1100','1441605873514','2020-11-20 15:05:36',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(874,'4000','1441605873514','2020-11-20 15:05:36',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(875,'1000','1441605874098','2020-11-20 15:08:31',250.00,NULL,'','144','1','Good sold','1','183','sales','','','No',NULL,NULL,''),(876,'4000','1441605874098','2020-11-20 15:08:31',NULL,250.00,'','144','1','Good sold','1','183','sales','4','','No',NULL,NULL,''),(877,'1100','1441605874391','2020-11-20 15:13:23',300.00,NULL,'','144','1','Good sold','1','184','sales','','','No',NULL,NULL,''),(878,'4000','1441605874391','2020-11-20 15:13:23',NULL,300.00,'','144','1','Good sold','1','184','sales','8','','No',NULL,NULL,''),(879,'1000','1441605874573','2020-11-20 15:16:21',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(880,'4000','1441605874573','2020-11-20 15:16:21',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(881,'1100','1441605874589','2020-11-20 15:28:46',300.00,NULL,'','144','1','Good sold','1','185','sales','','','No',NULL,NULL,''),(882,'4000','1441605874589','2020-11-20 15:28:46',NULL,300.00,'','144','1','Good sold','1','185','sales','8','','No',NULL,NULL,''),(883,'1000','1441605876427','2020-11-20 15:47:17',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(884,'4000','1441605876427','2020-11-20 15:47:17',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(885,'1000','1441605876444','2020-11-20 15:53:59',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(886,'4000','1441605876444','2020-11-20 15:53:59',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(887,'1100','1441605877422','2020-11-20 16:04:59',700.00,NULL,'','144','1','Good sold','1','186','sales','','','No',NULL,NULL,''),(888,'4000','1441605877422','2020-11-20 16:04:59',NULL,700.00,'','144','1','Good sold','1','186','sales','9','','No',NULL,NULL,''),(889,'1000','1441605878919','2020-11-20 16:28:49',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(890,'4000','1441605878919','2020-11-20 16:28:49',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(891,'1000','1441605879678','2020-11-20 16:41:32',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(892,'4000','1441605879678','2020-11-20 16:41:32',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(893,'1000','1441605879846','2020-11-20 16:44:17',150.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(894,'4000','1441605879846','2020-11-20 16:44:17',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(895,'1000','1441605879884','2020-11-20 16:45:01',80.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(896,'4000','1441605879884','2020-11-20 16:45:01',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(897,'1000','1441605879927','2020-11-20 16:50:46',250.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(898,'4000','1441605879927','2020-11-20 16:50:46',NULL,250.00,'','144','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(899,'1100','1441605880254','2020-11-20 17:20:30',150.00,NULL,'','144','1','Good sold','1','115','sales','','','No',NULL,NULL,''),(900,'4000','1441605880254','2020-11-20 17:20:30',NULL,150.00,'','144','1','Good sold','1','115','sales','7','','No',NULL,NULL,''),(901,'1000','1441605882149','2020-11-20 17:22:42',150.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(902,'4000','1441605882149','2020-11-20 17:22:42',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(903,'1100','1441605882188','2020-11-20 17:52:52',300.00,NULL,'','144','1','Good sold','1','187','sales','','','No',NULL,NULL,''),(904,'4000','1441605882188','2020-11-20 17:52:52',NULL,300.00,'','144','1','Good sold','1','187','sales','8','','No',NULL,NULL,''),(905,'1000','1441605884159','2020-11-20 17:56:10',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(906,'4000','1441605884159','2020-11-20 17:56:10',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(907,'1000','1441605884703','2020-11-20 18:05:14',450.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(908,'4000','1441605884703','2020-11-20 18:05:14',NULL,450.00,'','144','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(909,'1100','1441605887478','2020-11-20 18:51:43',160.00,NULL,'','144','1','Good sold','1','45','sales','','','No',NULL,NULL,''),(910,'4000','1441605887478','2020-11-20 18:51:43',NULL,160.00,'','144','1','Good sold','1','45','sales','6','','No',NULL,NULL,''),(911,'1100','1441605887624','2020-11-20 18:54:15',300.00,NULL,'','144','1','Good sold','1','188','sales','','','No',NULL,NULL,''),(912,'4000','1441605887624','2020-11-20 18:54:15',NULL,300.00,'','144','1','Good sold','1','188','sales','8','','No',NULL,NULL,''),(913,'1000','1441605887827','2020-11-20 18:57:26',300.00,NULL,'','144','1','Good sold','1','189','Payment','','','No',NULL,NULL,''),(914,'4000','1441605887827','2020-11-20 18:57:26',NULL,300.00,'','144','1','Good sold','1','189','sales','8','','No',NULL,NULL,''),(915,'1100','1441605944507','2020-11-21 10:43:55',600.00,NULL,'','144','1','Good sold','1','190','sales','','','No',NULL,NULL,''),(916,'4000','1441605944507','2020-11-21 10:43:55',NULL,600.00,'','144','1','Good sold','1','190','sales','8','','No',NULL,NULL,''),(917,'1100','1441605944793','2020-11-21 10:46:52',450.00,NULL,'','144','1','Good sold','1','191','sales','','','No',NULL,NULL,''),(918,'4000','1441605944793','2020-11-21 10:46:52',NULL,450.00,'','144','1','Good sold','1','191','sales','5','','No',NULL,NULL,''),(919,'1100','1441605944967','2020-11-21 10:49:38',300.00,NULL,'','144','1','Good sold','1','191','sales','','','No',NULL,NULL,''),(920,'4000','1441605944967','2020-11-21 10:49:38',NULL,300.00,'','144','1','Good sold','1','191','sales','8','','No',NULL,NULL,''),(921,'1000','1441605951508','2020-11-21 12:38:44',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(922,'4000','1441605951508','2020-11-21 12:38:44',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(923,'1100','1441605953815','2020-11-21 13:17:11',900.00,NULL,'','144','1','Good sold','1','192','sales','','','No',NULL,NULL,''),(924,'4000','1441605953815','2020-11-21 13:17:11',NULL,900.00,'','144','1','Good sold','1','192','sales','8','','No',NULL,NULL,''),(925,'1100','1441605954046','2020-11-21 13:21:06',300.00,NULL,'','144','1','Good sold','1','193','sales','','','No',NULL,NULL,''),(926,'4000','1441605954046','2020-11-21 13:21:06',NULL,300.00,'','144','1','Good sold','1','193','sales','8','','No',NULL,NULL,''),(927,'1100','1441605954422','2020-11-21 13:28:53',300.00,NULL,'','144','1','Good sold','1','70','sales','','','No',NULL,NULL,''),(928,'4000','1441605954422','2020-11-21 13:28:53',NULL,300.00,'','144','1','Good sold','1','70','sales','8','','No',NULL,NULL,''),(929,'1000','1441605957847','2020-11-21 14:24:20',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(930,'4000','1441605957847','2020-11-21 14:24:20',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(931,'1000','1441605960006','2020-11-21 15:00:24',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(932,'4000','1441605960006','2020-11-21 15:00:24',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(933,'1100','1441605976135','2020-11-21 19:29:14',300.00,NULL,'','144','1','Good sold','1','194','sales','','','No',NULL,NULL,''),(934,'4000','1441605976135','2020-11-21 19:29:14',NULL,300.00,'','144','1','Good sold','1','194','sales','8','','No',NULL,NULL,''),(935,'1100','1441605976287','2020-11-21 19:31:45',300.00,NULL,'','144','1','Good sold','1','195','sales','','','No',NULL,NULL,''),(936,'4000','1441605976287','2020-11-21 19:31:45',NULL,300.00,'','144','1','Good sold','1','195','sales','8','','No',NULL,NULL,''),(937,'1100','1441605976401','2020-11-21 19:33:39',300.00,NULL,'','144','1','Good sold','1','194','sales','','','No',NULL,NULL,''),(938,'4000','1441605976401','2020-11-21 19:33:39',NULL,300.00,'','144','1','Good sold','1','194','sales','8','','No',NULL,NULL,''),(939,'1100','1441605976499','2020-11-21 19:35:13',450.00,NULL,'','144','1','Good sold','1','196','sales','','','No',NULL,NULL,''),(940,'4000','1441605976499','2020-11-21 19:35:13',NULL,450.00,'','144','1','Good sold','1','196','sales','7','','No',NULL,NULL,''),(941,'1000','1441605976622','2020-11-21 19:37:21',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(942,'4000','1441605976622','2020-11-21 19:37:21',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(943,'1000','1441605976657','2020-11-21 19:38:41',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(944,'4000','1441605976657','2020-11-21 19:38:41',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(945,'1000','1441605976735','2020-11-21 19:39:42',120.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(946,'4000','1441605976735','2020-11-21 19:39:42',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(947,'1100','1441605976797','2020-11-21 19:40:23',300.00,NULL,'','144','1','Good sold','1','55','sales','','','No',NULL,NULL,''),(948,'4000','1441605976797','2020-11-21 19:40:23',NULL,300.00,'','144','1','Good sold','1','55','sales','7','','No',NULL,NULL,''),(949,'1100','1441605976944','2020-11-21 19:42:50',600.00,NULL,'','144','1','Good sold','1','197','sales','','','No',NULL,NULL,''),(950,'4000','1441605976944','2020-11-21 19:42:50',NULL,600.00,'','144','1','Good sold','1','197','sales','8','','No',NULL,NULL,''),(951,'1100','1441605977063','2020-11-21 19:44:36',150.00,NULL,'','144','1','Good sold','1','197','sales','','','No',NULL,NULL,''),(952,'4000','1441605977063','2020-11-21 19:44:36',NULL,150.00,'','144','1','Good sold','1','197','sales','7','','No',NULL,NULL,''),(953,'1000','1441605977241','2020-11-21 19:48:11',450.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(954,'4000','1441605977241','2020-11-21 19:48:11',NULL,450.00,'','144','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(955,'1100','1441605977390','2020-11-21 19:50:18',150.00,NULL,'','144','1','Good sold','1','198','sales','','','No',NULL,NULL,''),(956,'4000','1441605977390','2020-11-21 19:50:18',NULL,150.00,'','144','1','Good sold','1','198','sales','7','','No',NULL,NULL,''),(957,'1100','1441605977520','2020-11-21 19:52:09',80.00,NULL,'','144','1','Good sold','1','198','sales','','','No',NULL,NULL,''),(958,'4000','1441605977520','2020-11-21 19:52:09',NULL,80.00,'','144','1','Good sold','1','198','sales','6','','No',NULL,NULL,''),(959,'1000','1441605977685','2020-11-21 19:55:04',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(960,'4000','1441605977685','2020-11-21 19:55:04',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(961,'1100','1441605977725','2020-11-21 20:10:00',300.00,NULL,'','144','1','Good sold','1','199','sales','','','No',NULL,NULL,''),(962,'4000','1441605977725','2020-11-21 20:10:00',NULL,300.00,'','144','1','Good sold','1','199','sales','8','','No',NULL,NULL,''),(963,'1000','1441605978769','2020-11-21 20:13:09',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(964,'4000','1441605978769','2020-11-21 20:13:09',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(965,'1000','1441605978864','2020-11-21 20:14:37',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(966,'4000','1441605978864','2020-11-21 20:14:37',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(967,'1100','1441605978902','2020-11-21 20:16:36',300.00,NULL,'','144','1','Good sold','1','66','sales','','','No',NULL,NULL,''),(968,'4000','1441605978902','2020-11-21 20:16:36',NULL,300.00,'','144','1','Good sold','1','66','sales','8','','No',NULL,NULL,''),(969,'1100','1441605979129','2020-11-21 20:19:48',300.00,NULL,'','144','1','Good sold','1','200','sales','','','No',NULL,NULL,''),(970,'4000','1441605979129','2020-11-21 20:19:48',NULL,300.00,'','144','1','Good sold','1','200','sales','8','','No',NULL,NULL,''),(971,'1100','1441605979292','2020-11-21 20:21:59',300.00,NULL,'','144','1','Good sold','1','201','sales','','','No',NULL,NULL,''),(972,'4000','1441605979292','2020-11-21 20:21:59',NULL,300.00,'','144','1','Good sold','1','201','sales','8','','No',NULL,NULL,''),(973,'1100','1441605979428','2020-11-21 20:24:01',150.00,NULL,'','144','1','Good sold','1','202','sales','','','No',NULL,NULL,''),(974,'4000','1441605979428','2020-11-21 20:24:01',NULL,150.00,'','144','1','Good sold','1','202','sales','7','','No',NULL,NULL,''),(975,'1100','1441605979588','2020-11-21 20:26:38',300.00,NULL,'','144','1','Good sold','1','203','sales','','','No',NULL,NULL,''),(976,'4000','1441605979588','2020-11-21 20:26:38',NULL,300.00,'','144','1','Good sold','1','203','sales','8','','No',NULL,NULL,''),(977,'1000','1441605981227','2020-11-21 20:54:11',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(978,'4000','1441605981227','2020-11-21 20:54:11',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(979,'1000','1441605981439','2020-11-21 20:57:38',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(980,'4000','1441605981439','2020-11-21 20:57:38',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(981,'1000','1441605981579','2020-11-21 21:01:58',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(982,'4000','1441605981579','2020-11-21 21:01:58',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(983,'1100','1441605981996','2020-11-21 21:07:15',450.00,NULL,'','144','1','Good sold','1','204','sales','','','No',NULL,NULL,''),(984,'4000','1441605981996','2020-11-21 21:07:15',NULL,450.00,'','144','1','Good sold','1','204','sales','5','','No',NULL,NULL,''),(985,'1100','1441605982296','2020-11-22 09:46:53',600.00,NULL,'','144','1','Good sold','1','205','sales','','','No',NULL,NULL,''),(986,'4000','1441605982296','2020-11-22 09:46:53',NULL,300.00,'','144','1','Good sold','1','205','sales','8','','No',NULL,NULL,''),(987,'4000','1441605982296','2020-11-22 09:46:53',NULL,300.00,'','144','1','Good sold','1','205','sales','8','','No',NULL,NULL,''),(988,'1100','1441606027754','2020-11-22 09:49:33',300.00,NULL,'','144','1','Good sold','1','206','sales','','','No',NULL,NULL,''),(989,'4000','1441606027754','2020-11-22 09:49:33',NULL,300.00,'','144','1','Good sold','1','206','sales','8','','No',NULL,NULL,''),(990,'1000','1441606029681','2020-11-22 10:21:33',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(991,'4000','1441606029681','2020-11-22 10:21:33',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(992,'1000','1441606030337','2020-11-22 10:56:27',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(993,'4000','1441606030337','2020-11-22 10:56:27',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(994,'1100','1441606031820','2020-11-22 10:57:33',300.00,NULL,'','144','1','Good sold','1','83','sales','','','No',NULL,NULL,''),(995,'4000','1441606031820','2020-11-22 10:57:33',NULL,300.00,'','144','1','Good sold','1','83','sales','8','','No',NULL,NULL,''),(996,'1100','1441606032333','2020-11-22 11:06:11',160.00,NULL,'','144','1','Good sold','1','208','sales','','','No',NULL,NULL,''),(997,'4000','1441606032333','2020-11-22 11:06:11',NULL,160.00,'','144','1','Good sold','1','208','sales','6','','No',NULL,NULL,''),(998,'1100','1441606036196','2020-11-22 12:11:18',350.00,NULL,'','144','1','Good sold','1','180','sales','','','No',NULL,NULL,''),(999,'4000','1441606036196','2020-11-22 12:11:18',NULL,350.00,'','144','1','Good sold','1','180','sales','10','','No',NULL,NULL,''),(1000,'1000','1441606036438','2020-11-22 12:15:55',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1001,'4000','1441606036438','2020-11-22 12:15:55',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1002,'1000','1441606037949','2020-11-22 12:39:30',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1003,'4000','1441606037949','2020-11-22 12:39:30',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1004,'1000','1441606037995','2020-11-22 12:40:31',50.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1005,'4000','1441606037995','2020-11-22 12:40:31',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1006,'1100','1441606038049','2020-11-22 12:42:49',300.00,NULL,'','144','1','Good sold','1','209','sales','','','No',NULL,NULL,''),(1007,'4000','1441606038049','2020-11-22 12:42:49',NULL,300.00,'','144','1','Good sold','1','209','sales','8','','No',NULL,NULL,''),(1008,'1100','1441606038814','2020-11-22 12:53:50',900.00,NULL,'','144','1','Good sold','1','210','sales','','','No',NULL,NULL,''),(1009,'4000','1441606038814','2020-11-22 12:53:50',NULL,900.00,'','144','1','Good sold','1','210','sales','8','','No',NULL,NULL,''),(1010,'1000','1441606040072','2020-11-22 13:14:42',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1011,'4000','1441606040072','2020-11-22 13:14:42',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1012,'1000','1441606040094','2020-11-22 13:32:45',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1013,'4000','1441606040094','2020-11-22 13:32:45',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1014,'1000','1441606041185','2020-11-22 13:33:58',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1015,'4000','1441606041185','2020-11-22 13:33:58',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1016,'1000','1441606041253','2020-11-22 13:36:01',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1017,'4000','1441606041253','2020-11-22 13:36:01',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1018,'1000','1441606041454','2020-11-22 13:37:59',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1019,'4000','1441606041454','2020-11-22 13:37:59',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1020,'1000','1441606041488','2020-11-22 13:46:25',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1021,'4000','1441606041488','2020-11-22 13:46:25',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1022,'1000','1441606042274','2020-11-22 13:51:24',150.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1023,'4000','1441606042274','2020-11-22 13:51:24',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1024,'1000','1441606043676','2020-11-22 14:14:44',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1025,'4000','1441606043676','2020-11-22 14:14:44',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1026,'1100','1441606044698','2020-11-22 14:32:19',300.00,NULL,'','144','1','Good sold','1','211','sales','','','No',NULL,NULL,''),(1027,'4000','1441606044698','2020-11-22 14:32:19',NULL,300.00,'','144','1','Good sold','1','211','sales','8','','No',NULL,NULL,''),(1028,'1100','1441606044815','2020-11-22 14:33:48',300.00,NULL,'','144','1','Good sold','1','212','sales','','','No',NULL,NULL,''),(1029,'4000','1441606044815','2020-11-22 14:33:48',NULL,300.00,'','144','1','Good sold','1','212','sales','8','','No',NULL,NULL,''),(1030,'1100','1441606048310','2020-11-22 15:32:52',300.00,NULL,'','144','1','Good sold','1','213','sales','','','No',NULL,NULL,''),(1031,'4000','1441606048310','2020-11-22 15:32:52',NULL,300.00,'','144','1','Good sold','1','213','sales','8','','No',NULL,NULL,''),(1032,'1100','1441606048491','2020-11-22 15:35:06',300.00,NULL,'','144','1','Good sold','1','214','sales','','','No',NULL,NULL,''),(1033,'4000','1441606048491','2020-11-22 15:35:06',NULL,300.00,'','144','1','Good sold','1','214','sales','8','','No',NULL,NULL,''),(1034,'1100','1441606048693','2020-11-22 15:38:26',600.00,NULL,'','144','1','Good sold','1','28','sales','','','No',NULL,NULL,''),(1035,'4000','1441606048693','2020-11-22 15:38:26',NULL,600.00,'','144','1','Good sold','1','28','sales','8','','No',NULL,NULL,''),(1036,'1000','1441606050693','2020-11-22 16:12:07',900.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1037,'4000','1441606050693','2020-11-22 16:12:07',NULL,900.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1038,'1000','1441606050743','2020-11-22 16:12:40',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1039,'4000','1441606050743','2020-11-22 16:12:40',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1040,'1000','1441606051362','2020-11-22 16:23:13',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1041,'4000','1441606051362','2020-11-22 16:23:13',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1042,'1000','1441606052311','2020-11-22 16:38:47',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1043,'4000','1441606052311','2020-11-22 16:38:47',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1044,'1000','1441606052339','2020-11-22 17:16:05',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1045,'4000','1441606052339','2020-11-22 17:16:05',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1046,'1100','1441606054573','2020-11-22 17:17:38',600.00,NULL,'','144','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(1047,'4000','1441606054573','2020-11-22 17:17:38',NULL,600.00,'','144','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(1048,'1000','121606056593','2020-11-22 17:50:22',300.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1049,'4000','121606056593','2020-11-22 17:50:22',NULL,300.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1050,'1000','121606058185','2020-11-22 18:16:40',900.00,NULL,'','12','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1051,'4000','121606058185','2020-11-22 18:16:40',NULL,900.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1052,'1100','121606058360','2020-11-22 18:19:28',300.00,NULL,'','12','1','Good sold','1','215','sales','','','No',NULL,NULL,''),(1053,'4000','121606058360','2020-11-22 18:19:28',NULL,300.00,'','12','1','Good sold','1','215','sales','8','','No',NULL,NULL,''),(1054,'1000','1441606058820','2020-11-22 18:27:11',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1055,'4000','1441606058820','2020-11-22 18:27:11',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1056,'1100','1441606060123','2020-11-22 18:48:58',150.00,NULL,'','144','1','Good sold','1','32','sales','','','No',NULL,NULL,''),(1057,'4000','1441606060123','2020-11-22 18:48:58',NULL,150.00,'','144','1','Good sold','1','32','sales','7','','No',NULL,NULL,''),(1058,'1000','1441606060489','2020-11-22 18:55:03',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1059,'4000','1441606060489','2020-11-22 18:55:03',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1060,'1100','1441606060553','2020-11-22 19:21:04',300.00,NULL,'','144','1','Good sold','1','121','sales','','','No',NULL,NULL,''),(1061,'4000','1441606060553','2020-11-22 19:21:04',NULL,300.00,'','144','1','Good sold','1','121','sales','8','','No',NULL,NULL,''),(1062,'1000','1441606065029','2020-11-22 20:10:40',900.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1063,'4000','1441606065029','2020-11-22 20:10:40',NULL,900.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1064,'1100','1441606065501','2020-11-22 20:18:34',600.00,NULL,'','144','1','Good sold','1','90','sales','','','No',NULL,NULL,''),(1065,'4000','1441606065501','2020-11-22 20:18:34',NULL,600.00,'','144','1','Good sold','1','90','sales','8','','No',NULL,NULL,''),(1066,'1100','111606108592','2020-11-23 08:16:55',300.00,NULL,'','11','1','Good sold','1','81','sales','','','No',NULL,NULL,''),(1067,'4000','111606108592','2020-11-23 08:16:55',NULL,300.00,'','11','1','Good sold','1','81','sales','8','','No',NULL,NULL,''),(1068,'1000','111606113264','2020-11-23 09:34:36',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1069,'4000','111606113264','2020-11-23 09:34:36',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1070,'1100','1441606116261','2020-11-23 10:24:36',300.00,NULL,'','144','1','Good sold','1','216','sales','','','No',NULL,NULL,''),(1071,'4000','1441606116261','2020-11-23 10:24:36',NULL,300.00,'','144','1','Good sold','1','216','sales','8','','No',NULL,NULL,''),(1072,'1100','1441606116409','2020-11-23 10:26:59',300.00,NULL,'','144','1','Good sold','1','217','sales','','','No',NULL,NULL,''),(1073,'4000','1441606116409','2020-11-23 10:26:59',NULL,300.00,'','144','1','Good sold','1','217','sales','8','','No',NULL,NULL,''),(1074,'1100','1441606116596','2020-11-23 10:38:39',300.00,NULL,'','144','1','Good sold','1','218','sales','','','No',NULL,NULL,''),(1075,'4000','1441606116596','2020-11-23 10:38:39',NULL,300.00,'','144','1','Good sold','1','218','sales','8','','No',NULL,NULL,''),(1076,'1000','1441606120089','2020-11-23 11:28:23',350.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1077,'4000','1441606120089','2020-11-23 11:28:23',NULL,350.00,'','144','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1078,'1000','1441606120606','2020-11-23 11:36:55',350.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1079,'4000','1441606120606','2020-11-23 11:36:55',NULL,350.00,'','144','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1080,'1100','1441606120627','2020-11-23 11:51:22',450.00,NULL,'','144','1','Good sold','1','219','sales','','','No',NULL,NULL,''),(1081,'4000','1441606120627','2020-11-23 11:51:22',NULL,450.00,'','144','1','Good sold','1','219','sales','7','','No',NULL,NULL,''),(1082,'1000','1441606122310','2020-11-23 12:05:23',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1083,'4000','1441606122310','2020-11-23 12:05:23',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1084,'1000','1441606122335','2020-11-23 12:06:04',80.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1085,'4000','1441606122335','2020-11-23 12:06:04',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1086,'1000','1441606122374','2020-11-23 12:11:38',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1087,'4000','1441606122374','2020-11-23 12:11:38',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1088,'1100','1441606125001','2020-11-23 12:50:15',900.00,NULL,'','144','1','Good sold','1','220','sales','','','No',NULL,NULL,''),(1089,'4000','1441606125001','2020-11-23 12:50:15',NULL,900.00,'','144','1','Good sold','1','220','sales','8','','No',NULL,NULL,''),(1090,'1100','1441606127624','2020-11-23 13:34:06',600.00,NULL,'','144','1','Good sold','1','107','sales','','','No',NULL,NULL,''),(1091,'4000','1441606127624','2020-11-23 13:34:06',NULL,600.00,'','144','1','Good sold','1','107','sales','8','','No',NULL,NULL,''),(1092,'1000','1441606128189','2020-11-23 13:43:36',150.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1093,'4000','1441606128189','2020-11-23 13:43:36',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1094,'1100','1441606128243','2020-11-23 13:48:55',300.00,NULL,'','144','1','Good sold','1','221','sales','','','No',NULL,NULL,''),(1095,'4000','1441606128243','2020-11-23 13:48:55',NULL,300.00,'','144','1','Good sold','1','221','sales','8','','No',NULL,NULL,''),(1096,'1100','1441606130492','2020-11-23 14:21:57',600.00,NULL,'','144','1','Good sold','1','222','sales','','','No',NULL,NULL,''),(1097,'4000','1441606130492','2020-11-23 14:21:57',NULL,600.00,'','144','1','Good sold','1','222','sales','8','','No',NULL,NULL,''),(1098,'1000','1441606132362','2020-11-23 14:52:57',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1099,'4000','1441606132362','2020-11-23 14:52:57',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1100,'1100','1441606135703','2020-11-23 15:49:06',900.00,NULL,'','144','1','Good sold','1','223','sales','','','No',NULL,NULL,''),(1101,'4000','1441606135703','2020-11-23 15:49:06',NULL,900.00,'','144','1','Good sold','1','223','sales','8','','No',NULL,NULL,''),(1102,'1000','1441606135900','2020-11-23 15:51:55',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1103,'4000','1441606135900','2020-11-23 15:51:55',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1104,'1000','1441606135938','2020-11-23 15:52:48',300.00,NULL,'','144','1','Good sold','1','224','Payment','','','No',NULL,NULL,''),(1105,'4000','1441606135938','2020-11-23 15:52:48',NULL,300.00,'','144','1','Good sold','1','224','sales','8','','No',NULL,NULL,''),(1106,'1100','1441606136025','2020-11-23 15:54:45',600.00,NULL,'','144','1','Good sold','1','225','sales','','','No',NULL,NULL,''),(1107,'4000','1441606136025','2020-11-23 15:54:45',NULL,600.00,'','144','1','Good sold','1','225','sales','8','','No',NULL,NULL,''),(1108,'1100','1441606138036','2020-11-23 16:27:25',300.00,NULL,'','144','1','Good sold','1','226','sales','','','No',NULL,NULL,''),(1109,'4000','1441606138036','2020-11-23 16:27:25',NULL,300.00,'','144','1','Good sold','1','226','sales','8','','No',NULL,NULL,''),(1110,'1100','1441606136025','2020-11-23 16:31:50',NULL,600.00,'','144','1','blessed garden','1','225','payment','','','No',NULL,NULL,''),(1111,'','1441606136025','2020-11-23 16:31:50',600.00,NULL,'','144','1','blessed garden','1','225','payment','','','No',NULL,NULL,''),(1112,'1100','1441606140048','2020-11-23 17:01:26',150.00,NULL,'','144','1','Good sold','1','131','sales','','','No',NULL,NULL,''),(1113,'4000','1441606140048','2020-11-23 17:01:26',NULL,150.00,'','144','1','Good sold','1','131','sales','7','','No',NULL,NULL,''),(1114,'1000','1441606141624','2020-11-23 17:27:19',7000.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1115,'4000','1441606141624','2020-11-23 17:27:19',NULL,7000.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1116,'1100','1441606142508','2020-11-23 17:42:09',300.00,NULL,'','144','1','Good sold','1','227','sales','','','No',NULL,NULL,''),(1117,'4000','1441606142508','2020-11-23 17:42:09',NULL,300.00,'','144','1','Good sold','1','227','sales','8','','No',NULL,NULL,''),(1118,'1000','1441606143155','2020-11-23 17:53:07',40.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1119,'4000','1441606143155','2020-11-23 17:53:07',NULL,40.00,'','144','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(1120,'1000','1441606143200','2020-11-23 18:10:03',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1121,'4000','1441606143200','2020-11-23 18:10:03',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1122,'1100','1441606144225','2020-11-23 18:18:37',450.00,NULL,'','144','1','Good sold','1','228','sales','','','No',NULL,NULL,''),(1123,'4000','1441606144225','2020-11-23 18:18:37',NULL,450.00,'','144','1','Good sold','1','228','sales','5','','No',NULL,NULL,''),(1124,'1100','1441606144890','2020-11-23 18:21:38',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(1125,'4000','1441606144890','2020-11-23 18:21:38',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(1126,'1000','1441606145214','2020-11-23 18:27:03',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1127,'4000','1441606145214','2020-11-23 18:27:03',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1128,'1100','1441606145242','2020-11-23 18:40:27',1800.00,NULL,'','144','1','Good sold','1','230','sales','','','No',NULL,NULL,''),(1129,'4000','1441606145242','2020-11-23 18:40:27',NULL,1800.00,'','144','1','Good sold','1','230','sales','8','','No',NULL,NULL,''),(1130,'1000','1441606147168','2020-11-23 19:00:04',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1131,'4000','1441606147168','2020-11-23 19:00:04',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1132,'1000','1441606147215','2020-11-23 19:00:51',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1133,'4000','1441606147215','2020-11-23 19:00:51',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1134,'1100','1441606151699','2020-11-23 20:15:07',300.00,NULL,'','144','1','Good sold','1','231','sales','','','No',NULL,NULL,''),(1135,'4000','1441606151699','2020-11-23 20:15:07',NULL,300.00,'','144','1','Good sold','1','231','sales','8','','No',NULL,NULL,''),(1136,'1100','1441606151799','2020-11-23 20:16:50',300.00,NULL,'','144','1','Good sold','1','232','sales','','','No',NULL,NULL,''),(1137,'4000','1441606151799','2020-11-23 20:16:50',NULL,300.00,'','144','1','Good sold','1','232','sales','8','','No',NULL,NULL,''),(1138,'1100','1441606193101','2020-11-24 07:45:09',300.00,NULL,'','144','1','Good sold','1','142','sales','','','No',NULL,NULL,''),(1139,'4000','1441606193101','2020-11-24 07:45:09',NULL,300.00,'','144','1','Good sold','1','142','sales','8','','No',NULL,NULL,''),(1140,'1100','1441606197567','2020-11-24 08:59:39',150.00,NULL,'','144','1','Good sold','1','202','sales','','','No',NULL,NULL,''),(1141,'4000','1441606197567','2020-11-24 08:59:39',NULL,150.00,'','144','1','Good sold','1','202','sales','7','','No',NULL,NULL,''),(1142,'1100','1441606198035','2020-11-24 09:07:36',300.00,NULL,'','144','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(1143,'4000','1441606198035','2020-11-24 09:07:36',NULL,300.00,'','144','1','Good sold','1','36','sales','8','','No',NULL,NULL,''),(1144,'1100','1441606198035','2020-11-24 09:41:05',NULL,300.00,'','144','1','harvenest towers kasarini','1','36','payment','','','No',NULL,NULL,''),(1145,'','1441606198035','2020-11-24 09:41:05',300.00,NULL,'','144','1','harvenest towers kasarini','1','36','payment','','','No',NULL,NULL,''),(1146,'1100','1441606204256','2020-11-24 10:51:06',300.00,NULL,'','144','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(1147,'4000','1441606204256','2020-11-24 10:51:06',NULL,300.00,'','144','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(1148,'1100','1441606204345','2020-11-24 10:52:38',300.00,NULL,'','144','1','Good sold','1','233','sales','','','No',NULL,NULL,''),(1149,'4000','1441606204345','2020-11-24 10:52:38',NULL,300.00,'','144','1','Good sold','1','233','sales','8','','No',NULL,NULL,''),(1150,'1000','1441606206840','2020-11-24 11:34:22',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1151,'4000','1441606206840','2020-11-24 11:34:22',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1152,'1000','1441606206882','2020-11-24 11:51:22',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1153,'4000','1441606206882','2020-11-24 11:51:22',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1154,'1100','1441606207892','2020-11-24 11:56:13',150.00,NULL,'','144','1','Good sold','1','234','sales','','','No',NULL,NULL,''),(1155,'4000','1441606207892','2020-11-24 11:56:13',NULL,150.00,'','144','1','Good sold','1','234','sales','7','','No',NULL,NULL,''),(1156,'1100','1441606208278','2020-11-24 11:58:11',150.00,NULL,'','144','1','Good sold','1','235','sales','','','No',NULL,NULL,''),(1157,'4000','1441606208278','2020-11-24 11:58:11',NULL,150.00,'','144','1','Good sold','1','235','sales','7','','No',NULL,NULL,''),(1158,'1100','1441606209858','2020-11-24 12:24:36',600.00,NULL,'','144','1','Good sold','1','236','sales','','','No',NULL,NULL,''),(1159,'4000','1441606209858','2020-11-24 12:24:36',NULL,600.00,'','144','1','Good sold','1','236','sales','8','','No',NULL,NULL,''),(1160,'1100','1441606210929','2020-11-24 12:43:43',300.00,NULL,'','144','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(1161,'4000','1441606210929','2020-11-24 12:43:43',NULL,300.00,'','144','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(1162,'1100','1441606213513','2020-11-24 13:25:24',300.00,NULL,'','144','1','Good sold','1','30','sales','','','No',NULL,NULL,''),(1163,'4000','1441606213513','2020-11-24 13:25:24',NULL,300.00,'','144','1','Good sold','1','30','sales','8','','No',NULL,NULL,''),(1164,'1000','1441606213643','2020-11-24 13:27:33',50.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1165,'4000','1441606213643','2020-11-24 13:27:33',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1166,'1000','1441606213667','2020-11-24 13:28:21',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1167,'4000','1441606213667','2020-11-24 13:28:21',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1168,'1000','1441606213720','2020-11-24 13:46:57',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1169,'4000','1441606213720','2020-11-24 13:46:57',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1170,'1000','1441606214826','2020-11-24 13:47:16',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1171,'4000','1441606214826','2020-11-24 13:47:16',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1172,'1100','1441606216749','2020-11-24 14:19:46',600.00,NULL,'','144','1','Good sold','1','34','sales','','','No',NULL,NULL,''),(1173,'4000','1441606216749','2020-11-24 14:19:46',NULL,600.00,'','144','1','Good sold','1','34','sales','8','','No',NULL,NULL,''),(1174,'1000','1441606221534','2020-11-24 15:39:03',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1175,'4000','1441606221534','2020-11-24 15:39:03',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1176,'1100','1441606221686','2020-11-24 15:42:23',300.00,NULL,'','144','1','Good sold','1','237','sales','','','No',NULL,NULL,''),(1177,'4000','1441606221686','2020-11-24 15:42:23',NULL,300.00,'','144','1','Good sold','1','237','sales','8','','No',NULL,NULL,''),(1178,'1000','1441606222284','2020-11-24 15:51:37',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1179,'4000','1441606222284','2020-11-24 15:51:37',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1180,'1100','1441606223250','2020-11-24 16:08:31',150.00,NULL,'','144','1','Good sold','1','238','sales','','','No',NULL,NULL,''),(1181,'4000','1441606223250','2020-11-24 16:08:31',NULL,150.00,'','144','1','Good sold','1','238','sales','7','','No',NULL,NULL,''),(1182,'1000','1441606224283','2020-11-24 16:25:03',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1183,'4000','1441606224283','2020-11-24 16:25:03',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1184,'1000','1441606224351','2020-11-24 16:32:20',80.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1185,'4000','1441606224351','2020-11-24 16:32:20',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1186,'1000','1441606226679','2020-11-24 17:04:53',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1187,'4000','1441606226679','2020-11-24 17:04:53',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1188,'1100','1441606227885','2020-11-24 17:40:31',600.00,NULL,'','144','1','Good sold','1','239','sales','','','No',NULL,NULL,''),(1189,'4000','1441606227885','2020-11-24 17:40:31',NULL,600.00,'','144','1','Good sold','1','239','sales','8','','No',NULL,NULL,''),(1190,'1000','1441606230413','2020-11-24 18:07:44',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1191,'4000','1441606230413','2020-11-24 18:07:44',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1192,'1000','1441606230496','2020-11-24 18:10:40',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1193,'4000','1441606230496','2020-11-24 18:10:40',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1194,'1100','1441606232948','2020-11-24 18:49:29',300.00,NULL,'','144','1','Good sold','1','62','sales','','','No',NULL,NULL,''),(1195,'4000','1441606232948','2020-11-24 18:49:29',NULL,300.00,'','144','1','Good sold','1','62','sales','8','','No',NULL,NULL,''),(1196,'1000','1441606234092','2020-11-24 19:08:36',600.00,NULL,'','144','1','Good sold','1','240','Payment','','','No',NULL,NULL,''),(1197,'4000','1441606234092','2020-11-24 19:08:36',NULL,600.00,'','144','1','Good sold','1','240','sales','8','','No',NULL,NULL,''),(1198,'1100','1441606234160','2020-11-24 19:13:50',300.00,NULL,'','144','1','Good sold','1','69','sales','','','No',NULL,NULL,''),(1199,'4000','1441606234160','2020-11-24 19:13:50',NULL,300.00,'','144','1','Good sold','1','69','sales','8','','No',NULL,NULL,''),(1200,'1100','1441606235571','2020-11-24 19:33:07',300.00,NULL,'','144','1','Good sold','1','47','sales','','','No',NULL,NULL,''),(1201,'4000','1441606235571','2020-11-24 19:33:07',NULL,300.00,'','144','1','Good sold','1','47','sales','8','','No',NULL,NULL,''),(1202,'1000','1441606236044','2020-11-24 19:41:10',120.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1203,'4000','1441606236044','2020-11-24 19:41:10',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1204,'1000','1441606239209','2020-11-24 20:33:58',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1205,'4000','1441606239209','2020-11-24 20:33:58',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1206,'1000','1441606239864','2020-11-24 20:44:55',600.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1207,'4000','1441606239864','2020-11-24 20:44:55',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1208,'1000','1441606240449','2020-11-24 20:54:26',300.00,NULL,'','144','1','Good sold','1','241','Payment','','','No',NULL,NULL,''),(1209,'4000','1441606240449','2020-11-24 20:54:26',NULL,300.00,'','144','1','Good sold','1','241','sales','8','','No',NULL,NULL,''),(1210,'1100','1441606286642','2020-11-25 09:44:16',300.00,NULL,'','144','1','Good sold','1','242','sales','','','No',NULL,NULL,''),(1211,'4000','1441606286642','2020-11-25 09:44:16',NULL,300.00,'','144','1','Good sold','1','242','sales','8','','No',NULL,NULL,''),(1212,'1000','1441606286805','2020-11-25 09:46:58',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1213,'4000','1441606286805','2020-11-25 09:46:58',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1214,'1000','1441606287845','2020-11-25 10:04:32',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1215,'4000','1441606287845','2020-11-25 10:04:32',NULL,20.00,'','144','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(1216,'1100','1441606287880','2020-11-25 10:34:37',600.00,NULL,'','144','1','Good sold','1','243','sales','','','No',NULL,NULL,''),(1217,'4000','1441606287880','2020-11-25 10:34:37',NULL,600.00,'','144','1','Good sold','1','243','sales','8','','No',NULL,NULL,''),(1218,'1100','1441606289778','2020-11-25 10:37:01',600.00,NULL,'','144','1','Good sold','1','244','sales','','','No',NULL,NULL,''),(1219,'4000','1441606289778','2020-11-25 10:37:01',NULL,600.00,'','144','1','Good sold','1','244','sales','8','','No',NULL,NULL,''),(1220,'1100','1441606290959','2020-11-25 10:56:07',300.00,NULL,'','144','1','Good sold','1','82','sales','','','No',NULL,NULL,''),(1221,'4000','1441606290959','2020-11-25 10:56:07',NULL,300.00,'','144','1','Good sold','1','82','sales','8','','No',NULL,NULL,''),(1222,'1000','1441606293584','2020-11-25 11:40:16',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1223,'4000','1441606293584','2020-11-25 11:40:16',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1224,'1100','1441606293632','2020-11-25 11:42:42',250.00,NULL,'','144','1','Good sold','1','245','sales','','','No',NULL,NULL,''),(1225,'4000','1441606293632','2020-11-25 11:42:42',NULL,250.00,'','144','1','Good sold','1','245','sales','4','','No',NULL,NULL,''),(1226,'1100','1441606293632','2020-11-25 11:54:49',NULL,250.00,'','144','1','peninah hope trust 2 a9','1','245','payment','','','No',NULL,NULL,''),(1227,'','1441606293632','2020-11-25 11:54:49',250.00,NULL,'','144','1','peninah hope trust 2 a9','1','245','payment','','','No',NULL,NULL,''),(1228,'1100','1441606296656','2020-11-25 12:31:10',900.00,NULL,'','144','1','Good sold','1','37','sales','','','No',NULL,NULL,''),(1229,'4000','1441606296656','2020-11-25 12:31:10',NULL,900.00,'','144','1','Good sold','1','37','sales','8','','No',NULL,NULL,''),(1230,'1000','1441606299090','2020-11-25 13:12:18',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1231,'4000','1441606299090','2020-11-25 13:12:18',NULL,20.00,'','144','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(1232,'1000','1441606301321','2020-11-25 13:49:07',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1233,'4000','1441606301321','2020-11-25 13:49:07',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1234,'1000','1441606301694','2020-11-25 13:55:02',50.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(1235,'4000','1441606301694','2020-11-25 13:55:02',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1236,'1100','1441606302428','2020-11-25 14:18:59',900.00,NULL,'','144','1','Good sold','1','246','sales','','','No',NULL,NULL,''),(1237,'4000','1441606302428','2020-11-25 14:18:59',NULL,900.00,'','144','1','Good sold','1','246','sales','8','','No',NULL,NULL,''),(1238,'1100','1441606304628','2020-11-25 14:44:04',80.00,NULL,'','144','1','Good sold','1','247','sales','','','No',NULL,NULL,''),(1239,'4000','1441606304628','2020-11-25 14:44:04',NULL,80.00,'','144','1','Good sold','1','247','sales','6','','No',NULL,NULL,''),(1240,'1100','1441606306456','2020-11-25 15:14:27',300.00,NULL,'','144','1','Good sold','1','127','sales','','','No',NULL,NULL,''),(1241,'4000','1441606306456','2020-11-25 15:14:27',NULL,300.00,'','144','1','Good sold','1','127','sales','8','','No',NULL,NULL,''),(1242,'1100','1441606308154','2020-11-25 15:43:10',300.00,NULL,'','144','1','Good sold','1','57','sales','','','No',NULL,NULL,''),(1243,'4000','1441606308154','2020-11-25 15:43:10',NULL,300.00,'','144','1','Good sold','1','57','sales','8','','No',NULL,NULL,''),(1244,'1000','1441606308304','2020-11-25 15:45:23',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1245,'4000','1441606308304','2020-11-25 15:45:23',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1246,'1000','1441606308334','2020-11-25 15:55:02',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1247,'4000','1441606308334','2020-11-25 15:55:02',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1248,'1100','1441606310669','2020-11-25 16:25:40',600.00,NULL,'','144','1','Good sold','1','248','sales','','','No',NULL,NULL,''),(1249,'4000','1441606310669','2020-11-25 16:25:40',NULL,600.00,'','144','1','Good sold','1','248','sales','8','','No',NULL,NULL,''),(1250,'1100','1441606311873','2020-11-25 16:44:43',450.00,NULL,'','144','1','Good sold','1','249','sales','','','No',NULL,NULL,''),(1251,'4000','1441606311873','2020-11-25 16:44:43',NULL,450.00,'','144','1','Good sold','1','249','sales','5','','No',NULL,NULL,''),(1252,'1100','1441606312333','2020-11-25 16:52:41',80.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(1253,'4000','1441606312333','2020-11-25 16:52:41',NULL,80.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(1254,'1100','1441606312432','2020-11-25 16:54:43',600.00,NULL,'','144','1','Good sold','1','250','sales','','','No',NULL,NULL,''),(1255,'4000','1441606312432','2020-11-25 16:54:43',NULL,600.00,'','144','1','Good sold','1','250','sales','8','','No',NULL,NULL,''),(1256,'1100','1441606313026','2020-11-25 17:04:02',1800.00,NULL,'','144','1','Good sold','1','251','sales','','','No',NULL,NULL,''),(1257,'4000','1441606313026','2020-11-25 17:04:02',NULL,1800.00,'','144','1','Good sold','1','251','sales','8','','No',NULL,NULL,''),(1258,'1000','1441606314841','2020-11-25 17:34:16',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1259,'4000','1441606314841','2020-11-25 17:34:16',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1260,'1000','1441606316111','2020-11-25 17:55:33',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1261,'4000','1441606316111','2020-11-25 17:55:33',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1262,'1100','1441606316243','2020-11-25 18:08:54',900.00,NULL,'','144','1','Good sold','1','252','sales','','','No',NULL,NULL,''),(1263,'4000','1441606316243','2020-11-25 18:08:54',NULL,900.00,'','144','1','Good sold','1','252','sales','8','','No',NULL,NULL,''),(1264,'1100','1441606317160','2020-11-25 18:12:51',150.00,NULL,'','144','1','Good sold','1','105','sales','','','No',NULL,NULL,''),(1265,'4000','1441606317160','2020-11-25 18:12:51',NULL,150.00,'','144','1','Good sold','1','105','sales','7','','No',NULL,NULL,''),(1266,'1100','1441606289778','2020-11-25 18:23:34',NULL,600.00,'','144','1','purity wb9','1','244','payment','','','No',NULL,NULL,''),(1267,'','1441606289778','2020-11-25 18:23:34',600.00,NULL,'','144','1','purity wb9','1','244','payment','','','No',NULL,NULL,''),(1268,'1100','1441606318464','2020-11-25 18:34:42',300.00,NULL,'','144','1','Good sold','1','253','sales','','','No',NULL,NULL,''),(1269,'4000','1441606318464','2020-11-25 18:34:42',NULL,300.00,'','144','1','Good sold','1','253','sales','8','','No',NULL,NULL,''),(1270,'1100','1441606318622','2020-11-25 18:37:26',150.00,NULL,'','144','1','Good sold','1','254','sales','','','No',NULL,NULL,''),(1271,'4000','1441606318622','2020-11-25 18:37:26',NULL,150.00,'','144','1','Good sold','1','254','sales','7','','No',NULL,NULL,''),(1272,'1100','1441606319335','2020-11-25 18:52:04',300.00,NULL,'','144','1','Good sold','1','77','sales','','','No',NULL,NULL,''),(1273,'4000','1441606319335','2020-11-25 18:52:04',NULL,300.00,'','144','1','Good sold','1','77','sales','8','','No',NULL,NULL,''),(1274,'1100','1441606319720','2020-11-25 18:55:40',600.00,NULL,'','144','1','Good sold','1','77','sales','','','No',NULL,NULL,''),(1275,'4000','1441606319720','2020-11-25 18:55:40',NULL,600.00,'','144','1','Good sold','1','77','sales','8','','No',NULL,NULL,''),(1276,'1100','1441606319817','2020-11-25 18:57:06',300.00,NULL,'','144','1','Good sold','1','255','sales','','','No',NULL,NULL,''),(1277,'4000','1441606319817','2020-11-25 18:57:06',NULL,300.00,'','144','1','Good sold','1','255','sales','8','','No',NULL,NULL,''),(1278,'1100','1441606320700','2020-11-25 19:12:07',900.00,NULL,'','144','1','Good sold','1','256','sales','','','No',NULL,NULL,''),(1279,'4000','1441606320700','2020-11-25 19:12:07',NULL,900.00,'','144','1','Good sold','1','256','sales','8','','No',NULL,NULL,''),(1280,'1100','1441606321029','2020-11-25 19:17:21',300.00,NULL,'','144','1','Good sold','1','257','sales','','','No',NULL,NULL,''),(1281,'4000','1441606321029','2020-11-25 19:17:21',NULL,300.00,'','144','1','Good sold','1','257','sales','8','','No',NULL,NULL,''),(1282,'1100','1441606323071','2020-11-25 19:51:22',300.00,NULL,'','144','1','Good sold','1','258','sales','','','No',NULL,NULL,''),(1283,'4000','1441606323071','2020-11-25 19:51:22',NULL,300.00,'','144','1','Good sold','1','258','sales','8','','No',NULL,NULL,''),(1284,'1100','1441606318464','2020-11-25 19:55:29',NULL,300.00,'','144','1','mufea 68','1','253','payment','','','No',NULL,NULL,''),(1285,'','1441606318464','2020-11-25 19:55:29',300.00,NULL,'','144','1','mufea 68','1','253','payment','','','No',NULL,NULL,''),(1286,'1000','1441606324085','2020-11-25 20:08:16',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1287,'4000','1441606324085','2020-11-25 20:08:16',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1288,'1000','1441606324697','2020-11-25 20:19:49',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1289,'4000','1441606324697','2020-11-25 20:19:49',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1290,'1000','1441606324799','2020-11-25 20:21:11',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1291,'4000','1441606324799','2020-11-25 20:21:11',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1292,'1100','1441606368236','2020-11-26 08:24:05',300.00,NULL,'','144','1','Good sold','1','40','sales','','','No',NULL,NULL,''),(1293,'4000','1441606368236','2020-11-26 08:24:05',NULL,300.00,'','144','1','Good sold','1','40','sales','8','','No',NULL,NULL,''),(1294,'1100','1441606368990','2020-11-26 08:36:46',600.00,NULL,'','144','1','Good sold','1','88','sales','','','No',NULL,NULL,''),(1295,'4000','1441606368990','2020-11-26 08:36:46',NULL,600.00,'','144','1','Good sold','1','88','sales','8','','No',NULL,NULL,''),(1296,'1000','1441606369093','2020-11-26 08:46:36',300.00,NULL,'','144','1','Good sold','1','259','sales','','','No',NULL,NULL,''),(1297,'4000','1441606369093','2020-11-26 08:46:36',NULL,300.00,'','144','1','Good sold','1','259','sales','8','','No',NULL,NULL,''),(1298,'1000','1441606372378','2020-11-26 09:33:08',300.00,NULL,'','144','1','Good sold','1','260','Payment','','','No',NULL,NULL,''),(1299,'4000','1441606372378','2020-11-26 09:33:08',NULL,300.00,'','144','1','Good sold','1','260','sales','8','','No',NULL,NULL,''),(1300,'1000','1441606372448','2020-11-26 09:43:43',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1301,'4000','1441606372448','2020-11-26 09:43:43',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1302,'1100','1441606372448','2020-11-26 09:43:43',300.00,NULL,'','144','1','Good sold','1','261','sales','','','No',NULL,NULL,''),(1303,'4000','1441606372448','2020-11-26 09:43:43',NULL,300.00,'','144','1','Good sold','1','261','sales','7','','No',NULL,NULL,''),(1304,'4000','1441606372448','2020-11-26 09:43:43',NULL,20.00,'','144','1','Good sold','1','261','sales','11','','No',NULL,NULL,''),(1305,'1100','1441606374944','2020-11-26 10:16:03',1200.00,NULL,'','144','1','Good sold','1','262','sales','','','No',NULL,NULL,''),(1306,'4000','1441606374944','2020-11-26 10:16:03',NULL,1200.00,'','144','1','Good sold','1','262','sales','8','','No',NULL,NULL,''),(1307,'1100','1441606380610','2020-11-26 11:50:24',120.00,NULL,'','144','1','Good sold','1','263','sales','','','No',NULL,NULL,''),(1308,'4000','1441606380610','2020-11-26 11:50:24',NULL,120.00,'','144','1','Good sold','1','263','sales','3','','No',NULL,NULL,''),(1309,'1100','1441606380715','2020-11-26 11:52:05',350.00,NULL,'','144','1','Good sold','1','264','sales','','','No',NULL,NULL,''),(1310,'4000','1441606380715','2020-11-26 11:52:05',NULL,350.00,'','144','1','Good sold','1','264','sales','9','','No',NULL,NULL,''),(1311,'1100','1441606381578','2020-11-26 12:06:38',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(1312,'4000','1441606381578','2020-11-26 12:06:38',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(1313,'1100','1441606382500','2020-11-26 12:21:48',300.00,NULL,'','144','1','Good sold','1','265','sales','','','No',NULL,NULL,''),(1314,'4000','1441606382500','2020-11-26 12:21:48',NULL,300.00,'','144','1','Good sold','1','265','sales','8','','No',NULL,NULL,''),(1315,'1100','1441606383030','2020-11-26 12:30:57',1500.00,NULL,'','144','1','Good sold','1','266','sales','','','No',NULL,NULL,''),(1316,'4000','1441606383030','2020-11-26 12:30:57',NULL,1500.00,'','144','1','Good sold','1','266','sales','8','','No',NULL,NULL,''),(1317,'1000','1441606384067','2020-11-26 12:47:54',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1318,'4000','1441606384067','2020-11-26 12:47:54',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1319,'1100','1441606384096','2020-11-26 13:09:28',600.00,NULL,'','144','1','Good sold','1','267','sales','','','No',NULL,NULL,''),(1320,'4000','1441606384096','2020-11-26 13:09:28',NULL,600.00,'','144','1','Good sold','1','267','sales','8','','No',NULL,NULL,''),(1321,'1100','1441606387538','2020-11-26 13:45:54',600.00,NULL,'','144','1','Good sold','1','14','sales','','','No',NULL,NULL,''),(1322,'4000','1441606387538','2020-11-26 13:45:54',NULL,600.00,'','144','1','Good sold','1','14','sales','8','','No',NULL,NULL,''),(1323,'1100','1441606380715','2020-11-26 13:50:19',NULL,350.00,'','144','1','baraka complex','1','264','payment','','','No',NULL,NULL,''),(1324,'','1441606380715','2020-11-26 13:50:19',350.00,NULL,'','144','1','baraka complex','1','264','payment','','','No',NULL,NULL,''),(1325,'1000','1441606392870','2020-11-26 15:15:28',60.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1326,'4000','1441606392870','2020-11-26 15:15:28',NULL,60.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1327,'1000','1441606392939','2020-11-26 15:18:52',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1328,'4000','1441606392939','2020-11-26 15:18:52',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1329,'1100','1441606394601','2020-11-26 15:43:43',150.00,NULL,'','144','1','Good sold','1','268','sales','','','No',NULL,NULL,''),(1330,'4000','1441606394601','2020-11-26 15:43:43',NULL,150.00,'','144','1','Good sold','1','268','sales','7','','No',NULL,NULL,''),(1331,'1100','1441606394752','2020-11-26 15:46:07',300.00,NULL,'','144','1','Good sold','1','269','sales','','','No',NULL,NULL,''),(1332,'4000','1441606394752','2020-11-26 15:46:07',NULL,300.00,'','144','1','Good sold','1','269','sales','8','','No',NULL,NULL,''),(1333,'1100','1441606394948','2020-11-26 15:49:46',900.00,NULL,'','144','1','Good sold','1','270','sales','','','No',NULL,NULL,''),(1334,'4000','1441606394948','2020-11-26 15:49:46',NULL,900.00,'','144','1','Good sold','1','270','sales','8','','No',NULL,NULL,''),(1335,'1000','1441606395558','2020-11-26 16:00:42',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1336,'4000','1441606395558','2020-11-26 16:00:42',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1337,'1000','1441606396210','2020-11-26 16:10:22',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1338,'4000','1441606396210','2020-11-26 16:10:22',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1339,'1100','1441606396247','2020-11-26 16:30:31',300.00,NULL,'','144','1','Good sold','1','78','sales','','','No',NULL,NULL,''),(1340,'4000','1441606396247','2020-11-26 16:30:31',NULL,300.00,'','144','1','Good sold','1','78','sales','8','','No',NULL,NULL,''),(1341,'1100','1441606394601','2020-11-26 16:40:15',NULL,100.00,'','144','1','tsavo c209','1','268','payment','','','No',NULL,NULL,''),(1342,'','1441606394601','2020-11-26 16:40:15',100.00,NULL,'','144','1','tsavo c209','1','268','payment','','','No',NULL,NULL,''),(1343,'1000','1441606398375','2020-11-26 16:47:02',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1344,'4000','1441606398375','2020-11-26 16:47:02',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1345,'1100','1441606398438','2020-11-26 16:53:02',600.00,NULL,'','144','1','Good sold','1','271','sales','','','No',NULL,NULL,''),(1346,'4000','1441606398438','2020-11-26 16:53:02',NULL,600.00,'','144','1','Good sold','1','271','sales','8','','No',NULL,NULL,''),(1347,'1000','1441606399706','2020-11-26 17:09:23',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1348,'4000','1441606399706','2020-11-26 17:09:23',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1349,'1100','1441606400084','2020-11-26 17:15:12',450.00,NULL,'','144','1','Good sold','1','272','sales','','','No',NULL,NULL,''),(1350,'4000','1441606400084','2020-11-26 17:15:12',NULL,450.00,'','144','1','Good sold','1','272','sales','5','','No',NULL,NULL,''),(1351,'1100','1441606401196','2020-11-26 17:33:25',250.00,NULL,'','144','1','Good sold','1','273','sales','','','No',NULL,NULL,''),(1352,'4000','1441606401196','2020-11-26 17:33:25',NULL,250.00,'','144','1','Good sold','1','273','sales','4','','No',NULL,NULL,''),(1353,'1100','1441606401379','2020-11-26 17:36:35',300.00,NULL,'','144','1','Good sold','1','274','sales','','','No',NULL,NULL,''),(1354,'4000','1441606401379','2020-11-26 17:36:35',NULL,300.00,'','144','1','Good sold','1','274','sales','8','','No',NULL,NULL,''),(1355,'1100','1441606401496','2020-11-26 17:38:27',300.00,NULL,'','144','1','Good sold','1','275','sales','','','No',NULL,NULL,''),(1356,'4000','1441606401496','2020-11-26 17:38:27',NULL,300.00,'','144','1','Good sold','1','275','sales','8','','No',NULL,NULL,''),(1357,'1100','1441606408322','2020-11-26 19:32:45',300.00,NULL,'','144','1','Good sold','1','276','sales','','','No',NULL,NULL,''),(1358,'4000','1441606408322','2020-11-26 19:32:45',NULL,300.00,'','144','1','Good sold','1','276','sales','8','','No',NULL,NULL,''),(1359,'1100','1441606408459','2020-11-26 19:36:02',600.00,NULL,'','144','1','Good sold','1','177','sales','','','No',NULL,NULL,''),(1360,'4000','1441606408459','2020-11-26 19:36:02',NULL,600.00,'','144','1','Good sold','1','177','sales','8','','No',NULL,NULL,''),(1361,'1100','1441606408693','2020-11-26 19:38:21',300.00,NULL,'','144','1','Good sold','1','145','sales','','','No',NULL,NULL,''),(1362,'4000','1441606408693','2020-11-26 19:38:21',NULL,300.00,'','144','1','Good sold','1','145','sales','8','','No',NULL,NULL,''),(1363,'1100','1441606408785','2020-11-26 19:39:56',600.00,NULL,'','144','1','Good sold','1','92','sales','','','No',NULL,NULL,''),(1364,'4000','1441606408785','2020-11-26 19:39:56',NULL,600.00,'','144','1','Good sold','1','92','sales','8','','No',NULL,NULL,''),(1365,'1100','1441606409550','2020-11-26 19:52:45',900.00,NULL,'','144','1','Good sold','1','277','sales','','','No',NULL,NULL,''),(1366,'4000','1441606409550','2020-11-26 19:52:45',NULL,900.00,'','144','1','Good sold','1','277','sales','8','','No',NULL,NULL,''),(1367,'1000','1441606411278','2020-11-26 20:21:33',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1368,'4000','1441606411278','2020-11-26 20:21:33',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1369,'1100','1441606456475','2020-11-27 08:54:51',300.00,NULL,'','144','1','Good sold','1','159','sales','','','No',NULL,NULL,''),(1370,'4000','1441606456475','2020-11-27 08:54:51',NULL,300.00,'','144','1','Good sold','1','159','sales','8','','No',NULL,NULL,''),(1371,'1000','1441606457077','2020-11-27 09:04:52',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1372,'4000','1441606457077','2020-11-27 09:04:52',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1373,'1100','1441606457106','2020-11-27 10:01:52',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(1374,'4000','1441606457106','2020-11-27 10:01:52',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(1375,'1100','1441606460613','2020-11-27 10:03:55',900.00,NULL,'','144','1','Good sold','1','278','sales','','','No',NULL,NULL,''),(1376,'4000','1441606460613','2020-11-27 10:03:55',NULL,900.00,'','144','1','Good sold','1','278','sales','8','','No',NULL,NULL,''),(1377,'1100','1441606463121','2020-11-27 10:45:37',1500.00,NULL,'','144','1','Good sold','1','58','sales','','','No',NULL,NULL,''),(1378,'4000','1441606463121','2020-11-27 10:45:37',NULL,1500.00,'','144','1','Good sold','1','58','sales','8','','No',NULL,NULL,''),(1379,'1100','1441606463245','2020-11-27 10:47:56',600.00,NULL,'','144','1','Good sold','1','279','sales','','','No',NULL,NULL,''),(1380,'4000','1441606463245','2020-11-27 10:47:56',NULL,600.00,'','144','1','Good sold','1','279','sales','8','','No',NULL,NULL,''),(1381,'1000','1441606465857','2020-11-27 11:31:12',300.00,NULL,'','144','1','Good sold','1','280','Payment','','','No',NULL,NULL,''),(1382,'4000','1441606465857','2020-11-27 11:31:12',NULL,300.00,'','144','1','Good sold','1','280','sales','7','','No',NULL,NULL,''),(1383,'1000','1441606465939','2020-11-27 11:32:48',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1384,'4000','1441606465939','2020-11-27 11:32:48',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1385,'1000','1441606465984','2020-11-27 12:17:27',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1386,'4000','1441606465984','2020-11-27 12:17:27',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1387,'1000','1441606468668','2020-11-27 12:59:00',600.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1388,'4000','1441606468668','2020-11-27 12:59:00',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1389,'1100','1441606471187','2020-11-27 13:04:01',300.00,NULL,'','144','1','Good sold','1','281','sales','','','No',NULL,NULL,''),(1390,'4000','1441606471187','2020-11-27 13:04:01',NULL,300.00,'','144','1','Good sold','1','281','sales','8','','No',NULL,NULL,''),(1391,'1100','1441606471563','2020-11-27 13:06:28',300.00,NULL,'','144','1','Good sold','1','71','sales','','','No',NULL,NULL,''),(1392,'4000','1441606471563','2020-11-27 13:06:28',NULL,300.00,'','144','1','Good sold','1','71','sales','8','','No',NULL,NULL,''),(1393,'1100','1441606471784','2020-11-27 13:09:58',300.00,NULL,'','144','1','Good sold','1','282','sales','','','No',NULL,NULL,''),(1394,'4000','1441606471784','2020-11-27 13:09:58',NULL,300.00,'','144','1','Good sold','1','282','sales','7','','No',NULL,NULL,''),(1395,'1100','1441606471891','2020-11-27 13:11:56',600.00,NULL,'','144','1','Good sold','1','283','sales','','','No',NULL,NULL,''),(1396,'4000','1441606471891','2020-11-27 13:11:56',NULL,600.00,'','144','1','Good sold','1','283','sales','8','','No',NULL,NULL,''),(1397,'1100','1441606474704','2020-11-27 13:58:47',600.00,NULL,'','144','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(1398,'4000','1441606474704','2020-11-27 13:58:47',NULL,600.00,'','144','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(1399,'1100','1441606476909','2020-11-27 14:35:42',600.00,NULL,'','144','1','Good sold','1','22','sales','','','No',NULL,NULL,''),(1400,'4000','1441606476909','2020-11-27 14:35:42',NULL,600.00,'','144','1','Good sold','1','22','sales','8','','No',NULL,NULL,''),(1401,'1100','1441606480923','2020-11-27 15:42:15',350.00,NULL,'','144','1','Good sold','1','284','sales','','','No',NULL,NULL,''),(1402,'4000','1441606480923','2020-11-27 15:42:15',NULL,350.00,'','144','1','Good sold','1','284','sales','9','','No',NULL,NULL,''),(1403,'1100','1441606481797','2020-11-27 15:56:49',2800.00,NULL,'','144','1','Good sold','1','285','sales','','','No',NULL,NULL,''),(1404,'4000','1441606481797','2020-11-27 15:56:49',NULL,2800.00,'','144','1','Good sold','1','285','sales','9','','No',NULL,NULL,''),(1405,'1100','1441606482620','2020-11-27 16:12:27',150.00,NULL,'','144','1','Good sold','1','45','sales','','','No',NULL,NULL,''),(1406,'4000','1441606482620','2020-11-27 16:12:27',NULL,150.00,'','144','1','Good sold','1','45','sales','6','','No',NULL,NULL,''),(1407,'1100','1441606485042','2020-11-27 16:51:16',300.00,NULL,'','144','1','Good sold','1','286','sales','','','No',NULL,NULL,''),(1408,'4000','1441606485042','2020-11-27 16:51:16',NULL,300.00,'','144','1','Good sold','1','286','sales','8','','No',NULL,NULL,''),(1409,'1100','1441606486710','2020-11-27 17:18:45',150.00,NULL,'','144','1','Good sold','1','235','sales','','','No',NULL,NULL,''),(1410,'4000','1441606486710','2020-11-27 17:18:45',NULL,150.00,'','144','1','Good sold','1','235','sales','7','','No',NULL,NULL,''),(1411,'1100','1441606488353','2020-11-27 17:46:01',300.00,NULL,'','144','1','Good sold','1','287','sales','','','No',NULL,NULL,''),(1412,'4000','1441606488353','2020-11-27 17:46:01',NULL,300.00,'','144','1','Good sold','1','287','sales','8','','No',NULL,NULL,''),(1413,'1100','1441606488724','2020-11-27 17:52:44',300.00,NULL,'','144','1','Good sold','1','168','sales','','','No',NULL,NULL,''),(1414,'4000','1441606488724','2020-11-27 17:52:44',NULL,300.00,'','144','1','Good sold','1','168','sales','8','','No',NULL,NULL,''),(1415,'1100','1441606488915','2020-11-27 17:55:26',150.00,NULL,'','144','1','Good sold','1','168','sales','','','No',NULL,NULL,''),(1416,'4000','1441606488915','2020-11-27 17:55:26',NULL,150.00,'','144','1','Good sold','1','168','sales','7','','No',NULL,NULL,''),(1417,'1100','1441606489666','2020-11-27 18:08:02',300.00,NULL,'','144','1','Good sold','1','181','sales','','','No',NULL,NULL,''),(1418,'4000','1441606489666','2020-11-27 18:08:02',NULL,300.00,'','144','1','Good sold','1','181','sales','7','','No',NULL,NULL,''),(1419,'1100','1441606490584','2020-11-27 18:23:19',300.00,NULL,'','144','1','Good sold','1','288','sales','','','No',NULL,NULL,''),(1420,'4000','1441606490584','2020-11-27 18:23:19',NULL,300.00,'','144','1','Good sold','1','288','sales','8','','No',NULL,NULL,''),(1421,'1100','1441606490795','2020-11-27 18:26:46',300.00,NULL,'','144','1','Good sold','1','289','sales','','','No',NULL,NULL,''),(1422,'4000','1441606490795','2020-11-27 18:26:46',NULL,300.00,'','144','1','Good sold','1','289','sales','8','','No',NULL,NULL,''),(1423,'1100','1441606492009','2020-11-27 18:47:03',300.00,NULL,'','144','1','Good sold','1','290','sales','','','No',NULL,NULL,''),(1424,'4000','1441606492009','2020-11-27 18:47:03',NULL,300.00,'','144','1','Good sold','1','290','sales','8','','No',NULL,NULL,''),(1425,'1000','1441606492215','2020-11-27 18:50:26',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1426,'4000','1441606492215','2020-11-27 18:50:26',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1427,'1100','1441606492255','2020-11-27 18:52:12',300.00,NULL,'','144','1','Good sold','1','291','sales','','','No',NULL,NULL,''),(1428,'4000','1441606492255','2020-11-27 18:52:12',NULL,300.00,'','144','1','Good sold','1','291','sales','8','','No',NULL,NULL,''),(1429,'1100','1441606492963','2020-11-27 19:02:53',150.00,NULL,'','144','1','Good sold','1','292','sales','','','No',NULL,NULL,''),(1430,'4000','1441606492963','2020-11-27 19:02:53',NULL,150.00,'','144','1','Good sold','1','292','sales','7','','No',NULL,NULL,''),(1431,'1100','1441606494402','2020-11-27 19:26:57',600.00,NULL,'','144','1','Good sold','1','293','sales','','','No',NULL,NULL,''),(1432,'4000','1441606494402','2020-11-27 19:26:57',NULL,600.00,'','144','1','Good sold','1','293','sales','8','','No',NULL,NULL,''),(1433,'1100','1441606496818','2020-11-27 20:08:50',600.00,NULL,'','144','1','Good sold','1','108','sales','','','No',NULL,NULL,''),(1434,'4000','1441606496818','2020-11-27 20:08:50',NULL,600.00,'','144','1','Good sold','1','108','sales','8','','No',NULL,NULL,''),(1435,'1100','1441606497573','2020-11-27 20:34:09',350.00,NULL,'','144','1','Good sold','1','294','sales','','','No',NULL,NULL,''),(1436,'4000','1441606497573','2020-11-27 20:34:09',NULL,350.00,'','144','1','Good sold','1','294','sales','9','','No',NULL,NULL,''),(1437,'1000','1441606499671','2020-11-27 20:54:48',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1438,'4000','1441606499671','2020-11-27 20:54:48',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1439,'1000','1441606500311','2020-11-27 21:05:41',240.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1440,'4000','1441606500311','2020-11-27 21:05:41',NULL,240.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1441,'1100','1441606542500','2020-11-28 08:48:35',300.00,NULL,'','144','1','Good sold','1','259','sales','','','No',NULL,NULL,''),(1442,'4000','1441606542500','2020-11-28 08:48:35',NULL,300.00,'','144','1','Good sold','1','259','sales','8','','No',NULL,NULL,''),(1443,'1100','1441606545065','2020-11-28 09:31:18',600.00,NULL,'','144','1','Good sold','1','295','sales','','','No',NULL,NULL,''),(1444,'4000','1441606545065','2020-11-28 09:31:18',NULL,600.00,'','144','1','Good sold','1','295','sales','8','','No',NULL,NULL,''),(1445,'1100','1441606545175','2020-11-28 09:33:08',300.00,NULL,'','144','1','Good sold','1','296','sales','','','No',NULL,NULL,''),(1446,'4000','1441606545175','2020-11-28 09:33:08',NULL,300.00,'','144','1','Good sold','1','296','sales','8','','No',NULL,NULL,''),(1447,'1100','1441606547355','2020-11-28 10:09:31',300.00,NULL,'','144','1','Good sold','1','297','sales','','','No',NULL,NULL,''),(1448,'4000','1441606547355','2020-11-28 10:09:31',NULL,300.00,'','144','1','Good sold','1','297','sales','8','','No',NULL,NULL,''),(1449,'1100','1441606548551','2020-11-28 10:29:34',300.00,NULL,'','144','1','Good sold','1','187','sales','','','No',NULL,NULL,''),(1450,'4000','1441606548551','2020-11-28 10:29:34',NULL,300.00,'','144','1','Good sold','1','187','sales','8','','No',NULL,NULL,''),(1451,'1100','1441606551291','2020-11-28 11:15:06',300.00,NULL,'','144','1','Good sold','1','298','sales','','','No',NULL,NULL,''),(1452,'4000','1441606551291','2020-11-28 11:15:06',NULL,300.00,'','144','1','Good sold','1','298','sales','8','','No',NULL,NULL,''),(1453,'1100','1441606553383','2020-11-28 11:49:54',300.00,NULL,'','144','1','Good sold','1','149','sales','','','No',NULL,NULL,''),(1454,'4000','1441606553383','2020-11-28 11:49:54',NULL,300.00,'','144','1','Good sold','1','149','sales','8','','No',NULL,NULL,''),(1455,'1100','1441606553496','2020-11-28 11:51:46',80.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(1456,'4000','1441606553496','2020-11-28 11:51:46',NULL,80.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(1457,'1100','1441606555282','2020-11-28 12:21:32',250.00,NULL,'','144','1','Good sold','1','226','sales','','','No',NULL,NULL,''),(1458,'4000','1441606555282','2020-11-28 12:21:32',NULL,250.00,'','144','1','Good sold','1','226','sales','4','','No',NULL,NULL,''),(1459,'1100','1441606553383','2020-11-28 13:02:01',NULL,300.00,'','144','1','cid c1','1','149','payment','','','No',NULL,NULL,''),(1460,'','1441606553383','2020-11-28 13:02:01',300.00,NULL,'','144','1','cid c1','1','149','payment','','','No',NULL,NULL,''),(1461,'1100','1441606559189','2020-11-28 13:26:51',300.00,NULL,'','144','1','Good sold','1','301','sales','','','No',NULL,NULL,''),(1462,'4000','1441606559189','2020-11-28 13:26:51',NULL,300.00,'','144','1','Good sold','1','301','sales','8','','No',NULL,NULL,''),(1463,'1100','1441606560099','2020-11-28 13:42:21',900.00,NULL,'','144','1','Good sold','1','192','sales','','','No',NULL,NULL,''),(1464,'4000','1441606560099','2020-11-28 13:42:21',NULL,900.00,'','144','1','Good sold','1','192','sales','8','','No',NULL,NULL,''),(1465,'1000','1441606560306','2020-11-28 13:45:17',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1466,'4000','1441606560306','2020-11-28 13:45:17',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1467,'1000','1441606560324','2020-11-28 13:46:12',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1468,'4000','1441606560324','2020-11-28 13:46:12',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1469,'1100','1441606560380','2020-11-28 13:50:45',300.00,NULL,'','144','1','Good sold','1','61','sales','','','No',NULL,NULL,''),(1470,'4000','1441606560380','2020-11-28 13:50:45',NULL,300.00,'','144','1','Good sold','1','61','sales','8','','No',NULL,NULL,''),(1471,'1100','1441606561967','2020-11-28 14:30:48',300.00,NULL,'','144','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(1472,'4000','1441606561967','2020-11-28 14:30:48',NULL,300.00,'','144','1','Good sold','1','18','sales','8','','No',NULL,NULL,''),(1473,'1100','1441606564947','2020-11-28 15:02:43',300.00,NULL,'','144','1','Good sold','1','302','sales','','','No',NULL,NULL,''),(1474,'4000','1441606564947','2020-11-28 15:02:43',NULL,300.00,'','144','1','Good sold','1','302','sales','8','','No',NULL,NULL,''),(1475,'1100','1441606565487','2020-11-28 15:11:38',300.00,NULL,'','144','1','Good sold','1','302','sales','','','No',NULL,NULL,''),(1476,'4000','1441606565487','2020-11-28 15:11:38',NULL,300.00,'','144','1','Good sold','1','302','sales','8','','No',NULL,NULL,''),(1477,'1100','1441606566317','2020-11-28 15:25:56',300.00,NULL,'','144','1','Good sold','1','143','sales','','','No',NULL,NULL,''),(1478,'4000','1441606566317','2020-11-28 15:25:56',NULL,300.00,'','144','1','Good sold','1','143','sales','8','','No',NULL,NULL,''),(1479,'1100','1441606567416','2020-11-28 15:44:19',150.00,NULL,'','144','1','Good sold','1','198','sales','','','No',NULL,NULL,''),(1480,'4000','1441606567416','2020-11-28 15:44:19',NULL,150.00,'','144','1','Good sold','1','198','sales','7','','No',NULL,NULL,''),(1481,'1100','1441606567541','2020-11-28 15:45:50',80.00,NULL,'','144','1','Good sold','1','198','sales','','','No',NULL,NULL,''),(1482,'4000','1441606567541','2020-11-28 15:45:50',NULL,80.00,'','144','1','Good sold','1','198','sales','6','','No',NULL,NULL,''),(1483,'1000','1441606568646','2020-11-28 16:04:32',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1484,'4000','1441606568646','2020-11-28 16:04:32',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1485,'1000','1441606568863','2020-11-28 16:08:13',300.00,NULL,'','144','1','Good sold','1','143','Payment','','','No',NULL,NULL,''),(1486,'4000','1441606568863','2020-11-28 16:08:13',NULL,300.00,'','144','1','Good sold','1','143','sales','8','','No',NULL,NULL,''),(1487,'1100','1441606571604','2020-11-28 16:53:34',150.00,NULL,'','144','1','Good sold','1','303','sales','','','No',NULL,NULL,''),(1488,'4000','1441606571604','2020-11-28 16:53:34',NULL,150.00,'','144','1','Good sold','1','303','sales','7','','No',NULL,NULL,''),(1489,'1100','1441606574960','2020-11-28 17:49:30',350.00,NULL,'','144','1','Good sold','1','304','sales','','','No',NULL,NULL,''),(1490,'4000','1441606574960','2020-11-28 17:49:30',NULL,350.00,'','144','1','Good sold','1','304','sales','9','','No',NULL,NULL,''),(1491,'1100','1441606576349','2020-11-28 18:13:18',300.00,NULL,'','144','1','Good sold','1','305','sales','','','No',NULL,NULL,''),(1492,'4000','1441606576349','2020-11-28 18:13:18',NULL,300.00,'','144','1','Good sold','1','305','sales','8','','No',NULL,NULL,''),(1493,'1100','1441606577127','2020-11-28 18:28:16',240.00,NULL,'','144','1','Good sold','1','306','sales','','','No',NULL,NULL,''),(1494,'4000','1441606577127','2020-11-28 18:28:16',NULL,240.00,'','144','1','Good sold','1','306','sales','6','','No',NULL,NULL,''),(1495,'1100','1441606578128','2020-11-28 18:42:32',300.00,NULL,'','144','1','Good sold','1','307','sales','','','No',NULL,NULL,''),(1496,'4000','1441606578128','2020-11-28 18:42:32',NULL,300.00,'','144','1','Good sold','1','307','sales','7','','No',NULL,NULL,''),(1497,'1100','1441606578527','2020-11-28 18:49:07',300.00,NULL,'','144','1','Good sold','1','30','sales','','','No',NULL,NULL,''),(1498,'4000','1441606578527','2020-11-28 18:49:07',NULL,300.00,'','144','1','Good sold','1','30','sales','8','','No',NULL,NULL,''),(1499,'1100','1441606578694','2020-11-28 18:53:13',250.00,NULL,'','144','1','Good sold','1','308','sales','','','No',NULL,NULL,''),(1500,'4000','1441606578694','2020-11-28 18:53:13',NULL,250.00,'','144','1','Good sold','1','308','sales','4','','No',NULL,NULL,''),(1501,'1100','1441606578936','2020-11-28 18:55:47',350.00,NULL,'','144','1','Good sold','1','309','sales','','','No',NULL,NULL,''),(1502,'4000','1441606578936','2020-11-28 18:55:47',NULL,350.00,'','144','1','Good sold','1','309','sales','9','','No',NULL,NULL,''),(1503,'1100','1441606579025','2020-11-28 18:57:22',600.00,NULL,'','144','1','Good sold','1','309','sales','','','No',NULL,NULL,''),(1504,'4000','1441606579025','2020-11-28 18:57:22',NULL,600.00,'','144','1','Good sold','1','309','sales','8','','No',NULL,NULL,''),(1505,'1100','1441606580451','2020-11-28 19:21:15',300.00,NULL,'','144','1','Good sold','1','310','sales','','','No',NULL,NULL,''),(1506,'4000','1441606580451','2020-11-28 19:21:15',NULL,300.00,'','144','1','Good sold','1','310','sales','8','','No',NULL,NULL,''),(1507,'1000','1441606581196','2020-11-28 19:33:29',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1508,'4000','1441606581196','2020-11-28 19:33:29',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1509,'1100','1441606581215','2020-11-28 19:44:20',700.00,NULL,'','144','1','Good sold','1','311','sales','','','No',NULL,NULL,''),(1510,'4000','1441606581215','2020-11-28 19:44:20',NULL,700.00,'','144','1','Good sold','1','311','sales','9','','No',NULL,NULL,''),(1511,'1100','1441606582039','2020-11-28 19:47:40',600.00,NULL,'','144','1','Good sold','1','104','sales','','','No',NULL,NULL,''),(1512,'4000','1441606582039','2020-11-28 19:47:40',NULL,600.00,'','144','1','Good sold','1','104','sales','8','','No',NULL,NULL,''),(1513,'1100','1441606577127','2020-11-28 20:13:58',NULL,240.00,'','144','1','tsavo b417','1','306','payment','','','No',NULL,NULL,''),(1514,'','1441606577127','2020-11-28 20:13:58',240.00,NULL,'','144','1','tsavo b417','1','306','payment','','','No',NULL,NULL,''),(1515,'1100','1441606584438','2020-11-28 20:27:40',300.00,NULL,'','144','1','Good sold','1','312','sales','','','No',NULL,NULL,''),(1516,'4000','1441606584438','2020-11-28 20:27:40',NULL,300.00,'','144','1','Good sold','1','312','sales','8','','No',NULL,NULL,''),(1517,'1100','1441606584579','2020-11-28 20:29:54',150.00,NULL,'','144','1','Good sold','1','313','sales','','','No',NULL,NULL,''),(1518,'4000','1441606584579','2020-11-28 20:29:54',NULL,150.00,'','144','1','Good sold','1','313','sales','7','','No',NULL,NULL,''),(1519,'1000','1441606584677','2020-11-28 20:32:38',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1520,'4000','1441606584677','2020-11-28 20:32:38',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1521,'1000','1441606584774','2020-11-28 20:44:41',250.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1522,'4000','1441606584774','2020-11-28 20:44:41',NULL,250.00,'','144','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1523,'1100','111606586504','2020-11-28 21:02:11',600.00,NULL,'','11','1','Good sold','1','314','sales','','','No',NULL,NULL,''),(1524,'4000','111606586504','2020-11-28 21:02:11',NULL,600.00,'','11','1','Good sold','1','314','sales','8','','No',NULL,NULL,''),(1525,'1100','1441606631985','2020-11-29 09:40:02',450.00,NULL,'','144','1','Good sold','1','315','sales','','','No',NULL,NULL,''),(1526,'4000','1441606631985','2020-11-29 09:40:02',NULL,450.00,'','144','1','Good sold','1','315','sales','5','','No',NULL,NULL,''),(1527,'1100','1441606632060','2020-11-29 09:41:11',300.00,NULL,'','144','1','Good sold','1','315','sales','','','No',NULL,NULL,''),(1528,'4000','1441606632060','2020-11-29 09:41:11',NULL,300.00,'','144','1','Good sold','1','315','sales','8','','No',NULL,NULL,''),(1529,'1100','1441606632160','2020-11-29 09:42:51',450.00,NULL,'','144','1','Good sold','1','259','sales','','','No',NULL,NULL,''),(1530,'4000','1441606632160','2020-11-29 09:42:51',NULL,450.00,'','144','1','Good sold','1','259','sales','5','','No',NULL,NULL,''),(1531,'1100','1441606636706','2020-11-29 10:59:12',150.00,NULL,'','144','1','Good sold','1','202','sales','','','No',NULL,NULL,''),(1532,'4000','1441606636706','2020-11-29 10:59:12',NULL,150.00,'','144','1','Good sold','1','202','sales','7','','No',NULL,NULL,''),(1533,'1100','1441606636826','2020-11-29 11:00:33',300.00,NULL,'','144','1','Good sold','1','316','sales','','','No',NULL,NULL,''),(1534,'4000','1441606636826','2020-11-29 11:00:33',NULL,300.00,'','144','1','Good sold','1','316','sales','8','','No',NULL,NULL,''),(1535,'1100','1441606641779','2020-11-29 12:23:48',300.00,NULL,'','144','1','Good sold','1','317','sales','','','No',NULL,NULL,''),(1536,'4000','1441606641779','2020-11-29 12:23:48',NULL,300.00,'','144','1','Good sold','1','317','sales','8','','No',NULL,NULL,''),(1537,'1100','1441606641934','2020-11-29 12:25:43',150.00,NULL,'','144','1','Good sold','1','318','sales','','','No',NULL,NULL,''),(1538,'4000','1441606641934','2020-11-29 12:25:43',NULL,150.00,'','144','1','Good sold','1','318','sales','7','','No',NULL,NULL,''),(1539,'1100','1441606642667','2020-11-29 12:37:58',150.00,NULL,'','144','1','Good sold','1','318','sales','','','No',NULL,NULL,''),(1540,'4000','1441606642667','2020-11-29 12:37:58',NULL,150.00,'','144','1','Good sold','1','318','sales','7','','No',NULL,NULL,''),(1541,'1000','1441606645663','2020-11-29 13:27:52',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1542,'4000','1441606645663','2020-11-29 13:27:52',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1543,'1100','1441606636826','2020-11-29 13:43:55',NULL,300.00,'','144','1','cid b15','1','316','payment','','','No',NULL,NULL,''),(1544,'','1441606636826','2020-11-29 13:43:55',300.00,NULL,'','144','1','cid b15','1','316','payment','','','No',NULL,NULL,''),(1545,'1100','1441606647346','2020-11-29 13:55:56',300.00,NULL,'','144','1','Good sold','1','319','sales','','','No',NULL,NULL,''),(1546,'4000','1441606647346','2020-11-29 13:55:56',NULL,300.00,'','144','1','Good sold','1','319','sales','8','','No',NULL,NULL,''),(1547,'1100','1441606650192','2020-11-29 14:43:24',300.00,NULL,'','144','1','Good sold','1','171','sales','','','No',NULL,NULL,''),(1548,'4000','1441606650192','2020-11-29 14:43:24',NULL,300.00,'','144','1','Good sold','1','171','sales','8','','No',NULL,NULL,''),(1549,'1100','1441606650262','2020-11-29 14:44:40',600.00,NULL,'','144','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(1550,'4000','1441606650262','2020-11-29 14:44:40',NULL,600.00,'','144','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(1551,'1100','1441606652688','2020-11-29 15:25:03',300.00,NULL,'','144','1','Good sold','1','320','sales','','','No',NULL,NULL,''),(1552,'4000','1441606652688','2020-11-29 15:25:03',NULL,300.00,'','144','1','Good sold','1','320','sales','8','','No',NULL,NULL,''),(1553,'1100','1441606652941','2020-11-29 15:29:12',300.00,NULL,'','144','1','Good sold','1','321','sales','','','No',NULL,NULL,''),(1554,'4000','1441606652941','2020-11-29 15:29:12',NULL,300.00,'','144','1','Good sold','1','321','sales','8','','No',NULL,NULL,''),(1555,'1100','1441606653001','2020-11-29 15:30:10',150.00,NULL,'','144','1','Good sold','1','136','sales','','','No',NULL,NULL,''),(1556,'4000','1441606653001','2020-11-29 15:30:10',NULL,150.00,'','144','1','Good sold','1','136','sales','7','','No',NULL,NULL,''),(1557,'1100','1441606654235','2020-11-29 15:50:53',300.00,NULL,'','144','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(1558,'4000','1441606654235','2020-11-29 15:50:53',NULL,300.00,'','144','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(1559,'1100','1441606654349','2020-11-29 15:52:43',300.00,NULL,'','144','1','Good sold','1','322','sales','','','No',NULL,NULL,''),(1560,'4000','1441606654349','2020-11-29 15:52:43',NULL,300.00,'','144','1','Good sold','1','322','sales','8','','No',NULL,NULL,''),(1561,'1100','1441606658749','2020-11-29 17:30:55',300.00,NULL,'','144','1','Good sold','1','323','sales','','','No',NULL,NULL,''),(1562,'4000','1441606658749','2020-11-29 17:30:55',NULL,300.00,'','144','1','Good sold','1','323','sales','8','','No',NULL,NULL,''),(1563,'1100','1441606660424','2020-11-29 17:34:07',300.00,NULL,'','144','1','Good sold','1','324','sales','','','No',NULL,NULL,''),(1564,'4000','1441606660424','2020-11-29 17:34:07',NULL,300.00,'','144','1','Good sold','1','324','sales','7','','No',NULL,NULL,''),(1565,'1100','1441606661977','2020-11-29 18:00:20',80.00,NULL,'','144','1','Good sold','1','325','sales','','','No',NULL,NULL,''),(1566,'4000','1441606661977','2020-11-29 18:00:20',NULL,80.00,'','144','1','Good sold','1','325','sales','6','','No',NULL,NULL,''),(1567,'1100','1441606663147','2020-11-29 18:19:17',300.00,NULL,'','144','1','Good sold','1','326','sales','','','No',NULL,NULL,''),(1568,'4000','1441606663147','2020-11-29 18:19:17',NULL,300.00,'','144','1','Good sold','1','326','sales','8','','No',NULL,NULL,''),(1569,'1000','1441606664226','2020-11-29 18:37:22',250.00,NULL,'','144','1','Good sold','1','327','Payment','','','No',NULL,NULL,''),(1570,'4000','1441606664226','2020-11-29 18:37:22',NULL,250.00,'','144','1','Good sold','1','327','sales','4','','No',NULL,NULL,''),(1571,'1000','1441606665215','2020-11-29 18:58:47',250.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1572,'4000','1441606665215','2020-11-29 18:58:47',NULL,250.00,'','144','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1573,'1100','1441606668156','2020-11-29 19:42:47',300.00,NULL,'','144','1','Good sold','1','328','sales','','','No',NULL,NULL,''),(1574,'4000','1441606668156','2020-11-29 19:42:47',NULL,300.00,'','144','1','Good sold','1','328','sales','8','','No',NULL,NULL,''),(1575,'1100','1441606669856','2020-11-29 20:11:07',300.00,NULL,'','144','1','Good sold','1','329','sales','','','No',NULL,NULL,''),(1576,'4000','1441606669856','2020-11-29 20:11:07',NULL,300.00,'','144','1','Good sold','1','329','sales','8','','No',NULL,NULL,''),(1577,'1000','111606672349','2020-11-29 20:52:42',300.00,NULL,'','11','1','Good sold','1','330','sales','','','No',NULL,NULL,''),(1578,'4000','111606672349','2020-11-29 20:52:42',NULL,300.00,'','11','1','Good sold','1','330','sales','8','','No',NULL,NULL,''),(1579,'1100','1441606714105','2020-11-30 08:28:41',300.00,NULL,'','144','1','Good sold','1','331','sales','','','No',NULL,NULL,''),(1580,'4000','1441606714105','2020-11-30 08:28:41',NULL,300.00,'','144','1','Good sold','1','331','sales','8','','No',NULL,NULL,''),(1581,'1100','1441606714172','2020-11-30 08:29:49',900.00,NULL,'','144','1','Good sold','1','332','sales','','','No',NULL,NULL,''),(1582,'4000','1441606714172','2020-11-30 08:29:49',NULL,900.00,'','144','1','Good sold','1','332','sales','8','','No',NULL,NULL,''),(1583,'1100','1441606718759','2020-11-30 09:46:12',300.00,NULL,'','144','1','Good sold','1','226','sales','','','No',NULL,NULL,''),(1584,'4000','1441606718759','2020-11-30 09:46:12',NULL,300.00,'','144','1','Good sold','1','226','sales','8','','No',NULL,NULL,''),(1585,'1100','1441606719429','2020-11-30 10:00:07',300.00,NULL,'','144','1','Good sold','1','333','sales','','','No',NULL,NULL,''),(1586,'4000','1441606719429','2020-11-30 10:00:07',NULL,300.00,'','144','1','Good sold','1','333','sales','8','','No',NULL,NULL,''),(1587,'1100','1441606719898','2020-11-30 10:09:36',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(1588,'4000','1441606719898','2020-11-30 10:09:36',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(1589,'1100','1441606720271','2020-11-30 10:14:13',1200.00,NULL,'','144','1','Good sold','1','146','sales','','','No',NULL,NULL,''),(1590,'4000','1441606720271','2020-11-30 10:14:13',NULL,1200.00,'','144','1','Good sold','1','146','sales','8','','No',NULL,NULL,''),(1591,'1100','1441606720780','2020-11-30 10:19:50',300.00,NULL,'','144','1','Good sold','1','211','sales','','','No',NULL,NULL,''),(1592,'4000','1441606720780','2020-11-30 10:19:50',NULL,300.00,'','144','1','Good sold','1','211','sales','8','','No',NULL,NULL,''),(1593,'1100','1441606720921','2020-11-30 11:44:50',300.00,NULL,'','144','1','Good sold','1','157','sales','','','No',NULL,NULL,''),(1594,'4000','1441606720921','2020-11-30 11:44:50',NULL,300.00,'','144','1','Good sold','1','157','sales','8','','No',NULL,NULL,''),(1595,'1100','1441606728383','2020-11-30 12:50:36',300.00,NULL,'','144','1','Good sold','1','206','sales','','','No',NULL,NULL,''),(1596,'4000','1441606728383','2020-11-30 12:50:36',NULL,300.00,'','144','1','Good sold','1','206','sales','8','','No',NULL,NULL,''),(1597,'1100','1441606730658','2020-11-30 13:04:51',300.00,NULL,'','144','1','Good sold','1','334','sales','','','No',NULL,NULL,''),(1598,'4000','1441606730658','2020-11-30 13:04:51',NULL,300.00,'','144','1','Good sold','1','334','sales','8','','No',NULL,NULL,''),(1599,'1100','1441606728383','2020-11-30 13:23:12',NULL,300.00,'','144','1','tsavo c216','1','206','payment','','','No',NULL,NULL,''),(1600,'','1441606728383','2020-11-30 13:23:12',300.00,NULL,'','144','1','tsavo c216','1','206','payment','','','No',NULL,NULL,''),(1601,'1100','1441606734575','2020-11-30 14:12:12',300.00,NULL,'','144','1','Good sold','1','178','sales','','','No',NULL,NULL,''),(1602,'4000','1441606734575','2020-11-30 14:12:12',NULL,300.00,'','144','1','Good sold','1','178','sales','8','','No',NULL,NULL,''),(1603,'1000','1441606734859','2020-11-30 14:14:38',600.00,NULL,'','144','1','Good sold','1','335','Payment','','','No',NULL,NULL,''),(1604,'4000','1441606734859','2020-11-30 14:14:38',NULL,600.00,'','144','1','Good sold','1','335','sales','8','','No',NULL,NULL,''),(1605,'1100','1441606734926','2020-11-30 14:18:13',300.00,NULL,'','144','1','Good sold','1','336','sales','','','No',NULL,NULL,''),(1606,'4000','1441606734926','2020-11-30 14:18:13',NULL,300.00,'','144','1','Good sold','1','336','sales','8','','No',NULL,NULL,''),(1607,'1100','1441606730658','2020-11-30 14:21:24',NULL,300.00,'','144','1','spring garden','1','334','payment','','','No',NULL,NULL,''),(1608,'','1441606730658','2020-11-30 14:21:24',300.00,NULL,'','144','1','spring garden','1','334','payment','','','No',NULL,NULL,''),(1609,'1100','1441606734575','2020-11-30 14:37:22',NULL,300.00,'','144','1','midview mc5','1','178','payment','','','No',NULL,NULL,''),(1610,'','1441606734575','2020-11-30 14:37:22',300.00,NULL,'','144','1','midview mc5','1','178','payment','','','No',NULL,NULL,''),(1611,'1100','1441606736401','2020-11-30 15:09:54',50.00,NULL,'','144','1','Good sold','1','337','sales','','','No',NULL,NULL,''),(1612,'4000','1441606736401','2020-11-30 15:09:54',NULL,50.00,'','144','1','Good sold','1','337','sales','2','','No',NULL,NULL,''),(1613,'1000','1441606739521','2020-11-30 15:32:18',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1614,'4000','1441606739521','2020-11-30 15:32:18',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1615,'1000','1441606739557','2020-11-30 15:52:17',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1616,'4000','1441606739557','2020-11-30 15:52:17',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1617,'1100','1441606741267','2020-11-30 16:01:19',80.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(1618,'4000','1441606741267','2020-11-30 16:01:19',NULL,80.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(1619,'1100','1441606742368','2020-11-30 16:23:09',80.00,NULL,'','144','1','Good sold','1','20','sales','','','No',NULL,NULL,''),(1620,'4000','1441606742368','2020-11-30 16:23:09',NULL,80.00,'','144','1','Good sold','1','20','sales','6','','No',NULL,NULL,''),(1621,'1100','1441606742667','2020-11-30 16:24:39',150.00,NULL,'','144','1','Good sold','1','20','sales','','','No',NULL,NULL,''),(1622,'4000','1441606742667','2020-11-30 16:24:39',NULL,150.00,'','144','1','Good sold','1','20','sales','7','','No',NULL,NULL,''),(1623,'1100','1441606743141','2020-11-30 16:44:59',300.00,NULL,'','144','1','Good sold','1','338','sales','','','No',NULL,NULL,''),(1624,'4000','1441606743141','2020-11-30 16:44:59',NULL,300.00,'','144','1','Good sold','1','338','sales','8','','No',NULL,NULL,''),(1625,'1000','1441606743965','2020-11-30 16:46:14',300.00,NULL,'','144','1','Good sold','1','225','Payment','','','No',NULL,NULL,''),(1626,'4000','1441606743965','2020-11-30 16:46:14',NULL,300.00,'','144','1','Good sold','1','225','sales','8','','No',NULL,NULL,''),(1627,'1100','1441606744890','2020-11-30 17:01:43',600.00,NULL,'','144','1','Good sold','1','31','sales','','','No',NULL,NULL,''),(1628,'4000','1441606744890','2020-11-30 17:01:43',NULL,600.00,'','144','1','Good sold','1','31','sales','8','','No',NULL,NULL,''),(1629,'1000','1441606744987','2020-11-30 17:03:18',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1630,'4000','1441606744987','2020-11-30 17:03:18',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1631,'1100','1441606745020','2020-11-30 17:20:56',80.00,NULL,'','144','1','Good sold','1','339','sales','','','No',NULL,NULL,''),(1632,'4000','1441606745020','2020-11-30 17:20:56',NULL,80.00,'','144','1','Good sold','1','339','sales','6','','No',NULL,NULL,''),(1633,'1100','1441606746165','2020-11-30 17:38:10',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(1634,'4000','1441606746165','2020-11-30 17:38:10',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(1635,'1100','1441606747152','2020-11-30 17:39:26',900.00,NULL,'','144','1','Good sold','1','340','sales','','','No',NULL,NULL,''),(1636,'4000','1441606747152','2020-11-30 17:39:26',NULL,900.00,'','144','1','Good sold','1','340','sales','8','','No',NULL,NULL,''),(1637,'1100','1441606749425','2020-11-30 18:17:24',300.00,NULL,'','144','1','Good sold','1','130','sales','','','No',NULL,NULL,''),(1638,'4000','1441606749425','2020-11-30 18:17:24',NULL,300.00,'','144','1','Good sold','1','130','sales','8','','No',NULL,NULL,''),(1639,'1100','1441606749536','2020-11-30 18:19:16',600.00,NULL,'','144','1','Good sold','1','341','sales','','','No',NULL,NULL,''),(1640,'4000','1441606749536','2020-11-30 18:19:16',NULL,600.00,'','144','1','Good sold','1','341','sales','8','','No',NULL,NULL,''),(1641,'1100','1441606749891','2020-11-30 18:25:03',300.00,NULL,'','144','1','Good sold','1','232','sales','','','No',NULL,NULL,''),(1642,'4000','1441606749891','2020-11-30 18:25:03',NULL,300.00,'','144','1','Good sold','1','232','sales','8','','No',NULL,NULL,''),(1643,'1000','1441606750699','2020-11-30 18:38:59',30.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1644,'4000','1441606750699','2020-11-30 18:38:59',NULL,30.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1645,'1100','1441606750761','2020-11-30 19:06:02',300.00,NULL,'','144','1','Good sold','1','167','sales','','','No',NULL,NULL,''),(1646,'4000','1441606750761','2020-11-30 19:06:02',NULL,300.00,'','144','1','Good sold','1','167','sales','8','','No',NULL,NULL,''),(1647,'1100','1441606742667','2020-11-30 19:32:39',NULL,230.00,'','144','1','mekita a3','1','20','payment','','','No',NULL,NULL,''),(1648,'','1441606742667','2020-11-30 19:32:39',230.00,NULL,'','144','1','mekita a3','1','20','payment','','','No',NULL,NULL,''),(1649,'1100','1441606754378','2020-11-30 19:39:56',300.00,NULL,'','144','1','Good sold','1','121','sales','','','No',NULL,NULL,''),(1650,'4000','1441606754378','2020-11-30 19:39:56',NULL,300.00,'','144','1','Good sold','1','121','sales','8','','No',NULL,NULL,''),(1651,'1000','1441606754667','2020-11-30 19:44:52',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1652,'4000','1441606754667','2020-11-30 19:44:52',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1653,'1100','1441606754701','2020-11-30 20:15:17',300.00,NULL,'','144','1','Good sold','1','342','sales','','','No',NULL,NULL,''),(1654,'4000','1441606754701','2020-11-30 20:15:17',NULL,300.00,'','144','1','Good sold','1','342','sales','8','','No',NULL,NULL,''),(1655,'1100','1441606756934','2020-11-30 20:22:24',450.00,NULL,'','144','1','Good sold','1','343','sales','','','No',NULL,NULL,''),(1656,'4000','1441606756934','2020-11-30 20:22:24',NULL,450.00,'','144','1','Good sold','1','343','sales','5','','No',NULL,NULL,''),(1657,'1100','1441606757283','2020-11-30 20:28:15',300.00,NULL,'','144','1','Good sold','1','344','sales','','','No',NULL,NULL,''),(1658,'4000','1441606757283','2020-11-30 20:28:15',NULL,300.00,'','144','1','Good sold','1','344','sales','8','','No',NULL,NULL,''),(1659,'1000','111606759667','2020-11-30 21:08:07',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(1660,'4000','111606759667','2020-11-30 21:08:07',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(1661,'1100','111606759835','2020-11-30 21:11:01',450.00,NULL,'','11','1','Good sold','1','346','sales','','','No',NULL,NULL,''),(1662,'4000','111606759835','2020-11-30 21:11:01',NULL,450.00,'','11','1','Good sold','1','346','sales','5','','No',NULL,NULL,''),(1663,'1000','111606760166','2020-11-30 21:16:31',120.00,NULL,'','11','1','Good sold','1','347','sales','','','No',NULL,NULL,''),(1664,'4000','111606760166','2020-11-30 21:16:31',NULL,120.00,'','11','1','Good sold','1','347','sales','3','','No',NULL,NULL,''),(1665,'1100','1441606800836','2020-12-01 08:34:11',300.00,NULL,'','144','1','Good sold','1','237','sales','','','No',NULL,NULL,''),(1666,'4000','1441606800836','2020-12-01 08:34:11',NULL,300.00,'','144','1','Good sold','1','237','sales','8','','No',NULL,NULL,''),(1667,'1100','1441606805152','2020-12-01 09:46:04',20.00,NULL,'','144','1','Good sold','1','348','sales','','','No',NULL,NULL,''),(1668,'4000','1441606805152','2020-12-01 09:46:04',NULL,20.00,'','144','1','Good sold','1','348','sales','11','','No',NULL,NULL,''),(1669,'1100','1441606807382','2020-12-01 10:23:17',300.00,NULL,'','144','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(1670,'4000','1441606807382','2020-12-01 10:23:17',NULL,300.00,'','144','1','Good sold','1','150','sales','8','','No',NULL,NULL,''),(1671,'1100','1441606807826','2020-12-01 10:30:39',600.00,NULL,'','144','1','Good sold','1','33','sales','','','No',NULL,NULL,''),(1672,'4000','1441606807826','2020-12-01 10:30:39',NULL,600.00,'','144','1','Good sold','1','33','sales','8','','No',NULL,NULL,''),(1673,'1100','1441606812084','2020-12-01 11:41:54',600.00,NULL,'','144','1','Good sold','1','271','sales','','','No',NULL,NULL,''),(1674,'4000','1441606812084','2020-12-01 11:41:54',NULL,600.00,'','144','1','Good sold','1','271','sales','8','','No',NULL,NULL,''),(1675,'1100','1441606815947','2020-12-01 12:45:59',300.00,NULL,'','144','1','Good sold','1','82','sales','','','No',NULL,NULL,''),(1676,'4000','1441606815947','2020-12-01 12:45:59',NULL,300.00,'','144','1','Good sold','1','82','sales','8','','No',NULL,NULL,''),(1677,'1100','1441606818401','2020-12-01 13:26:53',300.00,NULL,'','144','1','Good sold','1','349','sales','','','No',NULL,NULL,''),(1678,'4000','1441606818401','2020-12-01 13:26:53',NULL,300.00,'','144','1','Good sold','1','349','sales','8','','No',NULL,NULL,''),(1679,'1100','1441606818515','2020-12-01 13:28:51',900.00,NULL,'','144','1','Good sold','1','93','sales','','','No',NULL,NULL,''),(1680,'4000','1441606818515','2020-12-01 13:28:51',NULL,900.00,'','144','1','Good sold','1','93','sales','8','','No',NULL,NULL,''),(1681,'1100','1441606812084','2020-12-01 13:43:26',NULL,600.00,'','144','1','green zone 402','1','271','payment','','','No',NULL,NULL,''),(1682,'','1441606812084','2020-12-01 13:43:26',600.00,NULL,'','144','1','green zone 402','1','271','payment','','','No',NULL,NULL,''),(1683,'1100','1441606819540','2020-12-01 14:23:36',1500.00,NULL,'','144','1','Good sold','1','350','sales','','','No',NULL,NULL,''),(1684,'4000','1441606819540','2020-12-01 14:23:36',NULL,1500.00,'','144','1','Good sold','1','350','sales','8','','No',NULL,NULL,''),(1685,'1100','1441606824329','2020-12-01 15:12:32',450.00,NULL,'','144','1','Good sold','1','219','sales','','','No',NULL,NULL,''),(1686,'4000','1441606824329','2020-12-01 15:12:32',NULL,450.00,'','144','1','Good sold','1','219','sales','7','','No',NULL,NULL,''),(1687,'1000','1441606825542','2020-12-01 15:25:57',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1688,'4000','1441606825542','2020-12-01 15:25:57',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1689,'1100','1441606825569','2020-12-01 16:13:07',150.00,NULL,'','144','1','Good sold','1','351','sales','','','No',NULL,NULL,''),(1690,'4000','1441606825569','2020-12-01 16:13:07',NULL,150.00,'','144','1','Good sold','1','351','sales','6','','No',NULL,NULL,''),(1691,'1000','1441606829091','2020-12-01 16:41:14',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1692,'4000','1441606829091','2020-12-01 16:41:14',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1693,'1100','1441606830097','2020-12-01 16:48:16',300.00,NULL,'','144','1','Good sold','1','221','sales','','','No',NULL,NULL,''),(1694,'4000','1441606830097','2020-12-01 16:48:16',NULL,300.00,'','144','1','Good sold','1','221','sales','8','','No',NULL,NULL,''),(1695,'1000','1441606830891','2020-12-01 16:55:15',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1696,'4000','1441606830891','2020-12-01 16:55:15',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1697,'1100','1441606830966','2020-12-01 16:56:18',1200.00,NULL,'','144','1','Good sold','1','352','sales','','','No',NULL,NULL,''),(1698,'4000','1441606830966','2020-12-01 16:56:18',NULL,1200.00,'','144','1','Good sold','1','352','sales','8','','No',NULL,NULL,''),(1699,'1100','1441606831482','2020-12-01 17:04:54',300.00,NULL,'','144','1','Good sold','1','353','sales','','','No',NULL,NULL,''),(1700,'4000','1441606831482','2020-12-01 17:04:54',NULL,300.00,'','144','1','Good sold','1','353','sales','8','','No',NULL,NULL,''),(1701,'1100','1441606831545','2020-12-01 17:05:59',600.00,NULL,'','144','1','Good sold','1','218','sales','','','No',NULL,NULL,''),(1702,'4000','1441606831545','2020-12-01 17:05:59',NULL,600.00,'','144','1','Good sold','1','218','sales','8','','No',NULL,NULL,''),(1703,'1100','1441606832251','2020-12-01 17:17:41',300.00,NULL,'','144','1','Good sold','1','142','sales','','','No',NULL,NULL,''),(1704,'4000','1441606832251','2020-12-01 17:17:41',NULL,300.00,'','144','1','Good sold','1','142','sales','8','','No',NULL,NULL,''),(1705,'1100','1441606833207','2020-12-01 17:34:37',300.00,NULL,'','144','1','Good sold','1','354','sales','','','No',NULL,NULL,''),(1706,'4000','1441606833207','2020-12-01 17:34:37',NULL,300.00,'','144','1','Good sold','1','354','sales','8','','No',NULL,NULL,''),(1707,'1100','1441606833506','2020-12-01 17:39:00',300.00,NULL,'','144','1','Good sold','1','343','sales','','','No',NULL,NULL,''),(1708,'4000','1441606833506','2020-12-01 17:39:00',NULL,300.00,'','144','1','Good sold','1','343','sales','8','','No',NULL,NULL,''),(1709,'1100','1441606835819','2020-12-01 18:17:51',120.00,NULL,'','144','1','Good sold','1','355','sales','','','No',NULL,NULL,''),(1710,'4000','1441606835819','2020-12-01 18:17:51',NULL,120.00,'','144','1','Good sold','1','355','sales','3','','No',NULL,NULL,''),(1711,'1100','1441606836998','2020-12-01 18:36:49',300.00,NULL,'','144','1','Good sold','1','356','sales','','','No',NULL,NULL,''),(1712,'4000','1441606836998','2020-12-01 18:36:49',NULL,300.00,'','144','1','Good sold','1','356','sales','8','','No',NULL,NULL,''),(1713,'1000','1441606837123','2020-12-01 18:39:34',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1714,'4000','1441606837123','2020-12-01 18:39:34',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1715,'1100','1441606837194','2020-12-01 18:56:43',300.00,NULL,'','144','1','Good sold','1','357','sales','','','No',NULL,NULL,''),(1716,'4000','1441606837194','2020-12-01 18:56:43',NULL,300.00,'','144','1','Good sold','1','357','sales','8','','No',NULL,NULL,''),(1717,'1000','1441606838523','2020-12-01 19:04:56',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1718,'4000','1441606838523','2020-12-01 19:04:56',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1719,'1000','1441606838705','2020-12-01 19:24:04',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1720,'4000','1441606838705','2020-12-01 19:24:04',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1721,'1100','1441606833506','2020-12-01 19:37:19',NULL,300.00,'','144','1','lilia nziza b39','1','343','payment','','','No',NULL,NULL,''),(1722,'','1441606833506','2020-12-01 19:37:19',300.00,NULL,'','144','1','lilia nziza b39','1','343','payment','','','No',NULL,NULL,''),(1723,'1100','1441606841753','2020-12-01 20:06:48',600.00,NULL,'','144','1','Good sold','1','28','sales','','','No',NULL,NULL,''),(1724,'4000','1441606841753','2020-12-01 20:06:48',NULL,600.00,'','144','1','Good sold','1','28','sales','8','','No',NULL,NULL,''),(1725,'1100','1441606842524','2020-12-01 20:32:51',300.00,NULL,'','144','1','Good sold','1','212','sales','','','No',NULL,NULL,''),(1726,'4000','1441606842524','2020-12-01 20:32:51',NULL,300.00,'','144','1','Good sold','1','212','sales','8','','No',NULL,NULL,''),(1727,'1000','1441606844245','2020-12-01 20:37:45',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1728,'4000','1441606844245','2020-12-01 20:37:45',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1729,'1100','1441606886663','2020-12-02 08:24:37',1800.00,NULL,'','144','1','Good sold','1','358','sales','','','No',NULL,NULL,''),(1730,'4000','1441606886663','2020-12-02 08:24:37',NULL,1800.00,'','144','1','Good sold','1','358','sales','8','','No',NULL,NULL,''),(1731,'1100','1441606891726','2020-12-02 10:32:47',350.00,NULL,'','144','1','Good sold','1','359','sales','','','No',NULL,NULL,''),(1732,'4000','1441606891726','2020-12-02 10:32:47',NULL,350.00,'','144','1','Good sold','1','359','sales','9','','No',NULL,NULL,''),(1733,'1000','1441606895766','2020-12-02 10:56:34',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1734,'4000','1441606895766','2020-12-02 10:56:34',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1735,'1100','1441606895810','2020-12-02 11:08:30',300.00,NULL,'','144','1','Good sold','1','360','sales','','','No',NULL,NULL,''),(1736,'4000','1441606895810','2020-12-02 11:08:30',NULL,300.00,'','144','1','Good sold','1','360','sales','8','','No',NULL,NULL,''),(1737,'1100','1441606897169','2020-12-02 11:19:45',150.00,NULL,'','144','1','Good sold','1','180','sales','','','No',NULL,NULL,''),(1738,'4000','1441606897169','2020-12-02 11:19:45',NULL,150.00,'','144','1','Good sold','1','180','sales','7','','No',NULL,NULL,''),(1739,'1100','1441606897239','2020-12-02 11:20:53',600.00,NULL,'','144','1','Good sold','1','90','sales','','','No',NULL,NULL,''),(1740,'4000','1441606897239','2020-12-02 11:20:53',NULL,600.00,'','144','1','Good sold','1','90','sales','8','','No',NULL,NULL,''),(1741,'1100','1441606898185','2020-12-02 11:36:51',50.00,NULL,'','144','1','Good sold','1','361','sales','','','No',NULL,NULL,''),(1742,'4000','1441606898185','2020-12-02 11:36:51',NULL,50.00,'','144','1','Good sold','1','361','sales','2','','No',NULL,NULL,''),(1743,'1100','1441606899287','2020-12-02 12:09:04',300.00,NULL,'','144','1','Good sold','1','362','sales','','','No',NULL,NULL,''),(1744,'4000','1441606899287','2020-12-02 12:09:04',NULL,300.00,'','144','1','Good sold','1','362','sales','7','','No',NULL,NULL,''),(1745,'1100','1441606900691','2020-12-02 12:18:45',150.00,NULL,'','144','1','Good sold','1','208','sales','','','No',NULL,NULL,''),(1746,'4000','1441606900691','2020-12-02 12:18:45',NULL,150.00,'','144','1','Good sold','1','208','sales','6','','No',NULL,NULL,''),(1747,'1100','1441606901409','2020-12-02 12:30:20',300.00,NULL,'','144','1','Good sold','1','363','sales','','','No',NULL,NULL,''),(1748,'4000','1441606901409','2020-12-02 12:30:20',NULL,300.00,'','144','1','Good sold','1','363','sales','8','','No',NULL,NULL,''),(1749,'1100','1441606899287','2020-12-02 12:36:36',NULL,300.00,'','144','1','harvester d2','1','362','payment','','','No',NULL,NULL,''),(1750,'','1441606899287','2020-12-02 12:36:36',300.00,NULL,'','144','1','harvester d2','1','362','payment','','','No',NULL,NULL,''),(1751,'1100','1441606902694','2020-12-02 12:51:50',300.00,NULL,'','144','1','Good sold','1','194','sales','','','No',NULL,NULL,''),(1752,'4000','1441606902694','2020-12-02 12:51:50',NULL,300.00,'','144','1','Good sold','1','194','sales','8','','No',NULL,NULL,''),(1753,'1100','1441606903413','2020-12-02 13:03:42',300.00,NULL,'','144','1','Good sold','1','364','sales','','','No',NULL,NULL,''),(1754,'4000','1441606903413','2020-12-02 13:03:42',NULL,300.00,'','144','1','Good sold','1','364','sales','8','','No',NULL,NULL,''),(1755,'1000','1441606904319','2020-12-02 13:36:39',30.00,NULL,'','144','1','Good sold','1','365','Payment','','','No',NULL,NULL,''),(1756,'4000','1441606904319','2020-12-02 13:36:39',NULL,30.00,'','144','1','Good sold','1','365','sales','11','','No',NULL,NULL,''),(1757,'1100','1441606905498','2020-12-02 13:40:07',300.00,NULL,'','144','1','Good sold','1','148','sales','','','No',NULL,NULL,''),(1758,'4000','1441606905498','2020-12-02 13:40:07',NULL,300.00,'','144','1','Good sold','1','148','sales','8','','No',NULL,NULL,''),(1759,'1000','1441606908295','2020-12-02 14:25:53',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1760,'4000','1441606908295','2020-12-02 14:25:53',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1761,'1100','1441606908415','2020-12-02 14:44:35',300.00,NULL,'','144','1','Good sold','1','189','sales','','','No',NULL,NULL,''),(1762,'4000','1441606908415','2020-12-02 14:44:35',NULL,300.00,'','144','1','Good sold','1','189','sales','8','','No',NULL,NULL,''),(1763,'1100','1441606909529','2020-12-02 14:47:31',300.00,NULL,'','144','1','Good sold','1','366','sales','','','No',NULL,NULL,''),(1764,'4000','1441606909529','2020-12-02 14:47:31',NULL,300.00,'','144','1','Good sold','1','366','sales','8','','No',NULL,NULL,''),(1765,'1000','1441606909720','2020-12-02 14:48:53',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1766,'4000','1441606909720','2020-12-02 14:48:53',NULL,350.00,'','144','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1767,'1100','1441606909758','2020-12-02 14:54:26',30.00,NULL,'','144','1','Good sold','1','367','sales','','','No',NULL,NULL,''),(1768,'4000','1441606909758','2020-12-02 14:54:26',NULL,30.00,'','144','1','Good sold','1','367','sales','11','','No',NULL,NULL,''),(1769,'1000','1441606910455','2020-12-02 15:01:18',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1770,'4000','1441606910455','2020-12-02 15:01:18',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1771,'1100','1441606910494','2020-12-02 15:08:33',300.00,NULL,'','144','1','Good sold','1','368','sales','','','No',NULL,NULL,''),(1772,'4000','1441606910494','2020-12-02 15:08:33',NULL,300.00,'','144','1','Good sold','1','368','sales','8','','No',NULL,NULL,''),(1773,'1100','1441606911007','2020-12-02 15:10:26',700.00,NULL,'','144','1','Good sold','1','369','sales','','','No',NULL,NULL,''),(1774,'4000','1441606911007','2020-12-02 15:10:26',NULL,700.00,'','144','1','Good sold','1','369','sales','9','','No',NULL,NULL,''),(1775,'1100','1441606911007','2020-12-02 15:47:25',NULL,700.00,'','144','1','tsavo rooftop','1','369','payment','','','No',NULL,NULL,''),(1776,'','1441606911007','2020-12-02 15:47:25',700.00,NULL,'','144','1','tsavo rooftop','1','369','payment','','','No',NULL,NULL,''),(1777,'1000','1441606913807','2020-12-02 16:42:44',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1778,'4000','1441606913807','2020-12-02 16:42:44',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1779,'1000','1441606916572','2020-12-02 17:05:29',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1780,'4000','1441606916572','2020-12-02 17:05:29',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1781,'1100','1441606918881','2020-12-02 17:21:32',300.00,NULL,'','144','1','Good sold','1','370','sales','','','No',NULL,NULL,''),(1782,'4000','1441606918881','2020-12-02 17:21:32',NULL,300.00,'','144','1','Good sold','1','370','sales','8','','No',NULL,NULL,''),(1783,'1100','1441606918940','2020-12-02 17:22:34',450.00,NULL,'','144','1','Good sold','1','371','sales','','','No',NULL,NULL,''),(1784,'4000','1441606918940','2020-12-02 17:22:34',NULL,450.00,'','144','1','Good sold','1','371','sales','5','','No',NULL,NULL,''),(1785,'1000','1441606919199','2020-12-02 17:27:09',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1786,'4000','1441606919199','2020-12-02 17:27:09',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1787,'1000','1441606919248','2020-12-02 17:48:36',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1788,'4000','1441606919248','2020-12-02 17:48:36',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1789,'1100','1441606920538','2020-12-02 18:07:16',600.00,NULL,'','144','1','Good sold','1','372','sales','','','No',NULL,NULL,''),(1790,'4000','1441606920538','2020-12-02 18:07:16',NULL,600.00,'','144','1','Good sold','1','372','sales','8','','No',NULL,NULL,''),(1791,'1100','1441606921918','2020-12-02 18:12:31',150.00,NULL,'','144','1','Good sold','1','163','sales','','','No',NULL,NULL,''),(1792,'4000','1441606921918','2020-12-02 18:12:31',NULL,150.00,'','144','1','Good sold','1','163','sales','7','','No',NULL,NULL,''),(1793,'1100','1441606924297','2020-12-02 18:51:54',600.00,NULL,'','144','1','Good sold','1','373','sales','','','No',NULL,NULL,''),(1794,'4000','1441606924297','2020-12-02 18:51:54',NULL,600.00,'','144','1','Good sold','1','373','sales','8','','No',NULL,NULL,''),(1795,'1000','1441606924413','2020-12-02 19:01:27',450.00,NULL,'','144','1','Good sold','1','374','Payment','','','No',NULL,NULL,''),(1796,'4000','1441606924413','2020-12-02 19:01:27',NULL,450.00,'','144','1','Good sold','1','374','sales','5','','No',NULL,NULL,''),(1797,'1000','1441606924950','2020-12-02 19:10:48',240.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1798,'4000','1441606924950','2020-12-02 19:10:48',NULL,240.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1799,'1100','1441606925458','2020-12-02 19:26:09',600.00,NULL,'','144','1','Good sold','1','161','sales','','','No',NULL,NULL,''),(1800,'4000','1441606925458','2020-12-02 19:26:09',NULL,600.00,'','144','1','Good sold','1','161','sales','8','','No',NULL,NULL,''),(1801,'1100','1441606927159','2020-12-02 19:39:30',150.00,NULL,'','144','1','Good sold','1','375','sales','','','No',NULL,NULL,''),(1802,'4000','1441606927159','2020-12-02 19:39:30',NULL,150.00,'','144','1','Good sold','1','375','sales','7','','No',NULL,NULL,''),(1803,'1000','1441606927776','2020-12-02 20:07:09',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1804,'4000','1441606927776','2020-12-02 20:07:09',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1805,'1100','1441606928836','2020-12-02 20:18:05',600.00,NULL,'','144','1','Good sold','1','244','sales','','','No',NULL,NULL,''),(1806,'4000','1441606928836','2020-12-02 20:18:05',NULL,600.00,'','144','1','Good sold','1','244','sales','8','','No',NULL,NULL,''),(1807,'1000','1441606930708','2020-12-02 20:39:14',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1808,'4000','1441606930708','2020-12-02 20:39:14',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1809,'1100','1441606928836','2020-12-02 21:01:45',NULL,600.00,'','144','1','2 20l','1','244','payment','','','No',NULL,NULL,''),(1810,'1010','1441606928836','2020-12-02 21:01:45',600.00,NULL,'','144','1','2 20l','1','244','payment','','','No',NULL,NULL,''),(1811,'1000','1441606932319','2020-12-02 21:05:59',600.00,NULL,'','144','1','Good sold','1','376','Payment','','','No',NULL,NULL,''),(1812,'4000','1441606932319','2020-12-02 21:05:59',NULL,600.00,'','144','1','Good sold','1','376','sales','8','','No',NULL,NULL,''),(1813,'1100','1441606973602','2020-12-03 08:33:38',600.00,NULL,'','144','1','Good sold','1','65','sales','','','No',NULL,NULL,''),(1814,'4000','1441606973602','2020-12-03 08:33:38',NULL,600.00,'','144','1','Good sold','1','65','sales','8','','No',NULL,NULL,''),(1815,'1000','1441606973855','2020-12-03 08:37:45',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1816,'4000','1441606973855','2020-12-03 08:37:45',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1817,'1000','1441606973885','2020-12-03 08:59:56',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1818,'4000','1441606973885','2020-12-03 08:59:56',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1819,'1100','1441606975403','2020-12-03 09:30:51',600.00,NULL,'','144','1','Good sold','1','377','sales','','','No',NULL,NULL,''),(1820,'4000','1441606975403','2020-12-03 09:30:51',NULL,600.00,'','144','1','Good sold','1','377','sales','8','','No',NULL,NULL,''),(1821,'1100','1441606977102','2020-12-03 09:32:07',1200.00,NULL,'','144','1','Good sold','1','378','sales','','','No',NULL,NULL,''),(1822,'4000','1441606977102','2020-12-03 09:32:07',NULL,1200.00,'','144','1','Good sold','1','378','sales','8','','No',NULL,NULL,''),(1823,'1100','1441606979206','2020-12-03 11:49:01',150.00,NULL,'','144','1','Good sold','1','273','sales','','','No',NULL,NULL,''),(1824,'4000','1441606979206','2020-12-03 11:49:01',NULL,150.00,'','144','1','Good sold','1','273','sales','7','','No',NULL,NULL,''),(1825,'1100','1441606985499','2020-12-03 12:26:16',300.00,NULL,'','144','1','Good sold','1','257','sales','','','No',NULL,NULL,''),(1826,'4000','1441606985499','2020-12-03 12:26:16',NULL,300.00,'','144','1','Good sold','1','257','sales','8','','No',NULL,NULL,''),(1827,'1100','1441606988544','2020-12-03 14:11:29',300.00,NULL,'','144','1','Good sold','1','379','sales','','','No',NULL,NULL,''),(1828,'4000','1441606988544','2020-12-03 14:11:29',NULL,300.00,'','144','1','Good sold','1','379','sales','8','','No',NULL,NULL,''),(1829,'1100','1441606994133','2020-12-03 14:15:41',80.00,NULL,'','144','1','Good sold','1','380','sales','','','No',NULL,NULL,''),(1830,'4000','1441606994133','2020-12-03 14:15:41',NULL,80.00,'','144','1','Good sold','1','380','sales','6','','No',NULL,NULL,''),(1831,'1100','1441606995673','2020-12-03 15:14:44',50.00,NULL,'','144','1','Good sold','1','381','sales','','','No',NULL,NULL,''),(1832,'4000','1441606995673','2020-12-03 15:14:44',NULL,50.00,'','144','1','Good sold','1','381','sales','2','','No',NULL,NULL,''),(1833,'1000','1441606998213','2020-12-03 15:23:44',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1834,'4000','1441606998213','2020-12-03 15:23:44',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1835,'1100','1441606998231','2020-12-03 15:34:59',300.00,NULL,'','144','1','Good sold','1','83','sales','','','No',NULL,NULL,''),(1836,'4000','1441606998231','2020-12-03 15:34:59',NULL,300.00,'','144','1','Good sold','1','83','sales','8','','No',NULL,NULL,''),(1837,'1100','1441606999019','2020-12-03 15:37:21',600.00,NULL,'','144','1','Good sold','1','382','sales','','','No',NULL,NULL,''),(1838,'4000','1441606999019','2020-12-03 15:37:21',NULL,600.00,'','144','1','Good sold','1','382','sales','8','','No',NULL,NULL,''),(1839,'1100','1441607004403','2020-12-03 17:07:02',600.00,NULL,'','144','1','Good sold','1','177','sales','','','No',NULL,NULL,''),(1840,'4000','1441607004403','2020-12-03 17:07:02',NULL,600.00,'','144','1','Good sold','1','177','sales','8','','No',NULL,NULL,''),(1841,'1000','1441607004906','2020-12-03 18:00:55',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1842,'4000','1441607004906','2020-12-03 18:00:55',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1843,'1100','1441607007660','2020-12-03 18:31:40',1800.00,NULL,'','144','1','Good sold','1','122','sales','','','No',NULL,NULL,''),(1844,'4000','1441607007660','2020-12-03 18:31:40',NULL,1800.00,'','144','1','Good sold','1','122','sales','8','','No',NULL,NULL,''),(1845,'1100','1441607011730','2020-12-03 19:09:02',150.00,NULL,'','144','1','Good sold','1','202','sales','','','No',NULL,NULL,''),(1846,'4000','1441607011730','2020-12-03 19:09:02',NULL,150.00,'','144','1','Good sold','1','202','sales','7','','No',NULL,NULL,''),(1847,'1100','1441607011811','2020-12-03 19:10:21',80.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(1848,'4000','1441607011811','2020-12-03 19:10:21',NULL,80.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(1849,'1100','1441607012120','2020-12-03 19:15:38',300.00,NULL,'','144','1','Good sold','1','127','sales','','','No',NULL,NULL,''),(1850,'4000','1441607012120','2020-12-03 19:15:38',NULL,300.00,'','144','1','Good sold','1','127','sales','8','','No',NULL,NULL,''),(1851,'1100','1441607013667','2020-12-03 19:43:09',300.00,NULL,'','144','1','Good sold','1','383','sales','','','No',NULL,NULL,''),(1852,'4000','1441607013667','2020-12-03 19:43:09',NULL,300.00,'','144','1','Good sold','1','383','sales','8','','No',NULL,NULL,''),(1853,'1100','1441607013848','2020-12-03 19:44:17',250.00,NULL,'','144','1','Good sold','1','122','sales','','','No',NULL,NULL,''),(1854,'4000','1441607013848','2020-12-03 19:44:17',NULL,250.00,'','144','1','Good sold','1','122','sales','4','','No',NULL,NULL,''),(1855,'1100','1441607013913','2020-12-03 19:46:26',150.00,NULL,'','144','1','Good sold','1','67','sales','','','No',NULL,NULL,''),(1856,'4000','1441607013913','2020-12-03 19:46:26',NULL,150.00,'','144','1','Good sold','1','67','sales','7','','No',NULL,NULL,''),(1857,'1100','1441607015582','2020-12-03 20:13:38',300.00,NULL,'','144','1','Good sold','1','384','sales','','','No',NULL,NULL,''),(1858,'4000','1441607015582','2020-12-03 20:13:38',NULL,300.00,'','144','1','Good sold','1','384','sales','8','','No',NULL,NULL,''),(1859,'1100','1441607013913','2020-12-03 20:17:13',NULL,150.00,'','144','1','naomi tsavo b608','1','67','payment','','','No',NULL,NULL,''),(1860,'','1441607013913','2020-12-03 20:17:13',150.00,NULL,'','144','1','naomi tsavo b608','1','67','payment','','','No',NULL,NULL,''),(1861,'1000','1441607015961','2020-12-03 20:22:11',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1862,'4000','1441607015961','2020-12-03 20:22:11',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1863,'1000','1441607016136','2020-12-03 20:30:47',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1864,'4000','1441607016136','2020-12-03 20:30:47',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1865,'1000','1441607016656','2020-12-03 20:37:10',60.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1866,'4000','1441607016656','2020-12-03 20:37:10',NULL,60.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1867,'1000','1441607017364','2020-12-03 20:43:12',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1868,'4000','1441607017364','2020-12-03 20:43:12',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1869,'1100','1441607019447','2020-12-03 21:17:49',1200.00,NULL,'','144','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(1870,'4000','1441607019447','2020-12-03 21:17:49',NULL,1200.00,'','144','1','Good sold','1','385','sales','8','','No',NULL,NULL,''),(1871,'1100','1441607019580','2020-12-03 21:19:52',300.00,NULL,'','144','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(1872,'4000','1441607019580','2020-12-03 21:19:52',NULL,300.00,'','144','1','Good sold','1','386','sales','8','','No',NULL,NULL,''),(1873,'1100','1441607060587','2020-12-04 08:43:16',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(1874,'4000','1441607060587','2020-12-04 08:43:16',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(1875,'1100','1441607060654','2020-12-04 08:44:32',600.00,NULL,'','144','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(1876,'4000','1441607060654','2020-12-04 08:44:32',NULL,600.00,'','144','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(1877,'1000','1441607062994','2020-12-04 09:24:08',300.00,NULL,'','144','1','Good sold','1','231','Payment','','','No',NULL,NULL,''),(1878,'4000','1441607062994','2020-12-04 09:24:08',NULL,300.00,'','144','1','Good sold','1','231','sales','8','','No',NULL,NULL,''),(1879,'1000','1441607063092','2020-12-04 09:25:11',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1880,'4000','1441607063092','2020-12-04 09:25:11',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1881,'1100','1441607063129','2020-12-04 10:02:49',300.00,NULL,'','144','1','Good sold','1','290','sales','','','No',NULL,NULL,''),(1882,'4000','1441607063129','2020-12-04 10:02:49',NULL,300.00,'','144','1','Good sold','1','290','sales','8','','No',NULL,NULL,''),(1883,'1100','1441607065411','2020-12-04 10:03:41',300.00,NULL,'','144','1','Good sold','1','387','sales','','','No',NULL,NULL,''),(1884,'4000','1441607065411','2020-12-04 10:03:41',NULL,300.00,'','144','1','Good sold','1','387','sales','8','','No',NULL,NULL,''),(1885,'1100','1441607066143','2020-12-04 10:16:43',150.00,NULL,'','144','1','Good sold','1','388','sales','','','No',NULL,NULL,''),(1886,'4000','1441607066143','2020-12-04 10:16:43',NULL,150.00,'','144','1','Good sold','1','388','sales','11','','No',NULL,NULL,''),(1887,'1100','1441607066303','2020-12-04 10:22:02',600.00,NULL,'','144','1','Good sold','1','44','sales','','','No',NULL,NULL,''),(1888,'4000','1441607066303','2020-12-04 10:22:02',NULL,600.00,'','144','1','Good sold','1','44','sales','8','','No',NULL,NULL,''),(1889,'1100','1441607067805','2020-12-04 10:43:45',300.00,NULL,'','144','1','Good sold','1','120','sales','','','No',NULL,NULL,''),(1890,'4000','1441607067805','2020-12-04 10:43:45',NULL,300.00,'','144','1','Good sold','1','120','sales','8','','No',NULL,NULL,''),(1891,'1100','1441607067805','2020-12-04 11:15:03',NULL,300.00,'','144','1','tsavo a517','1','120','payment','','','No',NULL,NULL,''),(1892,'','1441607067805','2020-12-04 11:15:03',300.00,NULL,'','144','1','tsavo a517','1','120','payment','','','No',NULL,NULL,''),(1893,'1000','1441607072223','2020-12-04 11:58:22',3500.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1894,'4000','1441607072223','2020-12-04 11:58:22',NULL,3500.00,'','144','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1895,'1100','1441607072312','2020-12-04 12:33:41',300.00,NULL,'','144','1','Good sold','1','71','sales','','','No',NULL,NULL,''),(1896,'4000','1441607072312','2020-12-04 12:33:41',NULL,300.00,'','144','1','Good sold','1','71','sales','8','','No',NULL,NULL,''),(1897,'1100','1441607076063','2020-12-04 13:01:13',300.00,NULL,'','144','1','Good sold','1','225','sales','','','No',NULL,NULL,''),(1898,'4000','1441607076063','2020-12-04 13:01:13',NULL,300.00,'','144','1','Good sold','1','225','sales','8','','No',NULL,NULL,''),(1899,'1100','1441607076203','2020-12-04 13:09:16',300.00,NULL,'','144','1','Good sold','1','225','sales','','','No',NULL,NULL,''),(1900,'4000','1441607076203','2020-12-04 13:09:16',NULL,300.00,'','144','1','Good sold','1','225','sales','8','','No',NULL,NULL,''),(1901,'1100','1441607077260','2020-12-04 13:34:05',230.00,NULL,'','144','1','Good sold','1','74','sales','','','No',NULL,NULL,''),(1902,'4000','1441607077260','2020-12-04 13:34:05',NULL,80.00,'','144','1','Good sold','1','74','sales','6','','No',NULL,NULL,''),(1903,'4000','1441607077260','2020-12-04 13:34:05',NULL,150.00,'','144','1','Good sold','1','74','sales','7','','No',NULL,NULL,''),(1904,'1100','1441607078228','2020-12-04 13:37:23',600.00,NULL,'','144','1','Good sold','1','22','sales','','','No',NULL,NULL,''),(1905,'4000','1441607078228','2020-12-04 13:37:23',NULL,600.00,'','144','1','Good sold','1','22','sales','8','','No',NULL,NULL,''),(1906,'1100','1441607080356','2020-12-04 14:40:59',600.00,NULL,'','144','1','Good sold','1','389','sales','','','No',NULL,NULL,''),(1907,'4000','1441607080356','2020-12-04 14:40:59',NULL,600.00,'','144','1','Good sold','1','389','sales','8','','No',NULL,NULL,''),(1908,'1000','1441607082276','2020-12-04 15:17:10',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1909,'4000','1441607082276','2020-12-04 15:17:10',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1910,'1100','1441607084241','2020-12-04 16:59:34',300.00,NULL,'','144','1','Good sold','1','390','sales','','','No',NULL,NULL,''),(1911,'4000','1441607084241','2020-12-04 16:59:34',NULL,300.00,'','144','1','Good sold','1','390','sales','8','','No',NULL,NULL,''),(1912,'1100','1441607090690','2020-12-04 17:05:02',300.00,NULL,'','144','1','Good sold','1','61','sales','','','No',NULL,NULL,''),(1913,'4000','1441607090690','2020-12-04 17:05:02',NULL,300.00,'','144','1','Good sold','1','61','sales','8','','No',NULL,NULL,''),(1914,'1100','1441607091826','2020-12-04 17:23:57',300.00,NULL,'','144','1','Good sold','1','145','sales','','','No',NULL,NULL,''),(1915,'4000','1441607091826','2020-12-04 17:23:57',NULL,300.00,'','144','1','Good sold','1','145','sales','8','','No',NULL,NULL,''),(1916,'1100','1441607092543','2020-12-04 17:50:53',1050.00,NULL,'','144','1','Good sold','1','282','sales','','','No',NULL,NULL,''),(1917,'4000','1441607092543','2020-12-04 17:50:53',NULL,1050.00,'','144','1','Good sold','1','282','sales','9','','No',NULL,NULL,''),(1918,'1100','1441607094147','2020-12-04 18:02:35',300.00,NULL,'','144','1','Good sold','1','205','sales','','','No',NULL,NULL,''),(1919,'4000','1441607094147','2020-12-04 18:02:35',NULL,300.00,'','144','1','Good sold','1','205','sales','8','','No',NULL,NULL,''),(1920,'1000','1441607094800','2020-12-04 18:13:42',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1921,'4000','1441607094800','2020-12-04 18:13:42',NULL,300.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1922,'1100','1441607094882','2020-12-04 18:51:49',300.00,NULL,'','144','1','Good sold','1','60','sales','','','No',NULL,NULL,''),(1923,'4000','1441607094882','2020-12-04 18:51:49',NULL,300.00,'','144','1','Good sold','1','60','sales','8','','No',NULL,NULL,''),(1924,'1000','1441607099866','2020-12-04 19:38:27',30.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1925,'4000','1441607099866','2020-12-04 19:38:27',NULL,30.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1926,'1100','1441607099914','2020-12-04 19:40:09',150.00,NULL,'','144','1','Good sold','1','391','sales','','','No',NULL,NULL,''),(1927,'4000','1441607099914','2020-12-04 19:40:09',NULL,150.00,'','144','1','Good sold','1','391','sales','7','','No',NULL,NULL,''),(1928,'1100','1441607100946','2020-12-04 19:55:55',80.00,NULL,'','144','1','Good sold','1','351','sales','','','No',NULL,NULL,''),(1929,'4000','1441607100946','2020-12-04 19:55:55',NULL,80.00,'','144','1','Good sold','1','351','sales','6','','No',NULL,NULL,''),(1930,'1100','1441607101013','2020-12-04 19:57:02',50.00,NULL,'','144','1','Good sold','1','365','sales','','','No',NULL,NULL,''),(1931,'4000','1441607101013','2020-12-04 19:57:02',NULL,50.00,'','144','1','Good sold','1','365','sales','2','','No',NULL,NULL,''),(1932,'1100','1441607101113','2020-12-04 19:58:42',300.00,NULL,'','144','1','Good sold','1','392','sales','','','No',NULL,NULL,''),(1933,'4000','1441607101113','2020-12-04 19:58:42',NULL,300.00,'','144','1','Good sold','1','392','sales','8','','No',NULL,NULL,''),(1934,'1100','1441607102287','2020-12-04 20:20:03',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(1935,'4000','1441607102287','2020-12-04 20:20:03',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(1936,'1100','1441607102636','2020-12-04 20:24:06',80.00,NULL,'','144','1','Good sold','1','393','sales','','','No',NULL,NULL,''),(1937,'4000','1441607102636','2020-12-04 20:24:06',NULL,80.00,'','144','1','Good sold','1','393','sales','6','','No',NULL,NULL,''),(1938,'1100','1441607102694','2020-12-04 20:25:55',300.00,NULL,'','144','1','Good sold','1','394','sales','','','No',NULL,NULL,''),(1939,'4000','1441607102694','2020-12-04 20:25:55',NULL,300.00,'','144','1','Good sold','1','394','sales','8','','No',NULL,NULL,''),(1940,'1000','1441607104657','2020-12-04 20:57:52',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1941,'4000','1441607104657','2020-12-04 20:57:52',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1942,'1000','1441607104686','2020-12-04 20:58:30',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1943,'4000','1441607104686','2020-12-04 20:58:30',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1944,'1100','1441607147944','2020-12-05 08:59:42',650.00,NULL,'','144','1','Good sold','1','395','sales','','','No',NULL,NULL,''),(1945,'4000','1441607147944','2020-12-05 08:59:42',NULL,300.00,'','144','1','Good sold','1','395','sales','8','','No',NULL,NULL,''),(1946,'4000','1441607147944','2020-12-05 08:59:42',NULL,350.00,'','144','1','Good sold','1','395','sales','9','','No',NULL,NULL,''),(1947,'1100','1441607148137','2020-12-05 10:32:15',600.00,NULL,'','144','1','Good sold','1','396','sales','','','No',NULL,NULL,''),(1948,'4000','1441607148137','2020-12-05 10:32:15',NULL,600.00,'','144','1','Good sold','1','396','sales','8','','No',NULL,NULL,''),(1949,'1100','1441607155446','2020-12-05 11:04:44',300.00,NULL,'','144','1','Good sold','1','261','sales','','','No',NULL,NULL,''),(1950,'4000','1441607155446','2020-12-05 11:04:44',NULL,150.00,'','144','1','Good sold','1','261','sales','6','','No',NULL,NULL,''),(1951,'4000','1441607155446','2020-12-05 11:04:44',NULL,150.00,'','144','1','Good sold','1','261','sales','7','','No',NULL,NULL,''),(1952,'1100','1441607157477','2020-12-05 11:38:12',900.00,NULL,'','144','1','Good sold','1','397','sales','','','No',NULL,NULL,''),(1953,'4000','1441607157477','2020-12-05 11:38:12',NULL,900.00,'','144','1','Good sold','1','397','sales','8','','No',NULL,NULL,''),(1954,'1100','1441607157769','2020-12-05 11:43:38',110.00,NULL,'','144','1','Good sold','1','398','sales','','','No',NULL,NULL,''),(1955,'4000','1441607157769','2020-12-05 11:43:38',NULL,50.00,'','144','1','Good sold','1','398','sales','2','','No',NULL,NULL,''),(1956,'4000','1441607157769','2020-12-05 11:43:38',NULL,60.00,'','144','1','Good sold','1','398','sales','11','','No',NULL,NULL,''),(1957,'1100','1441607159818','2020-12-05 12:27:26',300.00,NULL,'','144','1','Good sold','1','296','sales','','','No',NULL,NULL,''),(1958,'4000','1441607159818','2020-12-05 12:27:26',NULL,300.00,'','144','1','Good sold','1','296','sales','8','','No',NULL,NULL,''),(1959,'1100','1441607160661','2020-12-05 12:31:10',150.00,NULL,'','144','1','Good sold','1','399','sales','','','No',NULL,NULL,''),(1960,'4000','1441607160661','2020-12-05 12:31:10',NULL,150.00,'','144','1','Good sold','1','399','sales','7','','No',NULL,NULL,''),(1961,'1100','1441607162233','2020-12-05 13:11:27',300.00,NULL,'','144','1','Good sold','1','400','sales','','','No',NULL,NULL,''),(1962,'4000','1441607162233','2020-12-05 13:11:27',NULL,300.00,'','144','1','Good sold','1','400','sales','8','','No',NULL,NULL,''),(1963,'1100','1441607163140','2020-12-05 13:12:32',300.00,NULL,'','144','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(1964,'4000','1441607163140','2020-12-05 13:12:32',NULL,300.00,'','144','1','Good sold','1','36','sales','8','','No',NULL,NULL,''),(1965,'1100','1441607163206','2020-12-05 13:13:41',1050.00,NULL,'','144','1','Good sold','1','401','sales','','','No',NULL,NULL,''),(1966,'4000','1441607163206','2020-12-05 13:13:41',NULL,1050.00,'','144','1','Good sold','1','401','sales','9','','No',NULL,NULL,''),(1967,'1000','1441607163633','2020-12-05 13:20:52',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1968,'4000','1441607163633','2020-12-05 13:20:52',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1969,'1000','1441607163668','2020-12-05 13:36:29',600.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1970,'4000','1441607163668','2020-12-05 13:36:29',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1971,'1100','1441607163140','2020-12-05 13:38:09',NULL,300.00,'','144','1','HARVENEST TOWERS KASARINI','1','36','payment','','','No',NULL,NULL,''),(1972,'','1441607163140','2020-12-05 13:38:09',300.00,NULL,'','144','1','HARVENEST TOWERS KASARINI','1','36','payment','','','No',NULL,NULL,''),(1973,'1000','1441607164925','2020-12-05 13:42:16',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1974,'4000','1441607164925','2020-12-05 13:42:16',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1975,'1000','1441607167151','2020-12-05 14:19:24',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1976,'4000','1441607167151','2020-12-05 14:19:24',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1977,'1100','1441607167194','2020-12-05 14:49:57',300.00,NULL,'','144','1','Good sold','1','274','sales','','','No',NULL,NULL,''),(1978,'4000','1441607167194','2020-12-05 14:49:57',NULL,300.00,'','144','1','Good sold','1','274','sales','8','','No',NULL,NULL,''),(1979,'1100','1441607169103','2020-12-05 15:23:51',100.00,NULL,'','144','1','Good sold','1','402','sales','','','No',NULL,NULL,''),(1980,'4000','1441607169103','2020-12-05 15:23:51',NULL,100.00,'','144','1','Good sold','1','402','sales','2','','No',NULL,NULL,''),(1981,'1100','1441607171145','2020-12-05 15:27:44',1200.00,NULL,'','144','1','Good sold','1','403','sales','','','No',NULL,NULL,''),(1982,'4000','1441607171145','2020-12-05 15:27:44',NULL,1200.00,'','144','1','Good sold','1','403','sales','8','','No',NULL,NULL,''),(1983,'1100','1441607171333','2020-12-05 16:05:50',230.00,NULL,'','144','1','Good sold','1','140','sales','','','No',NULL,NULL,''),(1984,'4000','1441607171333','2020-12-05 16:05:50',NULL,80.00,'','144','1','Good sold','1','140','sales','6','','No',NULL,NULL,''),(1985,'4000','1441607171333','2020-12-05 16:05:50',NULL,150.00,'','144','1','Good sold','1','140','sales','7','','No',NULL,NULL,''),(1986,'1100','1441607174245','2020-12-05 16:17:36',300.00,NULL,'','144','1','Good sold','1','215','sales','','','No',NULL,NULL,''),(1987,'4000','1441607174245','2020-12-05 16:17:36',NULL,300.00,'','144','1','Good sold','1','215','sales','8','','No',NULL,NULL,''),(1988,'1000','1441607174344','2020-12-05 16:19:27',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1989,'4000','1441607174344','2020-12-05 16:19:27',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1990,'1100','1441607176061','2020-12-05 16:47:56',300.00,NULL,'','144','1','Good sold','1','84','sales','','','No',NULL,NULL,''),(1991,'4000','1441607176061','2020-12-05 16:47:56',NULL,300.00,'','144','1','Good sold','1','84','sales','7','','No',NULL,NULL,''),(1992,'1000','1441607177333','2020-12-05 17:13:19',300.00,NULL,'','144','1','Good sold','1','404','Payment','','','No',NULL,NULL,''),(1993,'4000','1441607177333','2020-12-05 17:13:19',NULL,300.00,'','144','1','Good sold','1','404','sales','8','','No',NULL,NULL,''),(1994,'1100','1441607177787','2020-12-05 17:47:41',150.00,NULL,'','144','1','Good sold','1','181','sales','','','No',NULL,NULL,''),(1995,'4000','1441607177787','2020-12-05 17:47:41',NULL,150.00,'','144','1','Good sold','1','181','sales','7','','No',NULL,NULL,''),(1996,'1100','1441607181347','2020-12-05 18:16:15',300.00,NULL,'','144','1','Good sold','1','405','sales','','','No',NULL,NULL,''),(1997,'4000','1441607181347','2020-12-05 18:16:15',NULL,300.00,'','144','1','Good sold','1','405','sales','8','','No',NULL,NULL,''),(1998,'1100','1441607181436','2020-12-05 18:17:29',300.00,NULL,'','144','1','Good sold','1','187','sales','','','No',NULL,NULL,''),(1999,'4000','1441607181436','2020-12-05 18:17:29',NULL,300.00,'','144','1','Good sold','1','187','sales','8','','No',NULL,NULL,''),(2000,'1100','1441607182876','2020-12-05 18:41:28',300.00,NULL,'','144','1','Good sold','1','46','sales','','','No',NULL,NULL,''),(2001,'4000','1441607182876','2020-12-05 18:41:28',NULL,300.00,'','144','1','Good sold','1','46','sales','8','','No',NULL,NULL,''),(2002,'1000','1441607183422','2020-12-05 18:58:43',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2003,'4000','1441607183422','2020-12-05 18:58:43',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2004,'1100','1441607183945','2020-12-05 19:21:41',300.00,NULL,'','144','1','Good sold','1','62','sales','','','No',NULL,NULL,''),(2005,'4000','1441607183945','2020-12-05 19:21:41',NULL,300.00,'','144','1','Good sold','1','62','sales','8','','No',NULL,NULL,''),(2006,'1000','1441607189017','2020-12-05 20:29:07',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2007,'4000','1441607189017','2020-12-05 20:29:07',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2008,'1100','1441607190376','2020-12-05 20:46:41',900.00,NULL,'','144','1','Good sold','1','406','sales','','','No',NULL,NULL,''),(2009,'4000','1441607190376','2020-12-05 20:46:41',NULL,900.00,'','144','1','Good sold','1','406','sales','8','','No',NULL,NULL,''),(2010,'1100','1441607235585','2020-12-06 09:20:13',300.00,NULL,'','144','1','Good sold','1','334','sales','','','No',NULL,NULL,''),(2011,'4000','1441607235585','2020-12-06 09:20:13',NULL,300.00,'','144','1','Good sold','1','334','sales','8','','No',NULL,NULL,''),(2012,'1100','1441607239253','2020-12-06 10:21:04',300.00,NULL,'','144','1','Good sold','1','192','sales','','','No',NULL,NULL,''),(2013,'4000','1441607239253','2020-12-06 10:21:04',NULL,300.00,'','144','1','Good sold','1','192','sales','8','','No',NULL,NULL,''),(2014,'1100','1441607239755','2020-12-06 10:29:28',300.00,NULL,'','144','1','Good sold','1','193','sales','','','No',NULL,NULL,''),(2015,'4000','1441607239755','2020-12-06 10:29:28',NULL,300.00,'','144','1','Good sold','1','193','sales','8','','No',NULL,NULL,''),(2016,'1100','1441607240044','2020-12-06 10:34:12',50.00,NULL,'','144','1','Good sold','1','407','sales','','','No',NULL,NULL,''),(2017,'4000','1441607240044','2020-12-06 10:34:12',NULL,50.00,'','144','1','Good sold','1','407','sales','2','','No',NULL,NULL,''),(2018,'1100','1441607242391','2020-12-06 11:13:29',300.00,NULL,'','144','1','Good sold','1','260','sales','','','No',NULL,NULL,''),(2019,'4000','1441607242391','2020-12-06 11:13:29',NULL,300.00,'','144','1','Good sold','1','260','sales','8','','No',NULL,NULL,''),(2020,'1100','1441607242636','2020-12-06 11:17:29',300.00,NULL,'','144','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(2021,'4000','1441607242636','2020-12-06 11:17:29',NULL,300.00,'','144','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(2022,'1000','1441607242735','2020-12-06 11:20:00',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2023,'4000','1441607242735','2020-12-06 11:20:00',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2024,'1100','1441607242996','2020-12-06 11:30:52',4375.00,NULL,'','144','1','Good sold','1','408','sales','','','No',NULL,NULL,''),(2025,'4000','1441607242996','2020-12-06 11:30:52',NULL,4200.00,'','144','1','Good sold','1','408','sales','9','','No',NULL,NULL,''),(2026,'4000','1441607242996','2020-12-06 11:30:52',NULL,175.00,'','144','1','Good sold','1','408','sales','9','','No',NULL,NULL,''),(2027,'1000','1441607243556','2020-12-06 11:32:56',900.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2028,'4000','1441607243556','2020-12-06 11:32:56',NULL,900.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2029,'1100','1441607243603','2020-12-06 12:56:34',1500.00,NULL,'','144','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(2030,'4000','1441607243603','2020-12-06 12:56:34',NULL,1500.00,'','144','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(2031,'1100','1441607248878','2020-12-06 13:01:53',600.00,NULL,'','144','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(2032,'4000','1441607248878','2020-12-06 13:01:53',NULL,600.00,'','144','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(2033,'1100','1441607249048','2020-12-06 13:04:19',300.00,NULL,'','144','1','Good sold','1','409','sales','','','No',NULL,NULL,''),(2034,'4000','1441607249048','2020-12-06 13:04:19',NULL,300.00,'','144','1','Good sold','1','409','sales','8','','No',NULL,NULL,''),(2035,'1100','1441607242391','2020-12-06 13:25:15',NULL,600.00,'','144','1','patricia mufea 1b','1','260','payment','','','No',NULL,NULL,''),(2036,'','1441607242391','2020-12-06 13:25:15',600.00,NULL,'','144','1','patricia mufea 1b','1','260','payment','','','No',NULL,NULL,''),(2037,'1100','1441607251353','2020-12-06 13:51:21',150.00,NULL,'','144','1','Good sold','1','410','sales','','','No',NULL,NULL,''),(2038,'4000','1441607251353','2020-12-06 13:51:21',NULL,150.00,'','144','1','Good sold','1','410','sales','7','','No',NULL,NULL,''),(2039,'1100','1441607252023','2020-12-06 14:08:11',150.00,NULL,'','144','1','Good sold','1','411','sales','','','No',NULL,NULL,''),(2040,'4000','1441607252023','2020-12-06 14:08:11',NULL,150.00,'','144','1','Good sold','1','411','sales','6','','No',NULL,NULL,''),(2041,'1100','1441607252970','2020-12-06 14:09:47',150.00,NULL,'','144','1','Good sold','1','32','sales','','','No',NULL,NULL,''),(2042,'4000','1441607252970','2020-12-06 14:09:47',NULL,150.00,'','144','1','Good sold','1','32','sales','7','','No',NULL,NULL,''),(2043,'1100','1441607253522','2020-12-06 14:19:05',450.00,NULL,'','144','1','Good sold','1','412','sales','','','No',NULL,NULL,''),(2044,'4000','1441607253522','2020-12-06 14:19:05',NULL,450.00,'','144','1','Good sold','1','412','sales','5','','No',NULL,NULL,''),(2045,'1100','1441607255993','2020-12-06 15:00:02',450.00,NULL,'','144','1','Good sold','1','413','sales','','','No',NULL,NULL,''),(2046,'4000','1441607255993','2020-12-06 15:00:02',NULL,450.00,'','144','1','Good sold','1','413','sales','5','','No',NULL,NULL,''),(2047,'1100','1441607256444','2020-12-06 15:07:32',450.00,NULL,'','144','1','Good sold','1','209','sales','','','No',NULL,NULL,''),(2048,'4000','1441607256444','2020-12-06 15:07:32',NULL,450.00,'','144','1','Good sold','1','209','sales','5','','No',NULL,NULL,''),(2049,'1100','1441607257094','2020-12-06 15:18:24',150.00,NULL,'','144','1','Good sold','1','414','sales','','','No',NULL,NULL,''),(2050,'4000','1441607257094','2020-12-06 15:18:24',NULL,150.00,'','144','1','Good sold','1','414','sales','7','','No',NULL,NULL,''),(2051,'1100','1441607258610','2020-12-06 15:46:43',300.00,NULL,'','144','1','Good sold','1','415','sales','','','No',NULL,NULL,''),(2052,'4000','1441607258610','2020-12-06 15:46:43',NULL,300.00,'','144','1','Good sold','1','415','sales','8','','No',NULL,NULL,''),(2053,'1100','1441607261583','2020-12-06 16:33:20',240.00,NULL,'','144','1','Good sold','1','45','sales','','','No',NULL,NULL,''),(2054,'4000','1441607261583','2020-12-06 16:33:20',NULL,240.00,'','144','1','Good sold','1','45','sales','6','','No',NULL,NULL,''),(2055,'1100','1441607262372','2020-12-06 16:46:26',600.00,NULL,'','144','1','Good sold','1','250','sales','','','No',NULL,NULL,''),(2056,'4000','1441607262372','2020-12-06 16:46:26',NULL,600.00,'','144','1','Good sold','1','250','sales','8','','No',NULL,NULL,''),(2057,'1100','1441607262443','2020-12-06 17:22:08',600.00,NULL,'','144','1','Good sold','1','416','sales','','','No',NULL,NULL,''),(2058,'4000','1441607262443','2020-12-06 17:22:08',NULL,600.00,'','144','1','Good sold','1','416','sales','8','','No',NULL,NULL,''),(2059,'1100','1441607264890','2020-12-06 17:28:23',300.00,NULL,'','144','1','Good sold','1','55','sales','','','No',NULL,NULL,''),(2060,'4000','1441607264890','2020-12-06 17:28:23',NULL,300.00,'','144','1','Good sold','1','55','sales','7','','No',NULL,NULL,''),(2061,'1100','1441607266125','2020-12-06 17:49:18',300.00,NULL,'','144','1','Good sold','1','417','sales','','','No',NULL,NULL,''),(2062,'4000','1441607266125','2020-12-06 17:49:18',NULL,300.00,'','144','1','Good sold','1','417','sales','8','','No',NULL,NULL,''),(2063,'1100','1441607267117','2020-12-06 18:09:59',600.00,NULL,'','144','1','Good sold','1','417','sales','','','No',NULL,NULL,''),(2064,'4000','1441607267117','2020-12-06 18:09:59',NULL,600.00,'','144','1','Good sold','1','417','sales','8','','No',NULL,NULL,''),(2065,'1100','1441607268286','2020-12-06 18:24:59',1200.00,NULL,'','144','1','Good sold','1','418','sales','','','No',NULL,NULL,''),(2066,'4000','1441607268286','2020-12-06 18:24:59',NULL,1200.00,'','144','1','Good sold','1','418','sales','8','','No',NULL,NULL,''),(2067,'1100','1441607268361','2020-12-06 18:26:31',150.00,NULL,'','144','1','Good sold','1','419','sales','','','No',NULL,NULL,''),(2068,'4000','1441607268361','2020-12-06 18:26:31',NULL,150.00,'','144','1','Good sold','1','419','sales','7','','No',NULL,NULL,''),(2069,'1100','1441607268488','2020-12-06 18:28:22',600.00,NULL,'','144','1','Good sold','1','34','sales','','','No',NULL,NULL,''),(2070,'4000','1441607268488','2020-12-06 18:28:22',NULL,600.00,'','144','1','Good sold','1','34','sales','8','','No',NULL,NULL,''),(2071,'1100','1441607268557','2020-12-06 18:31:15',150.00,NULL,'','144','1','Good sold','1','420','sales','','','No',NULL,NULL,''),(2072,'4000','1441607268557','2020-12-06 18:31:15',NULL,150.00,'','144','1','Good sold','1','420','sales','7','','No',NULL,NULL,''),(2073,'1100','1441607269408','2020-12-06 18:43:38',300.00,NULL,'','144','1','Good sold','1','421','sales','','','No',NULL,NULL,''),(2074,'4000','1441607269408','2020-12-06 18:43:38',NULL,300.00,'','144','1','Good sold','1','421','sales','8','','No',NULL,NULL,''),(2075,'1100','1441607270587','2020-12-06 19:03:36',300.00,NULL,'','144','1','Good sold','1','78','sales','','','No',NULL,NULL,''),(2076,'4000','1441607270587','2020-12-06 19:03:36',NULL,300.00,'','144','1','Good sold','1','78','sales','8','','No',NULL,NULL,''),(2077,'1100','1441607270706','2020-12-06 19:05:25',600.00,NULL,'','144','1','Good sold','1','422','sales','','','No',NULL,NULL,''),(2078,'4000','1441607270706','2020-12-06 19:05:25',NULL,600.00,'','144','1','Good sold','1','422','sales','8','','No',NULL,NULL,''),(2079,'1100','1441607270777','2020-12-06 19:06:38',300.00,NULL,'','144','1','Good sold','1','213','sales','','','No',NULL,NULL,''),(2080,'4000','1441607270777','2020-12-06 19:06:38',NULL,300.00,'','144','1','Good sold','1','213','sales','8','','No',NULL,NULL,''),(2081,'1100','1441607272848','2020-12-06 19:41:11',300.00,NULL,'','144','1','Good sold','1','353','sales','','','No',NULL,NULL,''),(2082,'4000','1441607272848','2020-12-06 19:41:11',NULL,300.00,'','144','1','Good sold','1','353','sales','8','','No',NULL,NULL,''),(2083,'1100','1441607272910','2020-12-06 19:41:58',300.00,NULL,'','144','1','Good sold','1','360','sales','','','No',NULL,NULL,''),(2084,'4000','1441607272910','2020-12-06 19:41:58',NULL,300.00,'','144','1','Good sold','1','360','sales','8','','No',NULL,NULL,''),(2085,'1100','1441607273130','2020-12-06 19:45:41',300.00,NULL,'','144','1','Good sold','1','82','sales','','','No',NULL,NULL,''),(2086,'4000','1441607273130','2020-12-06 19:45:41',NULL,300.00,'','144','1','Good sold','1','82','sales','8','','No',NULL,NULL,''),(2087,'1100','1441607273816','2020-12-06 19:57:17',450.00,NULL,'','144','1','Good sold','1','423','sales','','','No',NULL,NULL,''),(2088,'4000','1441607273816','2020-12-06 19:57:17',NULL,450.00,'','144','1','Good sold','1','423','sales','7','','No',NULL,NULL,''),(2089,'1100','1441607276559','2020-12-06 20:43:03',450.00,NULL,'','144','1','Good sold','1','424','sales','','','No',NULL,NULL,''),(2090,'4000','1441607276559','2020-12-06 20:43:03',NULL,150.00,'','144','1','Good sold','1','424','sales','7','','No',NULL,NULL,''),(2091,'4000','1441607276559','2020-12-06 20:43:03',NULL,300.00,'','144','1','Good sold','1','424','sales','8','','No',NULL,NULL,''),(2092,'1100','1441607319701','2020-12-07 08:42:09',600.00,NULL,'','144','1','Good sold','1','23','sales','','','No',NULL,NULL,''),(2093,'4000','1441607319701','2020-12-07 08:42:09',NULL,600.00,'','144','1','Good sold','1','23','sales','8','','No',NULL,NULL,''),(2094,'1100','1441607319787','2020-12-07 08:43:24',600.00,NULL,'','144','1','Good sold','1','14','sales','','','No',NULL,NULL,''),(2095,'4000','1441607319787','2020-12-07 08:43:24',NULL,600.00,'','144','1','Good sold','1','14','sales','8','','No',NULL,NULL,''),(2096,'1100','1441607322122','2020-12-07 09:25:39',900.00,NULL,'','144','1','Good sold','1','425','sales','','','No',NULL,NULL,''),(2097,'4000','1441607322122','2020-12-07 09:25:39',NULL,900.00,'','144','1','Good sold','1','425','sales','8','','No',NULL,NULL,''),(2098,'1100','1441607322406','2020-12-07 09:26:59',1800.00,NULL,'','144','1','Good sold','1','126','sales','','','No',NULL,NULL,''),(2099,'4000','1441607322406','2020-12-07 09:26:59',NULL,1800.00,'','144','1','Good sold','1','126','sales','8','','No',NULL,NULL,''),(2100,'1000','1441607323903','2020-12-07 09:51:57',1400.00,NULL,'','144','1','Good sold','1','426','Payment','','','No',NULL,NULL,''),(2101,'4000','1441607323903','2020-12-07 09:51:57',NULL,1400.00,'','144','1','Good sold','1','426','sales','9','','No',NULL,NULL,''),(2102,'1100','1441607323956','2020-12-07 10:29:28',300.00,NULL,'','144','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(2103,'4000','1441607323956','2020-12-07 10:29:28',NULL,300.00,'','144','1','Good sold','1','18','sales','8','','No',NULL,NULL,''),(2104,'1000','1441607328983','2020-12-07 11:16:34',300.00,NULL,'','144','1','Good sold','1','427','sales','','','No',NULL,NULL,''),(2105,'4000','1441607328983','2020-12-07 11:16:34',NULL,300.00,'','144','1','Good sold','1','427','sales','8','','No',NULL,NULL,''),(2106,'1100','1441607329039','2020-12-07 11:21:41',600.00,NULL,'','144','1','Good sold','1','95','sales','','','No',NULL,NULL,''),(2107,'4000','1441607329039','2020-12-07 11:21:41',NULL,600.00,'','144','1','Good sold','1','95','sales','8','','No',NULL,NULL,''),(2108,'1100','1441607333741','2020-12-07 12:36:03',600.00,NULL,'','144','1','Good sold','1','222','sales','','','No',NULL,NULL,''),(2109,'4000','1441607333741','2020-12-07 12:36:03',NULL,600.00,'','144','1','Good sold','1','222','sales','8','','No',NULL,NULL,''),(2110,'1000','1441607337092','2020-12-07 13:31:41',300.00,NULL,'','144','1','Good sold','1','428','Payment','','','No',NULL,NULL,''),(2111,'4000','1441607337092','2020-12-07 13:31:41',NULL,300.00,'','144','1','Good sold','1','428','sales','8','','No',NULL,NULL,''),(2112,'1100','1441607337171','2020-12-07 13:54:11',900.00,NULL,'','144','1','Good sold','1','72','sales','','','No',NULL,NULL,''),(2113,'4000','1441607337171','2020-12-07 13:54:11',NULL,900.00,'','144','1','Good sold','1','72','sales','8','','No',NULL,NULL,''),(2114,'1100','1441607337171','2020-12-07 15:28:15',NULL,900.00,'','144','1','wilson philly home c7','1','72','payment','','','No',NULL,NULL,''),(2115,'','1441607337171','2020-12-07 15:28:15',900.00,NULL,'','144','1','wilson philly home c7','1','72','payment','','','No',NULL,NULL,''),(2116,'1000','1441607344253','2020-12-07 17:18:29',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2117,'4000','1441607344253','2020-12-07 17:18:29',NULL,150.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2118,'1100','1441607350736','2020-12-07 17:34:45',300.00,NULL,'','144','1','Good sold','1','57','sales','','','No',NULL,NULL,''),(2119,'4000','1441607350736','2020-12-07 17:34:45',NULL,300.00,'','144','1','Good sold','1','57','sales','8','','No',NULL,NULL,''),(2120,'1100','1441607355630','2020-12-07 18:50:50',600.00,NULL,'','144','1','Good sold','1','271','sales','','','No',NULL,NULL,''),(2121,'4000','1441607355630','2020-12-07 18:50:50',NULL,600.00,'','144','1','Good sold','1','271','sales','8','','No',NULL,NULL,''),(2122,'1100','1441607356470','2020-12-07 18:54:48',600.00,NULL,'','144','1','Good sold','1','429','sales','','','No',NULL,NULL,''),(2123,'4000','1441607356470','2020-12-07 18:54:48',NULL,600.00,'','144','1','Good sold','1','429','sales','8','','No',NULL,NULL,''),(2124,'1000','1441607356539','2020-12-07 18:56:46',300.00,NULL,'','144','1','Good sold','1','282','Payment','','','No',NULL,NULL,''),(2125,'4000','1441607356539','2020-12-07 18:56:46',NULL,300.00,'','144','1','Good sold','1','282','sales','8','','No',NULL,NULL,''),(2126,'1000','1441607356649','2020-12-07 19:16:40',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2127,'4000','1441607356649','2020-12-07 19:16:40',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2128,'1100','1441607357822','2020-12-07 19:17:57',950.00,NULL,'','144','1','Good sold','1','153','sales','','','No',NULL,NULL,''),(2129,'4000','1441607357822','2020-12-07 19:17:57',NULL,600.00,'','144','1','Good sold','1','153','sales','8','','No',NULL,NULL,''),(2130,'4000','1441607357822','2020-12-07 19:17:57',NULL,350.00,'','144','1','Good sold','1','153','sales','9','','No',NULL,NULL,''),(2131,'1100','1441607358852','2020-12-07 19:34:24',300.00,NULL,'','144','1','Good sold','1','430','sales','','','No',NULL,NULL,''),(2132,'4000','1441607358852','2020-12-07 19:34:24',NULL,300.00,'','144','1','Good sold','1','430','sales','8','','No',NULL,NULL,''),(2133,'1000','1441607359773','2020-12-07 19:49:55',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2134,'4000','1441607359773','2020-12-07 19:49:55',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2135,'1100','1441607359826','2020-12-07 19:55:04',600.00,NULL,'','144','1','Good sold','1','431','sales','','','No',NULL,NULL,''),(2136,'4000','1441607359826','2020-12-07 19:55:04',NULL,600.00,'','144','1','Good sold','1','431','sales','8','','No',NULL,NULL,''),(2137,'1100','1441607357822','2020-12-07 20:32:54',NULL,950.00,'','144','1','universal apartment c6','1','153','payment','','','No',NULL,NULL,''),(2138,'','1441607357822','2020-12-07 20:32:54',950.00,NULL,'','144','1','universal apartment c6','1','153','payment','','','No',NULL,NULL,''),(2139,'1000','1441607363152','2020-12-07 20:46:04',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2140,'4000','1441607363152','2020-12-07 20:46:04',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2141,'1100','1441607410067','2020-12-08 09:47:56',300.00,NULL,'','144','1','Good sold','1','432','sales','','','No',NULL,NULL,''),(2142,'4000','1441607410067','2020-12-08 09:47:56',NULL,300.00,'','144','1','Good sold','1','432','sales','8','','No',NULL,NULL,''),(2143,'1100','1441607410151','2020-12-08 09:49:27',600.00,NULL,'','144','1','Good sold','1','433','sales','','','No',NULL,NULL,''),(2144,'4000','1441607410151','2020-12-08 09:49:27',NULL,600.00,'','144','1','Good sold','1','433','sales','8','','No',NULL,NULL,''),(2145,'1100','1441607410212','2020-12-08 09:50:28',300.00,NULL,'','144','1','Good sold','1','199','sales','','','No',NULL,NULL,''),(2146,'4000','1441607410212','2020-12-08 09:50:28',NULL,300.00,'','144','1','Good sold','1','199','sales','8','','No',NULL,NULL,''),(2147,'1100','1441607410317','2020-12-08 10:10:22',900.00,NULL,'','144','1','Good sold','1','434','sales','','','No',NULL,NULL,''),(2148,'4000','1441607410317','2020-12-08 10:10:22',NULL,900.00,'','144','1','Good sold','1','434','sales','8','','No',NULL,NULL,''),(2149,'1100','1441607417882','2020-12-08 11:58:17',600.00,NULL,'','144','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(2150,'4000','1441607417882','2020-12-08 11:58:17',NULL,600.00,'','144','1','Good sold','1','435','sales','8','','No',NULL,NULL,''),(2151,'1100','1441607418637','2020-12-08 12:10:52',300.00,NULL,'','144','1','Good sold','1','201','sales','','','No',NULL,NULL,''),(2152,'4000','1441607418637','2020-12-08 12:10:52',NULL,300.00,'','144','1','Good sold','1','201','sales','8','','No',NULL,NULL,''),(2153,'1100','1441607419196','2020-12-08 12:20:25',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(2154,'4000','1441607419196','2020-12-08 12:20:25',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(2155,'1100','1441607419276','2020-12-08 12:21:32',300.00,NULL,'','144','1','Good sold','1','436','sales','','','No',NULL,NULL,''),(2156,'4000','1441607419276','2020-12-08 12:21:32',NULL,300.00,'','144','1','Good sold','1','436','sales','8','','No',NULL,NULL,''),(2157,'1000','1441607419495','2020-12-08 12:25:06',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2158,'4000','1441607419495','2020-12-08 12:25:06',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2159,'1000','1441607419520','2020-12-08 12:25:43',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2160,'4000','1441607419520','2020-12-08 12:25:43',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2161,'1100','1441607419656','2020-12-08 12:32:56',2100.00,NULL,'','144','1','Good sold','1','408','sales','','','No',NULL,NULL,''),(2162,'4000','1441607419656','2020-12-08 12:32:56',NULL,2100.00,'','144','1','Good sold','1','408','sales','9','','No',NULL,NULL,''),(2163,'1100','1441607423238','2020-12-08 14:22:20',900.00,NULL,'','144','1','Good sold','1','437','sales','','','No',NULL,NULL,''),(2164,'4000','1441607423238','2020-12-08 14:22:20',NULL,900.00,'','144','1','Good sold','1','437','sales','8','','No',NULL,NULL,''),(2165,'1000','1441607428604','2020-12-08 14:56:51',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2166,'4000','1441607428604','2020-12-08 14:56:51',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2167,'1000','1441607428632','2020-12-08 15:05:14',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2168,'4000','1441607428632','2020-12-08 15:05:14',NULL,150.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2169,'1100','1441607429137','2020-12-08 15:14:34',300.00,NULL,'','144','1','Good sold','1','221','sales','','','No',NULL,NULL,''),(2170,'4000','1441607429137','2020-12-08 15:14:34',NULL,300.00,'','144','1','Good sold','1','221','sales','8','','No',NULL,NULL,''),(2171,'1100','1441607429998','2020-12-08 15:37:44',300.00,NULL,'','144','1','Good sold','1','227','sales','','','No',NULL,NULL,''),(2172,'4000','1441607429998','2020-12-08 15:37:44',NULL,300.00,'','144','1','Good sold','1','227','sales','8','','No',NULL,NULL,''),(2173,'1100','1441607432152','2020-12-08 15:56:01',300.00,NULL,'','144','1','Good sold','1','438','sales','','','No',NULL,NULL,''),(2174,'4000','1441607432152','2020-12-08 15:56:01',NULL,300.00,'','144','1','Good sold','1','438','sales','8','','No',NULL,NULL,''),(2175,'1100','1441607433922','2020-12-08 16:25:55',300.00,NULL,'','144','1','Good sold','1','439','sales','','','No',NULL,NULL,''),(2176,'4000','1441607433922','2020-12-08 16:25:55',NULL,300.00,'','144','1','Good sold','1','439','sales','7','','No',NULL,NULL,''),(2177,'1000','1441607435422','2020-12-08 16:50:34',300.00,NULL,'','144','1','Good sold','1','440','Payment','','','No',NULL,NULL,''),(2178,'4000','1441607435422','2020-12-08 16:50:34',NULL,300.00,'','144','1','Good sold','1','440','sales','8','','No',NULL,NULL,''),(2179,'1100','1441607433922','2020-12-08 17:31:46',NULL,300.00,'','144','1','ridge centre','1','439','payment','','','No',NULL,NULL,''),(2180,'','1441607433922','2020-12-08 17:31:46',300.00,NULL,'','144','1','ridge centre','1','439','payment','','','No',NULL,NULL,''),(2181,'1100','1441607438043','2020-12-08 17:34:51',300.00,NULL,'','144','1','Good sold','1','441','sales','','','No',NULL,NULL,''),(2182,'4000','1441607438043','2020-12-08 17:34:51',NULL,300.00,'','144','1','Good sold','1','441','sales','8','','No',NULL,NULL,''),(2183,'1100','1441607440657','2020-12-08 18:17:48',300.00,NULL,'','144','1','Good sold','1','442','sales','','','No',NULL,NULL,''),(2184,'4000','1441607440657','2020-12-08 18:17:48',NULL,300.00,'','144','1','Good sold','1','442','sales','8','','No',NULL,NULL,''),(2185,'1100','1441607441088','2020-12-08 18:25:20',230.00,NULL,'','144','1','Good sold','1','20','sales','','','No',NULL,NULL,''),(2186,'4000','1441607441088','2020-12-08 18:25:20',NULL,80.00,'','144','1','Good sold','1','20','sales','6','','No',NULL,NULL,''),(2187,'4000','1441607441088','2020-12-08 18:25:20',NULL,150.00,'','144','1','Good sold','1','20','sales','7','','No',NULL,NULL,''),(2188,'1100','1441607441192','2020-12-08 18:26:52',600.00,NULL,'','144','1','Good sold','1','288','sales','','','No',NULL,NULL,''),(2189,'4000','1441607441192','2020-12-08 18:26:52',NULL,600.00,'','144','1','Good sold','1','288','sales','8','','No',NULL,NULL,''),(2190,'1100','1441607441320','2020-12-08 18:28:51',300.00,NULL,'','144','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(2191,'4000','1441607441320','2020-12-08 18:28:51',NULL,300.00,'','144','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(2192,'1100','1441607442167','2020-12-08 18:43:24',300.00,NULL,'','144','1','Good sold','1','261','sales','','','No',NULL,NULL,''),(2193,'4000','1441607442167','2020-12-08 18:43:24',NULL,150.00,'','144','1','Good sold','1','261','sales','6','','No',NULL,NULL,''),(2194,'4000','1441607442167','2020-12-08 18:43:24',NULL,150.00,'','144','1','Good sold','1','261','sales','7','','No',NULL,NULL,''),(2195,'1100','1441607442385','2020-12-08 18:46:36',300.00,NULL,'','144','1','Good sold','1','379','sales','','','No',NULL,NULL,''),(2196,'4000','1441607442385','2020-12-08 18:46:36',NULL,300.00,'','144','1','Good sold','1','379','sales','8','','No',NULL,NULL,''),(2197,'1100','1441607442990','2020-12-08 18:56:56',300.00,NULL,'','144','1','Good sold','1','354','sales','','','No',NULL,NULL,''),(2198,'4000','1441607442990','2020-12-08 18:56:56',NULL,300.00,'','144','1','Good sold','1','354','sales','8','','No',NULL,NULL,''),(2199,'1100','1441607443193','2020-12-08 19:00:23',600.00,NULL,'','144','1','Good sold','1','165','sales','','','No',NULL,NULL,''),(2200,'4000','1441607443193','2020-12-08 19:00:23',NULL,600.00,'','144','1','Good sold','1','165','sales','8','','No',NULL,NULL,''),(2201,'1100','1441607443316','2020-12-08 19:03:28',300.00,NULL,'','144','1','Good sold','1','110','sales','','','No',NULL,NULL,''),(2202,'4000','1441607443316','2020-12-08 19:03:28',NULL,300.00,'','144','1','Good sold','1','110','sales','8','','No',NULL,NULL,''),(2203,'1000','1441607445518','2020-12-08 19:38:50',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2204,'4000','1441607445518','2020-12-08 19:38:50',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2205,'1100','1441607445552','2020-12-08 19:41:34',300.00,NULL,'','144','1','Good sold','1','443','sales','','','No',NULL,NULL,''),(2206,'4000','1441607445552','2020-12-08 19:41:34',NULL,300.00,'','144','1','Good sold','1','443','sales','8','','No',NULL,NULL,''),(2207,'1100','1441607441088','2020-12-08 19:57:45',NULL,230.00,'','144','1','mekita a3','1','20','payment','','','No',NULL,NULL,''),(2208,'','1441607441088','2020-12-08 19:57:45',230.00,NULL,'','144','1','mekita a3','1','20','payment','','','No',NULL,NULL,''),(2209,'1100','1441607446753','2020-12-08 20:43:11',300.00,NULL,'','144','1','Good sold','1','444','sales','','','No',NULL,NULL,''),(2210,'4000','1441607446753','2020-12-08 20:43:11',NULL,300.00,'','144','1','Good sold','1','444','sales','8','','No',NULL,NULL,''),(2211,'1100','1441607496142','2020-12-09 09:45:42',600.00,NULL,'','144','1','Good sold','1','77','sales','','','No',NULL,NULL,''),(2212,'4000','1441607496142','2020-12-09 09:45:42',NULL,600.00,'','144','1','Good sold','1','77','sales','8','','No',NULL,NULL,''),(2213,'1100','1441607496467','2020-12-09 09:48:05',300.00,NULL,'','144','1','Good sold','1','445','sales','','','No',NULL,NULL,''),(2214,'4000','1441607496467','2020-12-09 09:48:05',NULL,300.00,'','144','1','Good sold','1','445','sales','8','','No',NULL,NULL,''),(2215,'1100','1441607496604','2020-12-09 09:50:16',150.00,NULL,'','144','1','Good sold','1','136','sales','','','No',NULL,NULL,''),(2216,'4000','1441607496604','2020-12-09 09:50:16',NULL,150.00,'','144','1','Good sold','1','136','sales','7','','No',NULL,NULL,''),(2217,'1100','1441607496679','2020-12-09 09:51:36',900.00,NULL,'','144','1','Good sold','1','446','sales','','','No',NULL,NULL,''),(2218,'4000','1441607496679','2020-12-09 09:51:36',NULL,900.00,'','144','1','Good sold','1','446','sales','8','','No',NULL,NULL,''),(2219,'1100','1441607496761','2020-12-09 09:53:01',300.00,NULL,'','144','1','Good sold','1','447','sales','','','No',NULL,NULL,''),(2220,'4000','1441607496761','2020-12-09 09:53:01',NULL,300.00,'','144','1','Good sold','1','447','sales','8','','No',NULL,NULL,''),(2221,'1000','1441607497880','2020-12-09 10:15:44',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2222,'4000','1441607497880','2020-12-09 10:15:44',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2223,'1100','1441607498457','2020-12-09 12:03:54',300.00,NULL,'','144','1','Good sold','1','181','sales','','','No',NULL,NULL,''),(2224,'4000','1441607498457','2020-12-09 12:03:54',NULL,300.00,'','144','1','Good sold','1','181','sales','7','','No',NULL,NULL,''),(2225,'1000','1441607504912','2020-12-09 12:19:46',20.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2226,'4000','1441607504912','2020-12-09 12:19:46',NULL,20.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2227,'1100','1441607505607','2020-12-09 13:19:38',300.00,NULL,'','144','1','Good sold','1','448','sales','','','No',NULL,NULL,''),(2228,'4000','1441607505607','2020-12-09 13:19:38',NULL,300.00,'','144','1','Good sold','1','448','sales','8','','No',NULL,NULL,''),(2229,'1100','1441607509270','2020-12-09 13:50:18',600.00,NULL,'','144','1','Good sold','1','37','sales','','','No',NULL,NULL,''),(2230,'4000','1441607509270','2020-12-09 13:50:18',NULL,600.00,'','144','1','Good sold','1','37','sales','8','','No',NULL,NULL,''),(2231,'1100','1441607511288','2020-12-09 14:37:04',350.00,NULL,'','144','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(2232,'4000','1441607511288','2020-12-09 14:37:04',NULL,350.00,'','144','1','Good sold','1','36','sales','9','','No',NULL,NULL,''),(2233,'1100','1441607514054','2020-12-09 14:41:48',150.00,NULL,'','144','1','Good sold','1','449','sales','','','No',NULL,NULL,''),(2234,'4000','1441607514054','2020-12-09 14:41:48',NULL,150.00,'','144','1','Good sold','1','449','sales','7','','No',NULL,NULL,''),(2235,'1100','1441607516016','2020-12-09 15:13:47',600.00,NULL,'','144','1','Good sold','1','40','sales','','','No',NULL,NULL,''),(2236,'4000','1441607516016','2020-12-09 15:13:47',NULL,600.00,'','144','1','Good sold','1','40','sales','8','','No',NULL,NULL,''),(2237,'1100','1441607511288','2020-12-09 15:59:16',NULL,350.00,'','144','1','harvenest towers kasarini','1','36','payment','','','No',NULL,NULL,''),(2238,'','1441607511288','2020-12-09 15:59:16',350.00,NULL,'','144','1','harvenest towers kasarini','1','36','payment','','','No',NULL,NULL,''),(2239,'1100','1441607519450','2020-12-09 16:13:15',300.00,NULL,'','144','1','Good sold','1','121','sales','','','No',NULL,NULL,''),(2240,'4000','1441607519450','2020-12-09 16:13:15',NULL,300.00,'','144','1','Good sold','1','121','sales','8','','No',NULL,NULL,''),(2241,'1100','1441607519891','2020-12-09 16:18:20',300.00,NULL,'','144','1','Good sold','1','237','sales','','','No',NULL,NULL,''),(2242,'4000','1441607519891','2020-12-09 16:18:20',NULL,300.00,'','144','1','Good sold','1','237','sales','8','','No',NULL,NULL,''),(2243,'1100','1441607520762','2020-12-09 16:32:52',300.00,NULL,'','144','1','Good sold','1','83','sales','','','No',NULL,NULL,''),(2244,'4000','1441607520762','2020-12-09 16:32:52',NULL,300.00,'','144','1','Good sold','1','83','sales','8','','No',NULL,NULL,''),(2245,'1100','1441607522406','2020-12-09 17:10:42',7350.00,NULL,'','144','1','Good sold','1','450','sales','','','No',NULL,NULL,''),(2246,'4000','1441607522406','2020-12-09 17:10:42',NULL,7350.00,'','144','1','Good sold','1','450','sales','9','','No',NULL,NULL,''),(2247,'1100','1441607525608','2020-12-09 17:54:03',600.00,NULL,'','144','1','Good sold','1','403','sales','','','No',NULL,NULL,''),(2248,'4000','1441607525608','2020-12-09 17:54:03',NULL,600.00,'','144','1','Good sold','1','403','sales','8','','No',NULL,NULL,''),(2249,'1100','1441607527516','2020-12-09 18:25:36',350.00,NULL,'','144','1','Good sold','1','451','sales','','','No',NULL,NULL,''),(2250,'4000','1441607527516','2020-12-09 18:25:36',NULL,350.00,'','144','1','Good sold','1','451','sales','9','','No',NULL,NULL,''),(2251,'1100','1441607527684','2020-12-09 18:28:17',350.00,NULL,'','144','1','Good sold','1','452','sales','','','No',NULL,NULL,''),(2252,'4000','1441607527684','2020-12-09 18:28:17',NULL,350.00,'','144','1','Good sold','1','452','sales','9','','No',NULL,NULL,''),(2253,'1100','1441607527684','2020-12-09 18:43:39',NULL,350.00,'','144','1','grc church','1','452','payment','','','No',NULL,NULL,''),(2254,'','1441607527684','2020-12-09 18:43:39',350.00,NULL,'','144','1','grc church','1','452','payment','','','No',NULL,NULL,''),(2255,'1000','1441607528907','2020-12-09 19:10:02',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2256,'4000','1441607528907','2020-12-09 19:10:02',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2257,'1000','1441607530207','2020-12-09 19:15:14',300.00,NULL,'','144','1','Good sold','1','310','Payment','','','No',NULL,NULL,''),(2258,'4000','1441607530207','2020-12-09 19:15:14',NULL,300.00,'','144','1','Good sold','1','310','sales','8','','No',NULL,NULL,''),(2259,'1100','1441607530559','2020-12-09 19:35:23',300.00,NULL,'','144','1','Good sold','1','172','sales','','','No',NULL,NULL,''),(2260,'4000','1441607530559','2020-12-09 19:35:23',NULL,300.00,'','144','1','Good sold','1','172','sales','8','','No',NULL,NULL,''),(2261,'1100','1441607533586','2020-12-09 20:06:37',700.00,NULL,'','144','1','Good sold','1','311','sales','','','No',NULL,NULL,''),(2262,'4000','1441607533586','2020-12-09 20:06:37',NULL,700.00,'','144','1','Good sold','1','311','sales','9','','No',NULL,NULL,''),(2263,'1000','1441607534169','2020-12-09 20:16:20',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2264,'4000','1441607534169','2020-12-09 20:16:20',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2265,'1100','1441607665476','2020-12-11 08:44:50',300.00,NULL,'','144','1','Good sold','1','428','sales','','','No',NULL,NULL,''),(2266,'4000','1441607665476','2020-12-11 08:44:50',NULL,300.00,'','144','1','Good sold','1','428','sales','8','','No',NULL,NULL,''),(2267,'1100','1441607665577','2020-12-11 08:46:50',300.00,NULL,'','144','1','Good sold','1','194','sales','','','No',NULL,NULL,''),(2268,'4000','1441607665577','2020-12-11 08:46:50',NULL,300.00,'','144','1','Good sold','1','194','sales','8','','No',NULL,NULL,''),(2269,'1000','1441607665688','2020-12-11 08:48:26',300.00,NULL,'','144','1','Good sold','1','253','Payment','','','No',NULL,NULL,''),(2270,'4000','1441607665688','2020-12-11 08:48:26',NULL,300.00,'','144','1','Good sold','1','253','sales','8','','No',NULL,NULL,''),(2271,'1100','1441607665752','2020-12-11 08:49:27',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(2272,'4000','1441607665752','2020-12-11 08:49:27',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(2273,'1100','1441607665828','2020-12-11 08:50:51',450.00,NULL,'','144','1','Good sold','1','168','sales','','','No',NULL,NULL,''),(2274,'4000','1441607665828','2020-12-11 08:50:51',NULL,150.00,'','144','1','Good sold','1','168','sales','7','','No',NULL,NULL,''),(2275,'4000','1441607665828','2020-12-11 08:50:51',NULL,300.00,'','144','1','Good sold','1','168','sales','8','','No',NULL,NULL,''),(2276,'1100','1441607666066','2020-12-11 08:55:43',600.00,NULL,'','144','1','Good sold','1','244','sales','','','No',NULL,NULL,''),(2277,'4000','1441607666066','2020-12-11 08:55:43',NULL,600.00,'','144','1','Good sold','1','244','sales','8','','No',NULL,NULL,''),(2278,'1000','1441607666197','2020-12-11 08:59:02',900.00,NULL,'','144','1','Good sold','1','453','Payment','','','No',NULL,NULL,''),(2279,'4000','1441607666197','2020-12-11 08:59:02',NULL,900.00,'','144','1','Good sold','1','453','sales','8','','No',NULL,NULL,''),(2280,'1100','1441607666465','2020-12-11 09:02:04',600.00,NULL,'','144','1','Good sold','1','177','sales','','','No',NULL,NULL,''),(2281,'4000','1441607666465','2020-12-11 09:02:04',NULL,600.00,'','144','1','Good sold','1','177','sales','8','','No',NULL,NULL,''),(2282,'1100','1441607666652','2020-12-11 09:04:20',300.00,NULL,'','144','1','Good sold','1','428','sales','','','No',NULL,NULL,''),(2283,'4000','1441607666652','2020-12-11 09:04:20',NULL,300.00,'','144','1','Good sold','1','428','sales','8','','No',NULL,NULL,''),(2284,'1000','1441607666711','2020-12-11 09:06:46',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2285,'4000','1441607666711','2020-12-11 09:06:46',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2286,'1000','1441607666881','2020-12-11 09:08:27',600.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2287,'4000','1441607666881','2020-12-11 09:08:27',NULL,600.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2288,'1100','1441607666978','2020-12-11 09:10:04',300.00,NULL,'','144','1','Good sold','1','142','sales','','','No',NULL,NULL,''),(2289,'4000','1441607666978','2020-12-11 09:10:04',NULL,300.00,'','144','1','Good sold','1','142','sales','8','','No',NULL,NULL,''),(2290,'1100','1441607667060','2020-12-11 09:11:35',300.00,NULL,'','144','1','Good sold','1','454','sales','','','No',NULL,NULL,''),(2291,'4000','1441607667060','2020-12-11 09:11:35',NULL,300.00,'','144','1','Good sold','1','454','sales','8','','No',NULL,NULL,''),(2292,'1100','1441607667223','2020-12-11 09:14:09',600.00,NULL,'','144','1','Good sold','1','92','sales','','','No',NULL,NULL,''),(2293,'4000','1441607667223','2020-12-11 09:14:09',NULL,600.00,'','144','1','Good sold','1','92','sales','8','','No',NULL,NULL,''),(2294,'1100','1441607667328','2020-12-11 09:16:38',300.00,NULL,'','144','1','Good sold','1','290','sales','','','No',NULL,NULL,''),(2295,'4000','1441607667328','2020-12-11 09:16:38',NULL,300.00,'','144','1','Good sold','1','290','sales','8','','No',NULL,NULL,''),(2296,'1000','1441607667470','2020-12-11 09:18:13',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2297,'4000','1441607667470','2020-12-11 09:18:13',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2298,'1100','1441607667546','2020-12-11 09:19:51',300.00,NULL,'','144','1','Good sold','1','455','sales','','','No',NULL,NULL,''),(2299,'4000','1441607667546','2020-12-11 09:19:51',NULL,300.00,'','144','1','Good sold','1','455','sales','7','','No',NULL,NULL,''),(2300,'1100','1441607667638','2020-12-11 09:21:04',300.00,NULL,'','144','1','Good sold','1','456','sales','','','No',NULL,NULL,''),(2301,'4000','1441607667638','2020-12-11 09:21:04',NULL,300.00,'','144','1','Good sold','1','456','sales','8','','No',NULL,NULL,''),(2302,'1100','1441607667717','2020-12-11 09:22:38',300.00,NULL,'','144','1','Good sold','1','71','sales','','','No',NULL,NULL,''),(2303,'4000','1441607667717','2020-12-11 09:22:38',NULL,300.00,'','144','1','Good sold','1','71','sales','8','','No',NULL,NULL,''),(2304,'1000','1441607667822','2020-12-11 09:24:03',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2305,'4000','1441607667822','2020-12-11 09:24:03',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2306,'1000','1441607667871','2020-12-11 09:24:45',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2307,'4000','1441607667871','2020-12-11 09:24:45',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2308,'1100','1441607667931','2020-12-11 09:26:02',600.00,NULL,'','144','1','Good sold','1','457','sales','','','No',NULL,NULL,''),(2309,'4000','1441607667931','2020-12-11 09:26:02',NULL,600.00,'','144','1','Good sold','1','457','sales','8','','No',NULL,NULL,''),(2310,'1100','1441607668013','2020-12-11 09:27:12',600.00,NULL,'','144','1','Good sold','1','90','sales','','','No',NULL,NULL,''),(2311,'4000','1441607668013','2020-12-11 09:27:12',NULL,600.00,'','144','1','Good sold','1','90','sales','8','','No',NULL,NULL,''),(2312,'1100','1441607668083','2020-12-11 09:28:30',650.00,NULL,'','144','1','Good sold','1','294','sales','','','No',NULL,NULL,''),(2313,'4000','1441607668083','2020-12-11 09:28:30',NULL,300.00,'','144','1','Good sold','1','294','sales','8','','No',NULL,NULL,''),(2314,'4000','1441607668083','2020-12-11 09:28:30',NULL,350.00,'','144','1','Good sold','1','294','sales','9','','No',NULL,NULL,''),(2315,'1100','1441607668158','2020-12-11 09:29:56',150.00,NULL,'','144','1','Good sold','1','131','sales','','','No',NULL,NULL,''),(2316,'4000','1441607668158','2020-12-11 09:29:56',NULL,150.00,'','144','1','Good sold','1','131','sales','7','','No',NULL,NULL,''),(2317,'1100','1441607668253','2020-12-11 09:31:45',80.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(2318,'4000','1441607668253','2020-12-11 09:31:45',NULL,80.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(2319,'1100','1441607668383','2020-12-11 09:33:12',300.00,NULL,'','144','1','Good sold','1','206','sales','','','No',NULL,NULL,''),(2320,'4000','1441607668383','2020-12-11 09:33:12',NULL,300.00,'','144','1','Good sold','1','206','sales','8','','No',NULL,NULL,''),(2321,'1000','1441607668476','2020-12-11 09:34:49',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2322,'4000','1441607668476','2020-12-11 09:34:49',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2323,'1100','1441607668511','2020-12-11 09:35:30',300.00,NULL,'','144','1','Good sold','1','127','sales','','','No',NULL,NULL,''),(2324,'4000','1441607668511','2020-12-11 09:35:30',NULL,300.00,'','144','1','Good sold','1','127','sales','8','','No',NULL,NULL,''),(2325,'1000','1441607668641','2020-12-11 09:37:32',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2326,'4000','1441607668641','2020-12-11 09:37:32',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2327,'1000','1441607668686','2020-12-11 09:38:37',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2328,'4000','1441607668686','2020-12-11 09:38:37',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2329,'1100','1441607668734','2020-12-11 11:10:54',300.00,NULL,'','144','1','Good sold','1','458','sales','','','No',NULL,NULL,''),(2330,'4000','1441607668734','2020-12-11 11:10:54',NULL,300.00,'','144','1','Good sold','1','458','sales','8','','No',NULL,NULL,''),(2331,'1100','1441607674715','2020-12-11 11:18:51',350.00,NULL,'','144','1','Good sold','1','369','sales','','','No',NULL,NULL,''),(2332,'4000','1441607674715','2020-12-11 11:18:51',NULL,350.00,'','144','1','Good sold','1','369','sales','9','','No',NULL,NULL,''),(2333,'1100','1441607677096','2020-12-11 11:58:34',700.00,NULL,'','144','1','Good sold','1','459','sales','','','No',NULL,NULL,''),(2334,'4000','1441607677096','2020-12-11 11:58:34',NULL,700.00,'','144','1','Good sold','1','459','sales','9','','No',NULL,NULL,''),(2335,'1100','1441607678085','2020-12-11 12:14:56',300.00,NULL,'','144','1','Good sold','1','312','sales','','','No',NULL,NULL,''),(2336,'4000','1441607678085','2020-12-11 12:14:56',NULL,300.00,'','144','1','Good sold','1','312','sales','8','','No',NULL,NULL,''),(2337,'1100','1441607678208','2020-12-11 12:39:23',250.00,NULL,'','144','1','Good sold','1','460','sales','','','No',NULL,NULL,''),(2338,'4000','1441607678208','2020-12-11 12:39:23',NULL,250.00,'','144','1','Good sold','1','460','sales','4','','No',NULL,NULL,''),(2339,'1100','1441607679670','2020-12-11 12:42:21',300.00,NULL,'','144','1','Good sold','1','226','sales','','','No',NULL,NULL,''),(2340,'4000','1441607679670','2020-12-11 12:42:21',NULL,300.00,'','144','1','Good sold','1','226','sales','8','','No',NULL,NULL,''),(2341,'1100','1441607680709','2020-12-11 12:58:46',150.00,NULL,'','144','1','Good sold','1','180','sales','','','No',NULL,NULL,''),(2342,'4000','1441607680709','2020-12-11 12:58:46',NULL,150.00,'','144','1','Good sold','1','180','sales','7','','No',NULL,NULL,''),(2343,'1100','1441607681373','2020-12-11 13:09:48',300.00,NULL,'','144','1','Good sold','1','308','sales','','','No',NULL,NULL,''),(2344,'4000','1441607681373','2020-12-11 13:09:48',NULL,300.00,'','144','1','Good sold','1','308','sales','7','','No',NULL,NULL,''),(2345,'1000','1441607682104','2020-12-11 14:09:55',750.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2346,'4000','1441607682104','2020-12-11 14:09:55',NULL,450.00,'','144','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2347,'4000','1441607682104','2020-12-11 14:09:55',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2348,'1100','1441607685077','2020-12-11 14:11:49',300.00,NULL,'','144','1','Good sold','1','461','sales','','','No',NULL,NULL,''),(2349,'4000','1441607685077','2020-12-11 14:11:49',NULL,300.00,'','144','1','Good sold','1','461','sales','8','','No',NULL,NULL,''),(2350,'1100','1441607685273','2020-12-11 14:14:46',900.00,NULL,'','144','1','Good sold','1','462','sales','','','No',NULL,NULL,''),(2351,'4000','1441607685273','2020-12-11 14:14:46',NULL,900.00,'','144','1','Good sold','1','462','sales','8','','No',NULL,NULL,''),(2352,'1100','1441607685379','2020-12-11 14:40:43',300.00,NULL,'','144','1','Good sold','1','301','sales','','','No',NULL,NULL,''),(2353,'4000','1441607685379','2020-12-11 14:40:43',NULL,300.00,'','144','1','Good sold','1','301','sales','8','','No',NULL,NULL,''),(2354,'1000','1441607687967','2020-12-11 15:00:26',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2355,'4000','1441607687967','2020-12-11 15:00:26',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2356,'1100','1441607688051','2020-12-11 15:18:03',150.00,NULL,'','144','1','Good sold','1','463','sales','','','No',NULL,NULL,''),(2357,'4000','1441607688051','2020-12-11 15:18:03',NULL,150.00,'','144','1','Good sold','1','463','sales','7','','No',NULL,NULL,''),(2358,'1100','1441607692265','2020-12-11 16:20:20',300.00,NULL,'','144','1','Good sold','1','61','sales','','','No',NULL,NULL,''),(2359,'4000','1441607692265','2020-12-11 16:20:20',NULL,300.00,'','144','1','Good sold','1','61','sales','8','','No',NULL,NULL,''),(2360,'1000','1441607693052','2020-12-11 16:24:25',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2361,'4000','1441607693052','2020-12-11 16:24:25',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2362,'1100','1441607693070','2020-12-11 16:26:03',450.00,NULL,'','144','1','Good sold','1','219','sales','','','No',NULL,NULL,''),(2363,'4000','1441607693070','2020-12-11 16:26:03',NULL,450.00,'','144','1','Good sold','1','219','sales','7','','No',NULL,NULL,''),(2364,'1100','1441607694460','2020-12-11 16:47:48',250.00,NULL,'','144','1','Good sold','1','464','sales','','','No',NULL,NULL,''),(2365,'4000','1441607694460','2020-12-11 16:47:48',NULL,250.00,'','144','1','Good sold','1','464','sales','4','','No',NULL,NULL,''),(2366,'1000','1441607695826','2020-12-11 17:10:38',300.00,NULL,'','144','1','Good sold','1','465','Payment','','','No',NULL,NULL,''),(2367,'4000','1441607695826','2020-12-11 17:10:38',NULL,300.00,'','144','1','Good sold','1','465','sales','8','','No',NULL,NULL,''),(2368,'1100','1441607695907','2020-12-11 17:19:04',300.00,NULL,'','144','1','Good sold','1','232','sales','','','No',NULL,NULL,''),(2369,'4000','1441607695907','2020-12-11 17:19:04',NULL,300.00,'','144','1','Good sold','1','232','sales','8','','No',NULL,NULL,''),(2370,'1100','1441607696764','2020-12-11 17:26:42',480.00,NULL,'','144','1','Good sold','1','466','sales','','','No',NULL,NULL,''),(2371,'4000','1441607696764','2020-12-11 17:26:42',NULL,450.00,'','144','1','Good sold','1','466','sales','5','','No',NULL,NULL,''),(2372,'4000','1441607696764','2020-12-11 17:26:42',NULL,30.00,'','144','1','Good sold','1','466','sales','11','','No',NULL,NULL,''),(2373,'1100','1441607697441','2020-12-11 17:38:10',300.00,NULL,'','144','1','Good sold','1','368','sales','','','No',NULL,NULL,''),(2374,'4000','1441607697441','2020-12-11 17:38:10',NULL,300.00,'','144','1','Good sold','1','368','sales','8','','No',NULL,NULL,''),(2375,'1100','1441607698421','2020-12-11 17:53:51',300.00,NULL,'','144','1','Good sold','1','257','sales','','','No',NULL,NULL,''),(2376,'4000','1441607698421','2020-12-11 17:53:51',NULL,300.00,'','144','1','Good sold','1','257','sales','8','','No',NULL,NULL,''),(2377,'1100','1441607698972','2020-12-11 18:03:01',150.00,NULL,'','144','1','Good sold','1','60','sales','','','No',NULL,NULL,''),(2378,'4000','1441607698972','2020-12-11 18:03:01',NULL,150.00,'','144','1','Good sold','1','60','sales','7','','No',NULL,NULL,''),(2379,'1000','1441607704444','2020-12-11 19:34:16',300.00,NULL,'','144','1','Good sold','1','428','Payment','','','No',NULL,NULL,''),(2380,'4000','1441607704444','2020-12-11 19:34:16',NULL,300.00,'','144','1','Good sold','1','428','sales','8','','No',NULL,NULL,''),(2381,'1100','1441607704514','2020-12-11 19:39:23',300.00,NULL,'','144','1','Good sold','1','467','sales','','','No',NULL,NULL,''),(2382,'4000','1441607704514','2020-12-11 19:39:23',NULL,300.00,'','144','1','Good sold','1','467','sales','8','','No',NULL,NULL,''),(2383,'1100','1441607705367','2020-12-11 19:51:14',300.00,NULL,'','144','1','Good sold','1','468','sales','','','No',NULL,NULL,''),(2384,'4000','1441607705367','2020-12-11 19:51:14',NULL,300.00,'','144','1','Good sold','1','468','sales','8','','No',NULL,NULL,''),(2385,'1000','1441607705589','2020-12-11 19:53:26',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2386,'4000','1441607705589','2020-12-11 19:53:26',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2387,'1000','1441607705622','2020-12-11 19:54:03',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2388,'4000','1441607705622','2020-12-11 19:54:03',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2389,'1000','1441607705651','2020-12-11 19:56:32',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2390,'4000','1441607705651','2020-12-11 19:56:32',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2391,'1100','1441607705811','2020-12-11 19:57:18',600.00,NULL,'','144','1','Good sold','1','104','sales','','','No',NULL,NULL,''),(2392,'4000','1441607705811','2020-12-11 19:57:18',NULL,600.00,'','144','1','Good sold','1','104','sales','8','','No',NULL,NULL,''),(2393,'1000','1441607706753','2020-12-11 20:13:36',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2394,'4000','1441607706753','2020-12-11 20:13:36',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2395,'1000','1441607706838','2020-12-11 20:30:01',150.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2396,'4000','1441607706838','2020-12-11 20:30:01',NULL,150.00,'','144','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2397,'1000','1441607707820','2020-12-11 20:35:41',120.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2398,'4000','1441607707820','2020-12-11 20:35:41',NULL,120.00,'','144','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2399,'1100','1441607751299','2020-12-12 08:38:39',1060.00,NULL,'','144','1','Good sold','1','469','sales','','','No',NULL,NULL,''),(2400,'4000','1441607751299','2020-12-12 08:38:39',NULL,360.00,'','144','1','Good sold','1','469','sales','3','','No',NULL,NULL,''),(2401,'4000','1441607751299','2020-12-12 08:38:39',NULL,350.00,'','144','1','Good sold','1','469','sales','9','','No',NULL,NULL,''),(2402,'4000','1441607751299','2020-12-12 08:38:39',NULL,350.00,'','144','1','Good sold','1','469','sales','10','','No',NULL,NULL,''),(2403,'1100','1441607753047','2020-12-12 09:04:19',600.00,NULL,'','144','1','Good sold','1','470','sales','','','No',NULL,NULL,''),(2404,'4000','1441607753047','2020-12-12 09:04:19',NULL,600.00,'','144','1','Good sold','1','470','sales','8','','No',NULL,NULL,''),(2405,'1100','1441607755844','2020-12-12 09:50:56',300.00,NULL,'','144','1','Good sold','1','331','sales','','','No',NULL,NULL,''),(2406,'4000','1441607755844','2020-12-12 09:50:56',NULL,300.00,'','144','1','Good sold','1','331','sales','8','','No',NULL,NULL,''),(2407,'1100','1441607751299','2020-12-12 10:06:17',NULL,1060.00,'','144','1','customer ridge centre','1','469','payment','','','No',NULL,NULL,''),(2408,'','1441607751299','2020-12-12 10:06:17',1060.00,NULL,'','144','1','customer ridge centre','1','469','payment','','','No',NULL,NULL,''),(2409,'1100','1441607756952','2020-12-12 10:09:20',300.00,NULL,'','144','1','Good sold','1','304','sales','','','No',NULL,NULL,''),(2410,'4000','1441607756952','2020-12-12 10:09:20',NULL,300.00,'','144','1','Good sold','1','304','sales','8','','No',NULL,NULL,''),(2411,'1100','1441607757052','2020-12-12 10:11:01',50.00,NULL,'','144','1','Good sold','1','471','sales','','','No',NULL,NULL,''),(2412,'4000','1441607757052','2020-12-12 10:11:01',NULL,50.00,'','144','1','Good sold','1','471','sales','2','','No',NULL,NULL,''),(2413,'1000','1441607757345','2020-12-12 10:15:53',50.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2414,'4000','1441607757345','2020-12-12 10:15:53',NULL,50.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2415,'1100','1441607757372','2020-12-12 10:23:06',300.00,NULL,'','144','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(2416,'4000','1441607757372','2020-12-12 10:23:06',NULL,300.00,'','144','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(2417,'1100','1441607759264','2020-12-12 10:48:01',300.00,NULL,'','144','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(2418,'4000','1441607759264','2020-12-12 10:48:01',NULL,300.00,'','144','1','Good sold','1','17','sales','8','','No',NULL,NULL,''),(2419,'1000','1441607760522','2020-12-12 11:09:08',30.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2420,'4000','1441607760522','2020-12-12 11:09:08',NULL,30.00,'','144','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2421,'1100','1441607760574','2020-12-12 11:45:01',80.00,NULL,'','144','1','Good sold','1','351','sales','','','No',NULL,NULL,''),(2422,'4000','1441607760574','2020-12-12 11:45:01',NULL,80.00,'','144','1','Good sold','1','351','sales','6','','No',NULL,NULL,''),(2423,'1100','1441607764244','2020-12-12 12:11:04',300.00,NULL,'','144','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(2424,'4000','1441607764244','2020-12-12 12:11:04',NULL,300.00,'','144','1','Good sold','1','18','sales','8','','No',NULL,NULL,''),(2425,'1100','1441607769136','2020-12-12 13:32:34',600.00,NULL,'','144','1','Good sold','1','472','sales','','','No',NULL,NULL,''),(2426,'4000','1441607769136','2020-12-12 13:32:34',NULL,600.00,'','144','1','Good sold','1','472','sales','8','','No',NULL,NULL,''),(2427,'1100','1441607769597','2020-12-12 13:40:08',300.00,NULL,'','144','1','Good sold','1','296','sales','','','No',NULL,NULL,''),(2428,'4000','1441607769597','2020-12-12 13:40:08',NULL,300.00,'','144','1','Good sold','1','296','sales','8','','No',NULL,NULL,''),(2429,'1100','1441607771089','2020-12-12 14:05:08',600.00,NULL,'','144','1','Good sold','1','22','sales','','','No',NULL,NULL,''),(2430,'4000','1441607771089','2020-12-12 14:05:08',NULL,600.00,'','144','1','Good sold','1','22','sales','8','','No',NULL,NULL,''),(2431,'1100','1441607775547','2020-12-12 15:19:28',450.00,NULL,'','144','1','Good sold','1','473','sales','','','No',NULL,NULL,''),(2432,'4000','1441607775547','2020-12-12 15:19:28',NULL,150.00,'','144','1','Good sold','1','473','sales','7','','No',NULL,NULL,''),(2433,'4000','1441607775547','2020-12-12 15:19:28',NULL,300.00,'','144','1','Good sold','1','473','sales','8','','No',NULL,NULL,''),(2434,'1100','1441607775617','2020-12-12 15:20:27',250.00,NULL,'','144','1','Good sold','1','474','sales','','','No',NULL,NULL,''),(2435,'4000','1441607775617','2020-12-12 15:20:27',NULL,250.00,'','144','1','Good sold','1','474','sales','4','','No',NULL,NULL,''),(2436,'1100','1441607777454','2020-12-12 15:51:19',600.00,NULL,'','144','1','Good sold','1','382','sales','','','No',NULL,NULL,''),(2437,'4000','1441607777454','2020-12-12 15:51:19',NULL,600.00,'','144','1','Good sold','1','382','sales','8','','No',NULL,NULL,''),(2438,'1100','1441607779620','2020-12-12 16:27:12',450.00,NULL,'','144','1','Good sold','1','475','sales','','','No',NULL,NULL,''),(2439,'4000','1441607779620','2020-12-12 16:27:12',NULL,450.00,'','144','1','Good sold','1','475','sales','5','','No',NULL,NULL,''),(2440,'1000','1441607779996','2020-12-12 16:33:36',200.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2441,'4000','1441607779996','2020-12-12 16:33:36',NULL,200.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2442,'1100','1441607782533','2020-12-12 17:15:42',300.00,NULL,'','144','1','Good sold','1','195','sales','','','No',NULL,NULL,''),(2443,'4000','1441607782533','2020-12-12 17:15:42',NULL,300.00,'','144','1','Good sold','1','195','sales','8','','No',NULL,NULL,''),(2444,'1100','1441607782920','2020-12-12 17:22:07',300.00,NULL,'','144','1','Good sold','1','476','sales','','','No',NULL,NULL,''),(2445,'4000','1441607782920','2020-12-12 17:22:07',NULL,300.00,'','144','1','Good sold','1','476','sales','8','','No',NULL,NULL,''),(2446,'1100','1441607784058','2020-12-12 17:41:07',300.00,NULL,'','144','1','Good sold','1','321','sales','','','No',NULL,NULL,''),(2447,'4000','1441607784058','2020-12-12 17:41:07',NULL,300.00,'','144','1','Good sold','1','321','sales','8','','No',NULL,NULL,''),(2448,'1100','1441607785338','2020-12-12 18:02:32',600.00,NULL,'','144','1','Good sold','1','477','sales','','','No',NULL,NULL,''),(2449,'4000','1441607785338','2020-12-12 18:02:32',NULL,600.00,'','144','1','Good sold','1','477','sales','8','','No',NULL,NULL,''),(2450,'1100','1441607786562','2020-12-12 18:22:52',300.00,NULL,'','144','1','Good sold','1','478','sales','','','No',NULL,NULL,''),(2451,'4000','1441607786562','2020-12-12 18:22:52',NULL,300.00,'','144','1','Good sold','1','478','sales','8','','No',NULL,NULL,''),(2452,'1100','1441607786789','2020-12-12 18:26:50',300.00,NULL,'','144','1','Good sold','1','478','sales','','','No',NULL,NULL,''),(2453,'4000','1441607786789','2020-12-12 18:26:50',NULL,300.00,'','144','1','Good sold','1','478','sales','7','','No',NULL,NULL,''),(2454,'1100','1441607787095','2020-12-12 18:32:16',600.00,NULL,'','144','1','Good sold','1','479','sales','','','No',NULL,NULL,''),(2455,'4000','1441607787095','2020-12-12 18:32:16',NULL,600.00,'','144','1','Good sold','1','479','sales','8','','No',NULL,NULL,''),(2456,'1100','1441607789148','2020-12-12 19:05:56',300.00,NULL,'','144','1','Good sold','1','171','sales','','','No',NULL,NULL,''),(2457,'4000','1441607789148','2020-12-12 19:05:56',NULL,300.00,'','144','1','Good sold','1','171','sales','8','','No',NULL,NULL,''),(2458,'1100','1441607790216','2020-12-12 19:23:45',300.00,NULL,'','144','1','Good sold','1','305','sales','','','No',NULL,NULL,''),(2459,'4000','1441607790216','2020-12-12 19:23:45',NULL,300.00,'','144','1','Good sold','1','305','sales','8','','No',NULL,NULL,''),(2460,'1100','1441607791056','2020-12-12 19:38:03',600.00,NULL,'','144','1','Good sold','1','480','sales','','','No',NULL,NULL,''),(2461,'4000','1441607791056','2020-12-12 19:38:03',NULL,600.00,'','144','1','Good sold','1','480','sales','8','','No',NULL,NULL,''),(2462,'1100','1441607790216','2020-12-12 19:39:50',NULL,300.00,'','144','1','ridge centre','1','305','payment','','','No',NULL,NULL,''),(2463,'','1441607790216','2020-12-12 19:39:50',300.00,NULL,'','144','1','ridge centre','1','305','payment','','','No',NULL,NULL,''),(2464,'1000','1441607791942','2020-12-12 19:52:42',700.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2465,'4000','1441607791942','2020-12-12 19:52:42',NULL,700.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2466,'1100','1441607791992','2020-12-12 19:53:23',150.00,NULL,'','144','1','Good sold','1','235','sales','','','No',NULL,NULL,''),(2467,'4000','1441607791992','2020-12-12 19:53:23',NULL,150.00,'','144','1','Good sold','1','235','sales','7','','No',NULL,NULL,''),(2468,'1100','1441607792331','2020-12-12 19:59:00',300.00,NULL,'','144','1','Good sold','1','481','sales','','','No',NULL,NULL,''),(2469,'4000','1441607792331','2020-12-12 19:59:00',NULL,300.00,'','144','1','Good sold','1','481','sales','8','','No',NULL,NULL,''),(2470,'1100','1441607791056','2020-12-12 20:09:16',NULL,600.00,'','144','1','jenid a19','1','480','payment','','','No',NULL,NULL,''),(2471,'','1441607791056','2020-12-12 20:09:16',600.00,NULL,'','144','1','jenid a19','1','480','payment','','','No',NULL,NULL,''),(2472,'1100','1441607843685','2020-12-13 10:14:54',300.00,NULL,'','144','1','Good sold','1','113','sales','','','No',NULL,NULL,''),(2473,'4000','1441607843685','2020-12-13 10:14:54',NULL,300.00,'','144','1','Good sold','1','113','sales','8','','No',NULL,NULL,''),(2474,'1100','1441607843881','2020-12-13 10:18:47',340.00,NULL,'','144','1','Good sold','1','299','sales','','','No',NULL,NULL,''),(2475,'4000','1441607843881','2020-12-13 10:18:47',NULL,250.00,'','144','1','Good sold','1','299','sales','4','','No',NULL,NULL,''),(2476,'4000','1441607843881','2020-12-13 10:18:47',NULL,90.00,'','144','1','Good sold','1','299','sales','11','','No',NULL,NULL,''),(2477,'1100','1441607851770','2020-12-13 12:30:57',300.00,NULL,'','144','1','Good sold','1','298','sales','','','No',NULL,NULL,''),(2478,'4000','1441607851770','2020-12-13 12:30:57',NULL,300.00,'','144','1','Good sold','1','298','sales','8','','No',NULL,NULL,''),(2479,'1000','1441607853496','2020-12-13 12:58:35',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2480,'4000','1441607853496','2020-12-13 12:58:35',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2481,'1000','1441607853523','2020-12-13 13:04:26',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2482,'4000','1441607853523','2020-12-13 13:04:26',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2483,'1100','1441607853894','2020-12-13 13:16:48',300.00,NULL,'','144','1','Good sold','1','380','sales','','','No',NULL,NULL,''),(2484,'4000','1441607853894','2020-12-13 13:16:48',NULL,300.00,'','144','1','Good sold','1','380','sales','8','','No',NULL,NULL,''),(2485,'1100','1441607856503','2020-12-13 13:48:36',300.00,NULL,'','144','1','Good sold','1','482','sales','','','No',NULL,NULL,''),(2486,'4000','1441607856503','2020-12-13 13:48:36',NULL,300.00,'','144','1','Good sold','1','482','sales','8','','No',NULL,NULL,''),(2487,'1100','1441607856615','2020-12-13 13:50:39',150.00,NULL,'','144','1','Good sold','1','208','sales','','','No',NULL,NULL,''),(2488,'4000','1441607856615','2020-12-13 13:50:39',NULL,150.00,'','144','1','Good sold','1','208','sales','6','','No',NULL,NULL,''),(2489,'1100','1441607857671','2020-12-13 14:08:05',600.00,NULL,'','144','1','Good sold','1','117','sales','','','No',NULL,NULL,''),(2490,'4000','1441607857671','2020-12-13 14:08:05',NULL,600.00,'','144','1','Good sold','1','117','sales','8','','No',NULL,NULL,''),(2491,'1100','1441607857837','2020-12-13 14:10:51',300.00,NULL,'','144','1','Good sold','1','229','sales','','','No',NULL,NULL,''),(2492,'4000','1441607857837','2020-12-13 14:10:51',NULL,300.00,'','144','1','Good sold','1','229','sales','8','','No',NULL,NULL,''),(2493,'1100','1441607859300','2020-12-13 14:35:16',300.00,NULL,'','144','1','Good sold','1','324','sales','','','No',NULL,NULL,''),(2494,'4000','1441607859300','2020-12-13 14:35:16',NULL,300.00,'','144','1','Good sold','1','324','sales','7','','No',NULL,NULL,''),(2495,'1100','1441607861589','2020-12-13 15:13:39',300.00,NULL,'','144','1','Good sold','1','276','sales','','','No',NULL,NULL,''),(2496,'4000','1441607861589','2020-12-13 15:13:39',NULL,300.00,'','144','1','Good sold','1','276','sales','8','','No',NULL,NULL,''),(2497,'1100','1441607863821','2020-12-13 15:50:28',300.00,NULL,'','144','1','Good sold','1','193','sales','','','No',NULL,NULL,''),(2498,'4000','1441607863821','2020-12-13 15:50:28',NULL,300.00,'','144','1','Good sold','1','193','sales','8','','No',NULL,NULL,''),(2499,'1100','1441607863895','2020-12-13 15:51:45',150.00,NULL,'','144','1','Good sold','1','327','sales','','','No',NULL,NULL,''),(2500,'4000','1441607863895','2020-12-13 15:51:45',NULL,150.00,'','144','1','Good sold','1','327','sales','7','','No',NULL,NULL,''),(2501,'1100','1441607864363','2020-12-13 16:08:10',600.00,NULL,'','144','1','Good sold','1','106','sales','','','No',NULL,NULL,''),(2502,'4000','1441607864363','2020-12-13 16:08:10',NULL,600.00,'','144','1','Good sold','1','106','sales','8','','No',NULL,NULL,''),(2503,'1100','1441607866339','2020-12-13 16:35:27',300.00,NULL,'','144','1','Good sold','1','143','sales','','','No',NULL,NULL,''),(2504,'4000','1441607866339','2020-12-13 16:35:27',NULL,300.00,'','144','1','Good sold','1','143','sales','8','','No',NULL,NULL,''),(2505,'1100','1441607866593','2020-12-13 16:36:49',300.00,NULL,'','144','1','Good sold','1','143','sales','','','No',NULL,NULL,''),(2506,'4000','1441607866593','2020-12-13 16:36:49',NULL,300.00,'','144','1','Good sold','1','143','sales','8','','No',NULL,NULL,''),(2507,'1100','1441607867605','2020-12-13 17:19:14',300.00,NULL,'','144','1','Good sold','1','421','sales','','','No',NULL,NULL,''),(2508,'4000','1441607867605','2020-12-13 17:19:14',NULL,300.00,'','144','1','Good sold','1','421','sales','8','','No',NULL,NULL,''),(2509,'1100','1441607870065','2020-12-13 17:34:44',300.00,NULL,'','144','1','Good sold','1','483','sales','','','No',NULL,NULL,''),(2510,'4000','1441607870065','2020-12-13 17:34:44',NULL,300.00,'','144','1','Good sold','1','483','sales','8','','No',NULL,NULL,''),(2511,'1100','1441607870211','2020-12-13 18:09:05',300.00,NULL,'','144','1','Good sold','1','484','sales','','','No',NULL,NULL,''),(2512,'4000','1441607870211','2020-12-13 18:09:05',NULL,300.00,'','144','1','Good sold','1','484','sales','8','','No',NULL,NULL,''),(2513,'1100','1441607872979','2020-12-13 18:23:09',300.00,NULL,'','144','1','Good sold','1','121','sales','','','No',NULL,NULL,''),(2514,'4000','1441607872979','2020-12-13 18:23:09',NULL,300.00,'','144','1','Good sold','1','121','sales','8','','No',NULL,NULL,''),(2515,'1100','1441607873074','2020-12-13 18:24:43',300.00,NULL,'','144','1','Good sold','1','485','sales','','','No',NULL,NULL,''),(2516,'4000','1441607873074','2020-12-13 18:24:43',NULL,300.00,'','144','1','Good sold','1','485','sales','8','','No',NULL,NULL,''),(2517,'1100','1441607874641','2020-12-13 18:51:03',450.00,NULL,'','144','1','Good sold','1','486','sales','','','No',NULL,NULL,''),(2518,'4000','1441607874641','2020-12-13 18:51:03',NULL,450.00,'','144','1','Good sold','1','486','sales','7','','No',NULL,NULL,''),(2519,'1000','1441607875060','2020-12-13 18:59:13',40.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2520,'4000','1441607875060','2020-12-13 18:59:13',NULL,40.00,'','144','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(2521,'1100','1441607875177','2020-12-13 19:31:52',300.00,NULL,'','144','1','Good sold','1','487','sales','','','No',NULL,NULL,''),(2522,'4000','1441607875177','2020-12-13 19:31:52',NULL,300.00,'','144','1','Good sold','1','487','sales','8','','No',NULL,NULL,''),(2523,'1000','1441607878211','2020-12-13 19:50:20',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2524,'4000','1441607878211','2020-12-13 19:50:20',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2525,'1000','1441607878236','2020-12-13 20:27:25',300.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2526,'4000','1441607878236','2020-12-13 20:27:25',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2527,'1100','1441607880490','2020-12-13 20:36:16',150.00,NULL,'','144','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(2528,'4000','1441607880490','2020-12-13 20:36:16',NULL,150.00,'','144','1','Good sold','1','16','sales','6','','No',NULL,NULL,''),(2529,'1100','1441607925428','2020-12-14 08:57:25',300.00,NULL,'','144','1','Good sold','1','269','sales','','','No',NULL,NULL,''),(2530,'4000','1441607925428','2020-12-14 08:57:25',NULL,300.00,'','144','1','Good sold','1','269','sales','8','','No',NULL,NULL,''),(2531,'1100','1441607925545','2020-12-14 08:59:13',300.00,NULL,'','144','1','Good sold','1','260','sales','','','No',NULL,NULL,''),(2532,'4000','1441607925545','2020-12-14 08:59:13',NULL,300.00,'','144','1','Good sold','1','260','sales','8','','No',NULL,NULL,''),(2533,'1100','1441607925624','2020-12-14 09:00:35',300.00,NULL,'','144','1','Good sold','1','189','sales','','','No',NULL,NULL,''),(2534,'4000','1441607925624','2020-12-14 09:00:35',NULL,300.00,'','144','1','Good sold','1','189','sales','8','','No',NULL,NULL,''),(2535,'1100','1441607926950','2020-12-14 09:42:05',450.00,NULL,'','144','1','Good sold','1','488','sales','','','No',NULL,NULL,''),(2536,'4000','1441607926950','2020-12-14 09:42:05',NULL,450.00,'','144','1','Good sold','1','488','sales','5','','No',NULL,NULL,''),(2537,'1100','1441607928181','2020-12-14 09:43:10',300.00,NULL,'','144','1','Good sold','1','489','sales','','','No',NULL,NULL,''),(2538,'4000','1441607928181','2020-12-14 09:43:10',NULL,300.00,'','144','1','Good sold','1','489','sales','8','','No',NULL,NULL,''),(2539,'1000','1441607928264','2020-12-14 09:44:35',300.00,NULL,'','144','1','Good sold','1','490','Payment','','','No',NULL,NULL,''),(2540,'4000','1441607928264','2020-12-14 09:44:35',NULL,300.00,'','144','1','Good sold','1','490','sales','8','','No',NULL,NULL,''),(2541,'1100','1441607928358','2020-12-14 10:12:13',350.00,NULL,'','144','1','Good sold','1','491','sales','','','No',NULL,NULL,''),(2542,'4000','1441607928358','2020-12-14 10:12:13',NULL,350.00,'','144','1','Good sold','1','491','sales','9','','No',NULL,NULL,''),(2543,'1100','1441607931129','2020-12-14 10:32:22',350.00,NULL,'','144','1','Good sold','1','492','sales','','','No',NULL,NULL,''),(2544,'4000','1441607931129','2020-12-14 10:32:22',NULL,350.00,'','144','1','Good sold','1','492','sales','10','','No',NULL,NULL,''),(2545,'1100','1441607931465','2020-12-14 10:38:02',300.00,NULL,'','144','1','Good sold','1','212','sales','','','No',NULL,NULL,''),(2546,'4000','1441607931465','2020-12-14 10:38:02',NULL,300.00,'','144','1','Good sold','1','212','sales','8','','No',NULL,NULL,''),(2547,'1100','1441607933647','2020-12-14 11:14:17',150.00,NULL,'','144','1','Good sold','1','362','sales','','','No',NULL,NULL,''),(2548,'4000','1441607933647','2020-12-14 11:14:17',NULL,150.00,'','144','1','Good sold','1','362','sales','7','','No',NULL,NULL,''),(2549,'1100','1441607935545','2020-12-14 11:45:52',300.00,NULL,'','144','1','Good sold','1','82','sales','','','No',NULL,NULL,''),(2550,'4000','1441607935545','2020-12-14 11:45:52',NULL,300.00,'','144','1','Good sold','1','82','sales','8','','No',NULL,NULL,''),(2551,'1100','1441607935606','2020-12-14 12:00:13',1500.00,NULL,'','144','1','Good sold','1','350','sales','','','No',NULL,NULL,''),(2552,'4000','1441607935606','2020-12-14 12:00:13',NULL,1500.00,'','144','1','Good sold','1','350','sales','8','','No',NULL,NULL,''),(2553,'1100','1441607939695','2020-12-14 12:55:03',300.00,NULL,'','144','1','Good sold','1','130','sales','','','No',NULL,NULL,''),(2554,'4000','1441607939695','2020-12-14 12:55:03',NULL,300.00,'','144','1','Good sold','1','130','sales','8','','No',NULL,NULL,''),(2555,'1100','1441607941069','2020-12-14 13:18:00',300.00,NULL,'','144','1','Good sold','1','273','sales','','','No',NULL,NULL,''),(2556,'4000','1441607941069','2020-12-14 13:18:00',NULL,300.00,'','144','1','Good sold','1','273','sales','8','','No',NULL,NULL,''),(2557,'1100','1441607941925','2020-12-14 13:32:18',150.00,NULL,'','144','1','Good sold','1','273','sales','','','No',NULL,NULL,''),(2558,'4000','1441607941925','2020-12-14 13:32:18',NULL,150.00,'','144','1','Good sold','1','273','sales','7','','No',NULL,NULL,''),(2559,'1000','1441607947104','2020-12-14 15:08:12',100.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2560,'4000','1441607947104','2020-12-14 15:08:12',NULL,100.00,'','144','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2561,'1100','1441607947713','2020-12-14 16:12:23',1350.00,NULL,'','144','1','Good sold','1','493','sales','','','No',NULL,NULL,''),(2562,'4000','1441607947713','2020-12-14 16:12:23',NULL,1350.00,'','144','1','Good sold','1','493','sales','5','','No',NULL,NULL,''),(2563,'1100','1441607952447','2020-12-14 16:27:37',80.00,NULL,'','144','1','Good sold','1','351','sales','','','No',NULL,NULL,''),(2564,'4000','1441607952447','2020-12-14 16:27:37',NULL,80.00,'','144','1','Good sold','1','351','sales','6','','No',NULL,NULL,''),(2565,'1100','1441607952530','2020-12-14 16:28:58',300.00,NULL,'','144','1','Good sold','1','78','sales','','','No',NULL,NULL,''),(2566,'4000','1441607952530','2020-12-14 16:28:58',NULL,300.00,'','144','1','Good sold','1','78','sales','8','','No',NULL,NULL,''),(2567,'1100','1441607953841','2020-12-14 16:50:50',300.00,NULL,'','144','1','Good sold','1','80','sales','','','No',NULL,NULL,''),(2568,'4000','1441607953841','2020-12-14 16:50:50',NULL,300.00,'','144','1','Good sold','1','80','sales','8','','No',NULL,NULL,''),(2569,'1100','1441607954317','2020-12-14 16:58:56',1350.00,NULL,'','144','1','Good sold','1','494','sales','','','No',NULL,NULL,''),(2570,'4000','1441607954317','2020-12-14 16:58:56',NULL,1350.00,'','144','1','Good sold','1','494','sales','5','','No',NULL,NULL,''),(2571,'1000','1441607954805','2020-12-14 17:06:54',350.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2572,'4000','1441607954805','2020-12-14 17:06:54',NULL,350.00,'','144','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2573,'1100','1441607956865','2020-12-14 17:41:19',300.00,NULL,'','144','1','Good sold','1','216','sales','','','No',NULL,NULL,''),(2574,'4000','1441607956865','2020-12-14 17:41:19',NULL,300.00,'','144','1','Good sold','1','216','sales','8','','No',NULL,NULL,''),(2575,'1100','1441607956976','2020-12-14 17:53:22',600.00,NULL,'','144','1','Good sold','1','495','sales','','','No',NULL,NULL,''),(2576,'4000','1441607956976','2020-12-14 17:53:22',NULL,600.00,'','144','1','Good sold','1','495','sales','8','','No',NULL,NULL,''),(2577,'1100','1441607961041','2020-12-14 18:50:54',300.00,NULL,'','144','1','Good sold','1','11','sales','','','No',NULL,NULL,''),(2578,'4000','1441607961041','2020-12-14 18:50:54',NULL,300.00,'','144','1','Good sold','1','11','sales','8','','No',NULL,NULL,''),(2579,'1000','1441607961159','2020-12-14 19:03:30',300.00,NULL,'','144','1','Good sold','1','496','Payment','','','No',NULL,NULL,''),(2580,'4000','1441607961159','2020-12-14 19:03:30',NULL,300.00,'','144','1','Good sold','1','496','sales','8','','No',NULL,NULL,''),(2581,'1100','1441607961859','2020-12-14 19:05:29',600.00,NULL,'','144','1','Good sold','1','134','sales','','','No',NULL,NULL,''),(2582,'4000','1441607961859','2020-12-14 19:05:29',NULL,600.00,'','144','1','Good sold','1','134','sales','8','','No',NULL,NULL,''),(2583,'1000','1441607962675','2020-12-14 19:26:23',450.00,NULL,'','144','1','Good sold','1','497','Payment','','','No',NULL,NULL,''),(2584,'4000','1441607962675','2020-12-14 19:26:23',NULL,150.00,'','144','1','Good sold','1','497','sales','7','','No',NULL,NULL,''),(2585,'4000','1441607962675','2020-12-14 19:26:23',NULL,300.00,'','144','1','Good sold','1','497','sales','8','','No',NULL,NULL,''),(2586,'1100','1441607963240','2020-12-14 19:47:55',600.00,NULL,'','144','1','Good sold','1','498','sales','','','No',NULL,NULL,''),(2587,'4000','1441607963240','2020-12-14 19:47:55',NULL,600.00,'','144','1','Good sold','1','498','sales','8','','No',NULL,NULL,''),(2588,'1000','1441607964614','2020-12-14 19:50:23',80.00,NULL,'','144','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2589,'4000','1441607964614','2020-12-14 19:50:23',NULL,80.00,'','144','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2590,'1100','1441607964636','2020-12-14 20:02:36',300.00,NULL,'','144','1','Good sold','1','499','sales','','','No',NULL,NULL,''),(2591,'4000','1441607964636','2020-12-14 20:02:36',NULL,300.00,'','144','1','Good sold','1','499','sales','7','','No',NULL,NULL,''),(2592,'1100','1441607965482','2020-12-14 20:05:02',600.00,NULL,'','144','1','Good sold','1','28','sales','','','No',NULL,NULL,''),(2593,'4000','1441607965482','2020-12-14 20:05:02',NULL,600.00,'','144','1','Good sold','1','28','sales','8','','No',NULL,NULL,''),(2594,'1100','1441607965813','2020-12-14 20:10:22',450.00,NULL,'','144','1','Good sold','1','500','sales','','','No',NULL,NULL,''),(2595,'4000','1441607965813','2020-12-14 20:10:22',NULL,450.00,'','144','1','Good sold','1','500','sales','5','','No',NULL,NULL,''),(2596,'1100','1441607965877','2020-12-14 20:11:27',300.00,NULL,'','144','1','Good sold','1','501','sales','','','No',NULL,NULL,''),(2597,'4000','1441607965877','2020-12-14 20:11:27',NULL,300.00,'','144','1','Good sold','1','501','sales','8','','No',NULL,NULL,''),(2598,'1000','1441607966645','2020-12-14 20:25:36',300.00,NULL,'','144','1','Good sold','1','374','Payment','','','No',NULL,NULL,''),(2599,'4000','1441607966645','2020-12-14 20:25:36',NULL,300.00,'','144','1','Good sold','1','374','sales','8','','No',NULL,NULL,''),(2600,'1100','1441607966827','2020-12-14 20:27:16',300.00,NULL,'','144','1','Good sold','1','374','sales','','','No',NULL,NULL,''),(2601,'4000','1441607966827','2020-12-14 20:27:16',NULL,300.00,'','144','1','Good sold','1','374','sales','8','','No',NULL,NULL,''),(2602,'1100','1441607967412','2020-12-14 20:37:05',900.00,NULL,'','144','1','Good sold','1','502','sales','','','No',NULL,NULL,''),(2603,'4000','1441607967412','2020-12-14 20:37:05',NULL,900.00,'','144','1','Good sold','1','502','sales','8','','No',NULL,NULL,''),(2604,'1100','1441607967502','2020-12-14 20:44:54',300.00,NULL,'','144','1','Good sold','1','503','sales','','','No',NULL,NULL,''),(2605,'4000','1441607967502','2020-12-14 20:44:54',NULL,300.00,'','144','1','Good sold','1','503','sales','8','','No',NULL,NULL,''),(2606,'1100','1441607968961','2020-12-14 21:02:49',300.00,NULL,'','144','1','Good sold','1','504','sales','','','No',NULL,NULL,''),(2607,'4000','1441607968961','2020-12-14 21:02:49',NULL,300.00,'','144','1','Good sold','1','504','sales','8','','No',NULL,NULL,''),(2608,'1000','111607969766','2020-12-14 21:16:24',600.00,NULL,'','11','1','Good sold','1','505','sales','','','No',NULL,NULL,''),(2609,'4000','111607969766','2020-12-14 21:16:24',NULL,600.00,'','11','1','Good sold','1','505','sales','8','','No',NULL,NULL,''),(2610,'1100','111607971480','2020-12-14 21:44:54',150.00,NULL,'','11','1','Good sold','1','506','sales','','','No',NULL,NULL,''),(2611,'4000','111607971480','2020-12-14 21:44:54',NULL,150.00,'','11','1','Good sold','1','506','sales','7','','No',NULL,NULL,''),(2612,'1000','111608009580','2020-12-15 08:20:14',600.00,NULL,'','11','1','Good sold','1','507','Payment','','','No',NULL,NULL,''),(2613,'4000','111608009580','2020-12-15 08:20:14',NULL,600.00,'','11','1','Good sold','1','507','sales','8','','No',NULL,NULL,''),(2614,'1100','111608009820','2020-12-15 08:23:57',150.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(2615,'4000','111608009820','2020-12-15 08:23:57',NULL,150.00,'','11','1','Good sold','1','508','sales','7','','No',NULL,NULL,''),(2616,'1100','111608010702','2020-12-15 08:38:48',600.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(2617,'4000','111608010702','2020-12-15 08:38:48',NULL,600.00,'','11','1','Good sold','1','509','sales','8','','No',NULL,NULL,''),(2618,'1000','111608012405','2020-12-15 09:07:03',300.00,NULL,'','11','1','Good sold','1','510','sales','','','No',NULL,NULL,''),(2619,'4000','111608012405','2020-12-15 09:07:03',NULL,300.00,'','11','1','Good sold','1','510','sales','8','','No',NULL,NULL,''),(2620,'1100','111608013165','2020-12-15 09:19:37',150.00,NULL,'','11','1','Good sold','1','511','sales','','','No',NULL,NULL,''),(2621,'4000','111608013165','2020-12-15 09:19:37',NULL,150.00,'','11','1','Good sold','1','511','sales','7','','No',NULL,NULL,''),(2622,'1100','111608014664','2020-12-15 09:44:36',300.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(2623,'4000','111608014664','2020-12-15 09:44:36',NULL,300.00,'','11','1','Good sold','1','512','sales','8','','No',NULL,NULL,''),(2624,'1100','111608019107','2020-12-15 10:58:39',300.00,NULL,'','11','1','Good sold','1','513','sales','','','No',NULL,NULL,''),(2625,'4000','111608019107','2020-12-15 10:58:39',NULL,300.00,'','11','1','Good sold','1','513','sales','8','','No',NULL,NULL,''),(2626,'1000','111608019336','2020-12-15 11:02:51',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2627,'4000','111608019336','2020-12-15 11:02:51',NULL,240.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2628,'1000','111608021302','2020-12-15 11:37:11',700.00,NULL,'','11','1','Good sold','1','514','sales','','','No',NULL,NULL,''),(2629,'4000','111608021302','2020-12-15 11:37:11',NULL,700.00,'','11','1','Good sold','1','514','sales','9','','No',NULL,NULL,''),(2630,'1000','111608022625','2020-12-15 11:57:23',600.00,NULL,'','11','1','Good sold','1','515','sales','','','No',NULL,NULL,''),(2631,'4000','111608022625','2020-12-15 11:57:23',NULL,600.00,'','11','1','Good sold','1','515','sales','8','','No',NULL,NULL,''),(2632,'1000','111608022717','2020-12-15 12:12:44',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(2633,'4000','111608022717','2020-12-15 12:12:44',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2634,'1000','111608024078','2020-12-15 12:21:38',300.00,NULL,'','11','1','Good sold','1','516','sales','','','No',NULL,NULL,''),(2635,'4000','111608024078','2020-12-15 12:21:38',NULL,300.00,'','11','1','Good sold','1','516','sales','8','','No',NULL,NULL,''),(2636,'1000','111608024160','2020-12-15 12:26:43',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2637,'4000','111608024160','2020-12-15 12:26:43',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2638,'1100','111608033993','2020-12-15 15:06:59',300.00,NULL,'','11','1','Good sold','1','517','sales','','','No',NULL,NULL,''),(2639,'4000','111608033993','2020-12-15 15:06:59',NULL,300.00,'','11','1','Good sold','1','517','sales','8','','No',NULL,NULL,''),(2640,'1000','111608034828','2020-12-15 15:21:14',900.00,NULL,'','11','1','Good sold','1','518','sales','','','No',NULL,NULL,''),(2641,'4000','111608034828','2020-12-15 15:21:14',NULL,900.00,'','11','1','Good sold','1','518','sales','8','','No',NULL,NULL,''),(2642,'1000','111608034951','2020-12-15 15:23:24',900.00,NULL,'','11','1','Good sold','1','519','sales','','','No',NULL,NULL,''),(2643,'4000','111608034951','2020-12-15 15:23:24',NULL,900.00,'','11','1','Good sold','1','519','sales','8','','No',NULL,NULL,''),(2644,'1000','111608035112','2020-12-15 16:23:19',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2645,'4000','111608035112','2020-12-15 16:23:19',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2646,'1000','111608040549','2020-12-15 16:56:02',150.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(2647,'4000','111608040549','2020-12-15 16:56:02',NULL,150.00,'','11','1','Good sold','1','520','sales','7','','No',NULL,NULL,''),(2648,'1000','111608041962','2020-12-15 17:20:05',1350.00,NULL,'','11','1','Good sold','1','521','sales','','','No',NULL,NULL,''),(2649,'4000','111608041962','2020-12-15 17:20:05',NULL,1350.00,'','11','1','Good sold','1','521','sales','5','','No',NULL,NULL,''),(2650,'1100','111608042083','2020-12-15 17:46:11',300.00,NULL,'','11','1','Good sold','1','522','sales','','','No',NULL,NULL,''),(2651,'4000','111608042083','2020-12-15 17:46:11',NULL,300.00,'','11','1','Good sold','1','522','sales','8','','No',NULL,NULL,''),(2652,'1000','111608043675','2020-12-15 17:48:12',300.00,NULL,'','11','1','Good sold','1','523','Payment','','','No',NULL,NULL,''),(2653,'4000','111608043675','2020-12-15 17:48:12',NULL,300.00,'','11','1','Good sold','1','523','sales','8','','No',NULL,NULL,''),(2654,'1000','111608043851','2020-12-15 18:15:29',300.00,NULL,'','11','1','Good sold','1','524','Payment','','','No',NULL,NULL,''),(2655,'4000','111608043851','2020-12-15 18:15:29',NULL,300.00,'','11','1','Good sold','1','524','sales','8','','No',NULL,NULL,''),(2656,'1000','111608046134','2020-12-15 18:29:14',300.00,NULL,'','11','1','Good sold','1','525','sales','','','No',NULL,NULL,''),(2657,'4000','111608046134','2020-12-15 18:29:14',NULL,300.00,'','11','1','Good sold','1','525','sales','8','','No',NULL,NULL,''),(2658,'1100','111608046225','2020-12-15 18:45:07',300.00,NULL,'','11','1','Good sold','1','524','sales','','','No',NULL,NULL,''),(2659,'4000','111608046225','2020-12-15 18:45:07',NULL,300.00,'','11','1','Good sold','1','524','sales','8','','No',NULL,NULL,''),(2660,'1100','111608048165','2020-12-15 19:03:10',900.00,NULL,'','11','1','Good sold','1','526','sales','','','No',NULL,NULL,''),(2661,'4000','111608048165','2020-12-15 19:03:10',NULL,900.00,'','11','1','Good sold','1','526','sales','8','','No',NULL,NULL,''),(2662,'1100','111608049086','2020-12-15 19:18:25',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(2663,'4000','111608049086','2020-12-15 19:18:25',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(2664,'1100','111608050000','2020-12-15 19:33:38',300.00,NULL,'','11','1','Good sold','1','528','sales','','','No',NULL,NULL,''),(2665,'4000','111608050000','2020-12-15 19:33:38',NULL,300.00,'','11','1','Good sold','1','528','sales','8','','No',NULL,NULL,''),(2666,'1100','111608050182','2020-12-15 19:36:51',450.00,NULL,'','11','1','Good sold','1','529','sales','','','No',NULL,NULL,''),(2667,'4000','111608050182','2020-12-15 19:36:51',NULL,450.00,'','11','1','Good sold','1','529','sales','5','','No',NULL,NULL,''),(2668,'1000','111608050324','2020-12-15 19:39:07',160.00,NULL,'','11','1','Good sold','1','528','Payment','','','No',NULL,NULL,''),(2669,'4000','111608050324','2020-12-15 19:39:07',NULL,160.00,'','11','1','Good sold','1','528','sales','6','','No',NULL,NULL,''),(2670,'1000','111608050419','2020-12-15 19:50:50',600.00,NULL,'','11','1','Good sold','1','530','Payment','','','No',NULL,NULL,''),(2671,'4000','111608050419','2020-12-15 19:50:50',NULL,600.00,'','11','1','Good sold','1','530','sales','8','','No',NULL,NULL,''),(2672,'1100','111608051127','2020-12-15 19:54:27',600.00,NULL,'','11','1','Good sold','1','531','sales','','','No',NULL,NULL,''),(2673,'4000','111608051127','2020-12-15 19:54:27',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(2674,'1100','111608051571','2020-12-15 20:00:03',600.00,NULL,'','11','1','Good sold','1','531','sales','','','No',NULL,NULL,''),(2675,'4000','111608051571','2020-12-15 20:00:03',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(2676,'1000','111608052199','2020-12-15 20:10:15',300.00,NULL,'','11','1','Good sold','1','532','Payment','','','No',NULL,NULL,''),(2677,'4000','111608052199','2020-12-15 20:10:15',NULL,300.00,'','11','1','Good sold','1','532','sales','8','','No',NULL,NULL,''),(2678,'1000','111608052424','2020-12-15 20:15:46',250.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(2679,'4000','111608052424','2020-12-15 20:15:46',NULL,250.00,'','11','1','Good sold','1','533','sales','4','','No',NULL,NULL,''),(2680,'1100','111608052616','2020-12-15 20:26:55',150.00,NULL,'','11','1','Good sold','1','534','sales','','','No',NULL,NULL,''),(2681,'4000','111608052616','2020-12-15 20:26:55',NULL,150.00,'','11','1','Good sold','1','534','sales','7','','No',NULL,NULL,''),(2682,'1000','111608054352','2020-12-15 20:46:15',450.00,NULL,'','11','1','Good sold','1','535','sales','','','No',NULL,NULL,''),(2683,'4000','111608054352','2020-12-15 20:46:15',NULL,450.00,'','11','1','Good sold','1','535','sales','5','','No',NULL,NULL,''),(2684,'1000','111608054491','2020-12-15 21:17:20',450.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(2685,'4000','111608054491','2020-12-15 21:17:20',NULL,450.00,'','11','1','Good sold','1','536','sales','5','','No',NULL,NULL,''),(2686,'1000','111608056300','2020-12-15 21:19:01',450.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(2687,'4000','111608056300','2020-12-15 21:19:01',NULL,450.00,'','11','1','Good sold','1','536','sales','5','','No',NULL,NULL,''),(2688,'1100','111608101769','2020-12-16 09:56:32',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(2689,'4000','111608101769','2020-12-16 09:56:32',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(2690,'1100','111608102092','2020-12-16 10:01:49',300.00,NULL,'','11','1','Good sold','1','538','sales','','','No',NULL,NULL,''),(2691,'4000','111608102092','2020-12-16 10:01:49',NULL,300.00,'','11','1','Good sold','1','538','sales','7','','No',NULL,NULL,''),(2692,'1100','111608104396','2020-12-16 10:40:37',80.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(2693,'4000','111608104396','2020-12-16 10:40:37',NULL,80.00,'','11','1','Good sold','1','53','sales','6','','No',NULL,NULL,''),(2694,'1100','111608104714','2020-12-16 10:45:27',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(2695,'4000','111608104714','2020-12-16 10:45:27',NULL,300.00,'','11','1','Good sold','1','539','sales','8','','No',NULL,NULL,''),(2696,'1000','111608105273','2020-12-16 10:54:55',350.00,NULL,'','11','1','Good sold','1','540','Payment','','','No',NULL,NULL,''),(2697,'4000','111608105273','2020-12-16 10:54:55',NULL,350.00,'','11','1','Good sold','1','540','sales','9','','No',NULL,NULL,''),(2698,'1100','111608106083','2020-12-16 11:10:41',300.00,NULL,'','11','1','Good sold','1','182','sales','','','No',NULL,NULL,''),(2699,'4000','111608106083','2020-12-16 11:10:41',NULL,300.00,'','11','1','Good sold','1','182','sales','8','','No',NULL,NULL,''),(2700,'1100','111608107546','2020-12-16 11:32:51',1800.00,NULL,'','11','1','Good sold','1','541','sales','','','No',NULL,NULL,''),(2701,'4000','111608107546','2020-12-16 11:32:51',NULL,1800.00,'','11','1','Good sold','1','541','sales','8','','No',NULL,NULL,''),(2702,'1100','111608109253','2020-12-16 12:03:24',300.00,NULL,'','11','1','Good sold','1','542','sales','','','No',NULL,NULL,''),(2703,'4000','111608109253','2020-12-16 12:03:24',NULL,300.00,'','11','1','Good sold','1','542','sales','8','','No',NULL,NULL,''),(2704,'1100','111608114417','2020-12-16 13:27:09',300.00,NULL,'','11','1','Good sold','1','543','sales','','','No',NULL,NULL,''),(2705,'4000','111608114417','2020-12-16 13:27:09',NULL,300.00,'','11','1','Good sold','1','543','sales','8','','No',NULL,NULL,''),(2706,'1100','111608114601','2020-12-16 13:30:14',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(2707,'4000','111608114601','2020-12-16 13:30:14',NULL,300.00,'','11','1','Good sold','1','544','sales','8','','No',NULL,NULL,''),(2708,'1100','111608115793','2020-12-16 13:50:04',300.00,NULL,'','11','1','Good sold','1','545','sales','','','No',NULL,NULL,''),(2709,'4000','111608115793','2020-12-16 13:50:04',NULL,300.00,'','11','1','Good sold','1','545','sales','8','','No',NULL,NULL,''),(2710,'1100','111608116091','2020-12-16 13:55:28',600.00,NULL,'','11','1','Good sold','1','546','sales','','','No',NULL,NULL,''),(2711,'4000','111608116091','2020-12-16 13:55:28',NULL,600.00,'','11','1','Good sold','1','546','sales','8','','No',NULL,NULL,''),(2712,'1100','111608118253','2020-12-16 14:31:17',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(2713,'4000','111608118253','2020-12-16 14:31:17',NULL,600.00,'','11','1','Good sold','1','547','sales','8','','No',NULL,NULL,''),(2714,'1100','111608119347','2020-12-16 14:49:44',150.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(2715,'4000','111608119347','2020-12-16 14:49:44',NULL,150.00,'','11','1','Good sold','1','548','sales','7','','No',NULL,NULL,''),(2716,'1000','111608120127','2020-12-16 15:02:27',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2717,'4000','111608120127','2020-12-16 15:02:27',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2718,'1100','111608120262','2020-12-16 15:04:57',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(2719,'4000','111608120262','2020-12-16 15:04:57',NULL,600.00,'','11','1','Good sold','1','549','sales','8','','No',NULL,NULL,''),(2720,'1100','111608120491','2020-12-16 15:08:33',240.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(2721,'4000','111608120491','2020-12-16 15:08:33',NULL,240.00,'','11','1','Good sold','1','550','sales','6','','No',NULL,NULL,''),(2722,'1100','111608120634','2020-12-16 15:10:54',240.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(2723,'4000','111608120634','2020-12-16 15:10:54',NULL,240.00,'','11','1','Good sold','1','549','sales','6','','No',NULL,NULL,''),(2724,'1000','111608120932','2020-12-16 15:15:44',300.00,NULL,'','11','1','Good sold','1','551','Payment','','','No',NULL,NULL,''),(2725,'4000','111608120932','2020-12-16 15:15:44',NULL,300.00,'','11','1','Good sold','1','551','sales','8','','No',NULL,NULL,''),(2726,'1000','111608123871','2020-12-16 16:04:51',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2727,'4000','111608123871','2020-12-16 16:04:51',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2728,'1000','111608127347','2020-12-16 17:03:03',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2729,'4000','111608127347','2020-12-16 17:03:03',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2730,'1000','111608127389','2020-12-16 17:03:41',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2731,'4000','111608127389','2020-12-16 17:03:41',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2732,'1100','111608129107','2020-12-16 17:32:02',300.00,NULL,'','11','1','Good sold','1','552','sales','','','No',NULL,NULL,''),(2733,'4000','111608129107','2020-12-16 17:32:02',NULL,300.00,'','11','1','Good sold','1','552','sales','8','','No',NULL,NULL,''),(2734,'1100','111608129259','2020-12-16 17:34:44',900.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(2735,'4000','111608129259','2020-12-16 17:34:44',NULL,900.00,'','11','1','Good sold','1','385','sales','8','','No',NULL,NULL,''),(2736,'1000','111608130336','2020-12-16 17:52:43',300.00,NULL,'','11','1','Good sold','1','553','sales','','','No',NULL,NULL,''),(2737,'4000','111608130336','2020-12-16 17:52:43',NULL,300.00,'','11','1','Good sold','1','553','sales','8','','No',NULL,NULL,''),(2738,'1100','111608131379','2020-12-16 18:10:04',700.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(2739,'4000','111608131379','2020-12-16 18:10:04',NULL,700.00,'','11','1','Good sold','1','554','sales','9','','No',NULL,NULL,''),(2740,'1100','111608131529','2020-12-16 18:12:27',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(2741,'4000','111608131529','2020-12-16 18:12:27',NULL,300.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(2742,'1100','111608131785','2020-12-16 18:16:58',300.00,NULL,'','11','1','Good sold','1','100','sales','','','No',NULL,NULL,''),(2743,'4000','111608131785','2020-12-16 18:16:58',NULL,300.00,'','11','1','Good sold','1','100','sales','8','','No',NULL,NULL,''),(2744,'1100','111608133307','2020-12-16 18:42:29',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(2745,'4000','111608133307','2020-12-16 18:42:29',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(2746,'1100','111608133501','2020-12-16 18:45:17',300.00,NULL,'','11','1','Good sold','1','556','sales','','','No',NULL,NULL,''),(2747,'4000','111608133501','2020-12-16 18:45:17',NULL,300.00,'','11','1','Good sold','1','556','sales','8','','No',NULL,NULL,''),(2748,'1100','111608133872','2020-12-16 18:51:33',600.00,NULL,'','11','1','Good sold','1','557','sales','','','No',NULL,NULL,''),(2749,'4000','111608133872','2020-12-16 18:51:33',NULL,600.00,'','11','1','Good sold','1','557','sales','8','','No',NULL,NULL,''),(2750,'1000','111608134402','2020-12-16 19:00:16',300.00,NULL,'','11','1','Good sold','1','558','Payment','','','No',NULL,NULL,''),(2751,'4000','111608134402','2020-12-16 19:00:16',NULL,300.00,'','11','1','Good sold','1','558','sales','8','','No',NULL,NULL,''),(2752,'1100','111608134563','2020-12-16 19:02:53',300.00,NULL,'','11','1','Good sold','1','559','sales','','','No',NULL,NULL,''),(2753,'4000','111608134563','2020-12-16 19:02:53',NULL,300.00,'','11','1','Good sold','1','559','sales','8','','No',NULL,NULL,''),(2754,'1000','111608134817','2020-12-16 19:07:13',450.00,NULL,'','11','1','Good sold','1','560','sales','','','No',NULL,NULL,''),(2755,'4000','111608134817','2020-12-16 19:07:13',NULL,450.00,'','11','1','Good sold','1','560','sales','5','','No',NULL,NULL,''),(2756,'1000','111608136238','2020-12-16 19:31:18',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2757,'4000','111608136238','2020-12-16 19:31:18',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2758,'1000','111608136286','2020-12-16 19:32:09',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2759,'4000','111608136286','2020-12-16 19:32:09',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2760,'1100','111608137513','2020-12-16 19:52:09',150.00,NULL,'','11','1','Good sold','1','561','sales','','','No',NULL,NULL,''),(2761,'4000','111608137513','2020-12-16 19:52:09',NULL,150.00,'','11','1','Good sold','1','561','sales','7','','No',NULL,NULL,''),(2762,'1100','111608140550','2020-12-16 20:43:01',600.00,NULL,'','11','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(2763,'4000','111608140550','2020-12-16 20:43:01',NULL,600.00,'','11','1','Good sold','1','435','sales','8','','No',NULL,NULL,''),(2764,'1100','111608142603','2020-12-16 21:17:05',600.00,NULL,'','11','1','Good sold','1','562','sales','','','No',NULL,NULL,''),(2765,'4000','111608142603','2020-12-16 21:17:05',NULL,600.00,'','11','1','Good sold','1','562','sales','8','','No',NULL,NULL,''),(2766,'1100','111608187052','2020-12-17 09:37:51',600.00,NULL,'','11','1','Good sold','1','563','sales','','','No',NULL,NULL,''),(2767,'4000','111608187052','2020-12-17 09:37:51',NULL,600.00,'','11','1','Good sold','1','563','sales','8','','No',NULL,NULL,''),(2768,'1000','111608187391','2020-12-17 09:43:37',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2769,'4000','111608187391','2020-12-17 09:43:37',NULL,350.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2770,'1000','111608187426','2020-12-17 09:44:15',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2771,'4000','111608187426','2020-12-17 09:44:15',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2772,'1100','111608187477','2020-12-17 09:45:56',900.00,NULL,'','11','1','Good sold','1','564','sales','','','No',NULL,NULL,''),(2773,'4000','111608187477','2020-12-17 09:45:56',NULL,900.00,'','11','1','Good sold','1','564','sales','8','','No',NULL,NULL,''),(2774,'1100','111608197075','2020-12-17 12:24:50',150.00,NULL,'','11','1','Good sold','1','565','sales','','','No',NULL,NULL,''),(2775,'4000','111608197075','2020-12-17 12:24:50',NULL,150.00,'','11','1','Good sold','1','565','sales','7','','No',NULL,NULL,''),(2776,'1100','111608198813','2020-12-17 12:53:54',900.00,NULL,'','11','1','Good sold','1','566','sales','','','No',NULL,NULL,''),(2777,'4000','111608198813','2020-12-17 12:53:54',NULL,900.00,'','11','1','Good sold','1','566','sales','8','','No',NULL,NULL,''),(2778,'1000','111608200031','2020-12-17 13:14:03',300.00,NULL,'','11','1','Good sold','1','567','sales','','','No',NULL,NULL,''),(2779,'4000','111608200031','2020-12-17 13:14:03',NULL,300.00,'','11','1','Good sold','1','567','sales','8','','No',NULL,NULL,''),(2780,'1000','111608200141','2020-12-17 13:16:18',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2781,'4000','111608200141','2020-12-17 13:16:18',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2782,'1000','111608200195','2020-12-17 13:46:26',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2783,'4000','111608200195','2020-12-17 13:46:26',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2784,'1100','111608203020','2020-12-17 14:03:56',300.00,NULL,'','11','1','Good sold','1','568','sales','','','No',NULL,NULL,''),(2785,'4000','111608203020','2020-12-17 14:03:56',NULL,300.00,'','11','1','Good sold','1','568','sales','8','','No',NULL,NULL,''),(2786,'1000','111608203141','2020-12-17 14:05:52',300.00,NULL,'','11','1','Good sold','1','568','sales','','','No',NULL,NULL,''),(2787,'4000','111608203141','2020-12-17 14:05:52',NULL,300.00,'','11','1','Good sold','1','568','sales','8','','No',NULL,NULL,''),(2788,'1000','111608204261','2020-12-17 14:24:37',160.00,NULL,'','11','1','Good sold','1','569','sales','','','No',NULL,NULL,''),(2789,'4000','111608204261','2020-12-17 14:24:37',NULL,160.00,'','11','1','Good sold','1','569','sales','6','','No',NULL,NULL,''),(2790,'1100','111608206954','2020-12-17 15:09:26',300.00,NULL,'','11','1','Good sold','1','570','sales','','','No',NULL,NULL,''),(2791,'4000','111608206954','2020-12-17 15:09:26',NULL,300.00,'','11','1','Good sold','1','570','sales','8','','No',NULL,NULL,''),(2792,'1100','111608211641','2020-12-17 16:27:42',350.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(2793,'4000','111608211641','2020-12-17 16:27:42',NULL,350.00,'','11','1','Good sold','1','571','sales','10','','No',NULL,NULL,''),(2794,'1100','111608211877','2020-12-17 16:31:32',350.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(2795,'4000','111608211877','2020-12-17 16:31:32',NULL,350.00,'','11','1','Good sold','1','571','sales','9','','No',NULL,NULL,''),(2796,'1100','111608213014','2020-12-17 16:50:41',300.00,NULL,'','11','1','Good sold','1','572','sales','','','No',NULL,NULL,''),(2797,'4000','111608213014','2020-12-17 16:50:41',NULL,300.00,'','11','1','Good sold','1','572','sales','8','','No',NULL,NULL,''),(2798,'1100','111608214658','2020-12-17 17:18:21',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(2799,'4000','111608214658','2020-12-17 17:18:21',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(2800,'1100','111608217543','2020-12-17 18:05:53',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(2801,'4000','111608217543','2020-12-17 18:05:53',NULL,300.00,'','11','1','Good sold','1','574','sales','8','','No',NULL,NULL,''),(2802,'1100','111608217691','2020-12-17 18:08:28',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(2803,'4000','111608217691','2020-12-17 18:08:28',NULL,300.00,'','11','1','Good sold','1','575','sales','8','','No',NULL,NULL,''),(2804,'1000','111608219671','2020-12-17 18:41:33',3500.00,NULL,'','11','1','Good sold','1','576','sales','','','No',NULL,NULL,''),(2805,'4000','111608219671','2020-12-17 18:41:33',NULL,3500.00,'','11','1','Good sold','1','576','sales','9','','No',NULL,NULL,''),(2806,'1100','111608220524','2020-12-17 18:55:40',450.00,NULL,'','11','1','Good sold','1','577','sales','','','No',NULL,NULL,''),(2807,'4000','111608220524','2020-12-17 18:55:40',NULL,450.00,'','11','1','Good sold','1','577','sales','5','','No',NULL,NULL,''),(2808,'1100','111608220941','2020-12-17 19:02:36',250.00,NULL,'','11','1','Good sold','1','578','sales','','','No',NULL,NULL,''),(2809,'4000','111608220941','2020-12-17 19:02:36',NULL,250.00,'','11','1','Good sold','1','578','sales','4','','No',NULL,NULL,''),(2810,'1100','111608223694','2020-12-17 19:48:25',150.00,NULL,'','11','1','Good sold','1','579','sales','','','No',NULL,NULL,''),(2811,'4000','111608223694','2020-12-17 19:48:25',NULL,150.00,'','11','1','Good sold','1','579','sales','7','','No',NULL,NULL,''),(2812,'1000','111608225624','2020-12-17 20:20:46',600.00,NULL,'','11','1','Good sold','1','580','Payment','','','No',NULL,NULL,''),(2813,'4000','111608225624','2020-12-17 20:20:46',NULL,600.00,'','11','1','Good sold','1','580','sales','8','','No',NULL,NULL,''),(2814,'1100','111608227926','2020-12-17 20:58:57',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(2815,'4000','111608227926','2020-12-17 20:58:57',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(2816,'1000','111608228095','2020-12-17 21:01:49',300.00,NULL,'','11','1','Good sold','1','582','sales','','','No',NULL,NULL,''),(2817,'4000','111608228095','2020-12-17 21:01:49',NULL,300.00,'','11','1','Good sold','1','582','sales','8','','No',NULL,NULL,''),(2818,'1000','111608228173','2020-12-17 21:03:17',250.00,NULL,'','11','1','Good sold','1','583','sales','','','No',NULL,NULL,''),(2819,'4000','111608228173','2020-12-17 21:03:17',NULL,250.00,'','11','1','Good sold','1','583','sales','4','','No',NULL,NULL,''),(2820,'1000','111608270111','2020-12-18 08:42:21',2800.00,NULL,'','11','1','Good sold','1','584','sales','','','No',NULL,NULL,''),(2821,'4000','111608270111','2020-12-18 08:42:21',NULL,2800.00,'','11','1','Good sold','1','584','sales','9','','No',NULL,NULL,''),(2822,'1100','111608271929','2020-12-18 09:12:24',300.00,NULL,'','11','1','Good sold','1','585','sales','','','No',NULL,NULL,''),(2823,'4000','111608271929','2020-12-18 09:12:24',NULL,300.00,'','11','1','Good sold','1','585','sales','8','','No',NULL,NULL,''),(2824,'1100','111608272092','2020-12-18 09:15:08',600.00,NULL,'','11','1','Good sold','1','376','sales','','','No',NULL,NULL,''),(2825,'4000','111608272092','2020-12-18 09:15:08',NULL,600.00,'','11','1','Good sold','1','376','sales','8','','No',NULL,NULL,''),(2826,'1000','111608277473','2020-12-18 10:54:59',300.00,NULL,'','11','1','Good sold','1','586','sales','','','No',NULL,NULL,''),(2827,'4000','111608277473','2020-12-18 10:54:59',NULL,300.00,'','11','1','Good sold','1','586','sales','8','','No',NULL,NULL,''),(2828,'1000','111608278157','2020-12-18 12:13:35',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2829,'4000','111608278157','2020-12-18 12:13:35',NULL,700.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2830,'1100','111608283192','2020-12-18 12:20:04',300.00,NULL,'','11','1','Good sold','1','587','sales','','','No',NULL,NULL,''),(2831,'4000','111608283192','2020-12-18 12:20:04',NULL,300.00,'','11','1','Good sold','1','587','sales','8','','No',NULL,NULL,''),(2832,'1000','111608284383','2020-12-18 12:39:53',300.00,NULL,'','11','1','Good sold','1','588','Payment','','','No',NULL,NULL,''),(2833,'4000','111608284383','2020-12-18 12:39:53',NULL,300.00,'','11','1','Good sold','1','588','sales','8','','No',NULL,NULL,''),(2834,'1000','111608284713','2020-12-18 12:45:39',300.00,NULL,'','11','1','Good sold','1','523','sales','','','No',NULL,NULL,''),(2835,'4000','111608284713','2020-12-18 12:45:39',NULL,300.00,'','11','1','Good sold','1','523','sales','7','','No',NULL,NULL,''),(2836,'1000','111608284821','2020-12-18 12:49:45',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2837,'4000','111608284821','2020-12-18 12:49:45',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2838,'1000','1441608289909','2020-12-18 14:14:58',300.00,NULL,'','144','1','Good sold','1','','sales','','','No',NULL,NULL,''),(2839,'4000','1441608289909','2020-12-18 14:14:58',NULL,300.00,'','144','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2840,'1100','111608290496','2020-12-18 14:21:52',600.00,NULL,'','11','1','Good sold','1','589','sales','','','No',NULL,NULL,''),(2841,'4000','111608290496','2020-12-18 14:21:52',NULL,600.00,'','11','1','Good sold','1','589','sales','8','','No',NULL,NULL,''),(2842,'1100','111608292233','2020-12-18 14:55:23',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(2843,'4000','111608292233','2020-12-18 14:55:23',NULL,450.00,'','11','1','Good sold','1','590','sales','7','','No',NULL,NULL,''),(2844,'1100','111608296852','2020-12-18 16:08:00',900.00,NULL,'','11','1','Good sold','1','591','sales','','','No',NULL,NULL,''),(2845,'4000','111608296852','2020-12-18 16:08:00',NULL,900.00,'','11','1','Good sold','1','591','sales','5','','No',NULL,NULL,''),(2846,'1100','111608299031','2020-12-18 16:44:02',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(2847,'4000','111608299031','2020-12-18 16:44:02',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(2848,'1100','111608303467','2020-12-18 17:57:56',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(2849,'4000','111608303467','2020-12-18 17:57:56',NULL,300.00,'','11','1','Good sold','1','592','sales','8','','No',NULL,NULL,''),(2850,'1100','111608303669','2020-12-18 18:04:49',150.00,NULL,'','11','1','Good sold','1','593','sales','','','No',NULL,NULL,''),(2851,'4000','111608303669','2020-12-18 18:04:49',NULL,150.00,'','11','1','Good sold','1','593','sales','7','','No',NULL,NULL,''),(2852,'1100','111608304154','2020-12-18 18:09:26',80.00,NULL,'','11','1','Good sold','1','593','sales','','','No',NULL,NULL,''),(2853,'4000','111608304154','2020-12-18 18:09:26',NULL,80.00,'','11','1','Good sold','1','593','sales','6','','No',NULL,NULL,''),(2854,'1100','111608305253','2020-12-18 18:27:53',600.00,NULL,'','11','1','Good sold','1','594','sales','','','No',NULL,NULL,''),(2855,'4000','111608305253','2020-12-18 18:27:53',NULL,600.00,'','11','1','Good sold','1','594','sales','8','','No',NULL,NULL,''),(2856,'1100','111608305481','2020-12-18 18:31:39',600.00,NULL,'','11','1','Good sold','1','595','sales','','','No',NULL,NULL,''),(2857,'4000','111608305481','2020-12-18 18:31:39',NULL,600.00,'','11','1','Good sold','1','595','sales','8','','No',NULL,NULL,''),(2858,'1000','111608305815','2020-12-18 18:37:21',1050.00,NULL,'','11','1','Good sold','1','596','sales','','','No',NULL,NULL,''),(2859,'4000','111608305815','2020-12-18 18:37:21',NULL,1050.00,'','11','1','Good sold','1','596','sales','9','','No',NULL,NULL,''),(2860,'1000','111608305926','2020-12-18 18:42:10',600.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(2861,'4000','111608305926','2020-12-18 18:42:10',NULL,600.00,'','11','1','Good sold','1','597','sales','8','','No',NULL,NULL,''),(2862,'1100','111608308293','2020-12-18 19:18:28',300.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(2863,'4000','111608308293','2020-12-18 19:18:28',NULL,300.00,'','11','1','Good sold','1','598','sales','8','','No',NULL,NULL,''),(2864,'1000','111608311427','2020-12-18 20:10:42',300.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(2865,'4000','111608311427','2020-12-18 20:10:42',NULL,300.00,'','11','1','Good sold','1','599','sales','8','','No',NULL,NULL,''),(2866,'1000','111608313507','2020-12-18 20:45:21',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2867,'4000','111608313507','2020-12-18 20:45:21',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2868,'1100','111608313531','2020-12-18 21:14:09',150.00,NULL,'','11','1','Good sold','1','600','sales','','','No',NULL,NULL,''),(2869,'4000','111608313531','2020-12-18 21:14:09',NULL,150.00,'','11','1','Good sold','1','600','sales','7','','No',NULL,NULL,''),(2870,'1000','111608315645','2020-12-18 21:21:01',300.00,NULL,'','11','1','Good sold','1','601','sales','','','No',NULL,NULL,''),(2871,'4000','111608315645','2020-12-18 21:21:01',NULL,300.00,'','11','1','Good sold','1','601','sales','8','','No',NULL,NULL,''),(2872,'1100','111608355219','2020-12-19 08:20:30',300.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(2873,'4000','111608355219','2020-12-19 08:20:30',NULL,300.00,'','11','1','Good sold','1','602','sales','8','','No',NULL,NULL,''),(2874,'1000','111608363647','2020-12-19 10:41:05',1400.00,NULL,'','11','1','Good sold','1','603','sales','','','No',NULL,NULL,''),(2875,'4000','111608363647','2020-12-19 10:41:05',NULL,1400.00,'','11','1','Good sold','1','603','sales','9','','No',NULL,NULL,''),(2876,'1100','111608364066','2020-12-19 10:48:07',450.00,NULL,'','11','1','Good sold','1','604','sales','','','No',NULL,NULL,''),(2877,'4000','111608364066','2020-12-19 10:48:07',NULL,450.00,'','11','1','Good sold','1','604','sales','7','','No',NULL,NULL,''),(2878,'1100','111608365007','2020-12-19 11:03:47',600.00,NULL,'','11','1','Good sold','1','605','sales','','','No',NULL,NULL,''),(2879,'4000','111608365007','2020-12-19 11:03:47',NULL,600.00,'','11','1','Good sold','1','605','sales','8','','No',NULL,NULL,''),(2880,'1100','111608365998','2020-12-19 11:20:22',600.00,NULL,'','11','1','Good sold','1','606','sales','','','No',NULL,NULL,''),(2881,'4000','111608365998','2020-12-19 11:20:22',NULL,600.00,'','11','1','Good sold','1','606','sales','8','','No',NULL,NULL,''),(2882,'1000','111608367358','2020-12-19 11:42:48',300.00,NULL,'','11','1','Good sold','1','607','Payment','','','No',NULL,NULL,''),(2883,'4000','111608367358','2020-12-19 11:42:48',NULL,300.00,'','11','1','Good sold','1','607','sales','8','','No',NULL,NULL,''),(2884,'1100','111608367492','2020-12-19 11:58:40',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(2885,'4000','111608367492','2020-12-19 11:58:40',NULL,150.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(2886,'1100','111608368735','2020-12-19 12:05:47',300.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(2887,'4000','111608368735','2020-12-19 12:05:47',NULL,300.00,'','11','1','Good sold','1','609','sales','8','','No',NULL,NULL,''),(2888,'1100','111608371140','2020-12-19 12:46:06',1200.00,NULL,'','11','1','Good sold','1','610','sales','','','No',NULL,NULL,''),(2889,'4000','111608371140','2020-12-19 12:46:06',NULL,1200.00,'','11','1','Good sold','1','610','sales','8','','No',NULL,NULL,''),(2890,'1100','111608373527','2020-12-19 13:25:44',300.00,NULL,'','11','1','Good sold','1','611','sales','','','No',NULL,NULL,''),(2891,'4000','111608373527','2020-12-19 13:25:44',NULL,300.00,'','11','1','Good sold','1','611','sales','8','','No',NULL,NULL,''),(2892,'1100','111608373673','2020-12-19 13:28:10',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(2893,'4000','111608373673','2020-12-19 13:28:10',NULL,150.00,'','11','1','Good sold','1','612','sales','7','','No',NULL,NULL,''),(2894,'1100','111608373807','2020-12-19 13:47:09',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(2895,'4000','111608373807','2020-12-19 13:47:09',NULL,150.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(2896,'1000','111608378156','2020-12-19 14:42:48',300.00,NULL,'','11','1','Good sold','1','614','sales','','','No',NULL,NULL,''),(2897,'4000','111608378156','2020-12-19 14:42:48',NULL,300.00,'','11','1','Good sold','1','614','sales','8','','No',NULL,NULL,''),(2898,'1100','111608378237','2020-12-19 14:46:19',150.00,NULL,'','11','1','Good sold','1','615','sales','','','No',NULL,NULL,''),(2899,'4000','111608378237','2020-12-19 14:46:19',NULL,150.00,'','11','1','Good sold','1','615','sales','7','','No',NULL,NULL,''),(2900,'1100','111608378731','2020-12-19 14:52:25',300.00,NULL,'','11','1','Good sold','1','616','sales','','','No',NULL,NULL,''),(2901,'4000','111608378731','2020-12-19 14:52:25',NULL,300.00,'','11','1','Good sold','1','616','sales','8','','No',NULL,NULL,''),(2902,'1100','111608380057','2020-12-19 15:14:40',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(2903,'4000','111608380057','2020-12-19 15:14:40',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(2904,'1100','111608380195','2020-12-19 15:16:45',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(2905,'4000','111608380195','2020-12-19 15:16:45',NULL,300.00,'','11','1','Good sold','1','617','sales','8','','No',NULL,NULL,''),(2906,'1000','111608380502','2020-12-19 15:21:56',300.00,NULL,'','11','1','Good sold','1','618','sales','','','No',NULL,NULL,''),(2907,'4000','111608380502','2020-12-19 15:21:56',NULL,300.00,'','11','1','Good sold','1','618','sales','8','','No',NULL,NULL,''),(2908,'1000','111608380564','2020-12-19 15:28:54',300.00,NULL,'','11','1','Good sold','1','619','sales','','','No',NULL,NULL,''),(2909,'4000','111608380564','2020-12-19 15:28:54',NULL,300.00,'','11','1','Good sold','1','619','sales','8','','No',NULL,NULL,''),(2910,'1000','111608381010','2020-12-19 15:30:40',150.00,NULL,'','11','1','Good sold','1','620','Payment','','','No',NULL,NULL,''),(2911,'4000','111608381010','2020-12-19 15:30:40',NULL,150.00,'','11','1','Good sold','1','620','sales','7','','No',NULL,NULL,''),(2912,'1100','111608382984','2020-12-19 16:03:14',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(2913,'4000','111608382984','2020-12-19 16:03:14',NULL,300.00,'','11','1','Good sold','1','621','sales','8','','No',NULL,NULL,''),(2914,'1100','111608383415','2020-12-19 16:10:26',350.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(2915,'4000','111608383415','2020-12-19 16:10:26',NULL,350.00,'','11','1','Good sold','1','554','sales','9','','No',NULL,NULL,''),(2916,'1100','111608383884','2020-12-19 16:18:33',600.00,NULL,'','11','1','Good sold','1','622','sales','','','No',NULL,NULL,''),(2917,'4000','111608383884','2020-12-19 16:18:33',NULL,600.00,'','11','1','Good sold','1','622','sales','8','','No',NULL,NULL,''),(2918,'1100','111608385541','2020-12-19 16:45:55',150.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(2919,'4000','111608385541','2020-12-19 16:45:55',NULL,150.00,'','11','1','Good sold','1','139','sales','7','','No',NULL,NULL,''),(2920,'1100','111608385944','2020-12-19 16:53:09',900.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(2921,'4000','111608385944','2020-12-19 16:53:09',NULL,900.00,'','11','1','Good sold','1','623','sales','5','','No',NULL,NULL,''),(2922,'1100','111608390208','2020-12-19 18:03:43',300.00,NULL,'','11','1','Good sold','1','624','sales','','','No',NULL,NULL,''),(2923,'4000','111608390208','2020-12-19 18:03:43',NULL,300.00,'','11','1','Good sold','1','624','sales','8','','No',NULL,NULL,''),(2924,'1100','111608390611','2020-12-19 18:10:23',300.00,NULL,'','11','1','Good sold','1','625','sales','','','No',NULL,NULL,''),(2925,'4000','111608390611','2020-12-19 18:10:23',NULL,300.00,'','11','1','Good sold','1','625','sales','8','','No',NULL,NULL,''),(2926,'1100','111608392671','2020-12-19 18:44:43',300.00,NULL,'','11','1','Good sold','1','626','sales','','','No',NULL,NULL,''),(2927,'4000','111608392671','2020-12-19 18:44:43',NULL,300.00,'','11','1','Good sold','1','626','sales','8','','No',NULL,NULL,''),(2928,'1000','111608394012','2020-12-19 19:07:05',300.00,NULL,'','11','1','Good sold','1','627','sales','','','No',NULL,NULL,''),(2929,'4000','111608394012','2020-12-19 19:07:05',NULL,300.00,'','11','1','Good sold','1','627','sales','8','','No',NULL,NULL,''),(2930,'1100','111608394101','2020-12-19 19:08:43',300.00,NULL,'','11','1','Good sold','1','628','sales','','','No',NULL,NULL,''),(2931,'4000','111608394101','2020-12-19 19:08:43',NULL,300.00,'','11','1','Good sold','1','628','sales','8','','No',NULL,NULL,''),(2932,'1000','111608395765','2020-12-19 19:36:18',300.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(2933,'4000','111608395765','2020-12-19 19:36:18',NULL,300.00,'','11','1','Good sold','1','629','sales','8','','No',NULL,NULL,''),(2934,'1100','111608396323','2020-12-19 20:10:30',300.00,NULL,'','11','1','Good sold','1','630','sales','','','No',NULL,NULL,''),(2935,'4000','111608396323','2020-12-19 20:10:30',NULL,300.00,'','11','1','Good sold','1','630','sales','8','','No',NULL,NULL,''),(2936,'1000','111608401910','2020-12-19 21:18:47',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2937,'4000','111608401910','2020-12-19 21:18:47',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2938,'1100','111608447397','2020-12-20 09:56:54',600.00,NULL,'','11','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(2939,'4000','111608447397','2020-12-20 09:56:54',NULL,600.00,'','11','1','Good sold','1','386','sales','8','','No',NULL,NULL,''),(2940,'1100','111608448814','2020-12-20 10:20:37',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(2941,'4000','111608448814','2020-12-20 10:20:37',NULL,150.00,'','11','1','Good sold','1','631','sales','7','','No',NULL,NULL,''),(2942,'1100','111608448991','2020-12-20 10:23:23',350.00,NULL,'','11','1','Good sold','1','632','sales','','','No',NULL,NULL,''),(2943,'4000','111608448991','2020-12-20 10:23:23',NULL,350.00,'','11','1','Good sold','1','632','sales','9','','No',NULL,NULL,''),(2944,'1100','111608450541','2020-12-20 10:49:23',600.00,NULL,'','11','1','Good sold','1','633','sales','','','No',NULL,NULL,''),(2945,'4000','111608450541','2020-12-20 10:49:23',NULL,600.00,'','11','1','Good sold','1','633','sales','8','','No',NULL,NULL,''),(2946,'1100','111608450675','2020-12-20 10:51:29',1200.00,NULL,'','11','1','Good sold','1','634','sales','','','No',NULL,NULL,''),(2947,'4000','111608450675','2020-12-20 10:51:29',NULL,1200.00,'','11','1','Good sold','1','634','sales','8','','No',NULL,NULL,''),(2948,'1100','111608451780','2020-12-20 11:09:55',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(2949,'4000','111608451780','2020-12-20 11:09:55',NULL,600.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(2950,'1000','111608454007','2020-12-20 11:47:05',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2951,'4000','111608454007','2020-12-20 11:47:05',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2952,'1000','111608454034','2020-12-20 11:56:03',900.00,NULL,'','11','1','Good sold','1','636','Payment','','','No',NULL,NULL,''),(2953,'4000','111608454034','2020-12-20 11:56:03',NULL,900.00,'','11','1','Good sold','1','636','sales','5','','No',NULL,NULL,''),(2954,'1100','111608454617','2020-12-20 11:57:53',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(2955,'4000','111608454617','2020-12-20 11:57:53',NULL,300.00,'','11','1','Good sold','1','637','sales','8','','No',NULL,NULL,''),(2956,'1100','111608454805','2020-12-20 12:00:22',900.00,NULL,'','11','1','Good sold','1','97','sales','','','No',NULL,NULL,''),(2957,'4000','111608454805','2020-12-20 12:00:22',NULL,900.00,'','11','1','Good sold','1','97','sales','8','','No',NULL,NULL,''),(2958,'1100','111608455472','2020-12-20 12:11:27',300.00,NULL,'','11','1','Good sold','1','97','sales','','','No',NULL,NULL,''),(2959,'4000','111608455472','2020-12-20 12:11:27',NULL,300.00,'','11','1','Good sold','1','97','sales','8','','No',NULL,NULL,''),(2960,'1100','111608456071','2020-12-20 12:21:46',600.00,NULL,'','11','1','Good sold','1','49','sales','','','No',NULL,NULL,''),(2961,'4000','111608456071','2020-12-20 12:21:46',NULL,600.00,'','11','1','Good sold','1','49','sales','8','','No',NULL,NULL,''),(2962,'1100','111608457076','2020-12-20 12:38:14',300.00,NULL,'','11','1','Good sold','1','638','sales','','','No',NULL,NULL,''),(2963,'4000','111608457076','2020-12-20 12:38:14',NULL,300.00,'','11','1','Good sold','1','638','sales','8','','No',NULL,NULL,''),(2964,'1000','111608457498','2020-12-20 12:45:12',900.00,NULL,'','11','1','Good sold','1','355','sales','','','No',NULL,NULL,''),(2965,'4000','111608457498','2020-12-20 12:45:12',NULL,900.00,'','11','1','Good sold','1','355','sales','8','','No',NULL,NULL,''),(2966,'1100','111608457590','2020-12-20 13:02:28',600.00,NULL,'','11','1','Good sold','1','639','sales','','','No',NULL,NULL,''),(2967,'4000','111608457590','2020-12-20 13:02:28',NULL,600.00,'','11','1','Good sold','1','639','sales','8','','No',NULL,NULL,''),(2968,'1100','111608460516','2020-12-20 13:36:13',1200.00,NULL,'','11','1','Good sold','1','640','sales','','','No',NULL,NULL,''),(2969,'4000','111608460516','2020-12-20 13:36:13',NULL,1200.00,'','11','1','Good sold','1','640','sales','8','','No',NULL,NULL,''),(2970,'1000','111608460885','2020-12-20 13:41:51',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2971,'4000','111608460885','2020-12-20 13:41:51',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2972,'1000','111608460923','2020-12-20 14:09:13',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2973,'4000','111608460923','2020-12-20 14:09:13',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2974,'1100','111608462575','2020-12-20 16:00:12',300.00,NULL,'','11','1','Good sold','1','64','sales','','','No',NULL,NULL,''),(2975,'4000','111608462575','2020-12-20 16:00:12',NULL,300.00,'','11','1','Good sold','1','64','sales','8','','No',NULL,NULL,''),(2976,'1000','111608470214','2020-12-20 16:17:06',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2977,'4000','111608470214','2020-12-20 16:17:06',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2978,'1100','111608470237','2020-12-20 16:29:25',1200.00,NULL,'','11','1','Good sold','1','641','sales','','','No',NULL,NULL,''),(2979,'4000','111608470237','2020-12-20 16:29:25',NULL,1200.00,'','11','1','Good sold','1','641','sales','8','','No',NULL,NULL,''),(2980,'1100','111608471243','2020-12-20 16:34:26',1500.00,NULL,'','11','1','Good sold','1','642','sales','','','No',NULL,NULL,''),(2981,'4000','111608471243','2020-12-20 16:34:26',NULL,1500.00,'','11','1','Good sold','1','642','sales','8','','No',NULL,NULL,''),(2982,'1100','111608471770','2020-12-20 16:43:08',900.00,NULL,'','11','1','Good sold','1','50','sales','','','No',NULL,NULL,''),(2983,'4000','111608471770','2020-12-20 16:43:08',NULL,900.00,'','11','1','Good sold','1','50','sales','8','','No',NULL,NULL,''),(2984,'1100','111608472687','2020-12-20 16:59:22',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(2985,'4000','111608472687','2020-12-20 16:59:22',NULL,300.00,'','11','1','Good sold','1','643','sales','8','','No',NULL,NULL,''),(2986,'1100','111608472931','2020-12-20 17:02:34',80.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(2987,'4000','111608472931','2020-12-20 17:02:34',NULL,80.00,'','11','1','Good sold','1','644','sales','6','','No',NULL,NULL,''),(2988,'1100','111608474408','2020-12-20 17:27:01',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(2989,'4000','111608474408','2020-12-20 17:27:01',NULL,300.00,'','11','1','Good sold','1','643','sales','8','','No',NULL,NULL,''),(2990,'1100','111608477240','2020-12-20 18:14:12',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(2991,'4000','111608477240','2020-12-20 18:14:12',NULL,300.00,'','11','1','Good sold','1','544','sales','8','','No',NULL,NULL,''),(2992,'1100','111608477409','2020-12-20 18:17:00',300.00,NULL,'','11','1','Good sold','1','645','sales','','','No',NULL,NULL,''),(2993,'4000','111608477409','2020-12-20 18:17:00',NULL,300.00,'','11','1','Good sold','1','645','sales','8','','No',NULL,NULL,''),(2994,'1100','111608477871','2020-12-20 18:24:54',600.00,NULL,'','11','1','Good sold','1','314','sales','','','No',NULL,NULL,''),(2995,'4000','111608477871','2020-12-20 18:24:54',NULL,600.00,'','11','1','Good sold','1','314','sales','8','','No',NULL,NULL,''),(2996,'1100','111608478263','2020-12-20 18:31:13',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(2997,'4000','111608478263','2020-12-20 18:31:13',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(2998,'1100','111608481024','2020-12-20 19:18:04',300.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(2999,'4000','111608481024','2020-12-20 19:18:04',NULL,300.00,'','11','1','Good sold','1','156','sales','8','','No',NULL,NULL,''),(3000,'1000','111608483716','2020-12-20 20:02:13',120.00,NULL,'','11','1','Good sold','1','647','Payment','','','No',NULL,NULL,''),(3001,'4000','111608483716','2020-12-20 20:02:13',NULL,120.00,'','11','1','Good sold','1','647','sales','3','','No',NULL,NULL,''),(3002,'1100','111608483810','2020-12-20 20:11:00',300.00,NULL,'','11','1','Good sold','1','648','sales','','','No',NULL,NULL,''),(3003,'4000','111608483810','2020-12-20 20:11:00',NULL,300.00,'','11','1','Good sold','1','648','sales','8','','No',NULL,NULL,''),(3004,'1100','111608485711','2020-12-20 20:35:34',600.00,NULL,'','11','1','Good sold','1','647','sales','','','No',NULL,NULL,''),(3005,'4000','111608485711','2020-12-20 20:35:34',NULL,600.00,'','11','1','Good sold','1','647','sales','8','','No',NULL,NULL,''),(3006,'1100','111608530396','2020-12-21 09:00:09',300.00,NULL,'','11','1','Good sold','1','649','sales','','','No',NULL,NULL,''),(3007,'4000','111608530396','2020-12-21 09:00:09',NULL,300.00,'','11','1','Good sold','1','649','sales','8','','No',NULL,NULL,''),(3008,'1100','111608533906','2020-12-21 09:58:40',300.00,NULL,'','11','1','Good sold','1','545','sales','','','No',NULL,NULL,''),(3009,'4000','111608533906','2020-12-21 09:58:40',NULL,300.00,'','11','1','Good sold','1','545','sales','8','','No',NULL,NULL,''),(3010,'1100','111608534404','2020-12-21 10:06:56',300.00,NULL,'','11','1','Good sold','1','650','sales','','','No',NULL,NULL,''),(3011,'4000','111608534404','2020-12-21 10:06:56',NULL,300.00,'','11','1','Good sold','1','650','sales','8','','No',NULL,NULL,''),(3012,'1100','111608538246','2020-12-21 11:10:59',300.00,NULL,'','11','1','Good sold','1','651','sales','','','No',NULL,NULL,''),(3013,'4000','111608538246','2020-12-21 11:10:59',NULL,300.00,'','11','1','Good sold','1','651','sales','8','','No',NULL,NULL,''),(3014,'1100','111608539888','2020-12-21 11:38:24',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(3015,'4000','111608539888','2020-12-21 11:38:24',NULL,300.00,'','11','1','Good sold','1','652','sales','8','','No',NULL,NULL,''),(3016,'1100','111608540354','2020-12-21 11:46:07',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(3017,'4000','111608540354','2020-12-21 11:46:07',NULL,300.00,'','11','1','Good sold','1','652','sales','8','','No',NULL,NULL,''),(3018,'1100','111608545254','2020-12-21 13:07:49',300.00,NULL,'','11','1','Good sold','1','99','sales','','','No',NULL,NULL,''),(3019,'4000','111608545254','2020-12-21 13:07:49',NULL,300.00,'','11','1','Good sold','1','99','sales','8','','No',NULL,NULL,''),(3020,'1100','111608549735','2020-12-21 14:22:31',600.00,NULL,'','11','1','Good sold','1','653','sales','','','No',NULL,NULL,''),(3021,'4000','111608549735','2020-12-21 14:22:31',NULL,600.00,'','11','1','Good sold','1','653','sales','8','','No',NULL,NULL,''),(3022,'1100','111608550814','2020-12-21 14:40:24',300.00,NULL,'','11','1','Good sold','1','654','sales','','','No',NULL,NULL,''),(3023,'4000','111608550814','2020-12-21 14:40:24',NULL,300.00,'','11','1','Good sold','1','654','sales','8','','No',NULL,NULL,''),(3024,'1000','111608552398','2020-12-21 15:06:49',350.00,NULL,'','11','1','Good sold','1','655','sales','','','No',NULL,NULL,''),(3025,'4000','111608552398','2020-12-21 15:06:49',NULL,350.00,'','11','1','Good sold','1','655','sales','9','','No',NULL,NULL,''),(3026,'1000','111608555094','2020-12-21 15:51:48',300.00,NULL,'','11','1','Good sold','1','656','sales','','','No',NULL,NULL,''),(3027,'4000','111608555094','2020-12-21 15:51:48',NULL,300.00,'','11','1','Good sold','1','656','sales','8','','No',NULL,NULL,''),(3028,'1100','111608555328','2020-12-21 15:55:38',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(3029,'4000','111608555328','2020-12-21 15:55:38',NULL,300.00,'','11','1','Good sold','1','657','sales','8','','No',NULL,NULL,''),(3030,'1000','111608556020','2020-12-21 16:07:41',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3031,'4000','111608556020','2020-12-21 16:07:41',NULL,150.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3032,'1000','111608556075','2020-12-21 16:15:11',600.00,NULL,'','11','1','Good sold','1','658','sales','','','No',NULL,NULL,''),(3033,'4000','111608556075','2020-12-21 16:15:11',NULL,600.00,'','11','1','Good sold','1','658','sales','8','','No',NULL,NULL,''),(3034,'1100','111608556784','2020-12-21 16:42:14',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(3035,'4000','111608556784','2020-12-21 16:42:14',NULL,300.00,'','11','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(3036,'1100','111608560614','2020-12-21 17:23:46',300.00,NULL,'','11','1','Good sold','1','659','sales','','','No',NULL,NULL,''),(3037,'4000','111608560614','2020-12-21 17:23:46',NULL,300.00,'','11','1','Good sold','1','659','sales','8','','No',NULL,NULL,''),(3038,'1100','111608563215','2020-12-21 18:07:10',300.00,NULL,'','11','1','Good sold','1','660','sales','','','No',NULL,NULL,''),(3039,'4000','111608563215','2020-12-21 18:07:10',NULL,300.00,'','11','1','Good sold','1','660','sales','8','','No',NULL,NULL,''),(3040,'1000','111608563539','2020-12-21 18:12:33',300.00,NULL,'','11','1','Good sold','1','661','sales','','','No',NULL,NULL,''),(3041,'4000','111608563539','2020-12-21 18:12:33',NULL,300.00,'','11','1','Good sold','1','661','sales','8','','No',NULL,NULL,''),(3042,'1000','111608563609','2020-12-21 18:14:57',300.00,NULL,'','11','1','Good sold','1','662','Payment','','','No',NULL,NULL,''),(3043,'4000','111608563609','2020-12-21 18:14:57',NULL,300.00,'','11','1','Good sold','1','662','sales','8','','No',NULL,NULL,''),(3044,'1000','111608564672','2020-12-21 18:31:24',450.00,NULL,'','11','1','Good sold','1','663','sales','','','No',NULL,NULL,''),(3045,'4000','111608564672','2020-12-21 18:31:24',NULL,450.00,'','11','1','Good sold','1','663','sales','5','','No',NULL,NULL,''),(3046,'1100','111608567213','2020-12-21 19:13:51',900.00,NULL,'','11','1','Good sold','1','664','sales','','','No',NULL,NULL,''),(3047,'4000','111608567213','2020-12-21 19:13:51',NULL,900.00,'','11','1','Good sold','1','664','sales','8','','No',NULL,NULL,''),(3048,'1000','111608571380','2020-12-21 20:23:21',500.00,NULL,'','11','1','Good sold','1','665','sales','','','No',NULL,NULL,''),(3049,'4000','111608571380','2020-12-21 20:23:21',NULL,500.00,'','11','1','Good sold','1','665','sales','4','','No',NULL,NULL,''),(3050,'1100','111608571459','2020-12-21 20:29:36',600.00,NULL,'','11','1','Good sold','1','666','sales','','','No',NULL,NULL,''),(3051,'4000','111608571459','2020-12-21 20:29:36',NULL,600.00,'','11','1','Good sold','1','666','sales','8','','No',NULL,NULL,''),(3052,'1000','111608574066','2020-12-21 21:07:57',250.00,NULL,'','11','1','Good sold','1','667','sales','','','No',NULL,NULL,''),(3053,'4000','111608574066','2020-12-21 21:07:57',NULL,250.00,'','11','1','Good sold','1','667','sales','4','','No',NULL,NULL,''),(3054,'1100','111608616594','2020-12-22 08:56:53',1500.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(3055,'4000','111608616594','2020-12-22 08:56:53',NULL,1500.00,'','11','1','Good sold','1','509','sales','8','','No',NULL,NULL,''),(3056,'1100','111608616766','2020-12-22 08:59:38',350.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(3057,'4000','111608616766','2020-12-22 08:59:38',NULL,350.00,'','11','1','Good sold','1','509','sales','9','','No',NULL,NULL,''),(3058,'1100','111608625566','2020-12-22 11:26:22',700.00,NULL,'','11','1','Good sold','1','514','sales','','','No',NULL,NULL,''),(3059,'4000','111608625566','2020-12-22 11:26:22',NULL,700.00,'','11','1','Good sold','1','514','sales','9','','No',NULL,NULL,''),(3060,'1100','111608627269','2020-12-22 11:54:47',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(3061,'4000','111608627269','2020-12-22 11:54:47',NULL,600.00,'','11','1','Good sold','1','668','sales','8','','No',NULL,NULL,''),(3062,'1100','111608628087','2020-12-22 12:08:17',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(3063,'4000','111608628087','2020-12-22 12:08:17',NULL,300.00,'','11','1','Good sold','1','669','sales','8','','No',NULL,NULL,''),(3064,'1100','111608628773','2020-12-22 12:19:43',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(3065,'4000','111608628773','2020-12-22 12:19:43',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(3066,'1100','111608629936','2020-12-22 12:39:07',300.00,NULL,'','11','1','Good sold','1','670','sales','','','No',NULL,NULL,''),(3067,'4000','111608629936','2020-12-22 12:39:07',NULL,300.00,'','11','1','Good sold','1','670','sales','8','','No',NULL,NULL,''),(3068,'1000','111608631579','2020-12-22 13:06:37',600.00,NULL,'','11','1','Good sold','1','671','Payment','','','No',NULL,NULL,''),(3069,'4000','111608631579','2020-12-22 13:06:37',NULL,600.00,'','11','1','Good sold','1','671','sales','8','','No',NULL,NULL,''),(3070,'1100','111608631691','2020-12-22 13:21:44',300.00,NULL,'','11','1','Good sold','1','672','sales','','','No',NULL,NULL,''),(3071,'4000','111608631691','2020-12-22 13:21:44',NULL,300.00,'','11','1','Good sold','1','672','sales','8','','No',NULL,NULL,''),(3072,'1000','111608633922','2020-12-22 13:45:38',150.00,NULL,'','11','1','Good sold','1','673','Payment','','','No',NULL,NULL,''),(3073,'4000','111608633922','2020-12-22 13:45:38',NULL,150.00,'','11','1','Good sold','1','673','sales','7','','No',NULL,NULL,''),(3074,'1100','111608634013','2020-12-22 13:47:20',300.00,NULL,'','11','1','Good sold','1','674','sales','','','No',NULL,NULL,''),(3075,'4000','111608634013','2020-12-22 13:47:20',NULL,300.00,'','11','1','Good sold','1','674','sales','8','','No',NULL,NULL,''),(3076,'1100','111608634468','2020-12-22 13:54:38',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(3077,'4000','111608634468','2020-12-22 13:54:38',NULL,300.00,'','11','1','Good sold','1','536','sales','8','','No',NULL,NULL,''),(3078,'1000','111608634624','2020-12-22 13:57:29',450.00,NULL,'','11','1','Good sold','1','675','Payment','','','No',NULL,NULL,''),(3079,'4000','111608634624','2020-12-22 13:57:29',NULL,450.00,'','11','1','Good sold','1','675','sales','5','','No',NULL,NULL,''),(3080,'1000','111608634740','2020-12-22 14:15:09',300.00,NULL,'','11','1','Good sold','1','676','Payment','','','No',NULL,NULL,''),(3081,'4000','111608634740','2020-12-22 14:15:09',NULL,300.00,'','11','1','Good sold','1','676','sales','8','','No',NULL,NULL,''),(3082,'1100','111608636410','2020-12-22 14:27:07',500.00,NULL,'','11','1','Good sold','1','677','sales','','','No',NULL,NULL,''),(3083,'4000','111608636410','2020-12-22 14:27:07',NULL,500.00,'','11','1','Good sold','1','677','sales','4','','No',NULL,NULL,''),(3084,'1100','111608637665','2020-12-22 14:48:04',300.00,NULL,'','11','1','Good sold','1','678','sales','','','No',NULL,NULL,''),(3085,'4000','111608637665','2020-12-22 14:48:04',NULL,300.00,'','11','1','Good sold','1','678','sales','7','','No',NULL,NULL,''),(3086,'1110','111608640390','2020-12-22 15:33:32',NULL,800.00,'','11','1','Inventory sold','1','679','sales','18','','No',NULL,NULL,''),(3087,'5500','111608640390','2020-12-22 15:33:32',800.00,NULL,'','11','1','Cost of goods sold','1','679','sales','','','No',NULL,NULL,''),(3088,'1000','111608640390','2020-12-22 15:33:32',1200.00,NULL,'','11','1','Good sold','1','679','Payment','','','No',NULL,NULL,''),(3089,'4000','111608640390','2020-12-22 15:33:32',NULL,1200.00,'','11','1','Good sold','1','679','sales','18','','No',NULL,NULL,''),(3090,'1000','111608640483','2020-12-22 15:36:44',900.00,NULL,'','11','1','Good sold','1','680','sales','','','No',NULL,NULL,''),(3091,'4000','111608640483','2020-12-22 15:36:44',NULL,900.00,'','11','1','Good sold','1','680','sales','8','','No',NULL,NULL,''),(3092,'1000','111608640728','2020-12-22 15:39:35',350.00,NULL,'','11','1','Good sold','1','680','sales','','','No',NULL,NULL,''),(3093,'4000','111608640728','2020-12-22 15:39:35',NULL,350.00,'','11','1','Good sold','1','680','sales','9','','No',NULL,NULL,''),(3094,'1100','111608640828','2020-12-22 16:20:29',600.00,NULL,'','11','1','Good sold','1','531','sales','','','No',NULL,NULL,''),(3095,'4000','111608640828','2020-12-22 16:20:29',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(3096,'1000','111608643398','2020-12-22 16:23:40',300.00,NULL,'','11','1','Good sold','1','681','Payment','','','No',NULL,NULL,''),(3097,'4000','111608643398','2020-12-22 16:23:40',NULL,300.00,'','11','1','Good sold','1','681','sales','8','','No',NULL,NULL,''),(3098,'1000','111608643522','2020-12-22 16:25:53',150.00,NULL,'','11','1','Good sold','1','681','Payment','','','No',NULL,NULL,''),(3099,'4000','111608643522','2020-12-22 16:25:53',NULL,150.00,'','11','1','Good sold','1','681','sales','7','','No',NULL,NULL,''),(3100,'1000','111608643615','2020-12-22 16:27:46',300.00,NULL,'','11','1','Good sold','1','682','Payment','','','No',NULL,NULL,''),(3101,'4000','111608643615','2020-12-22 16:27:46',NULL,300.00,'','11','1','Good sold','1','682','sales','7','','No',NULL,NULL,''),(3102,'1100','111608645998','2020-12-22 17:06:51',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(3103,'4000','111608645998','2020-12-22 17:06:51',NULL,300.00,'','11','1','Good sold','1','683','sales','8','','No',NULL,NULL,''),(3104,'1100','111608646959','2020-12-22 17:22:54',300.00,NULL,'','11','1','Good sold','1','684','sales','','','No',NULL,NULL,''),(3105,'4000','111608646959','2020-12-22 17:22:54',NULL,300.00,'','11','1','Good sold','1','684','sales','8','','No',NULL,NULL,''),(3106,'1100','111608648329','2020-12-22 17:45:51',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(3107,'4000','111608648329','2020-12-22 17:45:51',NULL,600.00,'','11','1','Good sold','1','685','sales','8','','No',NULL,NULL,''),(3108,'1100','111608648646','2020-12-22 17:51:06',600.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(3109,'4000','111608648646','2020-12-22 17:51:06',NULL,600.00,'','11','1','Good sold','1','686','sales','8','','No',NULL,NULL,''),(3110,'1100','111608648800','2020-12-22 17:53:38',350.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(3111,'4000','111608648800','2020-12-22 17:53:38',NULL,350.00,'','11','1','Good sold','1','686','sales','9','','No',NULL,NULL,''),(3112,'1000','111608653148','2020-12-22 19:06:07',300.00,NULL,'','11','1','Good sold','1','687','Payment','','','No',NULL,NULL,''),(3113,'4000','111608653148','2020-12-22 19:06:07',NULL,300.00,'','11','1','Good sold','1','687','sales','8','','No',NULL,NULL,''),(3114,'1000','111608653227','2020-12-22 19:20:32',1500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3115,'4000','111608653227','2020-12-22 19:20:32',NULL,1500.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3116,'1000','111608654227','2020-12-22 19:30:13',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3117,'4000','111608654227','2020-12-22 19:30:13',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3118,'1000','111608654640','2020-12-22 19:43:51',300.00,NULL,'','11','1','Good sold','1','688','sales','','','No',NULL,NULL,''),(3119,'4000','111608654640','2020-12-22 19:43:51',NULL,300.00,'','11','1','Good sold','1','688','sales','8','','No',NULL,NULL,''),(3120,'1100','111608655494','2020-12-22 19:45:14',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(3121,'4000','111608655494','2020-12-22 19:45:14',NULL,300.00,'','11','1','Good sold','1','689','sales','8','','No',NULL,NULL,''),(3122,'1100','111608655880','2020-12-22 19:51:45',450.00,NULL,'','11','1','Good sold','1','690','sales','','','No',NULL,NULL,''),(3123,'4000','111608655880','2020-12-22 19:51:45',NULL,450.00,'','11','1','Good sold','1','690','sales','5','','No',NULL,NULL,''),(3124,'1100','111608656608','2020-12-22 20:03:38',300.00,NULL,'','11','1','Good sold','1','691','sales','','','No',NULL,NULL,''),(3125,'4000','111608656608','2020-12-22 20:03:38',NULL,300.00,'','11','1','Good sold','1','691','sales','8','','No',NULL,NULL,''),(3126,'1100','111608658230','2020-12-22 20:31:49',300.00,NULL,'','11','1','Good sold','1','692','sales','','','No',NULL,NULL,''),(3127,'4000','111608658230','2020-12-22 20:31:49',NULL,300.00,'','11','1','Good sold','1','692','sales','8','','No',NULL,NULL,''),(3128,'1000','111608658698','2020-12-22 20:38:28',300.00,NULL,'','11','1','Good sold','1','692','Payment','','','No',NULL,NULL,''),(3129,'4000','111608658698','2020-12-22 20:38:28',NULL,300.00,'','11','1','Good sold','1','692','sales','8','','No',NULL,NULL,''),(3130,'1100','111608658774','2020-12-22 20:48:50',700.00,NULL,'','11','1','Good sold','1','693','sales','','','No',NULL,NULL,''),(3131,'4000','111608658774','2020-12-22 20:48:50',NULL,700.00,'','11','1','Good sold','1','693','sales','9','','No',NULL,NULL,''),(3132,'1100','111608659862','2020-12-22 20:57:52',300.00,NULL,'','11','1','Good sold','1','694','sales','','','No',NULL,NULL,''),(3133,'4000','111608659862','2020-12-22 20:57:52',NULL,300.00,'','11','1','Good sold','1','694','sales','8','','No',NULL,NULL,''),(3134,'1100','111608702455','2020-12-23 08:47:50',150.00,NULL,'','11','1','Good sold','1','87','sales','','','No',NULL,NULL,''),(3135,'4000','111608702455','2020-12-23 08:47:50',NULL,150.00,'','11','1','Good sold','1','87','sales','7','','No',NULL,NULL,''),(3136,'1100','111608703885','2020-12-23 09:11:48',600.00,NULL,'','11','1','Good sold','1','695','sales','','','No',NULL,NULL,''),(3137,'4000','111608703885','2020-12-23 09:11:48',NULL,600.00,'','11','1','Good sold','1','695','sales','8','','No',NULL,NULL,''),(3138,'1000','111608705373','2020-12-23 09:36:34',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3139,'4000','111608705373','2020-12-23 09:36:34',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3140,'1100','111608705405','2020-12-23 10:22:47',300.00,NULL,'','11','1','Good sold','1','696','sales','','','No',NULL,NULL,''),(3141,'4000','111608705405','2020-12-23 10:22:47',NULL,300.00,'','11','1','Good sold','1','696','sales','8','','No',NULL,NULL,''),(3142,'1100','111608709032','2020-12-23 10:37:24',350.00,NULL,'','11','1','Good sold','1','697','sales','','','No',NULL,NULL,''),(3143,'4000','111608709032','2020-12-23 10:37:24',NULL,350.00,'','11','1','Good sold','1','697','sales','9','','No',NULL,NULL,''),(3144,'1100','111608709424','2020-12-23 10:43:59',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(3145,'4000','111608709424','2020-12-23 10:43:59',NULL,300.00,'','11','1','Good sold','1','98','sales','8','','No',NULL,NULL,''),(3146,'1100','111608709946','2020-12-23 10:52:49',300.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(3147,'4000','111608709946','2020-12-23 10:52:49',NULL,300.00,'','11','1','Good sold','1','698','sales','8','','No',NULL,NULL,''),(3148,'1100','111608710616','2020-12-23 11:03:59',160.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(3149,'4000','111608710616','2020-12-23 11:03:59',NULL,160.00,'','11','1','Good sold','1','699','sales','6','','No',NULL,NULL,''),(3150,'1000','111608712792','2020-12-23 11:40:03',300.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(3151,'4000','111608712792','2020-12-23 11:40:03',NULL,300.00,'','11','1','Good sold','1','547','sales','8','','No',NULL,NULL,''),(3152,'1000','111608712875','2020-12-23 11:47:34',300.00,NULL,'','11','1','Good sold','1','700','Payment','','','No',NULL,NULL,''),(3153,'4000','111608712875','2020-12-23 11:47:34',NULL,300.00,'','11','1','Good sold','1','700','sales','7','','No',NULL,NULL,''),(3154,'1000','111608713328','2020-12-23 12:24:09',300.00,NULL,'','11','1','Good sold','1','701','Payment','','','No',NULL,NULL,''),(3155,'4000','111608713328','2020-12-23 12:24:09',NULL,300.00,'','11','1','Good sold','1','701','sales','7','','No',NULL,NULL,''),(3156,'1000','111608715530','2020-12-23 12:31:22',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3157,'4000','111608715530','2020-12-23 12:31:22',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3158,'1000','111608715895','2020-12-23 12:33:07',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3159,'4000','111608715895','2020-12-23 12:33:07',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3160,'1100','111608715997','2020-12-23 12:35:13',150.00,NULL,'','11','1','Good sold','1','702','sales','','','No',NULL,NULL,''),(3161,'4000','111608715997','2020-12-23 12:35:13',NULL,150.00,'','11','1','Good sold','1','702','sales','7','','No',NULL,NULL,''),(3162,'1100','111608716231','2020-12-23 12:37:28',300.00,NULL,'','11','1','Good sold','1','703','sales','','','No',NULL,NULL,''),(3163,'4000','111608716231','2020-12-23 12:37:28',NULL,300.00,'','11','1','Good sold','1','703','sales','8','','No',NULL,NULL,''),(3164,'1000','111608717214','2020-12-23 12:54:12',350.00,NULL,'','11','1','Good sold','1','704','Payment','','','No',NULL,NULL,''),(3165,'4000','111608717214','2020-12-23 12:54:12',NULL,350.00,'','11','1','Good sold','1','704','sales','9','','No',NULL,NULL,''),(3166,'1100','111608717372','2020-12-23 13:05:06',600.00,NULL,'','11','1','Good sold','1','546','sales','','','No',NULL,NULL,''),(3167,'4000','111608717372','2020-12-23 13:05:06',NULL,600.00,'','11','1','Good sold','1','546','sales','8','','No',NULL,NULL,''),(3168,'1100','111608719705','2020-12-23 13:35:17',300.00,NULL,'','11','1','Good sold','1','705','sales','','','No',NULL,NULL,''),(3169,'4000','111608719705','2020-12-23 13:35:17',NULL,300.00,'','11','1','Good sold','1','705','sales','8','','No',NULL,NULL,''),(3170,'1000','111608721219','2020-12-23 14:00:35',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3171,'4000','111608721219','2020-12-23 14:00:35',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3172,'1100','111608721244','2020-12-23 14:30:27',150.00,NULL,'','11','1','Good sold','1','706','sales','','','No',NULL,NULL,''),(3173,'4000','111608721244','2020-12-23 14:30:27',NULL,150.00,'','11','1','Good sold','1','706','sales','7','','No',NULL,NULL,''),(3174,'1100','111608723370','2020-12-23 14:36:23',150.00,NULL,'','11','1','Good sold','1','707','sales','','','No',NULL,NULL,''),(3175,'4000','111608723370','2020-12-23 14:36:23',NULL,150.00,'','11','1','Good sold','1','707','sales','7','','No',NULL,NULL,''),(3176,'1000','111608724276','2020-12-23 14:51:31',450.00,NULL,'','11','1','Good sold','1','708','sales','','','No',NULL,NULL,''),(3177,'4000','111608724276','2020-12-23 14:51:31',NULL,450.00,'','11','1','Good sold','1','708','sales','5','','No',NULL,NULL,''),(3178,'1000','111608726375','2020-12-23 15:26:43',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(3179,'4000','111608726375','2020-12-23 15:26:43',NULL,300.00,'','11','1','Good sold','1','709','sales','8','','No',NULL,NULL,''),(3180,'1000','111608730959','2020-12-23 16:42:59',600.00,NULL,'','11','1','Good sold','1','710','sales','','','No',NULL,NULL,''),(3181,'4000','111608730959','2020-12-23 16:42:59',NULL,600.00,'','11','1','Good sold','1','710','sales','8','','No',NULL,NULL,''),(3182,'1100','111608732757','2020-12-23 17:12:48',300.00,NULL,'','11','1','Good sold','1','711','sales','','','No',NULL,NULL,''),(3183,'4000','111608732757','2020-12-23 17:12:48',NULL,300.00,'','11','1','Good sold','1','711','sales','8','','No',NULL,NULL,''),(3184,'1000','111608734614','2020-12-23 17:44:28',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3185,'4000','111608734614','2020-12-23 17:44:28',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3186,'1000','111608734679','2020-12-23 17:45:44',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3187,'4000','111608734679','2020-12-23 17:45:44',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3188,'1100','111608734755','2020-12-23 17:55:05',300.00,NULL,'','11','1','Good sold','1','712','sales','','','No',NULL,NULL,''),(3189,'4000','111608734755','2020-12-23 17:55:05',NULL,300.00,'','11','1','Good sold','1','712','sales','8','','No',NULL,NULL,''),(3190,'1100','111608736493','2020-12-23 18:15:16',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(3191,'4000','111608736493','2020-12-23 18:15:16',NULL,300.00,'','11','1','Good sold','1','713','sales','8','','No',NULL,NULL,''),(3192,'1100','111608736949','2020-12-23 18:22:44',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(3193,'4000','111608736949','2020-12-23 18:22:44',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(3194,'1100','111608737814','2020-12-23 18:37:10',300.00,NULL,'','11','1','Good sold','1','714','sales','','','No',NULL,NULL,''),(3195,'4000','111608737814','2020-12-23 18:37:10',NULL,300.00,'','11','1','Good sold','1','714','sales','8','','No',NULL,NULL,''),(3196,'1100','111608738890','2020-12-23 18:55:08',300.00,NULL,'','11','1','Good sold','1','715','sales','','','No',NULL,NULL,''),(3197,'4000','111608738890','2020-12-23 18:55:08',NULL,300.00,'','11','1','Good sold','1','715','sales','8','','No',NULL,NULL,''),(3198,'1000','111608739196','2020-12-23 19:00:13',600.00,NULL,'','11','1','Good sold','1','647','sales','','','No',NULL,NULL,''),(3199,'4000','111608739196','2020-12-23 19:00:13',NULL,600.00,'','11','1','Good sold','1','647','sales','8','','No',NULL,NULL,''),(3200,'1000','111608739274','2020-12-23 19:10:39',300.00,NULL,'','11','1','Good sold','1','716','sales','','','No',NULL,NULL,''),(3201,'4000','111608739274','2020-12-23 19:10:39',NULL,300.00,'','11','1','Good sold','1','716','sales','8','','No',NULL,NULL,''),(3202,'1100','111608739892','2020-12-23 19:37:54',150.00,NULL,'','11','1','Good sold','1','717','sales','','','No',NULL,NULL,''),(3203,'4000','111608739892','2020-12-23 19:37:54',NULL,150.00,'','11','1','Good sold','1','717','sales','7','','No',NULL,NULL,''),(3204,'1100','111608741632','2020-12-23 19:40:53',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(3205,'4000','111608741632','2020-12-23 19:40:53',NULL,300.00,'','11','1','Good sold','1','574','sales','8','','No',NULL,NULL,''),(3206,'1100','111608741762','2020-12-23 19:43:02',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(3207,'4000','111608741762','2020-12-23 19:43:02',NULL,150.00,'','11','1','Good sold','1','612','sales','7','','No',NULL,NULL,''),(3208,'1100','111608742506','2020-12-23 19:55:22',300.00,NULL,'','11','1','Good sold','1','718','sales','','','No',NULL,NULL,''),(3209,'4000','111608742506','2020-12-23 19:55:22',NULL,300.00,'','11','1','Good sold','1','718','sales','8','','No',NULL,NULL,''),(3210,'1000','111608743253','2020-12-23 20:07:46',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3211,'4000','111608743253','2020-12-23 20:07:46',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3212,'1100','111608743275','2020-12-23 20:16:12',300.00,NULL,'','11','1','Good sold','1','719','sales','','','No',NULL,NULL,''),(3213,'4000','111608743275','2020-12-23 20:16:12',NULL,300.00,'','11','1','Good sold','1','719','sales','8','','No',NULL,NULL,''),(3214,'1100','111608744940','2020-12-23 20:36:05',450.00,NULL,'','11','1','Good sold','1','173','sales','','','No',NULL,NULL,''),(3215,'4000','111608744940','2020-12-23 20:36:05',NULL,450.00,'','11','1','Good sold','1','173','sales','7','','No',NULL,NULL,''),(3216,'1000','111608745499','2020-12-23 20:45:31',300.00,NULL,'','11','1','Good sold','1','720','Payment','','','No',NULL,NULL,''),(3217,'4000','111608745499','2020-12-23 20:45:31',NULL,300.00,'','11','1','Good sold','1','720','sales','8','','No',NULL,NULL,''),(3218,'1100','111608745591','2020-12-23 20:47:01',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(3219,'4000','111608745591','2020-12-23 20:47:01',NULL,150.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(3220,'1100','111608745929','2020-12-23 20:52:20',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(3221,'4000','111608745929','2020-12-23 20:52:20',NULL,300.00,'','11','1','Good sold','1','721','sales','8','','No',NULL,NULL,''),(3222,'1000','111608746359','2020-12-23 20:59:31',300.00,NULL,'','11','1','Good sold','1','722','sales','','','No',NULL,NULL,''),(3223,'4000','111608746359','2020-12-23 20:59:31',NULL,300.00,'','11','1','Good sold','1','722','sales','8','','No',NULL,NULL,''),(3224,'1100','111608746920','2020-12-23 21:09:00',900.00,NULL,'','11','1','Good sold','1','406','sales','','','No',NULL,NULL,''),(3225,'4000','111608746920','2020-12-23 21:09:00',NULL,900.00,'','11','1','Good sold','1','406','sales','8','','No',NULL,NULL,''),(3226,'1000','111608747085','2020-12-23 21:11:35',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3227,'4000','111608747085','2020-12-23 21:11:35',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3228,'1100','111608791872','2020-12-24 09:38:03',300.00,NULL,'','11','1','Good sold','1','204','sales','','','No',NULL,NULL,''),(3229,'4000','111608791872','2020-12-24 09:38:03',NULL,300.00,'','11','1','Good sold','1','204','sales','8','','No',NULL,NULL,''),(3230,'1000','111608791992','2020-12-24 09:40:24',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3231,'4000','111608791992','2020-12-24 09:40:24',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3232,'1100','111608792033','2020-12-24 10:06:32',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(3233,'4000','111608792033','2020-12-24 10:06:32',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(3234,'1100','111608795744','2020-12-24 10:42:37',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(3235,'4000','111608795744','2020-12-24 10:42:37',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(3236,'1100','111608799303','2020-12-24 11:41:56',300.00,NULL,'','11','1','Good sold','1','628','sales','','','No',NULL,NULL,''),(3237,'4000','111608799303','2020-12-24 11:41:56',NULL,300.00,'','11','1','Good sold','1','628','sales','8','','No',NULL,NULL,''),(3238,'1000','111608800941','2020-12-24 12:09:13',300.00,NULL,'','11','1','Good sold','1','723','Payment','','','No',NULL,NULL,''),(3239,'4000','111608800941','2020-12-24 12:09:13',NULL,300.00,'','11','1','Good sold','1','723','sales','8','','No',NULL,NULL,''),(3240,'1100','111608801019','2020-12-24 12:11:29',300.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(3241,'4000','111608801019','2020-12-24 12:11:29',NULL,300.00,'','11','1','Good sold','1','598','sales','8','','No',NULL,NULL,''),(3242,'1000','111608801588','2020-12-24 12:20:01',300.00,NULL,'','11','1','Good sold','1','724','sales','','','No',NULL,NULL,''),(3243,'4000','111608801588','2020-12-24 12:20:01',NULL,300.00,'','11','1','Good sold','1','724','sales','8','','No',NULL,NULL,''),(3244,'1000','111608802788','2020-12-24 12:40:04',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3245,'4000','111608802788','2020-12-24 12:40:04',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3246,'1100','111608802817','2020-12-24 12:46:38',300.00,NULL,'','11','1','Good sold','1','725','sales','','','No',NULL,NULL,''),(3247,'4000','111608802817','2020-12-24 12:46:38',NULL,300.00,'','11','1','Good sold','1','725','sales','8','','No',NULL,NULL,''),(3248,'1100','111608803307','2020-12-24 12:48:40',300.00,NULL,'','11','1','Good sold','1','726','sales','','','No',NULL,NULL,''),(3249,'4000','111608803307','2020-12-24 12:48:40',NULL,300.00,'','11','1','Good sold','1','726','sales','8','','No',NULL,NULL,''),(3250,'1100','111608806924','2020-12-24 13:49:09',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(3251,'4000','111608806924','2020-12-24 13:49:09',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(3252,'1100','111608807090','2020-12-24 13:51:41',300.00,NULL,'','11','1','Good sold','1','543','sales','','','No',NULL,NULL,''),(3253,'4000','111608807090','2020-12-24 13:51:41',NULL,300.00,'','11','1','Good sold','1','543','sales','8','','No',NULL,NULL,''),(3254,'1100','111608807249','2020-12-24 13:54:22',300.00,NULL,'','11','1','Good sold','1','727','sales','','','No',NULL,NULL,''),(3255,'4000','111608807249','2020-12-24 13:54:22',NULL,300.00,'','11','1','Good sold','1','727','sales','8','','No',NULL,NULL,''),(3256,'1000','111608807578','2020-12-24 13:59:50',350.00,NULL,'','11','1','Good sold','1','728','sales','','','No',NULL,NULL,''),(3257,'4000','111608807578','2020-12-24 13:59:50',NULL,350.00,'','11','1','Good sold','1','728','sales','9','','No',NULL,NULL,''),(3258,'1000','111608807656','2020-12-24 14:01:23',350.00,NULL,'','11','1','Good sold','1','728','sales','','','No',NULL,NULL,''),(3259,'4000','111608807656','2020-12-24 14:01:23',NULL,350.00,'','11','1','Good sold','1','728','sales','10','','No',NULL,NULL,''),(3260,'1000','111608807737','2020-12-24 14:02:43',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3261,'4000','111608807737','2020-12-24 14:02:43',NULL,250.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3262,'1100','111608807775','2020-12-24 14:16:21',250.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3263,'4000','111608807775','2020-12-24 14:16:21',NULL,250.00,'','11','1','Good sold','1','554','sales','4','','No',NULL,NULL,''),(3264,'1000','111608809203','2020-12-24 14:28:01',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3265,'4000','111608809203','2020-12-24 14:28:01',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3266,'1100','111608809289','2020-12-24 14:33:02',300.00,NULL,'','11','1','Good sold','1','729','sales','','','No',NULL,NULL,''),(3267,'4000','111608809289','2020-12-24 14:33:02',NULL,300.00,'','11','1','Good sold','1','729','sales','8','','No',NULL,NULL,''),(3268,'1000','111608810609','2020-12-24 14:50:28',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3269,'4000','111608810609','2020-12-24 14:50:28',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3270,'1100','111608811916','2020-12-24 15:12:13',1000.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3271,'4000','111608811916','2020-12-24 15:12:13',NULL,1000.00,'','11','1','Good sold','1','554','sales','4','','No',NULL,NULL,''),(3272,'1100','111608812266','2020-12-24 15:18:04',600.00,NULL,'','11','1','Good sold','1','730','sales','','','No',NULL,NULL,''),(3273,'4000','111608812266','2020-12-24 15:18:04',NULL,600.00,'','11','1','Good sold','1','730','sales','8','','No',NULL,NULL,''),(3274,'1100','111608815415','2020-12-24 16:10:28',300.00,NULL,'','11','1','Good sold','1','731','sales','','','No',NULL,NULL,''),(3275,'4000','111608815415','2020-12-24 16:10:28',NULL,300.00,'','11','1','Good sold','1','731','sales','8','','No',NULL,NULL,''),(3276,'1100','111608815864','2020-12-24 16:18:05',150.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(3277,'4000','111608815864','2020-12-24 16:18:05',NULL,150.00,'','11','1','Good sold','1','548','sales','7','','No',NULL,NULL,''),(3278,'1100','111608816207','2020-12-24 16:23:40',300.00,NULL,'','11','1','Good sold','1','732','sales','','','No',NULL,NULL,''),(3279,'4000','111608816207','2020-12-24 16:23:40',NULL,300.00,'','11','1','Good sold','1','732','sales','8','','No',NULL,NULL,''),(3280,'1100','111608816812','2020-12-24 16:33:43',300.00,NULL,'','11','1','Good sold','1','585','sales','','','No',NULL,NULL,''),(3281,'4000','111608816812','2020-12-24 16:33:43',NULL,300.00,'','11','1','Good sold','1','585','sales','8','','No',NULL,NULL,''),(3282,'1100','111608817683','2020-12-24 16:48:21',600.00,NULL,'','11','1','Good sold','1','733','sales','','','No',NULL,NULL,''),(3283,'4000','111608817683','2020-12-24 16:48:21',NULL,600.00,'','11','1','Good sold','1','733','sales','8','','No',NULL,NULL,''),(3284,'1000','111608817883','2020-12-24 16:51:38',300.00,NULL,'','11','1','Good sold','1','734','sales','','','No',NULL,NULL,''),(3285,'4000','111608817883','2020-12-24 16:51:38',NULL,300.00,'','11','1','Good sold','1','734','sales','8','','No',NULL,NULL,''),(3286,'1000','111608817948','2020-12-24 16:52:46',250.00,NULL,'','11','1','Good sold','1','734','sales','','','No',NULL,NULL,''),(3287,'4000','111608817948','2020-12-24 16:52:46',NULL,250.00,'','11','1','Good sold','1','734','sales','4','','No',NULL,NULL,''),(3288,'1000','111608818024','2020-12-24 16:56:18',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3289,'4000','111608818024','2020-12-24 16:56:18',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3290,'1100','111608818296','2020-12-24 17:54:33',300.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(3291,'4000','111608818296','2020-12-24 17:54:33',NULL,300.00,'','11','1','Good sold','1','735','sales','8','','No',NULL,NULL,''),(3292,'1100','111608821886','2020-12-24 17:58:15',300.00,NULL,'','11','1','Good sold','1','736','sales','','','No',NULL,NULL,''),(3293,'4000','111608821886','2020-12-24 17:58:15',NULL,300.00,'','11','1','Good sold','1','736','sales','8','','No',NULL,NULL,''),(3294,'1100','111608821985','2020-12-24 18:01:46',600.00,NULL,'','11','1','Good sold','1','737','sales','','','No',NULL,NULL,''),(3295,'4000','111608821985','2020-12-24 18:01:46',NULL,600.00,'','11','1','Good sold','1','737','sales','8','','No',NULL,NULL,''),(3296,'1100','111608823730','2020-12-24 18:29:00',300.00,NULL,'','11','1','Good sold','1','738','sales','','','No',NULL,NULL,''),(3297,'4000','111608823730','2020-12-24 18:29:00',NULL,300.00,'','11','1','Good sold','1','738','sales','8','','No',NULL,NULL,''),(3298,'1000','111608823835','2020-12-24 18:30:48',300.00,NULL,'','11','1','Good sold','1','739','Payment','','','No',NULL,NULL,''),(3299,'4000','111608823835','2020-12-24 18:30:48',NULL,300.00,'','11','1','Good sold','1','739','sales','8','','No',NULL,NULL,''),(3300,'1100','111608823910','2020-12-24 19:16:12',300.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(3301,'4000','111608823910','2020-12-24 19:16:12',NULL,300.00,'','11','1','Good sold','1','549','sales','8','','No',NULL,NULL,''),(3302,'1100','111608829389','2020-12-24 20:04:23',300.00,NULL,'','11','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(3303,'4000','111608829389','2020-12-24 20:04:23',NULL,300.00,'','11','1','Good sold','1','150','sales','8','','No',NULL,NULL,''),(3304,'1000','111608831149','2020-12-24 20:32:40',150.00,NULL,'','11','1','Good sold','1','102','sales','','','No',NULL,NULL,''),(3305,'4000','111608831149','2020-12-24 20:32:40',NULL,150.00,'','11','1','Good sold','1','102','sales','7','','No',NULL,NULL,''),(3306,'1000','111608831728','2020-12-24 20:42:32',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3307,'4000','111608831728','2020-12-24 20:42:32',NULL,500.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3308,'1100','111608831762','2020-12-24 20:45:58',600.00,NULL,'','11','1','Good sold','1','740','sales','','','No',NULL,NULL,''),(3309,'4000','111608831762','2020-12-24 20:45:58',NULL,600.00,'','11','1','Good sold','1','740','sales','8','','No',NULL,NULL,''),(3310,'1100','111608833126','2020-12-24 21:05:39',250.00,NULL,'','11','1','Good sold','1','741','sales','','','No',NULL,NULL,''),(3311,'4000','111608833126','2020-12-24 21:05:39',NULL,250.00,'','11','1','Good sold','1','741','sales','4','','No',NULL,NULL,''),(3312,'1100','111609050406','2020-12-27 09:27:30',1200.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(3313,'4000','111609050406','2020-12-27 09:27:30',NULL,1200.00,'','11','1','Good sold','1','385','sales','8','','No',NULL,NULL,''),(3314,'1100','111609052475','2020-12-27 10:01:27',300.00,NULL,'','11','1','Good sold','1','673','sales','','','No',NULL,NULL,''),(3315,'4000','111609052475','2020-12-27 10:01:27',NULL,300.00,'','11','1','Good sold','1','673','sales','8','','No',NULL,NULL,''),(3316,'1100','111609053251','2020-12-27 10:14:27',600.00,NULL,'','11','1','Good sold','1','742','sales','','','No',NULL,NULL,''),(3317,'4000','111609053251','2020-12-27 10:14:27',NULL,600.00,'','11','1','Good sold','1','742','sales','8','','No',NULL,NULL,''),(3318,'1100','111609053409','2020-12-27 10:17:16',150.00,NULL,'','11','1','Good sold','1','87','sales','','','No',NULL,NULL,''),(3319,'4000','111609053409','2020-12-27 10:17:16',NULL,150.00,'','11','1','Good sold','1','87','sales','7','','No',NULL,NULL,''),(3320,'1100','111609054235','2020-12-27 10:30:44',300.00,NULL,'','11','1','Good sold','1','514','sales','','','No',NULL,NULL,''),(3321,'4000','111609054235','2020-12-27 10:30:44',NULL,300.00,'','11','1','Good sold','1','514','sales','8','','No',NULL,NULL,''),(3322,'1100','111609055688','2020-12-27 10:55:11',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(3323,'4000','111609055688','2020-12-27 10:55:11',NULL,150.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(3324,'1000','111609056250','2020-12-27 11:04:38',450.00,NULL,'','11','1','Good sold','1','641','sales','','','No',NULL,NULL,''),(3325,'4000','111609056250','2020-12-27 11:04:38',NULL,450.00,'','11','1','Good sold','1','641','sales','5','','No',NULL,NULL,''),(3326,'1000','111609056345','2020-12-27 11:06:00',250.00,NULL,'','11','1','Good sold','1','641','sales','','','No',NULL,NULL,''),(3327,'4000','111609056345','2020-12-27 11:06:00',NULL,250.00,'','11','1','Good sold','1','641','sales','4','','No',NULL,NULL,''),(3328,'1100','111609056668','2020-12-27 11:23:52',300.00,NULL,'','11','1','Good sold','1','743','sales','','','No',NULL,NULL,''),(3329,'4000','111609056668','2020-12-27 11:23:52',NULL,300.00,'','11','1','Good sold','1','743','sales','8','','No',NULL,NULL,''),(3330,'1100','111609062123','2020-12-27 12:42:22',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(3331,'4000','111609062123','2020-12-27 12:42:22',NULL,150.00,'','11','1','Good sold','1','644','sales','7','','No',NULL,NULL,''),(3332,'1000','111609062784','2020-12-27 12:53:32',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3333,'4000','111609062784','2020-12-27 12:53:32',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3334,'1000','111609062857','2020-12-27 13:29:49',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3335,'4000','111609062857','2020-12-27 13:29:49',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3336,'1000','111609065007','2020-12-27 13:34:24',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3337,'4000','111609065007','2020-12-27 13:34:24',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3338,'1000','111609065274','2020-12-27 13:55:31',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3339,'4000','111609065274','2020-12-27 13:55:31',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3340,'1000','111609066563','2020-12-27 15:08:32',600.00,NULL,'','11','1','Good sold','1','641','sales','','','No',NULL,NULL,''),(3341,'4000','111609066563','2020-12-27 15:08:32',NULL,600.00,'','11','1','Good sold','1','641','sales','8','','No',NULL,NULL,''),(3342,'1000','111609073901','2020-12-27 15:58:42',300.00,NULL,'','11','1','Good sold','1','744','sales','','','No',NULL,NULL,''),(3343,'4000','111609073901','2020-12-27 15:58:42',NULL,300.00,'','11','1','Good sold','1','744','sales','8','','No',NULL,NULL,''),(3344,'1000','111609078931','2020-12-27 17:22:23',300.00,NULL,'','11','1','Good sold','1','745','sales','','','No',NULL,NULL,''),(3345,'4000','111609078931','2020-12-27 17:22:23',NULL,300.00,'','11','1','Good sold','1','745','sales','8','','No',NULL,NULL,''),(3346,'1000','111609079012','2020-12-27 18:20:02',300.00,NULL,'','11','1','Good sold','1','745','sales','','','No',NULL,NULL,''),(3347,'4000','111609079012','2020-12-27 18:20:02',NULL,300.00,'','11','1','Good sold','1','745','sales','8','','No',NULL,NULL,''),(3348,'1000','111609082478','2020-12-27 18:22:28',240.00,NULL,'','11','1','Good sold','1','746','sales','','','No',NULL,NULL,''),(3349,'4000','111609082478','2020-12-27 18:22:28',NULL,240.00,'','11','1','Good sold','1','746','sales','6','','No',NULL,NULL,''),(3350,'1000','111609082635','2020-12-27 18:24:33',300.00,NULL,'','11','1','Good sold','1','747','sales','','','No',NULL,NULL,''),(3351,'4000','111609082635','2020-12-27 18:24:33',NULL,300.00,'','11','1','Good sold','1','747','sales','8','','No',NULL,NULL,''),(3352,'1100','111609082743','2020-12-27 18:26:33',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3353,'4000','111609082743','2020-12-27 18:26:33',NULL,300.00,'','11','1','Good sold','1','554','sales','8','','No',NULL,NULL,''),(3354,'1100','111609084478','2020-12-27 19:01:57',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(3355,'4000','111609084478','2020-12-27 19:01:57',NULL,300.00,'','11','1','Good sold','1','713','sales','8','','No',NULL,NULL,''),(3356,'1100','111609085402','2020-12-27 19:10:17',300.00,NULL,'','11','1','Good sold','1','748','sales','','','No',NULL,NULL,''),(3357,'4000','111609085402','2020-12-27 19:10:17',NULL,300.00,'','11','1','Good sold','1','748','sales','8','','No',NULL,NULL,''),(3358,'1100','111609086355','2020-12-27 19:26:05',300.00,NULL,'','11','1','Good sold','1','749','sales','','','No',NULL,NULL,''),(3359,'4000','111609086355','2020-12-27 19:26:05',NULL,300.00,'','11','1','Good sold','1','749','sales','8','','No',NULL,NULL,''),(3360,'1000','111609086847','2020-12-27 19:34:26',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3361,'4000','111609086847','2020-12-27 19:34:26',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3362,'1100','111609086877','2020-12-27 19:35:00',300.00,NULL,'','11','1','Good sold','1','750','sales','','','No',NULL,NULL,''),(3363,'4000','111609086877','2020-12-27 19:35:00',NULL,300.00,'','11','1','Good sold','1','750','sales','8','','No',NULL,NULL,''),(3364,'1000','111609088642','2020-12-27 20:04:35',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3365,'4000','111609088642','2020-12-27 20:04:35',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3366,'1100','111609134176','2020-12-28 08:43:08',300.00,NULL,'','11','1','Good sold','1','751','sales','','','No',NULL,NULL,''),(3367,'4000','111609134176','2020-12-28 08:43:08',NULL,300.00,'','11','1','Good sold','1','751','sales','8','','No',NULL,NULL,''),(3368,'1100','111609134370','2020-12-28 08:46:29',600.00,NULL,'','11','1','Good sold','1','752','sales','','','No',NULL,NULL,''),(3369,'4000','111609134370','2020-12-28 08:46:29',NULL,600.00,'','11','1','Good sold','1','752','sales','8','','No',NULL,NULL,''),(3370,'1100','111609135031','2020-12-28 08:57:21',300.00,NULL,'','11','1','Good sold','1','753','sales','','','No',NULL,NULL,''),(3371,'4000','111609135031','2020-12-28 08:57:21',NULL,300.00,'','11','1','Good sold','1','753','sales','8','','No',NULL,NULL,''),(3372,'1100','111609139522','2020-12-28 10:12:12',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(3373,'4000','111609139522','2020-12-28 10:12:12',NULL,300.00,'','11','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(3374,'1100','111609140018','2020-12-28 10:21:32',150.00,NULL,'','11','1','Good sold','1','754','sales','','','No',NULL,NULL,''),(3375,'4000','111609140018','2020-12-28 10:21:32',NULL,150.00,'','11','1','Good sold','1','754','sales','7','','No',NULL,NULL,''),(3376,'1000','111609141953','2020-12-28 10:52:47',350.00,NULL,'','11','1','Good sold','1','755','sales','','','No',NULL,NULL,''),(3377,'4000','111609141953','2020-12-28 10:52:47',NULL,350.00,'','11','1','Good sold','1','755','sales','10','','No',NULL,NULL,''),(3378,'1000','111609142155','2020-12-28 10:56:18',350.00,NULL,'','11','1','Good sold','1','755','sales','','','No',NULL,NULL,''),(3379,'4000','111609142155','2020-12-28 10:56:18',NULL,350.00,'','11','1','Good sold','1','755','sales','9','','No',NULL,NULL,''),(3380,'1100','111609147377','2020-12-28 12:23:11',300.00,NULL,'','11','1','Good sold','1','756','sales','','','No',NULL,NULL,''),(3381,'4000','111609147377','2020-12-28 12:23:11',NULL,300.00,'','11','1','Good sold','1','756','sales','8','','No',NULL,NULL,''),(3382,'1100','111609147491','2020-12-28 12:25:11',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(3383,'4000','111609147491','2020-12-28 12:25:11',NULL,150.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(3384,'1100','111609148705','2020-12-28 12:45:27',300.00,NULL,'','11','1','Good sold','1','757','sales','','','No',NULL,NULL,''),(3385,'4000','111609148705','2020-12-28 12:45:27',NULL,300.00,'','11','1','Good sold','1','757','sales','8','','No',NULL,NULL,''),(3386,'1000','111609149000','2020-12-28 12:50:15',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3387,'4000','111609149000','2020-12-28 12:50:15',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3388,'1100','111609149026','2020-12-28 13:21:39',350.00,NULL,'','11','1','Good sold','1','697','sales','','','No',NULL,NULL,''),(3389,'4000','111609149026','2020-12-28 13:21:39',NULL,350.00,'','11','1','Good sold','1','697','sales','9','','No',NULL,NULL,''),(3390,'1000','111609151349','2020-12-28 13:29:21',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3391,'4000','111609151349','2020-12-28 13:29:21',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3392,'1000','111609153418','2020-12-28 14:03:50',300.00,NULL,'','11','1','Good sold','1','758','sales','','','No',NULL,NULL,''),(3393,'4000','111609153418','2020-12-28 14:03:50',NULL,300.00,'','11','1','Good sold','1','758','sales','8','','No',NULL,NULL,''),(3394,'1000','111609154861','2020-12-28 14:27:51',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3395,'4000','111609154861','2020-12-28 14:27:51',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3396,'1100','111609157106','2020-12-28 15:05:28',600.00,NULL,'','11','1','Good sold','1','639','sales','','','No',NULL,NULL,''),(3397,'4000','111609157106','2020-12-28 15:05:28',NULL,600.00,'','11','1','Good sold','1','639','sales','8','','No',NULL,NULL,''),(3398,'1000','111609157484','2020-12-28 15:11:37',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3399,'4000','111609157484','2020-12-28 15:11:37',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3400,'1100','111609160674','2020-12-28 16:04:53',600.00,NULL,'','11','1','Good sold','1','759','sales','','','No',NULL,NULL,''),(3401,'4000','111609160674','2020-12-28 16:04:53',NULL,600.00,'','11','1','Good sold','1','759','sales','8','','No',NULL,NULL,''),(3402,'1000','111609162085','2020-12-28 16:28:20',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3403,'4000','111609162085','2020-12-28 16:28:20',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3404,'1000','111609162125','2020-12-28 16:46:49',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3405,'4000','111609162125','2020-12-28 16:46:49',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3406,'1100','111609163221','2020-12-28 16:47:35',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(3407,'4000','111609163221','2020-12-28 16:47:35',NULL,300.00,'','11','1','Good sold','1','539','sales','8','','No',NULL,NULL,''),(3408,'1100','111609163950','2020-12-28 16:59:25',300.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(3409,'4000','111609163950','2020-12-28 16:59:25',NULL,300.00,'','11','1','Good sold','1','53','sales','8','','No',NULL,NULL,''),(3410,'1100','111609164433','2020-12-28 17:07:24',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(3411,'4000','111609164433','2020-12-28 17:07:24',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(3412,'1100','111609166168','2020-12-28 17:36:25',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(3413,'4000','111609166168','2020-12-28 17:36:25',NULL,150.00,'','11','1','Good sold','1','612','sales','7','','No',NULL,NULL,''),(3414,'1000','111609166553','2020-12-28 17:42:54',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3415,'4000','111609166553','2020-12-28 17:42:54',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3416,'1100','111609166579','2020-12-28 17:43:22',600.00,NULL,'','11','1','Good sold','1','96','sales','','','No',NULL,NULL,''),(3417,'4000','111609166579','2020-12-28 17:43:22',NULL,600.00,'','11','1','Good sold','1','96','sales','8','','No',NULL,NULL,''),(3418,'1100','111609166682','2020-12-28 17:44:54',150.00,NULL,'','11','1','Good sold','1','760','sales','','','No',NULL,NULL,''),(3419,'4000','111609166682','2020-12-28 17:44:54',NULL,150.00,'','11','1','Good sold','1','760','sales','7','','No',NULL,NULL,''),(3420,'1100','111609167190','2020-12-28 17:53:24',450.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(3421,'4000','111609167190','2020-12-28 17:53:24',NULL,450.00,'','11','1','Good sold','1','549','sales','5','','No',NULL,NULL,''),(3422,'1100','111609167482','2020-12-28 17:59:25',150.00,NULL,'','11','1','Good sold','1','761','sales','','','No',NULL,NULL,''),(3423,'4000','111609167482','2020-12-28 17:59:25',NULL,150.00,'','11','1','Good sold','1','761','sales','7','','No',NULL,NULL,''),(3424,'1000','111609167788','2020-12-28 18:03:39',300.00,NULL,'','11','1','Good sold','1','762','Payment','','','No',NULL,NULL,''),(3425,'4000','111609167788','2020-12-28 18:03:39',NULL,300.00,'','11','1','Good sold','1','762','sales','8','','No',NULL,NULL,''),(3426,'1000','111609167904','2020-12-28 18:09:12',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3427,'4000','111609167904','2020-12-28 18:09:12',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3428,'1100','111609168160','2020-12-28 18:21:09',450.00,NULL,'','11','1','Good sold','1','763','sales','','','No',NULL,NULL,''),(3429,'4000','111609168160','2020-12-28 18:21:09',NULL,450.00,'','11','1','Good sold','1','763','sales','5','','No',NULL,NULL,''),(3430,'1100','111609168970','2020-12-28 18:23:02',300.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(3431,'4000','111609168970','2020-12-28 18:23:02',NULL,300.00,'','11','1','Good sold','1','512','sales','8','','No',NULL,NULL,''),(3432,'1100','111609170115','2020-12-28 18:42:09',300.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(3433,'4000','111609170115','2020-12-28 18:42:09',NULL,300.00,'','11','1','Good sold','1','512','sales','8','','No',NULL,NULL,''),(3434,'1100','111609170643','2020-12-28 18:51:40',150.00,NULL,'','11','1','Good sold','1','506','sales','','','No',NULL,NULL,''),(3435,'4000','111609170643','2020-12-28 18:51:40',NULL,150.00,'','11','1','Good sold','1','506','sales','7','','No',NULL,NULL,''),(3436,'1100','111609172315','2020-12-28 19:18:46',350.00,NULL,'','11','1','Good sold','1','764','sales','','','No',NULL,NULL,''),(3437,'4000','111609172315','2020-12-28 19:18:46',NULL,350.00,'','11','1','Good sold','1','764','sales','9','','No',NULL,NULL,''),(3438,'1100','111609174278','2020-12-28 19:52:34',600.00,NULL,'','11','1','Good sold','1','765','sales','','','No',NULL,NULL,''),(3439,'4000','111609174278','2020-12-28 19:52:34',NULL,600.00,'','11','1','Good sold','1','765','sales','8','','No',NULL,NULL,''),(3440,'1100','111609175470','2020-12-28 20:11:23',300.00,NULL,'','11','1','Good sold','1','766','sales','','','No',NULL,NULL,''),(3441,'4000','111609175470','2020-12-28 20:11:23',NULL,300.00,'','11','1','Good sold','1','766','sales','8','','No',NULL,NULL,''),(3442,'1100','111609176212','2020-12-28 20:23:45',300.00,NULL,'','11','1','Good sold','1','767','sales','','','No',NULL,NULL,''),(3443,'4000','111609176212','2020-12-28 20:23:45',NULL,300.00,'','11','1','Good sold','1','767','sales','8','','No',NULL,NULL,''),(3444,'1100','111609176869','2020-12-28 20:34:46',150.00,NULL,'','11','1','Good sold','1','593','sales','','','No',NULL,NULL,''),(3445,'4000','111609176869','2020-12-28 20:34:46',NULL,150.00,'','11','1','Good sold','1','593','sales','7','','No',NULL,NULL,''),(3446,'1100','111609176984','2020-12-28 20:36:37',80.00,NULL,'','11','1','Good sold','1','593','sales','','','No',NULL,NULL,''),(3447,'4000','111609176984','2020-12-28 20:36:37',NULL,80.00,'','11','1','Good sold','1','593','sales','6','','No',NULL,NULL,''),(3448,'1100','111609220142','2020-12-29 08:36:06',900.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(3449,'4000','111609220142','2020-12-29 08:36:06',NULL,900.00,'','11','1','Good sold','1','75','sales','8','','No',NULL,NULL,''),(3450,'1000','111609222493','2020-12-29 09:15:09',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3451,'4000','111609222493','2020-12-29 09:15:09',NULL,300.00,'','11','1','Good sold','1','554','sales','8','','No',NULL,NULL,''),(3452,'1100','111609222576','2020-12-29 09:26:39',600.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(3453,'4000','111609222576','2020-12-29 09:26:39',NULL,600.00,'','11','1','Good sold','1','75','sales','8','','No',NULL,NULL,''),(3454,'1100','111609225423','2020-12-29 10:03:59',350.00,NULL,'','11','1','Good sold','1','764','sales','','','No',NULL,NULL,''),(3455,'4000','111609225423','2020-12-29 10:03:59',NULL,350.00,'','11','1','Good sold','1','764','sales','9','','No',NULL,NULL,''),(3456,'1100','111609225816','2020-12-29 10:10:30',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(3457,'4000','111609225816','2020-12-29 10:10:30',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(3458,'1100','111609226071','2020-12-29 10:14:48',160.00,NULL,'','11','1','Good sold','1','768','sales','','','No',NULL,NULL,''),(3459,'4000','111609226071','2020-12-29 10:14:48',NULL,160.00,'','11','1','Good sold','1','768','sales','6','','No',NULL,NULL,''),(3460,'1100','111609227900','2020-12-29 10:45:19',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(3461,'4000','111609227900','2020-12-29 10:45:19',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(3462,'1000','111609235270','2020-12-29 12:48:14',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(3463,'4000','111609235270','2020-12-29 12:48:14',NULL,300.00,'','11','1','Good sold','1','770','sales','8','','No',NULL,NULL,''),(3464,'1100','111609238383','2020-12-29 13:39:59',600.00,NULL,'','11','1','Good sold','1','771','sales','','','No',NULL,NULL,''),(3465,'4000','111609238383','2020-12-29 13:39:59',NULL,600.00,'','11','1','Good sold','1','771','sales','8','','No',NULL,NULL,''),(3466,'1100','111609239615','2020-12-29 14:00:43',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(3467,'4000','111609239615','2020-12-29 14:00:43',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(3468,'1100','111609239731','2020-12-29 14:02:25',300.00,NULL,'','11','1','Good sold','1','672','sales','','','No',NULL,NULL,''),(3469,'4000','111609239731','2020-12-29 14:02:25',NULL,300.00,'','11','1','Good sold','1','672','sales','8','','No',NULL,NULL,''),(3470,'1100','111609239894','2020-12-29 14:05:07',150.00,NULL,'','11','1','Good sold','1','615','sales','','','No',NULL,NULL,''),(3471,'4000','111609239894','2020-12-29 14:05:07',NULL,150.00,'','11','1','Good sold','1','615','sales','7','','No',NULL,NULL,''),(3472,'1000','111609240696','2020-12-29 14:18:58',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3473,'4000','111609240696','2020-12-29 14:18:58',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3474,'1000','111609240753','2020-12-29 14:32:24',700.00,NULL,'','11','1','Good sold','1','576','Payment','','','No',NULL,NULL,''),(3475,'4000','111609240753','2020-12-29 14:32:24',NULL,700.00,'','11','1','Good sold','1','576','sales','9','','No',NULL,NULL,''),(3476,'1000','111609241619','2020-12-29 14:55:48',300.00,NULL,'','11','1','Good sold','1','772','Payment','','','No',NULL,NULL,''),(3477,'4000','111609241619','2020-12-29 14:55:48',NULL,300.00,'','11','1','Good sold','1','772','sales','8','','No',NULL,NULL,''),(3478,'1100','111609243033','2020-12-29 15:22:10',300.00,NULL,'','11','1','Good sold','1','773','sales','','','No',NULL,NULL,''),(3479,'4000','111609243033','2020-12-29 15:22:10',NULL,300.00,'','11','1','Good sold','1','773','sales','8','','No',NULL,NULL,''),(3480,'1100','111609246235','2020-12-29 15:50:46',300.00,NULL,'','11','1','Good sold','1','774','sales','','','No',NULL,NULL,''),(3481,'4000','111609246235','2020-12-29 15:50:46',NULL,300.00,'','11','1','Good sold','1','774','sales','8','','No',NULL,NULL,''),(3482,'1100','111609246869','2020-12-29 16:01:20',350.00,NULL,'','11','1','Good sold','1','697','sales','','','No',NULL,NULL,''),(3483,'4000','111609246869','2020-12-29 16:01:20',NULL,350.00,'','11','1','Good sold','1','697','sales','9','','No',NULL,NULL,''),(3484,'1100','111609249288','2020-12-29 16:41:39',300.00,NULL,'','11','1','Good sold','1','524','sales','','','No',NULL,NULL,''),(3485,'4000','111609249288','2020-12-29 16:41:39',NULL,300.00,'','11','1','Good sold','1','524','sales','8','','No',NULL,NULL,''),(3486,'1000','111609249598','2020-12-29 16:47:02',150.00,NULL,'','11','1','Good sold','1','775','sales','','','No',NULL,NULL,''),(3487,'4000','111609249598','2020-12-29 16:47:02',NULL,150.00,'','11','1','Good sold','1','775','sales','7','','No',NULL,NULL,''),(3488,'1000','111609249685','2020-12-29 16:52:12',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3489,'4000','111609249685','2020-12-29 16:52:12',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3490,'1100','111609251334','2020-12-29 17:15:49',150.00,NULL,'','11','1','Good sold','1','776','sales','','','No',NULL,NULL,''),(3491,'4000','111609251334','2020-12-29 17:15:49',NULL,150.00,'','11','1','Good sold','1','776','sales','7','','No',NULL,NULL,''),(3492,'1100','111609255754','2020-12-29 18:29:26',150.00,NULL,'','11','1','Good sold','1','565','sales','','','No',NULL,NULL,''),(3493,'4000','111609255754','2020-12-29 18:29:26',NULL,150.00,'','11','1','Good sold','1','565','sales','7','','No',NULL,NULL,''),(3494,'1100','111609256609','2020-12-29 18:43:56',900.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(3495,'4000','111609256609','2020-12-29 18:43:56',NULL,900.00,'','11','1','Good sold','1','147','sales','5','','No',NULL,NULL,''),(3496,'1000','111609257002','2020-12-29 18:50:20',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3497,'4000','111609257002','2020-12-29 18:50:20',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3498,'1000','111609257852','2020-12-29 19:04:22',300.00,NULL,'','11','1','Good sold','1','627','sales','','','No',NULL,NULL,''),(3499,'4000','111609257852','2020-12-29 19:04:22',NULL,300.00,'','11','1','Good sold','1','627','sales','8','','No',NULL,NULL,''),(3500,'1000','111609257913','2020-12-29 19:05:46',600.00,NULL,'','11','1','Good sold','1','597','Payment','','','No',NULL,NULL,''),(3501,'4000','111609257913','2020-12-29 19:05:46',NULL,600.00,'','11','1','Good sold','1','597','sales','8','','No',NULL,NULL,''),(3502,'1100','111609258130','2020-12-29 19:13:10',600.00,NULL,'','11','1','Good sold','1','777','sales','','','No',NULL,NULL,''),(3503,'4000','111609258130','2020-12-29 19:13:10',NULL,600.00,'','11','1','Good sold','1','777','sales','8','','No',NULL,NULL,''),(3504,'1100','111609258501','2020-12-29 19:15:18',600.00,NULL,'','11','1','Good sold','1','778','sales','','','No',NULL,NULL,''),(3505,'4000','111609258501','2020-12-29 19:15:18',NULL,600.00,'','11','1','Good sold','1','778','sales','8','','No',NULL,NULL,''),(3506,'1100','111609260117','2020-12-29 19:42:08',300.00,NULL,'','11','1','Good sold','1','779','sales','','','No',NULL,NULL,''),(3507,'4000','111609260117','2020-12-29 19:42:08',NULL,300.00,'','11','1','Good sold','1','779','sales','8','','No',NULL,NULL,''),(3508,'1100','111609260895','2020-12-29 19:55:11',150.00,NULL,'','11','1','Good sold','1','600','sales','','','No',NULL,NULL,''),(3509,'4000','111609260895','2020-12-29 19:55:11',NULL,150.00,'','11','1','Good sold','1','600','sales','7','','No',NULL,NULL,''),(3510,'1100','111609310795','2020-12-30 09:46:48',300.00,NULL,'','11','1','Good sold','1','780','sales','','','No',NULL,NULL,''),(3511,'4000','111609310795','2020-12-30 09:46:48',NULL,300.00,'','11','1','Good sold','1','780','sales','8','','No',NULL,NULL,''),(3512,'1000','111609315129','2020-12-30 10:59:12',600.00,NULL,'','11','1','Good sold','1','781','sales','','','No',NULL,NULL,''),(3513,'4000','111609315129','2020-12-30 10:59:12',NULL,600.00,'','11','1','Good sold','1','781','sales','8','','No',NULL,NULL,''),(3514,'1100','111609315215','2020-12-30 11:46:59',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(3515,'4000','111609315215','2020-12-30 11:46:59',NULL,600.00,'','11','1','Good sold','1','156','sales','8','','No',NULL,NULL,''),(3516,'1000','111609319972','2020-12-30 12:20:10',300.00,NULL,'','11','1','Good sold','1','782','Payment','','','No',NULL,NULL,''),(3517,'4000','111609319972','2020-12-30 12:20:10',NULL,300.00,'','11','1','Good sold','1','782','sales','7','','No',NULL,NULL,''),(3518,'1100','111609320076','2020-12-30 13:13:07',600.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(3519,'4000','111609320076','2020-12-30 13:13:07',NULL,600.00,'','11','1','Good sold','1','623','sales','8','','No',NULL,NULL,''),(3520,'1100','111609324215','2020-12-30 13:30:29',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(3521,'4000','111609324215','2020-12-30 13:30:29',NULL,150.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(3522,'1100','111609328382','2020-12-30 14:40:00',600.00,NULL,'','11','1','Good sold','1','783','sales','','','No',NULL,NULL,''),(3523,'4000','111609328382','2020-12-30 14:40:00',NULL,600.00,'','11','1','Good sold','1','783','sales','8','','No',NULL,NULL,''),(3524,'1100','111609328529','2020-12-30 14:42:27',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(3525,'4000','111609328529','2020-12-30 14:42:27',NULL,300.00,'','11','1','Good sold','1','575','sales','8','','No',NULL,NULL,''),(3526,'1000','111609330040','2020-12-30 15:08:10',300.00,NULL,'','11','1','Good sold','1','56','Payment','','','No',NULL,NULL,''),(3527,'4000','111609330040','2020-12-30 15:08:10',NULL,300.00,'','11','1','Good sold','1','56','sales','7','','No',NULL,NULL,''),(3528,'1100','111609330152','2020-12-30 16:07:12',900.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(3529,'4000','111609330152','2020-12-30 16:07:12',NULL,900.00,'','11','1','Good sold','1','784','sales','8','','No',NULL,NULL,''),(3530,'1100','111609334019','2020-12-30 16:14:04',600.00,NULL,'','11','1','Good sold','1','531','sales','','','No',NULL,NULL,''),(3531,'4000','111609334019','2020-12-30 16:14:04',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(3532,'1100','111609335814','2020-12-30 16:43:43',300.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(3533,'4000','111609335814','2020-12-30 16:43:43',NULL,300.00,'','11','1','Good sold','1','508','sales','8','','No',NULL,NULL,''),(3534,'1000','111609336424','2020-12-30 16:53:58',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3535,'4000','111609336424','2020-12-30 16:53:58',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3536,'1100','111609336443','2020-12-30 16:54:21',150.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(3537,'4000','111609336443','2020-12-30 16:54:21',NULL,150.00,'','11','1','Good sold','1','508','sales','7','','No',NULL,NULL,''),(3538,'1000','111609336602','2020-12-30 16:57:06',600.00,NULL,'','11','1','Good sold','1','785','sales','','','No',NULL,NULL,''),(3539,'4000','111609336602','2020-12-30 16:57:06',NULL,600.00,'','11','1','Good sold','1','785','sales','8','','No',NULL,NULL,''),(3540,'1100','111609338100','2020-12-30 17:21:50',450.00,NULL,'','11','1','Good sold','1','727','sales','','','No',NULL,NULL,''),(3541,'4000','111609338100','2020-12-30 17:21:50',NULL,450.00,'','11','1','Good sold','1','727','sales','5','','No',NULL,NULL,''),(3542,'1000','111609339297','2020-12-30 17:42:09',500.00,NULL,'','11','1','Good sold','1','786','sales','','','No',NULL,NULL,''),(3543,'4000','111609339297','2020-12-30 17:42:09',NULL,500.00,'','11','1','Good sold','1','786','sales','4','','No',NULL,NULL,''),(3544,'1100','111609339390','2020-12-30 17:58:20',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(3545,'4000','111609339390','2020-12-30 17:58:20',NULL,300.00,'','11','1','Good sold','1','592','sales','8','','No',NULL,NULL,''),(3546,'1100','111609341357','2020-12-30 18:16:12',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(3547,'4000','111609341357','2020-12-30 18:16:12',NULL,300.00,'','11','1','Good sold','1','621','sales','8','','No',NULL,NULL,''),(3548,'1100','111609343314','2020-12-30 18:48:59',160.00,NULL,'','11','1','Good sold','1','787','sales','','','No',NULL,NULL,''),(3549,'4000','111609343314','2020-12-30 18:48:59',NULL,160.00,'','11','1','Good sold','1','787','sales','6','','No',NULL,NULL,''),(3550,'1100','111609343615','2020-12-30 18:53:53',1500.00,NULL,'','11','1','Good sold','1','634','sales','','','No',NULL,NULL,''),(3551,'4000','111609343615','2020-12-30 18:53:53',NULL,1500.00,'','11','1','Good sold','1','634','sales','8','','No',NULL,NULL,''),(3552,'1000','111609344113','2020-12-30 19:02:02',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(3553,'4000','111609344113','2020-12-30 19:02:02',NULL,300.00,'','11','1','Good sold','1','788','sales','8','','No',NULL,NULL,''),(3554,'1100','111609344181','2020-12-30 19:14:57',900.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(3555,'4000','111609344181','2020-12-30 19:14:57',NULL,900.00,'','11','1','Good sold','1','114','sales','5','','No',NULL,NULL,''),(3556,'1100','111609345260','2020-12-30 19:21:10',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(3557,'4000','111609345260','2020-12-30 19:21:10',NULL,150.00,'','11','1','Good sold','1','631','sales','7','','No',NULL,NULL,''),(3558,'1100','111609346459','2020-12-30 19:41:10',300.00,NULL,'','11','1','Good sold','1','64','sales','','','No',NULL,NULL,''),(3559,'4000','111609346459','2020-12-30 19:41:10',NULL,300.00,'','11','1','Good sold','1','64','sales','8','','No',NULL,NULL,''),(3560,'1000','111609347881','2020-12-30 20:04:55',120.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3561,'4000','111609347881','2020-12-30 20:04:55',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3562,'1000','111609349280','2020-12-30 20:28:18',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3563,'4000','111609349280','2020-12-30 20:28:18',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3564,'1100','111609403821','2020-12-31 11:37:14',300.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(3565,'4000','111609403821','2020-12-31 11:37:14',NULL,300.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(3566,'1100','111609403923','2020-12-31 11:38:59',600.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(3567,'4000','111609403923','2020-12-31 11:38:59',NULL,600.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(3568,'1100','111609404030','2020-12-31 11:40:44',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(3569,'4000','111609404030','2020-12-31 11:40:44',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(3570,'1000','111609404738','2020-12-31 11:52:54',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3571,'4000','111609404738','2020-12-31 11:52:54',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3572,'1100','111609408199','2020-12-31 12:50:22',300.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(3573,'4000','111609408199','2020-12-31 12:50:22',NULL,300.00,'','11','1','Good sold','1','507','sales','8','','No',NULL,NULL,''),(3574,'1100','111609409846','2020-12-31 13:18:02',150.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3575,'4000','111609409846','2020-12-31 13:18:02',NULL,150.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(3576,'1100','111609410383','2020-12-31 13:26:42',150.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3577,'4000','111609410383','2020-12-31 13:26:42',NULL,150.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(3578,'1100','111609412198','2020-12-31 13:56:46',300.00,NULL,'','11','1','Good sold','1','790','sales','','','No',NULL,NULL,''),(3579,'4000','111609412198','2020-12-31 13:56:46',NULL,300.00,'','11','1','Good sold','1','790','sales','8','','No',NULL,NULL,''),(3580,'1100','111609413195','2020-12-31 14:13:45',150.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3581,'4000','111609413195','2020-12-31 14:13:45',NULL,150.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(3582,'1100','111609414206','2020-12-31 14:31:52',600.00,NULL,'','11','1','Good sold','1','546','sales','','','No',NULL,NULL,''),(3583,'4000','111609414206','2020-12-31 14:31:52',NULL,600.00,'','11','1','Good sold','1','546','sales','8','','No',NULL,NULL,''),(3584,'1000','111609417417','2020-12-31 15:23:48',250.00,NULL,'','11','1','Good sold','1','102','sales','','','No',NULL,NULL,''),(3585,'4000','111609417417','2020-12-31 15:23:48',NULL,250.00,'','11','1','Good sold','1','102','sales','4','','No',NULL,NULL,''),(3586,'1100','111609417489','2020-12-31 16:10:06',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(3587,'4000','111609417489','2020-12-31 16:10:06',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(3588,'1100','111609422581','2020-12-31 16:49:55',600.00,NULL,'','11','1','Good sold','1','791','sales','','','No',NULL,NULL,''),(3589,'4000','111609422581','2020-12-31 16:49:55',NULL,600.00,'','11','1','Good sold','1','791','sales','8','','No',NULL,NULL,''),(3590,'1000','111609424283','2020-12-31 17:18:14',300.00,NULL,'','11','1','Good sold','1','792','Payment','','','No',NULL,NULL,''),(3591,'4000','111609424283','2020-12-31 17:18:14',NULL,300.00,'','11','1','Good sold','1','792','sales','8','','No',NULL,NULL,''),(3592,'1100','111609424866','2020-12-31 17:28:05',300.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(3593,'4000','111609424866','2020-12-31 17:28:05',NULL,300.00,'','11','1','Good sold','1','793','sales','8','','No',NULL,NULL,''),(3594,'1100','111609425550','2020-12-31 17:39:57',1500.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(3595,'4000','111609425550','2020-12-31 17:39:57',NULL,1500.00,'','11','1','Good sold','1','793','sales','8','','No',NULL,NULL,''),(3596,'1100','111609426241','2020-12-31 17:50:55',150.00,NULL,'','11','1','Good sold','1','794','sales','','','No',NULL,NULL,''),(3597,'4000','111609426241','2020-12-31 17:50:55',NULL,150.00,'','11','1','Good sold','1','794','sales','7','','No',NULL,NULL,''),(3598,'1000','111609427509','2020-12-31 18:12:12',120.00,NULL,'','11','1','Good sold','1','795','sales','','','No',NULL,NULL,''),(3599,'4000','111609427509','2020-12-31 18:12:12',NULL,120.00,'','11','1','Good sold','1','795','sales','3','','No',NULL,NULL,''),(3600,'1000','111609429237','2020-12-31 18:40:48',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3601,'4000','111609429237','2020-12-31 18:40:48',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3602,'1000','111609429259','2020-12-31 18:52:28',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3603,'4000','111609429259','2020-12-31 18:52:28',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3604,'1000','111609432364','2020-12-31 19:32:55',300.00,NULL,'','11','1','Good sold','1','796','Payment','','','No',NULL,NULL,''),(3605,'4000','111609432364','2020-12-31 19:32:55',NULL,300.00,'','11','1','Good sold','1','796','sales','8','','No',NULL,NULL,''),(3606,'1100','111609432441','2020-12-31 20:29:56',300.00,NULL,'','11','1','Good sold','1','797','sales','','','No',NULL,NULL,''),(3607,'4000','111609432441','2020-12-31 20:29:56',NULL,300.00,'','11','1','Good sold','1','797','sales','8','','No',NULL,NULL,''),(3608,'1100','111609437431','2020-12-31 20:57:23',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(3609,'4000','111609437431','2020-12-31 20:57:23',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(3610,'1100','111609486319','2021-01-01 10:32:12',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(3611,'4000','111609486319','2021-01-01 10:32:12',NULL,300.00,'','11','1','Good sold','1','652','sales','8','','No',NULL,NULL,''),(3612,'1100','111609486477','2021-01-01 10:34:56',600.00,NULL,'','11','1','Good sold','1','798','sales','','','No',NULL,NULL,''),(3613,'4000','111609486477','2021-01-01 10:34:56',NULL,600.00,'','11','1','Good sold','1','798','sales','8','','No',NULL,NULL,''),(3614,'1000','111609488038','2021-01-01 11:00:48',300.00,NULL,'','11','1','Good sold','1','799','sales','','','No',NULL,NULL,''),(3615,'4000','111609488038','2021-01-01 11:00:48',NULL,300.00,'','11','1','Good sold','1','799','sales','8','','No',NULL,NULL,''),(3616,'1000','111609489514','2021-01-01 11:25:25',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(3617,'4000','111609489514','2021-01-01 11:25:25',NULL,300.00,'','11','1','Good sold','1','770','sales','8','','No',NULL,NULL,''),(3618,'1100','111609492223','2021-01-01 12:10:35',300.00,NULL,'','11','1','Good sold','1','800','sales','','','No',NULL,NULL,''),(3619,'4000','111609492223','2021-01-01 12:10:35',NULL,300.00,'','11','1','Good sold','1','800','sales','8','','No',NULL,NULL,''),(3620,'1100','111609492873','2021-01-01 12:21:27',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(3621,'4000','111609492873','2021-01-01 12:21:27',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(3622,'1100','111609492981','2021-01-01 12:23:24',900.00,NULL,'','11','1','Good sold','1','801','sales','','','No',NULL,NULL,''),(3623,'4000','111609492981','2021-01-01 12:23:24',NULL,900.00,'','11','1','Good sold','1','801','sales','8','','No',NULL,NULL,''),(3624,'1100','111609494565','2021-01-01 12:49:45',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(3625,'4000','111609494565','2021-01-01 12:49:45',NULL,450.00,'','11','1','Good sold','1','590','sales','7','','No',NULL,NULL,''),(3626,'1000','111609494908','2021-01-01 12:55:18',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3627,'4000','111609494908','2021-01-01 12:55:18',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3628,'1100','111609494927','2021-01-01 12:56:56',600.00,NULL,'','11','1','Good sold','1','802','sales','','','No',NULL,NULL,''),(3629,'4000','111609494927','2021-01-01 12:56:56',NULL,600.00,'','11','1','Good sold','1','802','sales','8','','No',NULL,NULL,''),(3630,'1000','111609497408','2021-01-01 13:36:59',450.00,NULL,'','11','1','Good sold','1','803','sales','','','No',NULL,NULL,''),(3631,'4000','111609497408','2021-01-01 13:36:59',NULL,450.00,'','11','1','Good sold','1','803','sales','5','','No',NULL,NULL,''),(3632,'1000','111609497937','2021-01-01 13:46:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3633,'4000','111609497937','2021-01-01 13:46:58',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3634,'1100','111609498029','2021-01-01 13:50:52',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(3635,'4000','111609498029','2021-01-01 13:50:52',NULL,150.00,'','11','1','Good sold','1','612','sales','7','','No',NULL,NULL,''),(3636,'1000','111609499379','2021-01-01 14:10:09',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3637,'4000','111609499379','2021-01-01 14:10:09',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3638,'1100','111609499419','2021-01-01 14:24:56',150.00,NULL,'','11','1','Good sold','1','673','sales','','','No',NULL,NULL,''),(3639,'4000','111609499419','2021-01-01 14:24:56',NULL,150.00,'','11','1','Good sold','1','673','sales','7','','No',NULL,NULL,''),(3640,'1100','111609500713','2021-01-01 14:32:06',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(3641,'4000','111609500713','2021-01-01 14:32:06',NULL,300.00,'','11','1','Good sold','1','689','sales','8','','No',NULL,NULL,''),(3642,'1000','111609500968','2021-01-01 14:36:19',300.00,NULL,'','11','1','Good sold','1','525','sales','','','No',NULL,NULL,''),(3643,'4000','111609500968','2021-01-01 14:36:19',NULL,300.00,'','11','1','Good sold','1','525','sales','8','','No',NULL,NULL,''),(3644,'1100','111609504918','2021-01-01 15:42:12',150.00,NULL,'','11','1','Good sold','1','804','sales','','','No',NULL,NULL,''),(3645,'4000','111609504918','2021-01-01 15:42:12',NULL,150.00,'','11','1','Good sold','1','804','sales','7','','No',NULL,NULL,''),(3646,'1000','111609505195','2021-01-01 15:46:53',300.00,NULL,'','11','1','Good sold','1','805','sales','','','No',NULL,NULL,''),(3647,'4000','111609505195','2021-01-01 15:46:53',NULL,300.00,'','11','1','Good sold','1','805','sales','8','','No',NULL,NULL,''),(3648,'1100','111609505297','2021-01-01 16:29:57',600.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(3649,'4000','111609505297','2021-01-01 16:29:57',NULL,600.00,'','11','1','Good sold','1','608','sales','8','','No',NULL,NULL,''),(3650,'1100','111609507950','2021-01-01 16:32:52',600.00,NULL,'','11','1','Good sold','1','806','sales','','','No',NULL,NULL,''),(3651,'4000','111609507950','2021-01-01 16:32:52',NULL,600.00,'','11','1','Good sold','1','806','sales','8','','No',NULL,NULL,''),(3652,'1100','111609509345','2021-01-01 16:55:55',300.00,NULL,'','11','1','Good sold','1','807','sales','','','No',NULL,NULL,''),(3653,'4000','111609509345','2021-01-01 16:55:55',NULL,300.00,'','11','1','Good sold','1','807','sales','8','','No',NULL,NULL,''),(3654,'1100','111609509561','2021-01-01 16:59:32',300.00,NULL,'','11','1','Good sold','1','808','sales','','','No',NULL,NULL,''),(3655,'4000','111609509561','2021-01-01 16:59:32',NULL,300.00,'','11','1','Good sold','1','808','sales','8','','No',NULL,NULL,''),(3656,'1100','111609509949','2021-01-01 17:06:04',1200.00,NULL,'','11','1','Good sold','1','809','sales','','','No',NULL,NULL,''),(3657,'4000','111609509949','2021-01-01 17:06:04',NULL,1200.00,'','11','1','Good sold','1','809','sales','8','','No',NULL,NULL,''),(3658,'1000','111609514779','2021-01-01 18:26:31',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3659,'4000','111609514779','2021-01-01 18:26:31',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3660,'1000','111609519314','2021-01-01 19:42:11',900.00,NULL,'','11','1','Good sold','1','810','sales','','','No',NULL,NULL,''),(3661,'4000','111609519314','2021-01-01 19:42:11',NULL,900.00,'','11','1','Good sold','1','810','sales','8','','No',NULL,NULL,''),(3662,'1000','111609523422','2021-01-01 20:50:33',250.00,NULL,'','11','1','Good sold','1','811','sales','','','No',NULL,NULL,''),(3663,'4000','111609523422','2021-01-01 20:50:33',NULL,250.00,'','11','1','Good sold','1','811','sales','4','','No',NULL,NULL,''),(3664,'1000','111609568484','2021-01-02 10:42:43',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3665,'4000','111609568484','2021-01-02 10:42:43',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3666,'1000','111609574551','2021-01-02 11:02:52',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3667,'4000','111609574551','2021-01-02 11:02:52',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3668,'1000','111609574584','2021-01-02 12:04:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3669,'4000','111609574584','2021-01-02 12:04:58',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3670,'1000','111609578336','2021-01-02 12:06:45',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3671,'4000','111609578336','2021-01-02 12:06:45',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3672,'1000','111609578422','2021-01-02 12:21:39',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3673,'4000','111609578422','2021-01-02 12:21:39',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3674,'1000','111609580039','2021-01-02 12:34:16',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3675,'4000','111609580039','2021-01-02 12:34:16',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3676,'1000','111609580535','2021-01-02 13:27:37',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3677,'4000','111609580535','2021-01-02 13:27:37',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3678,'1100','111609583299','2021-01-02 13:44:35',150.00,NULL,'','11','1','Good sold','1','812','sales','','','No',NULL,NULL,''),(3679,'4000','111609583299','2021-01-02 13:44:35',NULL,150.00,'','11','1','Good sold','1','812','sales','7','','No',NULL,NULL,''),(3680,'1100','111609585345','2021-01-02 14:03:06',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(3681,'4000','111609585345','2021-01-02 14:03:06',NULL,300.00,'','11','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(3682,'1100','111609585640','2021-01-02 14:07:42',300.00,NULL,'','11','1','Good sold','1','813','sales','','','No',NULL,NULL,''),(3683,'4000','111609585640','2021-01-02 14:07:42',NULL,300.00,'','11','1','Good sold','1','813','sales','8','','No',NULL,NULL,''),(3684,'1100','111609588485','2021-01-02 14:58:22',300.00,NULL,'','11','1','Good sold','1','814','sales','','','No',NULL,NULL,''),(3685,'4000','111609588485','2021-01-02 14:58:22',NULL,300.00,'','11','1','Good sold','1','814','sales','8','','No',NULL,NULL,''),(3686,'1000','111609590544','2021-01-02 15:29:23',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3687,'4000','111609590544','2021-01-02 15:29:23',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3688,'1000','111609590614','2021-01-02 15:31:19',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3689,'4000','111609590614','2021-01-02 15:31:19',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3690,'1000','111609590693','2021-01-02 15:33:35',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3691,'4000','111609590693','2021-01-02 15:33:35',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3692,'1100','111609591816','2021-01-02 15:50:46',600.00,NULL,'','11','1','Good sold','1','815','sales','','','No',NULL,NULL,''),(3693,'4000','111609591816','2021-01-02 15:50:46',NULL,600.00,'','11','1','Good sold','1','815','sales','8','','No',NULL,NULL,''),(3694,'1000','111609592411','2021-01-02 16:07:12',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3695,'4000','111609592411','2021-01-02 16:07:12',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3696,'1100','111609594355','2021-01-02 16:33:00',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(3697,'4000','111609594355','2021-01-02 16:33:00',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(3698,'1000','111609594978','2021-01-02 16:43:17',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3699,'4000','111609594978','2021-01-02 16:43:17',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3700,'1100','111609597850','2021-01-02 17:31:04',300.00,NULL,'','11','1','Good sold','1','816','sales','','','No',NULL,NULL,''),(3701,'4000','111609597850','2021-01-02 17:31:04',NULL,300.00,'','11','1','Good sold','1','816','sales','8','','No',NULL,NULL,''),(3702,'1100','111609599589','2021-01-02 18:00:04',150.00,NULL,'','11','1','Good sold','1','817','sales','','','No',NULL,NULL,''),(3703,'4000','111609599589','2021-01-02 18:00:04',NULL,150.00,'','11','1','Good sold','1','817','sales','7','','No',NULL,NULL,''),(3704,'1000','111609599951','2021-01-02 18:06:10',300.00,NULL,'','11','1','Good sold','1','818','Payment','','','No',NULL,NULL,''),(3705,'4000','111609599951','2021-01-02 18:06:10',NULL,300.00,'','11','1','Good sold','1','818','sales','8','','No',NULL,NULL,''),(3706,'1000','111609600048','2021-01-02 18:08:48',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3707,'4000','111609600048','2021-01-02 18:08:48',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3708,'1000','111609601379','2021-01-02 18:29:59',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3709,'4000','111609601379','2021-01-02 18:29:59',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3710,'1000','111609601411','2021-01-02 18:31:27',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3711,'4000','111609601411','2021-01-02 18:31:27',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3712,'1000','111609601522','2021-01-02 18:33:14',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3713,'4000','111609601522','2021-01-02 18:33:14',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3714,'1100','111609601630','2021-01-02 18:45:20',300.00,NULL,'','11','1','Good sold','1','819','sales','','','No',NULL,NULL,''),(3715,'4000','111609601630','2021-01-02 18:45:20',NULL,300.00,'','11','1','Good sold','1','819','sales','8','','No',NULL,NULL,''),(3716,'1100','111609603154','2021-01-02 19:00:49',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(3717,'4000','111609603154','2021-01-02 19:00:49',NULL,300.00,'','11','1','Good sold','1','574','sales','8','','No',NULL,NULL,''),(3718,'1100','111609603455','2021-01-02 19:04:33',600.00,NULL,'','11','1','Good sold','1','820','sales','','','No',NULL,NULL,''),(3719,'4000','111609603455','2021-01-02 19:04:33',NULL,600.00,'','11','1','Good sold','1','820','sales','8','','No',NULL,NULL,''),(3720,'1100','111609605358','2021-01-02 19:36:11',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(3721,'4000','111609605358','2021-01-02 19:36:11',NULL,300.00,'','11','1','Good sold','1','821','sales','8','','No',NULL,NULL,''),(3722,'1100','111609606134','2021-01-02 19:49:14',300.00,NULL,'','11','1','Good sold','1','766','sales','','','No',NULL,NULL,''),(3723,'4000','111609606134','2021-01-02 19:49:14',NULL,300.00,'','11','1','Good sold','1','766','sales','8','','No',NULL,NULL,''),(3724,'1000','111609606871','2021-01-02 20:01:39',250.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3725,'4000','111609606871','2021-01-02 20:01:39',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3726,'1000','111609607798','2021-01-02 20:16:53',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3727,'4000','111609607798','2021-01-02 20:16:53',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3728,'1000','111609608096','2021-01-02 20:21:49',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3729,'4000','111609608096','2021-01-02 20:21:49',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3730,'1000','111609608844','2021-01-02 20:34:16',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3731,'4000','111609608844','2021-01-02 20:34:16',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3732,'1000','111609608868','2021-01-02 20:34:43',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(3733,'4000','111609608868','2021-01-02 20:34:43',NULL,300.00,'','11','1','Good sold','1','721','sales','8','','No',NULL,NULL,''),(3734,'1100','111609610007','2021-01-02 20:53:39',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(3735,'4000','111609610007','2021-01-02 20:53:39',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(3736,'1100','111609652354','2021-01-03 08:39:42',900.00,NULL,'','11','1','Good sold','1','132','sales','','','No',NULL,NULL,''),(3737,'4000','111609652354','2021-01-03 08:39:42',NULL,900.00,'','11','1','Good sold','1','132','sales','8','','No',NULL,NULL,''),(3738,'1100','111609653956','2021-01-03 09:06:08',300.00,NULL,'','11','1','Good sold','1','822','sales','','','No',NULL,NULL,''),(3739,'4000','111609653956','2021-01-03 09:06:08',NULL,300.00,'','11','1','Good sold','1','822','sales','8','','No',NULL,NULL,''),(3740,'1000','111609655465','2021-01-03 09:31:35',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3741,'4000','111609655465','2021-01-03 09:31:35',NULL,240.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3742,'1100','111609655531','2021-01-03 09:49:16',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(3743,'4000','111609655531','2021-01-03 09:49:16',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(3744,'1100','111609658806','2021-01-03 10:26:57',300.00,NULL,'','11','1','Good sold','1','100','sales','','','No',NULL,NULL,''),(3745,'4000','111609658806','2021-01-03 10:26:57',NULL,300.00,'','11','1','Good sold','1','100','sales','8','','No',NULL,NULL,''),(3746,'1100','111609660136','2021-01-03 10:49:18',600.00,NULL,'','11','1','Good sold','1','314','sales','','','No',NULL,NULL,''),(3747,'4000','111609660136','2021-01-03 10:49:18',NULL,600.00,'','11','1','Good sold','1','314','sales','8','','No',NULL,NULL,''),(3748,'1000','111609660285','2021-01-03 10:51:36',300.00,NULL,'','11','1','Good sold','1','823','Payment','','','No',NULL,NULL,''),(3749,'4000','111609660285','2021-01-03 10:51:36',NULL,300.00,'','11','1','Good sold','1','823','sales','8','','No',NULL,NULL,''),(3750,'1000','111609661921','2021-01-03 11:18:51',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(3751,'4000','111609661921','2021-01-03 11:18:51',NULL,300.00,'','11','1','Good sold','1','709','sales','8','','No',NULL,NULL,''),(3752,'1000','111609662008','2021-01-03 11:20:39',300.00,NULL,'','11','1','Good sold','1','824','sales','','','No',NULL,NULL,''),(3753,'4000','111609662008','2021-01-03 11:20:39',NULL,300.00,'','11','1','Good sold','1','824','sales','8','','No',NULL,NULL,''),(3754,'1100','111609662123','2021-01-03 11:56:35',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(3755,'4000','111609662123','2021-01-03 11:56:35',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(3756,'1100','111609665578','2021-01-03 12:19:57',600.00,NULL,'','11','1','Good sold','1','51','sales','','','No',NULL,NULL,''),(3757,'4000','111609665578','2021-01-03 12:19:57',NULL,600.00,'','11','1','Good sold','1','51','sales','8','','No',NULL,NULL,''),(3758,'1100','111609665759','2021-01-03 12:23:42',300.00,NULL,'','11','1','Good sold','1','825','sales','','','No',NULL,NULL,''),(3759,'4000','111609665759','2021-01-03 12:23:42',NULL,300.00,'','11','1','Good sold','1','825','sales','8','','No',NULL,NULL,''),(3760,'1100','111609665959','2021-01-03 12:26:15',450.00,NULL,'','11','1','Good sold','1','826','sales','','','No',NULL,NULL,''),(3761,'4000','111609665959','2021-01-03 12:26:15',NULL,450.00,'','11','1','Good sold','1','826','sales','5','','No',NULL,NULL,''),(3762,'1100','111609667508','2021-01-03 12:52:14',1200.00,NULL,'','11','1','Good sold','1','827','sales','','','No',NULL,NULL,''),(3763,'4000','111609667508','2021-01-03 12:52:14',NULL,1200.00,'','11','1','Good sold','1','827','sales','8','','No',NULL,NULL,''),(3764,'1100','111609669541','2021-01-03 13:26:07',600.00,NULL,'','11','1','Good sold','1','666','sales','','','No',NULL,NULL,''),(3765,'4000','111609669541','2021-01-03 13:26:07',NULL,600.00,'','11','1','Good sold','1','666','sales','8','','No',NULL,NULL,''),(3766,'1000','111609669682','2021-01-03 13:28:24',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3767,'4000','111609669682','2021-01-03 13:28:24',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3768,'1100','111609669716','2021-01-03 13:47:16',240.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(3769,'4000','111609669716','2021-01-03 13:47:16',NULL,240.00,'','11','1','Good sold','1','550','sales','6','','No',NULL,NULL,''),(3770,'1100','111609671044','2021-01-03 13:51:02',240.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(3771,'4000','111609671044','2021-01-03 13:51:02',NULL,240.00,'','11','1','Good sold','1','550','sales','6','','No',NULL,NULL,''),(3772,'1100','111609672493','2021-01-03 14:15:20',300.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(3773,'4000','111609672493','2021-01-03 14:15:20',NULL,300.00,'','11','1','Good sold','1','602','sales','8','','No',NULL,NULL,''),(3774,'1100','111609674109','2021-01-03 14:42:04',300.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(3775,'4000','111609674109','2021-01-03 14:42:04',NULL,300.00,'','11','1','Good sold','1','828','sales','8','','No',NULL,NULL,''),(3776,'1100','111609674296','2021-01-03 14:45:07',150.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(3777,'4000','111609674296','2021-01-03 14:45:07',NULL,150.00,'','11','1','Good sold','1','828','sales','7','','No',NULL,NULL,''),(3778,'1100','111609678891','2021-01-03 16:01:56',600.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(3779,'4000','111609678891','2021-01-03 16:01:56',NULL,600.00,'','11','1','Good sold','1','599','sales','8','','No',NULL,NULL,''),(3780,'1000','111609679209','2021-01-03 16:06:58',300.00,NULL,'','11','1','Good sold','1','829','sales','','','No',NULL,NULL,''),(3781,'4000','111609679209','2021-01-03 16:06:58',NULL,300.00,'','11','1','Good sold','1','829','sales','8','','No',NULL,NULL,''),(3782,'1100','111609680077','2021-01-03 16:39:38',300.00,NULL,'','11','1','Good sold','1','553','sales','','','No',NULL,NULL,''),(3783,'4000','111609680077','2021-01-03 16:39:38',NULL,300.00,'','11','1','Good sold','1','553','sales','8','','No',NULL,NULL,''),(3784,'1100','111609681845','2021-01-03 16:51:04',300.00,NULL,'','11','1','Good sold','1','830','sales','','','No',NULL,NULL,''),(3785,'4000','111609681845','2021-01-03 16:51:04',NULL,300.00,'','11','1','Good sold','1','830','sales','8','','No',NULL,NULL,''),(3786,'1100','111609682941','2021-01-03 17:09:16',300.00,NULL,'','11','1','Good sold','1','831','sales','','','No',NULL,NULL,''),(3787,'4000','111609682941','2021-01-03 17:09:16',NULL,300.00,'','11','1','Good sold','1','831','sales','8','','No',NULL,NULL,''),(3788,'1000','111609684563','2021-01-03 17:36:13',300.00,NULL,'','11','1','Good sold','1','832','Payment','','','No',NULL,NULL,''),(3789,'4000','111609684563','2021-01-03 17:36:13',NULL,300.00,'','11','1','Good sold','1','832','sales','8','','No',NULL,NULL,''),(3790,'1100','111609684612','2021-01-03 18:02:34',600.00,NULL,'','11','1','Good sold','1','833','sales','','','No',NULL,NULL,''),(3791,'4000','111609684612','2021-01-03 18:02:34',NULL,600.00,'','11','1','Good sold','1','833','sales','8','','No',NULL,NULL,''),(3792,'1000','111609686615','2021-01-03 18:11:18',300.00,NULL,'','11','1','Good sold','1','834','Payment','','','No',NULL,NULL,''),(3793,'4000','111609686615','2021-01-03 18:11:18',NULL,300.00,'','11','1','Good sold','1','834','sales','8','','No',NULL,NULL,''),(3794,'1000','111609686737','2021-01-03 18:20:01',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3795,'4000','111609686737','2021-01-03 18:20:01',NULL,150.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3796,'1100','111609687216','2021-01-03 18:46:28',300.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(3797,'4000','111609687216','2021-01-03 18:46:28',NULL,300.00,'','11','1','Good sold','1','609','sales','8','','No',NULL,NULL,''),(3798,'1100','111609690686','2021-01-03 19:18:22',600.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(3799,'4000','111609690686','2021-01-03 19:18:22',NULL,600.00,'','11','1','Good sold','1','681','sales','8','','No',NULL,NULL,''),(3800,'1100','111609692982','2021-01-03 19:56:45',300.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(3801,'4000','111609692982','2021-01-03 19:56:45',NULL,300.00,'','11','1','Good sold','1','835','sales','8','','No',NULL,NULL,''),(3802,'1100','111609693210','2021-01-03 20:00:25',150.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(3803,'4000','111609693210','2021-01-03 20:00:25',NULL,150.00,'','11','1','Good sold','1','835','sales','7','','No',NULL,NULL,''),(3804,'1000','111609694929','2021-01-03 20:29:11',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3805,'4000','111609694929','2021-01-03 20:29:11',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3806,'1100','111609744524','2021-01-04 10:15:46',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(3807,'4000','111609744524','2021-01-04 10:15:46',NULL,600.00,'','11','1','Good sold','1','685','sales','8','','No',NULL,NULL,''),(3808,'1100','111609747754','2021-01-04 11:09:28',300.00,NULL,'','11','1','Good sold','1','587','sales','','','No',NULL,NULL,''),(3809,'4000','111609747754','2021-01-04 11:09:28',NULL,300.00,'','11','1','Good sold','1','587','sales','8','','No',NULL,NULL,''),(3810,'1100','111609753481','2021-01-04 12:44:51',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(3811,'4000','111609753481','2021-01-04 12:44:51',NULL,150.00,'','11','1','Good sold','1','644','sales','7','','No',NULL,NULL,''),(3812,'1100','111609753609','2021-01-04 12:48:06',300.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(3813,'4000','111609753609','2021-01-04 12:48:06',NULL,300.00,'','11','1','Good sold','1','598','sales','8','','No',NULL,NULL,''),(3814,'1100','111609761048','2021-01-04 14:51:09',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(3815,'4000','111609761048','2021-01-04 14:51:09',NULL,600.00,'','11','1','Good sold','1','668','sales','8','','No',NULL,NULL,''),(3816,'1000','111609762569','2021-01-04 15:16:28',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(3817,'4000','111609762569','2021-01-04 15:16:28',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3818,'1100','111609763205','2021-01-04 15:27:14',300.00,NULL,'','11','1','Good sold','1','836','sales','','','No',NULL,NULL,''),(3819,'4000','111609763205','2021-01-04 15:27:14',NULL,300.00,'','11','1','Good sold','1','836','sales','8','','No',NULL,NULL,''),(3820,'1100','111609764578','2021-01-04 15:49:57',600.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(3821,'4000','111609764578','2021-01-04 15:49:57',NULL,600.00,'','11','1','Good sold','1','147','sales','8','','No',NULL,NULL,''),(3822,'1100','111609764703','2021-01-04 15:52:00',600.00,NULL,'','11','1','Good sold','1','837','sales','','','No',NULL,NULL,''),(3823,'4000','111609764703','2021-01-04 15:52:00',NULL,600.00,'','11','1','Good sold','1','837','sales','8','','No',NULL,NULL,''),(3824,'1100','111609767090','2021-01-04 16:31:40',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(3825,'4000','111609767090','2021-01-04 16:31:40',NULL,300.00,'','11','1','Good sold','1','838','sales','8','','No',NULL,NULL,''),(3826,'1000','111609767377','2021-01-04 16:36:28',300.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(3827,'4000','111609767377','2021-01-04 16:36:28',NULL,300.00,'','11','1','Good sold','1','533','sales','8','','No',NULL,NULL,''),(3828,'1100','111609768452','2021-01-04 16:54:31',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(3829,'4000','111609768452','2021-01-04 16:54:31',NULL,600.00,'','11','1','Good sold','1','839','sales','8','','No',NULL,NULL,''),(3830,'1100','111609768605','2021-01-04 16:58:53',160.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(3831,'4000','111609768605','2021-01-04 16:58:53',NULL,160.00,'','11','1','Good sold','1','699','sales','6','','No',NULL,NULL,''),(3832,'1100','111609772480','2021-01-04 18:01:31',300.00,NULL,'','11','1','Good sold','1','840','sales','','','No',NULL,NULL,''),(3833,'4000','111609772480','2021-01-04 18:01:31',NULL,300.00,'','11','1','Good sold','1','840','sales','8','','No',NULL,NULL,''),(3834,'1000','111609772582','2021-01-04 18:03:17',1200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3835,'4000','111609772582','2021-01-04 18:03:17',NULL,1200.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3836,'1000','111609778467','2021-01-04 19:41:23',600.00,NULL,'','11','1','Good sold','1','841','Payment','','','No',NULL,NULL,''),(3837,'4000','111609778467','2021-01-04 19:41:23',NULL,600.00,'','11','1','Good sold','1','841','sales','8','','No',NULL,NULL,''),(3838,'1000','111609781597','2021-01-04 20:33:31',900.00,NULL,'','11','1','Good sold','1','842','Payment','','','No',NULL,NULL,''),(3839,'4000','111609781597','2021-01-04 20:33:31',NULL,900.00,'','11','1','Good sold','1','842','sales','8','','No',NULL,NULL,''),(3840,'1100','111609781717','2021-01-04 20:39:17',600.00,NULL,'','11','1','Good sold','1','843','sales','','','No',NULL,NULL,''),(3841,'4000','111609781717','2021-01-04 20:39:17',NULL,600.00,'','11','1','Good sold','1','843','sales','8','','No',NULL,NULL,''),(3842,'1100','111609783765','2021-01-04 21:09:37',150.00,NULL,'','11','1','Good sold','1','844','sales','','','No',NULL,NULL,''),(3843,'4000','111609783765','2021-01-04 21:09:37',NULL,150.00,'','11','1','Good sold','1','844','sales','7','','No',NULL,NULL,''),(3844,'1100','111609823596','2021-01-05 08:13:39',900.00,NULL,'','11','1','Good sold','1','129','sales','','','No',NULL,NULL,''),(3845,'4000','111609823596','2021-01-05 08:13:39',NULL,900.00,'','11','1','Good sold','1','129','sales','8','','No',NULL,NULL,''),(3846,'1100','111609828377','2021-01-05 09:33:18',3000.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(3847,'4000','111609828377','2021-01-05 09:33:18',NULL,3000.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(3848,'1100','111609828496','2021-01-05 09:35:06',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(3849,'4000','111609828496','2021-01-05 09:35:06',NULL,300.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(3850,'1100','111609829259','2021-01-05 09:47:55',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(3851,'4000','111609829259','2021-01-05 09:47:55',NULL,600.00,'','11','1','Good sold','1','735','sales','8','','No',NULL,NULL,''),(3852,'1100','111609831692','2021-01-05 10:28:36',600.00,NULL,'','11','1','Good sold','1','845','sales','','','No',NULL,NULL,''),(3853,'4000','111609831692','2021-01-05 10:28:36',NULL,600.00,'','11','1','Good sold','1','845','sales','8','','No',NULL,NULL,''),(3854,'1100','111609831828','2021-01-05 10:30:42',350.00,NULL,'','11','1','Good sold','1','845','sales','','','No',NULL,NULL,''),(3855,'4000','111609831828','2021-01-05 10:30:42',NULL,350.00,'','11','1','Good sold','1','845','sales','9','','No',NULL,NULL,''),(3856,'1100','111609831977','2021-01-05 10:33:20',900.00,NULL,'','11','1','Good sold','1','846','sales','','','No',NULL,NULL,''),(3857,'4000','111609831977','2021-01-05 10:33:20',NULL,900.00,'','11','1','Good sold','1','846','sales','8','','No',NULL,NULL,''),(3858,'1000','111609834667','2021-01-05 11:18:09',300.00,NULL,'','11','1','Good sold','1','847','Payment','','','No',NULL,NULL,''),(3859,'4000','111609834667','2021-01-05 11:18:09',NULL,300.00,'','11','1','Good sold','1','847','sales','8','','No',NULL,NULL,''),(3860,'1000','111609834737','2021-01-05 11:25:10',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3861,'4000','111609834737','2021-01-05 11:25:10',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3862,'1100','111609836823','2021-01-05 11:54:11',600.00,NULL,'','11','1','Good sold','1','848','sales','','','No',NULL,NULL,''),(3863,'4000','111609836823','2021-01-05 11:54:11',NULL,600.00,'','11','1','Good sold','1','848','sales','8','','No',NULL,NULL,''),(3864,'1100','111609842060','2021-01-05 13:21:25',480.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(3865,'4000','111609842060','2021-01-05 13:21:25',NULL,480.00,'','11','1','Good sold','1','849','sales','6','','No',NULL,NULL,''),(3866,'1100','111609842250','2021-01-05 13:24:53',250.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(3867,'4000','111609842250','2021-01-05 13:24:53',NULL,250.00,'','11','1','Good sold','1','849','sales','4','','No',NULL,NULL,''),(3868,'1000','111609845251','2021-01-05 14:14:26',5600.00,NULL,'','11','1','Good sold','1','850','sales','','','No',NULL,NULL,''),(3869,'4000','111609845251','2021-01-05 14:14:26',NULL,5600.00,'','11','1','Good sold','1','850','sales','9','','No',NULL,NULL,''),(3870,'1100','111609846171','2021-01-05 14:29:49',160.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(3871,'4000','111609846171','2021-01-05 14:29:49',NULL,160.00,'','11','1','Good sold','1','53','sales','6','','No',NULL,NULL,''),(3872,'1100','111609847457','2021-01-05 14:51:14',300.00,NULL,'','11','1','Good sold','1','773','sales','','','No',NULL,NULL,''),(3873,'4000','111609847457','2021-01-05 14:51:14',NULL,300.00,'','11','1','Good sold','1','773','sales','8','','No',NULL,NULL,''),(3874,'1100','111609848759','2021-01-05 15:12:52',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(3875,'4000','111609848759','2021-01-05 15:12:52',NULL,300.00,'','11','1','Good sold','1','669','sales','8','','No',NULL,NULL,''),(3876,'1100','111609850940','2021-01-05 15:49:11',300.00,NULL,'','11','1','Good sold','1','851','sales','','','No',NULL,NULL,''),(3877,'4000','111609850940','2021-01-05 15:49:11',NULL,300.00,'','11','1','Good sold','1','851','sales','8','','No',NULL,NULL,''),(3878,'1100','111609852068','2021-01-05 16:08:05',600.00,NULL,'','11','1','Good sold','1','852','sales','','','No',NULL,NULL,''),(3879,'4000','111609852068','2021-01-05 16:08:05',NULL,600.00,'','11','1','Good sold','1','852','sales','8','','No',NULL,NULL,''),(3880,'1100','111609852172','2021-01-05 16:10:11',300.00,NULL,'','11','1','Good sold','1','853','sales','','','No',NULL,NULL,''),(3881,'4000','111609852172','2021-01-05 16:10:11',NULL,300.00,'','11','1','Good sold','1','853','sales','8','','No',NULL,NULL,''),(3882,'1100','111609853482','2021-01-05 16:31:54',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(3883,'4000','111609853482','2021-01-05 16:31:54',NULL,600.00,'','11','1','Good sold','1','547','sales','8','','No',NULL,NULL,''),(3884,'1000','111609853887','2021-01-05 16:38:34',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3885,'4000','111609853887','2021-01-05 16:38:34',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3886,'1100','111609858149','2021-01-05 17:49:29',150.00,NULL,'','11','1','Good sold','1','854','sales','','','No',NULL,NULL,''),(3887,'4000','111609858149','2021-01-05 17:49:29',NULL,150.00,'','11','1','Good sold','1','854','sales','7','','No',NULL,NULL,''),(3888,'1000','111609858925','2021-01-05 18:02:20',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3889,'4000','111609858925','2021-01-05 18:02:20',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3890,'1000','111609858948','2021-01-05 18:02:45',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3891,'4000','111609858948','2021-01-05 18:02:45',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3892,'1000','111609858974','2021-01-05 18:04:20',300.00,NULL,'','11','1','Good sold','1','855','Payment','','','No',NULL,NULL,''),(3893,'4000','111609858974','2021-01-05 18:04:20',NULL,300.00,'','11','1','Good sold','1','855','sales','8','','No',NULL,NULL,''),(3894,'1100','111609860397','2021-01-05 18:26:52',150.00,NULL,'','11','1','Good sold','1','600','sales','','','No',NULL,NULL,''),(3895,'4000','111609860397','2021-01-05 18:26:52',NULL,150.00,'','11','1','Good sold','1','600','sales','7','','No',NULL,NULL,''),(3896,'1000','111609860588','2021-01-05 18:29:57',300.00,NULL,'','11','1','Good sold','1','818','Payment','','','No',NULL,NULL,''),(3897,'4000','111609860588','2021-01-05 18:29:57',NULL,300.00,'','11','1','Good sold','1','818','sales','8','','No',NULL,NULL,''),(3898,'1100','111609860665','2021-01-05 18:40:45',300.00,NULL,'','11','1','Good sold','1','856','sales','','','No',NULL,NULL,''),(3899,'4000','111609860665','2021-01-05 18:40:45',NULL,300.00,'','11','1','Good sold','1','856','sales','8','','No',NULL,NULL,''),(3900,'1000','111609862128','2021-01-05 18:55:51',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3901,'4000','111609862128','2021-01-05 18:55:51',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3902,'1000','111609862397','2021-01-05 19:00:08',300.00,NULL,'','11','1','Good sold','1','857','Payment','','','No',NULL,NULL,''),(3903,'4000','111609862397','2021-01-05 19:00:08',NULL,300.00,'','11','1','Good sold','1','857','sales','8','','No',NULL,NULL,''),(3904,'1100','111609863932','2021-01-05 19:25:47',600.00,NULL,'','11','1','Good sold','1','653','sales','','','No',NULL,NULL,''),(3905,'4000','111609863932','2021-01-05 19:25:47',NULL,600.00,'','11','1','Good sold','1','653','sales','8','','No',NULL,NULL,''),(3906,'1000','111609864252','2021-01-05 19:31:07',900.00,NULL,'','11','1','Good sold','1','653','sales','','','No',NULL,NULL,''),(3907,'4000','111609864252','2021-01-05 19:31:07',NULL,900.00,'','11','1','Good sold','1','653','sales','5','','No',NULL,NULL,''),(3908,'1100','111609865013','2021-01-05 19:43:57',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(3909,'4000','111609865013','2021-01-05 19:43:57',NULL,150.00,'','11','1','Good sold','1','612','sales','7','','No',NULL,NULL,''),(3910,'1000','111609865278','2021-01-05 19:48:20',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3911,'4000','111609865278','2021-01-05 19:48:20',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3912,'1100','111609867227','2021-01-05 20:20:37',300.00,NULL,'','11','1','Good sold','1','99','sales','','','No',NULL,NULL,''),(3913,'4000','111609867227','2021-01-05 20:20:37',NULL,300.00,'','11','1','Good sold','1','99','sales','8','','No',NULL,NULL,''),(3914,'1000','111609869551','2021-01-05 20:59:26',150.00,NULL,'','11','1','Good sold','1','858','sales','','','No',NULL,NULL,''),(3915,'4000','111609869551','2021-01-05 20:59:26',NULL,150.00,'','11','1','Good sold','1','858','sales','7','','No',NULL,NULL,''),(3916,'1100','111609916383','2021-01-06 10:00:07',1500.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(3917,'4000','111609916383','2021-01-06 10:00:07',NULL,1500.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(3918,'1100','111609918557','2021-01-06 10:36:16',600.00,NULL,'','11','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(3919,'4000','111609918557','2021-01-06 10:36:16',NULL,600.00,'','11','1','Good sold','1','435','sales','8','','No',NULL,NULL,''),(3920,'1100','111609918737','2021-01-06 10:39:18',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(3921,'4000','111609918737','2021-01-06 10:39:18',NULL,300.00,'','11','1','Good sold','1','536','sales','8','','No',NULL,NULL,''),(3922,'1100','111609918837','2021-01-06 10:40:48',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(3923,'4000','111609918837','2021-01-06 10:40:48',NULL,150.00,'','11','1','Good sold','1','631','sales','7','','No',NULL,NULL,''),(3924,'1000','111609918955','2021-01-06 10:42:47',350.00,NULL,'','11','1','Good sold','1','641','Payment','','','No',NULL,NULL,''),(3925,'4000','111609918955','2021-01-06 10:42:47',NULL,350.00,'','11','1','Good sold','1','641','sales','9','','No',NULL,NULL,''),(3926,'1100','111609919047','2021-01-06 10:46:00',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(3927,'4000','111609919047','2021-01-06 10:46:00',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(3928,'1100','111609922569','2021-01-06 11:43:01',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(3929,'4000','111609922569','2021-01-06 11:43:01',NULL,300.00,'','11','1','Good sold','1','657','sales','8','','No',NULL,NULL,''),(3930,'1100','111609923809','2021-01-06 12:03:40',300.00,NULL,'','11','1','Good sold','1','736','sales','','','No',NULL,NULL,''),(3931,'4000','111609923809','2021-01-06 12:03:40',NULL,300.00,'','11','1','Good sold','1','736','sales','8','','No',NULL,NULL,''),(3932,'1000','111609924040','2021-01-06 12:07:29',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3933,'4000','111609924040','2021-01-06 12:07:29',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3934,'1100','111609924060','2021-01-06 12:28:54',300.00,NULL,'','11','1','Good sold','1','859','sales','','','No',NULL,NULL,''),(3935,'4000','111609924060','2021-01-06 12:28:54',NULL,300.00,'','11','1','Good sold','1','859','sales','8','','No',NULL,NULL,''),(3936,'1100','111609924060','2021-01-06 12:28:54',300.00,NULL,'','11','1','Good sold','1','860','sales','','','No',NULL,NULL,''),(3937,'4000','111609924060','2021-01-06 12:28:54',NULL,300.00,'','11','1','Good sold','1','860','sales','8','','No',NULL,NULL,''),(3938,'4000','111609924060','2021-01-06 12:28:54',NULL,300.00,'','11','1','Good sold','1','860','sales','8','','No',NULL,NULL,''),(3939,'1100','111609926347','2021-01-06 12:45:57',150.00,NULL,'','11','1','Good sold','1','615','sales','','','No',NULL,NULL,''),(3940,'4000','111609926347','2021-01-06 12:45:57',NULL,150.00,'','11','1','Good sold','1','615','sales','7','','No',NULL,NULL,''),(3941,'1100','111609927077','2021-01-06 12:58:07',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(3942,'4000','111609927077','2021-01-06 12:58:07',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(3943,'1100','111609927156','2021-01-06 12:59:28',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(3944,'4000','111609927156','2021-01-06 12:59:28',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(3945,'1100','111609930403','2021-01-06 13:53:37',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(3946,'4000','111609930403','2021-01-06 13:53:37',NULL,300.00,'','11','1','Good sold','1','539','sales','8','','No',NULL,NULL,''),(3947,'1100','111609930541','2021-01-06 13:56:03',1200.00,NULL,'','11','1','Good sold','1','861','sales','','','No',NULL,NULL,''),(3948,'4000','111609930541','2021-01-06 13:56:03',NULL,1200.00,'','11','1','Good sold','1','861','sales','8','','No',NULL,NULL,''),(3949,'1100','111609933054','2021-01-06 14:37:50',300.00,NULL,'','11','1','Good sold','1','862','sales','','','No',NULL,NULL,''),(3950,'4000','111609933054','2021-01-06 14:37:50',NULL,300.00,'','11','1','Good sold','1','862','sales','7','','No',NULL,NULL,''),(3951,'1100','111609934402','2021-01-06 15:00:27',600.00,NULL,'','11','1','Good sold','1','639','sales','','','No',NULL,NULL,''),(3952,'4000','111609934402','2021-01-06 15:00:27',NULL,600.00,'','11','1','Good sold','1','639','sales','8','','No',NULL,NULL,''),(3953,'1100','111609936463','2021-01-06 15:34:33',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(3954,'4000','111609936463','2021-01-06 15:34:33',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(3955,'1000','111609937353','2021-01-06 15:49:28',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3956,'4000','111609937353','2021-01-06 15:49:28',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3957,'1000','111609937391','2021-01-06 15:50:22',450.00,NULL,'','11','1','Good sold','1','863','sales','','','No',NULL,NULL,''),(3958,'4000','111609937391','2021-01-06 15:50:22',NULL,450.00,'','11','1','Good sold','1','863','sales','5','','No',NULL,NULL,''),(3959,'1000','111609937485','2021-01-06 15:51:49',600.00,NULL,'','11','1','Good sold','1','864','sales','','','No',NULL,NULL,''),(3960,'4000','111609937485','2021-01-06 15:51:49',NULL,600.00,'','11','1','Good sold','1','864','sales','8','','No',NULL,NULL,''),(3961,'1000','111609937566','2021-01-06 15:53:17',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3962,'4000','111609937566','2021-01-06 15:53:17',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3963,'1100','111609937609','2021-01-06 16:14:18',300.00,NULL,'','11','1','Good sold','1','865','sales','','','No',NULL,NULL,''),(3964,'4000','111609937609','2021-01-06 16:14:18',NULL,300.00,'','11','1','Good sold','1','865','sales','8','','No',NULL,NULL,''),(3965,'1000','111609940598','2021-01-06 16:43:42',300.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(3966,'4000','111609940598','2021-01-06 16:43:42',NULL,300.00,'','11','1','Good sold','1','866','sales','8','','No',NULL,NULL,''),(3967,'1100','111609940695','2021-01-06 16:53:06',300.00,NULL,'','11','1','Good sold','1','867','sales','','','No',NULL,NULL,''),(3968,'4000','111609940695','2021-01-06 16:53:06',NULL,300.00,'','11','1','Good sold','1','867','sales','7','','No',NULL,NULL,''),(3969,'1000','111609943113','2021-01-06 17:25:29',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3970,'4000','111609943113','2021-01-06 17:25:29',NULL,700.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3971,'1100','111609943140','2021-01-06 17:28:44',300.00,NULL,'','11','1','Good sold','1','868','sales','','','No',NULL,NULL,''),(3972,'4000','111609943140','2021-01-06 17:28:44',NULL,300.00,'','11','1','Good sold','1','868','sales','8','','No',NULL,NULL,''),(3973,'1100','111609945083','2021-01-06 17:58:26',900.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(3974,'4000','111609945083','2021-01-06 17:58:26',NULL,900.00,'','11','1','Good sold','1','784','sales','8','','No',NULL,NULL,''),(3975,'1100','111609945206','2021-01-06 18:00:16',300.00,NULL,'','11','1','Good sold','1','724','sales','','','No',NULL,NULL,''),(3976,'4000','111609945206','2021-01-06 18:00:16',NULL,300.00,'','11','1','Good sold','1','724','sales','8','','No',NULL,NULL,''),(3977,'1100','111609950293','2021-01-06 19:25:10',600.00,NULL,'','11','1','Good sold','1','753','sales','','','No',NULL,NULL,''),(3978,'4000','111609950293','2021-01-06 19:25:10',NULL,600.00,'','11','1','Good sold','1','753','sales','8','','No',NULL,NULL,''),(3979,'1100','111609950482','2021-01-06 19:28:20',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(3980,'4000','111609950482','2021-01-06 19:28:20',NULL,300.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(3981,'1100','111609950681','2021-01-06 19:31:49',300.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(3982,'4000','111609950681','2021-01-06 19:31:49',NULL,300.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(3983,'1100','111609951863','2021-01-06 19:51:48',300.00,NULL,'','11','1','Good sold','1','543','sales','','','No',NULL,NULL,''),(3984,'4000','111609951863','2021-01-06 19:51:48',NULL,300.00,'','11','1','Good sold','1','543','sales','8','','No',NULL,NULL,''),(3985,'1100','111609952010','2021-01-06 19:53:42',300.00,NULL,'','11','1','Good sold','1','869','sales','','','No',NULL,NULL,''),(3986,'4000','111609952010','2021-01-06 19:53:42',NULL,300.00,'','11','1','Good sold','1','869','sales','8','','No',NULL,NULL,''),(3987,'1100','111609998789','2021-01-07 08:53:26',600.00,NULL,'','11','1','Good sold','1','647','sales','','','No',NULL,NULL,''),(3988,'4000','111609998789','2021-01-07 08:53:26',NULL,600.00,'','11','1','Good sold','1','647','sales','8','','No',NULL,NULL,''),(3989,'1000','111610001259','2021-01-07 09:34:36',600.00,NULL,'','11','1','Good sold','1','531','Payment','','','No',NULL,NULL,''),(3990,'4000','111610001259','2021-01-07 09:34:36',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(3991,'1100','111610001366','2021-01-07 09:36:36',600.00,NULL,'','11','1','Good sold','1','531','sales','','','No',NULL,NULL,''),(3992,'4000','111610001366','2021-01-07 09:36:36',NULL,600.00,'','11','1','Good sold','1','531','sales','8','','No',NULL,NULL,''),(3993,'1100','111610004643','2021-01-07 10:31:02',600.00,NULL,'','11','1','Good sold','1','562','sales','','','No',NULL,NULL,''),(3994,'4000','111610004643','2021-01-07 10:31:02',NULL,600.00,'','11','1','Good sold','1','562','sales','8','','No',NULL,NULL,''),(3995,'1100','111610004840','2021-01-07 10:34:15',160.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(3996,'4000','111610004840','2021-01-07 10:34:15',NULL,160.00,'','11','1','Good sold','1','139','sales','6','','No',NULL,NULL,''),(3997,'1100','111610004915','2021-01-07 10:35:33',300.00,NULL,'','11','1','Good sold','1','870','sales','','','No',NULL,NULL,''),(3998,'4000','111610004915','2021-01-07 10:35:33',NULL,300.00,'','11','1','Good sold','1','870','sales','8','','No',NULL,NULL,''),(3999,'1100','111610005037','2021-01-07 10:37:33',150.00,NULL,'','11','1','Good sold','1','817','sales','','','No',NULL,NULL,''),(4000,'4000','111610005037','2021-01-07 10:37:33',NULL,150.00,'','11','1','Good sold','1','817','sales','7','','No',NULL,NULL,''),(4001,'1100','111610005150','2021-01-07 10:39:32',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(4002,'4000','111610005150','2021-01-07 10:39:32',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(4003,'1000','111610005278','2021-01-07 10:42:00',1200.00,NULL,'','11','1','Good sold','1','871','sales','','','No',NULL,NULL,''),(4004,'4000','111610005278','2021-01-07 10:42:00',NULL,1200.00,'','11','1','Good sold','1','871','sales','8','','No',NULL,NULL,''),(4005,'1100','111610005388','2021-01-07 10:43:49',300.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(4006,'4000','111610005388','2021-01-07 10:43:49',NULL,300.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(4007,'1100','111610005521','2021-01-07 10:45:37',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(4008,'4000','111610005521','2021-01-07 10:45:37',NULL,300.00,'','11','1','Good sold','1','689','sales','8','','No',NULL,NULL,''),(4009,'1100','111610005622','2021-01-07 10:49:23',600.00,NULL,'','11','1','Good sold','1','753','sales','','','No',NULL,NULL,''),(4010,'4000','111610005622','2021-01-07 10:49:23',NULL,600.00,'','11','1','Good sold','1','753','sales','8','','No',NULL,NULL,''),(4011,'1000','111610007600','2021-01-07 11:20:11',300.00,NULL,'','11','1','Good sold','1','872','Payment','','','No',NULL,NULL,''),(4012,'4000','111610007600','2021-01-07 11:20:11',NULL,300.00,'','11','1','Good sold','1','872','sales','8','','No',NULL,NULL,''),(4013,'1000','111610011507','2021-01-07 12:25:18',300.00,NULL,'','11','1','Good sold','1','708','sales','','','No',NULL,NULL,''),(4014,'4000','111610011507','2021-01-07 12:25:18',NULL,300.00,'','11','1','Good sold','1','708','sales','8','','No',NULL,NULL,''),(4015,'1100','111610014774','2021-01-07 13:19:58',600.00,NULL,'','11','1','Good sold','1','873','sales','','','No',NULL,NULL,''),(4016,'4000','111610014774','2021-01-07 13:19:58',NULL,600.00,'','11','1','Good sold','1','873','sales','8','','No',NULL,NULL,''),(4017,'1100','111610021172','2021-01-07 15:06:29',300.00,NULL,'','11','1','Good sold','1','874','sales','','','No',NULL,NULL,''),(4018,'4000','111610021172','2021-01-07 15:06:29',NULL,300.00,'','11','1','Good sold','1','874','sales','8','','No',NULL,NULL,''),(4019,'1100','111610023934','2021-01-07 15:52:30',300.00,NULL,'','11','1','Good sold','1','875','sales','','','No',NULL,NULL,''),(4020,'4000','111610023934','2021-01-07 15:52:30',NULL,300.00,'','11','1','Good sold','1','875','sales','8','','No',NULL,NULL,''),(4021,'1000','111610025166','2021-01-07 16:13:03',300.00,NULL,'','11','1','Good sold','1','876','sales','','','No',NULL,NULL,''),(4022,'4000','111610025166','2021-01-07 16:13:03',NULL,300.00,'','11','1','Good sold','1','876','sales','7','','No',NULL,NULL,''),(4023,'1100','111610025222','2021-01-07 16:41:19',300.00,NULL,'','11','1','Good sold','1','877','sales','','','No',NULL,NULL,''),(4024,'4000','111610025222','2021-01-07 16:41:19',NULL,300.00,'','11','1','Good sold','1','877','sales','8','','No',NULL,NULL,''),(4025,'1100','111610027704','2021-01-07 16:55:18',300.00,NULL,'','11','1','Good sold','1','878','sales','','','No',NULL,NULL,''),(4026,'4000','111610027704','2021-01-07 16:55:18',NULL,300.00,'','11','1','Good sold','1','878','sales','8','','No',NULL,NULL,''),(4027,'1100','111610028700','2021-01-07 17:11:59',900.00,NULL,'','11','1','Good sold','1','879','sales','','','No',NULL,NULL,''),(4028,'4000','111610028700','2021-01-07 17:11:59',NULL,900.00,'','11','1','Good sold','1','879','sales','8','','No',NULL,NULL,''),(4029,'1100','111610029039','2021-01-07 17:17:36',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(4030,'4000','111610029039','2021-01-07 17:17:36',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(4031,'1000','111610029207','2021-01-07 17:20:17',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4032,'4000','111610029207','2021-01-07 17:20:17',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4033,'1000','111610032032','2021-01-07 18:07:27',300.00,NULL,'','11','1','Good sold','1','880','sales','','','No',NULL,NULL,''),(4034,'4000','111610032032','2021-01-07 18:07:27',NULL,300.00,'','11','1','Good sold','1','880','sales','7','','No',NULL,NULL,''),(4035,'1100','111610032152','2021-01-07 18:18:33',300.00,NULL,'','11','1','Good sold','1','881','sales','','','No',NULL,NULL,''),(4036,'4000','111610032152','2021-01-07 18:18:33',NULL,300.00,'','11','1','Good sold','1','881','sales','8','','No',NULL,NULL,''),(4037,'1100','111610033678','2021-01-07 18:34:48',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(4038,'4000','111610033678','2021-01-07 18:34:48',NULL,300.00,'','11','1','Good sold','1','621','sales','8','','No',NULL,NULL,''),(4039,'1000','111610034735','2021-01-07 18:52:27',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4040,'4000','111610034735','2021-01-07 18:52:27',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4041,'1100','111610034760','2021-01-07 19:02:04',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(4042,'4000','111610034760','2021-01-07 19:02:04',NULL,600.00,'','11','1','Good sold','1','156','sales','8','','No',NULL,NULL,''),(4043,'1000','111610035843','2021-01-07 19:10:52',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4044,'4000','111610035843','2021-01-07 19:10:52',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4045,'1100','111610035861','2021-01-07 19:14:14',300.00,NULL,'','11','1','Good sold','1','591','sales','','','No',NULL,NULL,''),(4046,'4000','111610035861','2021-01-07 19:14:14',NULL,300.00,'','11','1','Good sold','1','591','sales','8','','No',NULL,NULL,''),(4047,'1100','111610036160','2021-01-07 19:16:11',250.00,NULL,'','11','1','Good sold','1','882','sales','','','No',NULL,NULL,''),(4048,'4000','111610036160','2021-01-07 19:16:11',NULL,250.00,'','11','1','Good sold','1','882','sales','4','','No',NULL,NULL,''),(4049,'1100','111610037551','2021-01-07 19:39:30',600.00,NULL,'','11','1','Good sold','1','563','sales','','','No',NULL,NULL,''),(4050,'4000','111610037551','2021-01-07 19:39:30',NULL,600.00,'','11','1','Good sold','1','563','sales','8','','No',NULL,NULL,''),(4051,'1100','111610038480','2021-01-07 19:54:49',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(4052,'4000','111610038480','2021-01-07 19:54:49',NULL,300.00,'','11','1','Good sold','1','98','sales','8','','No',NULL,NULL,''),(4053,'1100','111610038587','2021-01-07 19:56:36',450.00,NULL,'','11','1','Good sold','1','883','sales','','','No',NULL,NULL,''),(4054,'4000','111610038587','2021-01-07 19:56:36',NULL,450.00,'','11','1','Good sold','1','883','sales','5','','No',NULL,NULL,''),(4055,'1100','111610039257','2021-01-07 20:07:56',600.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(4056,'4000','111610039257','2021-01-07 20:07:56',NULL,600.00,'','11','1','Good sold','1','554','sales','8','','No',NULL,NULL,''),(4057,'1100','111610040486','2021-01-07 20:28:16',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(4058,'4000','111610040486','2021-01-07 20:28:16',NULL,300.00,'','11','1','Good sold','1','721','sales','8','','No',NULL,NULL,''),(4059,'1000','111610040952','2021-01-07 20:36:06',300.00,NULL,'','11','1','Good sold','1','884','sales','','','No',NULL,NULL,''),(4060,'4000','111610040952','2021-01-07 20:36:06',NULL,300.00,'','11','1','Good sold','1','884','sales','8','','No',NULL,NULL,''),(4061,'1100','111610041022','2021-01-07 20:55:53',300.00,NULL,'','11','1','Good sold','1','807','sales','','','No',NULL,NULL,''),(4062,'4000','111610041022','2021-01-07 20:55:53',NULL,300.00,'','11','1','Good sold','1','807','sales','8','','No',NULL,NULL,''),(4063,'1000','111610042790','2021-01-07 21:06:56',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4064,'4000','111610042790','2021-01-07 21:06:56',NULL,900.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4065,'1100','111610085570','2021-01-08 08:59:45',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(4066,'4000','111610085570','2021-01-08 08:59:45',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(4067,'1000','111610085570','2021-01-08 08:59:45',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4068,'4000','111610085570','2021-01-08 08:59:45',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4069,'4000','111610085570','2021-01-08 08:59:45',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4070,'1100','111610088131','2021-01-08 09:42:27',600.00,NULL,'','11','1','Good sold','1','885','sales','','','No',NULL,NULL,''),(4071,'4000','111610088131','2021-01-08 09:42:27',NULL,600.00,'','11','1','Good sold','1','885','sales','8','','No',NULL,NULL,''),(4072,'1100','111610088384','2021-01-08 09:46:39',600.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(4073,'4000','111610088384','2021-01-08 09:46:39',NULL,600.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(4074,'1100','111610088496','2021-01-08 09:48:31',900.00,NULL,'','11','1','Good sold','1','886','sales','','','No',NULL,NULL,''),(4075,'4000','111610088496','2021-01-08 09:48:31',NULL,900.00,'','11','1','Good sold','1','886','sales','8','','No',NULL,NULL,''),(4076,'1100','111610089998','2021-01-08 10:14:24',300.00,NULL,'','11','1','Good sold','1','887','sales','','','No',NULL,NULL,''),(4077,'4000','111610089998','2021-01-08 10:14:24',NULL,300.00,'','11','1','Good sold','1','887','sales','8','','No',NULL,NULL,''),(4078,'1000','111610090247','2021-01-08 10:17:37',450.00,NULL,'','11','1','Good sold','1','888','sales','','','No',NULL,NULL,''),(4079,'4000','111610090247','2021-01-08 10:17:37',NULL,450.00,'','11','1','Good sold','1','888','sales','5','','No',NULL,NULL,''),(4080,'1100','111610090343','2021-01-08 10:41:34',600.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(4081,'4000','111610090343','2021-01-08 10:41:34',NULL,600.00,'','11','1','Good sold','1','623','sales','8','','No',NULL,NULL,''),(4082,'1000','111610093656','2021-01-08 11:14:25',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4083,'4000','111610093656','2021-01-08 11:14:25',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4084,'1000','111610101565','2021-01-08 13:26:21',600.00,NULL,'','11','1','Good sold','1','692','Payment','','','No',NULL,NULL,''),(4085,'4000','111610101565','2021-01-08 13:26:21',NULL,600.00,'','11','1','Good sold','1','692','sales','8','','No',NULL,NULL,''),(4086,'1100','111610101624','2021-01-08 13:36:46',1200.00,NULL,'','11','1','Good sold','1','640','sales','','','No',NULL,NULL,''),(4087,'4000','111610101624','2021-01-08 13:36:46',NULL,1200.00,'','11','1','Good sold','1','640','sales','8','','No',NULL,NULL,''),(4088,'1100','111610102332','2021-01-08 13:39:05',1200.00,NULL,'','11','1','Good sold','1','889','sales','','','No',NULL,NULL,''),(4089,'4000','111610102332','2021-01-08 13:39:05',NULL,1200.00,'','11','1','Good sold','1','889','sales','8','','No',NULL,NULL,''),(4090,'1100','111610107027','2021-01-08 14:57:19',300.00,NULL,'','11','1','Good sold','1','672','sales','','','No',NULL,NULL,''),(4091,'4000','111610107027','2021-01-08 14:57:19',NULL,300.00,'','11','1','Good sold','1','672','sales','8','','No',NULL,NULL,''),(4092,'1000','111610107615','2021-01-08 15:07:04',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4093,'4000','111610107615','2021-01-08 15:07:04',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4094,'1100','111610107704','2021-01-08 15:10:37',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(4095,'4000','111610107704','2021-01-08 15:10:37',NULL,300.00,'','11','1','Good sold','1','890','sales','8','','No',NULL,NULL,''),(4096,'1100','111610107989','2021-01-08 15:13:24',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(4097,'4000','111610107989','2021-01-08 15:13:24',NULL,300.00,'','11','1','Good sold','1','617','sales','8','','No',NULL,NULL,''),(4098,'1100','111610112453','2021-01-08 16:29:14',300.00,NULL,'','11','1','Good sold','1','779','sales','','','No',NULL,NULL,''),(4099,'4000','111610112453','2021-01-08 16:29:14',NULL,300.00,'','11','1','Good sold','1','779','sales','8','','No',NULL,NULL,''),(4100,'1100','111610115739','2021-01-08 17:22:37',450.00,NULL,'','11','1','Good sold','1','891','sales','','','No',NULL,NULL,''),(4101,'4000','111610115739','2021-01-08 17:22:37',NULL,450.00,'','11','1','Good sold','1','891','sales','7','','No',NULL,NULL,''),(4102,'1100','111610115971','2021-01-08 17:26:30',600.00,NULL,'','11','1','Good sold','1','695','sales','','','No',NULL,NULL,''),(4103,'4000','111610115971','2021-01-08 17:26:30',NULL,600.00,'','11','1','Good sold','1','695','sales','8','','No',NULL,NULL,''),(4104,'1100','111610117148','2021-01-08 17:45:59',300.00,NULL,'','11','1','Good sold','1','892','sales','','','No',NULL,NULL,''),(4105,'4000','111610117148','2021-01-08 17:45:59',NULL,300.00,'','11','1','Good sold','1','892','sales','8','','No',NULL,NULL,''),(4106,'1100','111610117485','2021-01-08 17:51:48',300.00,NULL,'','11','1','Good sold','1','731','sales','','','No',NULL,NULL,''),(4107,'4000','111610117485','2021-01-08 17:51:48',NULL,300.00,'','11','1','Good sold','1','731','sales','8','','No',NULL,NULL,''),(4108,'1100','111610117602','2021-01-08 17:53:33',150.00,NULL,'','11','1','Good sold','1','790','sales','','','No',NULL,NULL,''),(4109,'4000','111610117602','2021-01-08 17:53:33',NULL,150.00,'','11','1','Good sold','1','790','sales','7','','No',NULL,NULL,''),(4110,'1000','111610118007','2021-01-08 18:00:26',300.00,NULL,'','11','1','Good sold','1','678','Payment','','','No',NULL,NULL,''),(4111,'4000','111610118007','2021-01-08 18:00:26',NULL,300.00,'','11','1','Good sold','1','678','sales','7','','No',NULL,NULL,''),(4112,'1100','111610119025','2021-01-08 18:17:16',150.00,NULL,'','11','1','Good sold','1','893','sales','','','No',NULL,NULL,''),(4113,'4000','111610119025','2021-01-08 18:17:16',NULL,150.00,'','11','1','Good sold','1','893','sales','7','','No',NULL,NULL,''),(4114,'1100','111610119153','2021-01-08 18:19:26',300.00,NULL,'','11','1','Good sold','1','726','sales','','','No',NULL,NULL,''),(4115,'4000','111610119153','2021-01-08 18:19:26',NULL,300.00,'','11','1','Good sold','1','726','sales','8','','No',NULL,NULL,''),(4116,'1100','111610119397','2021-01-08 18:23:27',300.00,NULL,'','11','1','Good sold','1','894','sales','','','No',NULL,NULL,''),(4117,'4000','111610119397','2021-01-08 18:23:27',NULL,300.00,'','11','1','Good sold','1','894','sales','8','','No',NULL,NULL,''),(4118,'1100','111610121098','2021-01-08 18:51:51',300.00,NULL,'','11','1','Good sold','1','895','sales','','','No',NULL,NULL,''),(4119,'4000','111610121098','2021-01-08 18:51:51',NULL,300.00,'','11','1','Good sold','1','895','sales','8','','No',NULL,NULL,''),(4120,'1100','111610199094','2021-01-09 16:31:48',300.00,NULL,'','11','1','Good sold','1','696','sales','','','No',NULL,NULL,''),(4121,'4000','111610199094','2021-01-09 16:31:48',NULL,300.00,'','11','1','Good sold','1','696','sales','8','','No',NULL,NULL,''),(4122,'1000','111610199094','2021-01-09 16:31:48',300.00,NULL,'','11','1','Good sold','1','769','Payment','','','No',NULL,NULL,''),(4123,'4000','111610199094','2021-01-09 16:31:48',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(4124,'4000','111610199094','2021-01-09 16:31:48',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(4125,'1100','111610199864','2021-01-09 16:44:46',300.00,NULL,'','11','1','Good sold','1','712','sales','','','No',NULL,NULL,''),(4126,'4000','111610199864','2021-01-09 16:44:46',NULL,300.00,'','11','1','Good sold','1','712','sales','8','','No',NULL,NULL,''),(4127,'1100','111610199864','2021-01-09 16:44:46',900.00,NULL,'','11','1','Good sold','1','896','sales','','','No',NULL,NULL,''),(4128,'4000','111610199864','2021-01-09 16:44:46',NULL,300.00,'','11','1','Good sold','1','896','sales','8','','No',NULL,NULL,''),(4129,'4000','111610199864','2021-01-09 16:44:46',NULL,900.00,'','11','1','Good sold','1','896','sales','8','','No',NULL,NULL,''),(4130,'1100','111610199864','2021-01-09 16:44:46',900.00,NULL,'','11','1','Good sold','1','896','sales','','','No',NULL,NULL,''),(4131,'4000','111610199864','2021-01-09 16:44:46',NULL,300.00,'','11','1','Good sold','1','896','sales','8','','No',NULL,NULL,''),(4132,'4000','111610199864','2021-01-09 16:44:46',NULL,900.00,'','11','1','Good sold','1','896','sales','8','','No',NULL,NULL,''),(4133,'4000','111610199864','2021-01-09 16:44:46',NULL,900.00,'','11','1','Good sold','1','896','sales','8','','No',NULL,NULL,''),(4134,'1000','111610199864','2021-01-09 16:44:46',600.00,NULL,'','11','1','Good sold','1','897','sales','','','No',NULL,NULL,''),(4135,'4000','111610199864','2021-01-09 16:44:46',NULL,300.00,'','11','1','Good sold','1','897','sales','8','','No',NULL,NULL,''),(4136,'4000','111610199864','2021-01-09 16:44:46',NULL,900.00,'','11','1','Good sold','1','897','sales','8','','No',NULL,NULL,''),(4137,'4000','111610199864','2021-01-09 16:44:46',NULL,900.00,'','11','1','Good sold','1','897','sales','8','','No',NULL,NULL,''),(4138,'4000','111610199864','2021-01-09 16:44:46',NULL,600.00,'','11','1','Good sold','1','897','sales','8','','No',NULL,NULL,''),(4139,'1000','111610200492','2021-01-09 16:55:07',600.00,NULL,'','11','1','Good sold','1','897','sales','','','No',NULL,NULL,''),(4140,'4000','111610200492','2021-01-09 16:55:07',NULL,600.00,'','11','1','Good sold','1','897','sales','8','','No',NULL,NULL,''),(4141,'1000','111610200603','2021-01-09 16:57:02',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4142,'4000','111610200603','2021-01-09 16:57:02',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4143,'1000','111610200661','2021-01-09 16:58:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4144,'4000','111610200661','2021-01-09 16:58:08',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4145,'1000','111610200715','2021-01-09 16:59:42',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4146,'4000','111610200715','2021-01-09 16:59:42',NULL,160.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4147,'1100','111610200903','2021-01-09 17:02:11',900.00,NULL,'','11','1','Good sold','1','898','sales','','','No',NULL,NULL,''),(4148,'4000','111610200903','2021-01-09 17:02:11',NULL,900.00,'','11','1','Good sold','1','898','sales','8','','No',NULL,NULL,''),(4149,'1000','111610201061','2021-01-09 17:05:43',300.00,NULL,'','11','1','Good sold','1','899','sales','','','No',NULL,NULL,''),(4150,'4000','111610201061','2021-01-09 17:05:43',NULL,300.00,'','11','1','Good sold','1','899','sales','8','','No',NULL,NULL,''),(4151,'1000','111610201255','2021-01-09 17:08:02',450.00,NULL,'','11','1','Good sold','1','899','sales','','','No',NULL,NULL,''),(4152,'4000','111610201255','2021-01-09 17:08:02',NULL,450.00,'','11','1','Good sold','1','899','sales','5','','No',NULL,NULL,''),(4153,'1000','111610201390','2021-01-09 17:10:23',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4154,'4000','111610201390','2021-01-09 17:10:23',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4155,'1100','111610201482','2021-01-09 17:11:40',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(4156,'4000','111610201482','2021-01-09 17:11:40',NULL,300.00,'','11','1','Good sold','1','683','sales','8','','No',NULL,NULL,''),(4157,'1100','111610201599','2021-01-09 17:13:34',300.00,NULL,'','11','1','Good sold','1','900','sales','','','No',NULL,NULL,''),(4158,'4000','111610201599','2021-01-09 17:13:34',NULL,300.00,'','11','1','Good sold','1','900','sales','8','','No',NULL,NULL,''),(4159,'1000','111610201800','2021-01-09 17:16:57',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4160,'4000','111610201800','2021-01-09 17:16:57',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4161,'1000','111610201950','2021-01-09 17:19:40',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4162,'4000','111610201950','2021-01-09 17:19:40',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4163,'1000','111610202048','2021-01-09 17:21:07',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4164,'4000','111610202048','2021-01-09 17:21:07',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4165,'1000','111610202230','2021-01-09 17:24:01',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4166,'4000','111610202230','2021-01-09 17:24:01',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4167,'1000','111610202352','2021-01-09 17:26:14',350.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4168,'4000','111610202352','2021-01-09 17:26:14',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4169,'1100','111610202653','2021-01-09 17:31:04',80.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(4170,'4000','111610202653','2021-01-09 17:31:04',NULL,80.00,'','11','1','Good sold','1','53','sales','6','','No',NULL,NULL,''),(4171,'1100','111610202742','2021-01-09 17:32:40',600.00,NULL,'','11','1','Good sold','1','751','sales','','','No',NULL,NULL,''),(4172,'4000','111610202742','2021-01-09 17:32:40',NULL,600.00,'','11','1','Good sold','1','751','sales','8','','No',NULL,NULL,''),(4173,'1100','111610202930','2021-01-09 17:35:50',300.00,NULL,'','11','1','Good sold','1','901','sales','','','No',NULL,NULL,''),(4174,'4000','111610202930','2021-01-09 17:35:50',NULL,300.00,'','11','1','Good sold','1','901','sales','8','','No',NULL,NULL,''),(4175,'1000','111610203148','2021-01-09 17:39:57',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4176,'4000','111610203148','2021-01-09 17:39:57',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4177,'1100','111610203369','2021-01-09 17:43:18',150.00,NULL,'','11','1','Good sold','1','902','sales','','','No',NULL,NULL,''),(4178,'4000','111610203369','2021-01-09 17:43:18',NULL,150.00,'','11','1','Good sold','1','902','sales','7','','No',NULL,NULL,''),(4179,'1100','111610203549','2021-01-09 17:46:08',1500.00,NULL,'','11','1','Good sold','1','903','sales','','','No',NULL,NULL,''),(4180,'4000','111610203549','2021-01-09 17:46:08',NULL,1500.00,'','11','1','Good sold','1','903','sales','8','','No',NULL,NULL,''),(4181,'1100','111610203715','2021-01-09 17:48:58',600.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(4182,'4000','111610203715','2021-01-09 17:48:58',NULL,600.00,'','11','1','Good sold','1','598','sales','8','','No',NULL,NULL,''),(4183,'1100','111610263261','2021-01-10 10:21:23',300.00,NULL,'','11','1','Good sold','1','904','sales','','','No',NULL,NULL,''),(4184,'4000','111610263261','2021-01-10 10:21:23',NULL,300.00,'','11','1','Good sold','1','904','sales','8','','No',NULL,NULL,''),(4185,'1000','111610263399','2021-01-10 10:23:41',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4186,'4000','111610263399','2021-01-10 10:23:41',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4187,'1100','111610263547','2021-01-10 10:26:30',300.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(4188,'4000','111610263547','2021-01-10 10:26:30',NULL,300.00,'','11','1','Good sold','1','602','sales','8','','No',NULL,NULL,''),(4189,'1000','111610264520','2021-01-10 10:42:15',300.00,NULL,'','11','1','Good sold','1','905','sales','','','No',NULL,NULL,''),(4190,'4000','111610264520','2021-01-10 10:42:15',NULL,300.00,'','11','1','Good sold','1','905','sales','8','','No',NULL,NULL,''),(4191,'1100','111610264709','2021-01-10 10:45:35',300.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(4192,'4000','111610264709','2021-01-10 10:45:35',NULL,300.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(4193,'1100','111610265797','2021-01-10 11:03:31',150.00,NULL,'','11','1','Good sold','1','673','sales','','','No',NULL,NULL,''),(4194,'4000','111610265797','2021-01-10 11:03:31',NULL,150.00,'','11','1','Good sold','1','673','sales','7','','No',NULL,NULL,''),(4195,'1000','111610266161','2021-01-10 11:09:33',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4196,'4000','111610266161','2021-01-10 11:09:33',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4197,'1000','111610267460','2021-01-10 11:31:15',80.00,NULL,'','11','1','Good sold','1','906','sales','','','No',NULL,NULL,''),(4198,'4000','111610267460','2021-01-10 11:31:15',NULL,80.00,'','11','1','Good sold','1','906','sales','6','','No',NULL,NULL,''),(4199,'1000','111610268176','2021-01-10 11:43:14',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4200,'4000','111610268176','2021-01-10 11:43:14',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4201,'1100','111610270390','2021-01-10 12:22:17',300.00,NULL,'','11','1','Good sold','1','814','sales','','','No',NULL,NULL,''),(4202,'4000','111610270390','2021-01-10 12:22:17',NULL,300.00,'','11','1','Good sold','1','814','sales','8','','No',NULL,NULL,''),(4203,'1100','111610270661','2021-01-10 12:24:31',300.00,NULL,'','11','1','Good sold','1','524','sales','','','No',NULL,NULL,''),(4204,'4000','111610270661','2021-01-10 12:24:31',NULL,300.00,'','11','1','Good sold','1','524','sales','8','','No',NULL,NULL,''),(4205,'1100','111610271861','2021-01-10 12:44:31',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(4206,'4000','111610271861','2021-01-10 12:44:31',NULL,300.00,'','11','1','Good sold','1','652','sales','8','','No',NULL,NULL,''),(4207,'1100','111610272058','2021-01-10 12:47:49',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(4208,'4000','111610272058','2021-01-10 12:47:49',NULL,300.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(4209,'1100','111610275410','2021-01-10 13:43:52',600.00,NULL,'','11','1','Good sold','1','907','sales','','','No',NULL,NULL,''),(4210,'4000','111610275410','2021-01-10 13:43:52',NULL,600.00,'','11','1','Good sold','1','907','sales','8','','No',NULL,NULL,''),(4211,'1100','111610277792','2021-01-10 14:23:26',600.00,NULL,'','11','1','Good sold','1','589','sales','','','No',NULL,NULL,''),(4212,'4000','111610277792','2021-01-10 14:23:26',NULL,600.00,'','11','1','Good sold','1','589','sales','8','','No',NULL,NULL,''),(4213,'1000','111610280489','2021-01-10 15:08:54',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4214,'4000','111610280489','2021-01-10 15:08:54',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4215,'1000','111610280546','2021-01-10 15:09:37',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4216,'4000','111610280546','2021-01-10 15:09:37',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4217,'1100','111610280839','2021-01-10 15:14:20',900.00,NULL,'','11','1','Good sold','1','406','sales','','','No',NULL,NULL,''),(4218,'4000','111610280839','2021-01-10 15:14:20',NULL,900.00,'','11','1','Good sold','1','406','sales','8','','No',NULL,NULL,''),(4219,'1000','111610281602','2021-01-10 15:26:54',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(4220,'4000','111610281602','2021-01-10 15:26:54',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(4221,'1000','111610283551','2021-01-10 15:59:37',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4222,'4000','111610283551','2021-01-10 15:59:37',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4223,'1100','111610283666','2021-01-10 16:02:13',600.00,NULL,'','11','1','Good sold','1','802','sales','','','No',NULL,NULL,''),(4224,'4000','111610283666','2021-01-10 16:02:13',NULL,600.00,'','11','1','Good sold','1','802','sales','8','','No',NULL,NULL,''),(4225,'1100','111610285600','2021-01-10 16:33:33',300.00,NULL,'','11','1','Good sold','1','908','sales','','','No',NULL,NULL,''),(4226,'4000','111610285600','2021-01-10 16:33:33',NULL,300.00,'','11','1','Good sold','1','908','sales','8','','No',NULL,NULL,''),(4227,'1000','111610286647','2021-01-10 16:51:29',300.00,NULL,'','11','1','Good sold','1','747','sales','','','No',NULL,NULL,''),(4228,'4000','111610286647','2021-01-10 16:51:29',NULL,300.00,'','11','1','Good sold','1','747','sales','8','','No',NULL,NULL,''),(4229,'1100','111610286897','2021-01-10 16:55:06',300.00,NULL,'','11','1','Good sold','1','909','sales','','','No',NULL,NULL,''),(4230,'4000','111610286897','2021-01-10 16:55:06',NULL,300.00,'','11','1','Good sold','1','909','sales','8','','No',NULL,NULL,''),(4231,'1000','111610287040','2021-01-10 16:57:38',300.00,NULL,'','11','1','Good sold','1','910','sales','','','No',NULL,NULL,''),(4232,'4000','111610287040','2021-01-10 16:57:38',NULL,300.00,'','11','1','Good sold','1','910','sales','8','','No',NULL,NULL,''),(4233,'1100','111610289868','2021-01-10 17:44:38',300.00,NULL,'','11','1','Good sold','1','911','sales','','','No',NULL,NULL,''),(4234,'4000','111610289868','2021-01-10 17:44:38',NULL,300.00,'','11','1','Good sold','1','911','sales','8','','No',NULL,NULL,''),(4235,'1100','111610291929','2021-01-10 18:19:10',900.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(4236,'4000','111610291929','2021-01-10 18:19:10',NULL,900.00,'','11','1','Good sold','1','385','sales','8','','No',NULL,NULL,''),(4237,'1100','111610292275','2021-01-10 18:24:46',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(4238,'4000','111610292275','2021-01-10 18:24:46',NULL,300.00,'','11','1','Good sold','1','592','sales','8','','No',NULL,NULL,''),(4239,'1100','111610294018','2021-01-10 18:53:48',300.00,NULL,'','11','1','Good sold','1','912','sales','','','No',NULL,NULL,''),(4240,'4000','111610294018','2021-01-10 18:53:48',NULL,300.00,'','11','1','Good sold','1','912','sales','8','','No',NULL,NULL,''),(4241,'1000','111610294677','2021-01-10 19:04:50',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4242,'4000','111610294677','2021-01-10 19:04:50',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4243,'1100','111610297107','2021-01-10 19:45:22',600.00,NULL,'','11','1','Good sold','1','744','sales','','','No',NULL,NULL,''),(4244,'4000','111610297107','2021-01-10 19:45:22',NULL,600.00,'','11','1','Good sold','1','744','sales','8','','No',NULL,NULL,''),(4245,'1000','111610297364','2021-01-10 19:49:49',300.00,NULL,'','11','1','Good sold','1','913','sales','','','No',NULL,NULL,''),(4246,'4000','111610297364','2021-01-10 19:49:49',NULL,300.00,'','11','1','Good sold','1','913','sales','7','','No',NULL,NULL,''),(4247,'1000','111610297502','2021-01-10 19:52:32',300.00,NULL,'','11','1','Good sold','1','744','sales','','','No',NULL,NULL,''),(4248,'4000','111610297502','2021-01-10 19:52:32',NULL,300.00,'','11','1','Good sold','1','744','sales','8','','No',NULL,NULL,''),(4249,'1000','111610297764','2021-01-10 19:56:26',600.00,NULL,'','11','1','Good sold','1','914','sales','','','No',NULL,NULL,''),(4250,'4000','111610297764','2021-01-10 19:56:26',NULL,600.00,'','11','1','Good sold','1','914','sales','8','','No',NULL,NULL,''),(4251,'1100','111610299049','2021-01-10 20:17:44',150.00,NULL,'','11','1','Good sold','1','915','sales','','','No',NULL,NULL,''),(4252,'4000','111610299049','2021-01-10 20:17:44',NULL,150.00,'','11','1','Good sold','1','915','sales','7','','No',NULL,NULL,''),(4253,'1000','111610300560','2021-01-10 20:42:51',80.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4254,'4000','111610300560','2021-01-10 20:42:51',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4255,'1000','111610341624','2021-01-11 08:07:21',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4256,'4000','111610341624','2021-01-11 08:07:21',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4257,'1100','111610342222','2021-01-11 08:17:19',600.00,NULL,'','11','1','Good sold','1','916','sales','','','No',NULL,NULL,''),(4258,'4000','111610342222','2021-01-11 08:17:19',NULL,600.00,'','11','1','Good sold','1','916','sales','8','','No',NULL,NULL,''),(4259,'1000','111610342469','2021-01-11 08:21:33',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(4260,'4000','111610342469','2021-01-11 08:21:33',NULL,300.00,'','11','1','Good sold','1','788','sales','8','','No',NULL,NULL,''),(4261,'1000','111610345255','2021-01-11 09:07:59',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4262,'4000','111610345255','2021-01-11 09:07:59',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4263,'1100','111610345703','2021-01-11 09:15:27',600.00,NULL,'','11','1','Good sold','1','856','sales','','','No',NULL,NULL,''),(4264,'4000','111610345703','2021-01-11 09:15:27',NULL,600.00,'','11','1','Good sold','1','856','sales','8','','No',NULL,NULL,''),(4265,'1100','111610345972','2021-01-11 09:19:46',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(4266,'4000','111610345972','2021-01-11 09:19:46',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(4267,'1100','111610351457','2021-01-11 10:51:19',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(4268,'4000','111610351457','2021-01-11 10:51:19',NULL,450.00,'','11','1','Good sold','1','590','sales','7','','No',NULL,NULL,''),(4269,'1000','111610353769','2021-01-11 11:29:39',300.00,NULL,'','11','1','Good sold','1','917','sales','','','No',NULL,NULL,''),(4270,'4000','111610353769','2021-01-11 11:29:39',NULL,300.00,'','11','1','Good sold','1','917','sales','8','','No',NULL,NULL,''),(4271,'1000','111610354544','2021-01-11 11:42:38',300.00,NULL,'','11','1','Good sold','1','674','sales','','','No',NULL,NULL,''),(4272,'4000','111610354544','2021-01-11 11:42:38',NULL,300.00,'','11','1','Good sold','1','674','sales','8','','No',NULL,NULL,''),(4273,'1100','111610356082','2021-01-11 12:08:22',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(4274,'4000','111610356082','2021-01-11 12:08:22',NULL,600.00,'','11','1','Good sold','1','549','sales','8','','No',NULL,NULL,''),(4275,'1000','111610356588','2021-01-11 12:16:43',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4276,'4000','111610356588','2021-01-11 12:16:43',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4277,'1000','111610358199','2021-01-11 12:43:37',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4278,'4000','111610358199','2021-01-11 12:43:37',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4279,'1100','111610358488','2021-01-11 12:48:28',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(4280,'4000','111610358488','2021-01-11 12:48:28',NULL,300.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(4281,'1000','111610360668','2021-01-11 13:26:50',350.00,NULL,'','11','1','Good sold','1','918','Payment','','','No',NULL,NULL,''),(4282,'4000','111610360668','2021-01-11 13:26:50',NULL,350.00,'','11','1','Good sold','1','918','sales','9','','No',NULL,NULL,''),(4283,'1100','111610363270','2021-01-11 14:08:04',900.00,NULL,'','11','1','Good sold','1','919','sales','','','No',NULL,NULL,''),(4284,'4000','111610363270','2021-01-11 14:08:04',NULL,900.00,'','11','1','Good sold','1','919','sales','8','','No',NULL,NULL,''),(4285,'1000','111610365910','2021-01-11 14:53:34',350.00,NULL,'','11','1','Good sold','1','920','sales','','','No',NULL,NULL,''),(4286,'4000','111610365910','2021-01-11 14:53:34',NULL,350.00,'','11','1','Good sold','1','920','sales','9','','No',NULL,NULL,''),(4287,'1000','111610366534','2021-01-11 15:02:51',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4288,'4000','111610366534','2021-01-11 15:02:51',NULL,300.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4289,'1100','111610367411','2021-01-11 15:17:09',600.00,NULL,'','11','1','Good sold','1','48','sales','','','No',NULL,NULL,''),(4290,'4000','111610367411','2021-01-11 15:17:09',NULL,600.00,'','11','1','Good sold','1','48','sales','8','','No',NULL,NULL,''),(4291,'1000','111610368114','2021-01-11 15:28:45',300.00,NULL,'','11','1','Good sold','1','758','sales','','','No',NULL,NULL,''),(4292,'4000','111610368114','2021-01-11 15:28:45',NULL,300.00,'','11','1','Good sold','1','758','sales','8','','No',NULL,NULL,''),(4293,'1000','111610371028','2021-01-11 16:17:22',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4294,'4000','111610371028','2021-01-11 16:17:22',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4295,'1000','111610371912','2021-01-11 16:32:03',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(4296,'4000','111610371912','2021-01-11 16:32:03',NULL,150.00,'','11','1','Good sold','1','921','sales','7','','No',NULL,NULL,''),(4297,'1100','111610373789','2021-01-11 17:03:21',300.00,NULL,'','11','1','Good sold','1','922','sales','','','No',NULL,NULL,''),(4298,'4000','111610373789','2021-01-11 17:03:21',NULL,300.00,'','11','1','Good sold','1','922','sales','8','','No',NULL,NULL,''),(4299,'1100','111610378850','2021-01-11 18:27:58',300.00,NULL,'','11','1','Good sold','1','923','sales','','','No',NULL,NULL,''),(4300,'4000','111610378850','2021-01-11 18:27:58',NULL,300.00,'','11','1','Good sold','1','923','sales','8','','No',NULL,NULL,''),(4301,'1100','111610379272','2021-01-11 18:34:53',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(4302,'4000','111610379272','2021-01-11 18:34:53',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(4303,'1000','111610381372','2021-01-11 19:09:49',150.00,NULL,'','11','1','Good sold','1','924','Payment','','','No',NULL,NULL,''),(4304,'4000','111610381372','2021-01-11 19:09:49',NULL,150.00,'','11','1','Good sold','1','924','sales','7','','No',NULL,NULL,''),(4305,'1100','111610382018','2021-01-11 19:20:36',300.00,NULL,'','11','1','Good sold','1','767','sales','','','No',NULL,NULL,''),(4306,'4000','111610382018','2021-01-11 19:20:36',NULL,300.00,'','11','1','Good sold','1','767','sales','8','','No',NULL,NULL,''),(4307,'1100','111610382392','2021-01-11 19:26:45',300.00,NULL,'','11','1','Good sold','1','925','sales','','','No',NULL,NULL,''),(4308,'4000','111610382392','2021-01-11 19:26:45',NULL,300.00,'','11','1','Good sold','1','925','sales','8','','No',NULL,NULL,''),(4309,'1100','111610382467','2021-01-11 19:28:00',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(4310,'4000','111610382467','2021-01-11 19:28:00',NULL,300.00,'','11','1','Good sold','1','536','sales','8','','No',NULL,NULL,''),(4311,'1100','111610457799','2021-01-12 16:28:36',300.00,NULL,'','11','1','Good sold','1','756','sales','','','No',NULL,NULL,''),(4312,'4000','111610457799','2021-01-12 16:28:36',NULL,300.00,'','11','1','Good sold','1','756','sales','8','','No',NULL,NULL,''),(4313,'1100','111610457799','2021-01-12 16:28:36',150.00,NULL,'','11','1','Good sold','1','926','sales','','','No',NULL,NULL,''),(4314,'4000','111610457799','2021-01-12 16:28:36',NULL,150.00,'','11','1','Good sold','1','926','sales','7','','No',NULL,NULL,''),(4315,'4000','111610457799','2021-01-12 16:28:36',NULL,300.00,'','11','1','Good sold','1','926','sales','8','','No',NULL,NULL,''),(4316,'1100','111610458399','2021-01-12 16:33:40',600.00,NULL,'','11','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(4317,'4000','111610458399','2021-01-12 16:33:40',NULL,600.00,'','11','1','Good sold','1','386','sales','8','','No',NULL,NULL,''),(4318,'1000','111610458486','2021-01-12 16:35:04',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4319,'4000','111610458486','2021-01-12 16:35:04',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4320,'1000','111610458548','2021-01-12 16:36:04',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4321,'4000','111610458548','2021-01-12 16:36:04',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4322,'1100','111610458588','2021-01-12 16:36:47',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(4323,'4000','111610458588','2021-01-12 16:36:47',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(4324,'1100','111610458811','2021-01-12 16:40:29',300.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(4325,'4000','111610458811','2021-01-12 16:40:29',NULL,300.00,'','11','1','Good sold','1','555','sales','8','','No',NULL,NULL,''),(4326,'1100','111610458907','2021-01-12 16:42:05',300.00,NULL,'','11','1','Good sold','1','927','sales','','','No',NULL,NULL,''),(4327,'4000','111610458907','2021-01-12 16:42:05',NULL,300.00,'','11','1','Good sold','1','927','sales','8','','No',NULL,NULL,''),(4328,'1000','111610459020','2021-01-12 16:44:03',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4329,'4000','111610459020','2021-01-12 16:44:03',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4330,'1100','111610459079','2021-01-12 16:45:05',600.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(4331,'4000','111610459079','2021-01-12 16:45:05',NULL,600.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(4332,'1100','111610459174','2021-01-12 16:48:45',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(4333,'4000','111610459174','2021-01-12 16:48:45',NULL,300.00,'','11','1','Good sold','1','574','sales','8','','No',NULL,NULL,''),(4334,'1000','111610459401','2021-01-12 16:50:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4335,'4000','111610459401','2021-01-12 16:50:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4336,'1000','111610459466','2021-01-12 16:51:16',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4337,'4000','111610459466','2021-01-12 16:51:16',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4338,'1000','111610459481','2021-01-12 16:51:54',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4339,'4000','111610459481','2021-01-12 16:51:54',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4340,'1100','111610459549','2021-01-12 16:53:07',600.00,NULL,'','11','1','Good sold','1','928','sales','','','No',NULL,NULL,''),(4341,'4000','111610459549','2021-01-12 16:53:07',NULL,600.00,'','11','1','Good sold','1','928','sales','8','','No',NULL,NULL,''),(4342,'1000','111610460086','2021-01-12 17:01:46',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4343,'4000','111610460086','2021-01-12 17:01:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4344,'1100','111610462182','2021-01-12 17:36:39',450.00,NULL,'','11','1','Good sold','1','682','sales','','','No',NULL,NULL,''),(4345,'4000','111610462182','2021-01-12 17:36:39',NULL,450.00,'','11','1','Good sold','1','682','sales','7','','No',NULL,NULL,''),(4346,'1100','111610463458','2021-01-12 17:58:22',450.00,NULL,'','11','1','Good sold','1','734','sales','','','No',NULL,NULL,''),(4347,'4000','111610463458','2021-01-12 17:58:22',NULL,150.00,'','11','1','Good sold','1','734','sales','7','','No',NULL,NULL,''),(4348,'4000','111610463458','2021-01-12 17:58:22',NULL,300.00,'','11','1','Good sold','1','734','sales','8','','No',NULL,NULL,''),(4349,'1100','111610463587','2021-01-12 18:00:00',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(4350,'4000','111610463587','2021-01-12 18:00:00',NULL,150.00,'','11','1','Good sold','1','929','sales','7','','No',NULL,NULL,''),(4351,'1100','111610515013','2021-01-13 08:18:13',300.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(4352,'4000','111610515013','2021-01-13 08:18:13',NULL,300.00,'','11','1','Good sold','1','147','sales','8','','No',NULL,NULL,''),(4353,'1100','111610515460','2021-01-13 08:24:34',300.00,NULL,'','11','1','Good sold','1','930','sales','','','No',NULL,NULL,''),(4354,'4000','111610515460','2021-01-13 08:24:34',NULL,300.00,'','11','1','Good sold','1','930','sales','8','','No',NULL,NULL,''),(4355,'1100','111610515618','2021-01-13 08:27:40',300.00,NULL,'','11','1','Good sold','1','930','sales','','','No',NULL,NULL,''),(4356,'4000','111610515618','2021-01-13 08:27:40',NULL,300.00,'','11','1','Good sold','1','930','sales','8','','No',NULL,NULL,''),(4357,'1000','111610516028','2021-01-13 08:34:10',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4358,'4000','111610516028','2021-01-13 08:34:10',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4359,'1000','111610516173','2021-01-13 08:36:31',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4360,'4000','111610516173','2021-01-13 08:36:31',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4361,'1000','111610516218','2021-01-13 08:37:18',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4362,'4000','111610516218','2021-01-13 08:37:18',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4363,'1100','111610516252','2021-01-13 08:37:53',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(4364,'4000','111610516252','2021-01-13 08:37:53',NULL,300.00,'','11','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(4365,'1100','111610516336','2021-01-13 08:39:46',150.00,NULL,'','11','1','Good sold','1','817','sales','','','No',NULL,NULL,''),(4366,'4000','111610516336','2021-01-13 08:39:46',NULL,150.00,'','11','1','Good sold','1','817','sales','7','','No',NULL,NULL,''),(4367,'1100','111610516447','2021-01-13 08:41:37',450.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(4368,'4000','111610516447','2021-01-13 08:41:37',NULL,150.00,'','11','1','Good sold','1','828','sales','7','','No',NULL,NULL,''),(4369,'4000','111610516447','2021-01-13 08:41:37',NULL,300.00,'','11','1','Good sold','1','828','sales','8','','No',NULL,NULL,''),(4370,'1000','111610516584','2021-01-13 08:43:31',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4371,'4000','111610516584','2021-01-13 08:43:31',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4372,'1000','111610516662','2021-01-13 08:44:40',450.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4373,'4000','111610516662','2021-01-13 08:44:40',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4374,'1000','111610516723','2021-01-13 08:45:55',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4375,'4000','111610516723','2021-01-13 08:45:55',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4376,'1000','111610516811','2021-01-13 08:47:04',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4377,'4000','111610516811','2021-01-13 08:47:04',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4378,'1100','111610516863','2021-01-13 08:48:02',300.00,NULL,'','11','1','Good sold','1','743','sales','','','No',NULL,NULL,''),(4379,'4000','111610516863','2021-01-13 08:48:02',NULL,300.00,'','11','1','Good sold','1','743','sales','8','','No',NULL,NULL,''),(4380,'1000','111610523169','2021-01-13 10:33:03',50.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4381,'4000','111610523169','2021-01-13 10:33:03',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4382,'1100','111610525742','2021-01-13 11:15:59',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(4383,'4000','111610525742','2021-01-13 11:15:59',NULL,300.00,'','11','1','Good sold','1','890','sales','8','','No',NULL,NULL,''),(4384,'1000','111610526062','2021-01-13 11:24:10',160.00,NULL,'','11','1','Good sold','1','768','Payment','','','No',NULL,NULL,''),(4385,'4000','111610526062','2021-01-13 11:24:10',NULL,160.00,'','11','1','Good sold','1','768','sales','6','','No',NULL,NULL,''),(4386,'1100','111610531204','2021-01-13 12:47:01',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(4387,'4000','111610531204','2021-01-13 12:47:01',NULL,600.00,'','11','1','Good sold','1','839','sales','8','','No',NULL,NULL,''),(4388,'1100','111610531948','2021-01-13 12:59:18',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(4389,'4000','111610531948','2021-01-13 12:59:18',NULL,300.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(4390,'1100','111610532950','2021-01-13 13:16:27',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(4391,'4000','111610532950','2021-01-13 13:16:27',NULL,600.00,'','11','1','Good sold','1','735','sales','8','','No',NULL,NULL,''),(4392,'1100','111610533042','2021-01-13 13:17:32',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(4393,'4000','111610533042','2021-01-13 13:17:32',NULL,300.00,'','11','1','Good sold','1','345','sales','8','','No',NULL,NULL,''),(4394,'1100','111610533245','2021-01-13 13:21:14',300.00,NULL,'','11','1','Good sold','1','931','sales','','','No',NULL,NULL,''),(4395,'4000','111610533245','2021-01-13 13:21:14',NULL,300.00,'','11','1','Good sold','1','931','sales','7','','No',NULL,NULL,''),(4396,'1100','111610534590','2021-01-13 13:43:19',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(4397,'4000','111610534590','2021-01-13 13:43:19',NULL,300.00,'','11','1','Good sold','1','657','sales','8','','No',NULL,NULL,''),(4398,'1100','111610534693','2021-01-13 13:45:03',300.00,NULL,'','11','1','Good sold','1','725','sales','','','No',NULL,NULL,''),(4399,'4000','111610534693','2021-01-13 13:45:03',NULL,300.00,'','11','1','Good sold','1','725','sales','8','','No',NULL,NULL,''),(4400,'1100','111610538301','2021-01-13 14:45:12',450.00,NULL,'','11','1','Good sold','1','932','sales','','','No',NULL,NULL,''),(4401,'4000','111610538301','2021-01-13 14:45:12',NULL,450.00,'','11','1','Good sold','1','932','sales','5','','No',NULL,NULL,''),(4402,'1100','111610539143','2021-01-13 14:59:12',300.00,NULL,'','11','1','Good sold','1','933','sales','','','No',NULL,NULL,''),(4403,'4000','111610539143','2021-01-13 14:59:12',NULL,300.00,'','11','1','Good sold','1','933','sales','8','','No',NULL,NULL,''),(4404,'1100','111610540799','2021-01-13 15:26:51',300.00,NULL,'','11','1','Good sold','1','774','sales','','','No',NULL,NULL,''),(4405,'4000','111610540799','2021-01-13 15:26:51',NULL,300.00,'','11','1','Good sold','1','774','sales','8','','No',NULL,NULL,''),(4406,'1100','111610542354','2021-01-13 15:52:48',600.00,NULL,'','11','1','Good sold','1','740','sales','','','No',NULL,NULL,''),(4407,'4000','111610542354','2021-01-13 15:52:48',NULL,600.00,'','11','1','Good sold','1','740','sales','8','','No',NULL,NULL,''),(4408,'1000','111610544687','2021-01-13 16:31:38',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4409,'4000','111610544687','2021-01-13 16:31:38',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4410,'1000','111610545400','2021-01-13 16:43:36',120.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4411,'4000','111610545400','2021-01-13 16:43:36',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4412,'1100','111610545846','2021-01-13 16:50:59',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(4413,'4000','111610545846','2021-01-13 16:50:59',NULL,150.00,'','11','1','Good sold','1','613','sales','7','','No',NULL,NULL,''),(4414,'1100','111610547370','2021-01-13 17:16:20',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(4415,'4000','111610547370','2021-01-13 17:16:20',NULL,300.00,'','11','1','Good sold','1','934','sales','8','','No',NULL,NULL,''),(4416,'1000','111610548811','2021-01-13 17:40:40',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4417,'4000','111610548811','2021-01-13 17:40:40',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4418,'1100','111610548858','2021-01-13 17:41:11',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(4419,'4000','111610548858','2021-01-13 17:41:11',NULL,300.00,'','11','1','Good sold','1','838','sales','8','','No',NULL,NULL,''),(4420,'1100','111610548933','2021-01-13 17:42:22',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(4421,'4000','111610548933','2021-01-13 17:42:22',NULL,300.00,'','11','1','Good sold','1','544','sales','8','','No',NULL,NULL,''),(4422,'1100','111610550882','2021-01-13 18:14:53',300.00,NULL,'','11','1','Good sold','1','935','sales','','','No',NULL,NULL,''),(4423,'4000','111610550882','2021-01-13 18:14:53',NULL,300.00,'','11','1','Good sold','1','935','sales','8','','No',NULL,NULL,''),(4424,'1000','111610551325','2021-01-13 18:23:00',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4425,'4000','111610551325','2021-01-13 18:23:00',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4426,'1100','111610551469','2021-01-13 18:26:04',750.00,NULL,'','11','1','Good sold','1','528','sales','','','No',NULL,NULL,''),(4427,'4000','111610551469','2021-01-13 18:26:04',NULL,150.00,'','11','1','Good sold','1','528','sales','7','','No',NULL,NULL,''),(4428,'4000','111610551469','2021-01-13 18:26:04',NULL,600.00,'','11','1','Good sold','1','528','sales','8','','No',NULL,NULL,''),(4429,'1100','111610552441','2021-01-13 18:40:53',80.00,NULL,'','11','1','Good sold','1','936','sales','','','No',NULL,NULL,''),(4430,'4000','111610552441','2021-01-13 18:40:53',NULL,80.00,'','11','1','Good sold','1','936','sales','6','','No',NULL,NULL,''),(4431,'1000','111610553660','2021-01-13 19:02:54',300.00,NULL,'','11','1','Good sold','1','818','Payment','','','No',NULL,NULL,''),(4432,'4000','111610553660','2021-01-13 19:02:54',NULL,300.00,'','11','1','Good sold','1','818','sales','8','','No',NULL,NULL,''),(4433,'1100','111610553838','2021-01-13 19:04:08',300.00,NULL,'','11','1','Good sold','1','937','sales','','','No',NULL,NULL,''),(4434,'4000','111610553838','2021-01-13 19:04:08',NULL,300.00,'','11','1','Good sold','1','937','sales','8','','No',NULL,NULL,''),(4435,'1000','111610554147','2021-01-13 19:09:27',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4436,'4000','111610554147','2021-01-13 19:09:27',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4437,'1000','111610555300','2021-01-13 19:28:40',450.00,NULL,'','11','1','Good sold','1','938','sales','','','No',NULL,NULL,''),(4438,'4000','111610555300','2021-01-13 19:28:40',NULL,450.00,'','11','1','Good sold','1','938','sales','5','','No',NULL,NULL,''),(4439,'1000','111610555957','2021-01-13 19:40:03',900.00,NULL,'','11','1','Good sold','1','939','Payment','','','No',NULL,NULL,''),(4440,'4000','111610555957','2021-01-13 19:40:03',NULL,900.00,'','11','1','Good sold','1','939','sales','8','','No',NULL,NULL,''),(4441,'1100','111610556162','2021-01-13 19:42:59',300.00,NULL,'','11','1','Good sold','1','591','sales','','','No',NULL,NULL,''),(4442,'4000','111610556162','2021-01-13 19:42:59',NULL,300.00,'','11','1','Good sold','1','591','sales','8','','No',NULL,NULL,''),(4443,'1100','111610556250','2021-01-13 19:44:30',300.00,NULL,'','11','1','Good sold','1','940','sales','','','No',NULL,NULL,''),(4444,'4000','111610556250','2021-01-13 19:44:30',NULL,300.00,'','11','1','Good sold','1','940','sales','7','','No',NULL,NULL,''),(4445,'1100','111610556840','2021-01-13 19:54:16',600.00,NULL,'','11','1','Good sold','1','941','sales','','','No',NULL,NULL,''),(4446,'4000','111610556840','2021-01-13 19:54:16',NULL,600.00,'','11','1','Good sold','1','941','sales','8','','No',NULL,NULL,''),(4447,'1000','111610557324','2021-01-13 20:02:17',150.00,NULL,'','11','1','Good sold','1','942','sales','','','No',NULL,NULL,''),(4448,'4000','111610557324','2021-01-13 20:02:17',NULL,150.00,'','11','1','Good sold','1','942','sales','7','','No',NULL,NULL,''),(4449,'1000','111610558503','2021-01-13 20:22:10',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4450,'4000','111610558503','2021-01-13 20:22:10',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4451,'1100','111610560505','2021-01-13 20:56:20',600.00,NULL,'','11','1','Good sold','1','730','sales','','','No',NULL,NULL,''),(4452,'4000','111610560505','2021-01-13 20:56:20',NULL,600.00,'','11','1','Good sold','1','730','sales','8','','No',NULL,NULL,''),(4453,'1100','111610603011','2021-01-14 08:43:47',1200.00,NULL,'','11','1','Good sold','1','943','sales','','','No',NULL,NULL,''),(4454,'4000','111610603011','2021-01-14 08:43:47',NULL,1200.00,'','11','1','Good sold','1','943','sales','8','','No',NULL,NULL,''),(4455,'1100','111610603264','2021-01-14 08:47:54',300.00,NULL,'','11','1','Good sold','1','851','sales','','','No',NULL,NULL,''),(4456,'4000','111610603264','2021-01-14 08:47:54',NULL,300.00,'','11','1','Good sold','1','851','sales','8','','No',NULL,NULL,''),(4457,'1100','111610606309','2021-01-14 09:38:46',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(4458,'4000','111610606309','2021-01-14 09:38:46',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(4459,'1100','111610610681','2021-01-14 10:51:33',300.00,NULL,'','11','1','Good sold','1','749','sales','','','No',NULL,NULL,''),(4460,'4000','111610610681','2021-01-14 10:51:33',NULL,300.00,'','11','1','Good sold','1','749','sales','8','','No',NULL,NULL,''),(4461,'1100','111610611935','2021-01-14 11:12:24',300.00,NULL,'','11','1','Good sold','1','627','sales','','','No',NULL,NULL,''),(4462,'4000','111610611935','2021-01-14 11:12:24',NULL,300.00,'','11','1','Good sold','1','627','sales','8','','No',NULL,NULL,''),(4463,'1100','111610616183','2021-01-14 12:23:35',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(4464,'4000','111610616183','2021-01-14 12:23:35',NULL,300.00,'','11','1','Good sold','1','821','sales','8','','No',NULL,NULL,''),(4465,'1000','111610616786','2021-01-14 12:36:25',250.00,NULL,'','11','1','Good sold','1','944','Payment','','','No',NULL,NULL,''),(4466,'4000','111610616786','2021-01-14 12:36:25',NULL,250.00,'','11','1','Good sold','1','944','sales','4','','No',NULL,NULL,''),(4467,'1100','111610617068','2021-01-14 12:46:46',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(4468,'4000','111610617068','2021-01-14 12:46:46',NULL,600.00,'','11','1','Good sold','1','668','sales','8','','No',NULL,NULL,''),(4469,'1000','111610618500','2021-01-14 13:02:07',300.00,NULL,'','11','1','Good sold','1','700','Payment','','','No',NULL,NULL,''),(4470,'4000','111610618500','2021-01-14 13:02:07',NULL,300.00,'','11','1','Good sold','1','700','sales','7','','No',NULL,NULL,''),(4471,'1100','111610621076','2021-01-14 13:45:54',300.00,NULL,'','11','1','Good sold','1','945','sales','','','No',NULL,NULL,''),(4472,'4000','111610621076','2021-01-14 13:45:54',NULL,300.00,'','11','1','Good sold','1','945','sales','8','','No',NULL,NULL,''),(4473,'1000','111610621270','2021-01-14 13:48:10',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4474,'4000','111610621270','2021-01-14 13:48:10',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4475,'1000','111610621395','2021-01-14 13:50:10',80.00,NULL,'','11','1','Good sold','1','816','sales','','','No',NULL,NULL,''),(4476,'4000','111610621395','2021-01-14 13:50:10',NULL,80.00,'','11','1','Good sold','1','816','sales','6','','No',NULL,NULL,''),(4477,'1000','111610622480','2021-01-14 14:11:42',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4478,'4000','111610622480','2021-01-14 14:11:42',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4479,'1000','111610622824','2021-01-14 14:14:04',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4480,'4000','111610622824','2021-01-14 14:14:04',NULL,40.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4481,'1100','111610626713','2021-01-14 15:18:43',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(4482,'4000','111610626713','2021-01-14 15:18:43',NULL,300.00,'','11','1','Good sold','1','946','sales','8','','No',NULL,NULL,''),(4483,'1000','111610627913','2021-01-14 15:38:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4484,'4000','111610627913','2021-01-14 15:38:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4485,'1100','111610627975','2021-01-14 15:41:20',760.00,NULL,'','11','1','Good sold','1','947','sales','','','No',NULL,NULL,''),(4486,'4000','111610627975','2021-01-14 15:41:20',NULL,160.00,'','11','1','Good sold','1','947','sales','6','','No',NULL,NULL,''),(4487,'4000','111610627975','2021-01-14 15:41:20',NULL,600.00,'','11','1','Good sold','1','947','sales','8','','No',NULL,NULL,''),(4488,'1100','111610629032','2021-01-14 15:57:25',300.00,NULL,'','11','1','Good sold','1','736','sales','','','No',NULL,NULL,''),(4489,'4000','111610629032','2021-01-14 15:57:25',NULL,300.00,'','11','1','Good sold','1','736','sales','8','','No',NULL,NULL,''),(4490,'1000','111610630787','2021-01-14 16:26:43',450.00,NULL,'','11','1','Good sold','1','154','sales','','','No',NULL,NULL,''),(4491,'4000','111610630787','2021-01-14 16:26:43',NULL,450.00,'','11','1','Good sold','1','154','sales','5','','No',NULL,NULL,''),(4492,'1100','111610630863','2021-01-14 16:28:05',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(4493,'4000','111610630863','2021-01-14 16:28:05',NULL,300.00,'','11','1','Good sold','1','689','sales','8','','No',NULL,NULL,''),(4494,'1000','111610631391','2021-01-14 16:36:54',150.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4495,'4000','111610631391','2021-01-14 16:36:54',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4496,'1000','111610632585','2021-01-14 16:56:43',600.00,NULL,'','11','1','Good sold','1','695','sales','','','No',NULL,NULL,''),(4497,'4000','111610632585','2021-01-14 16:56:43',NULL,600.00,'','11','1','Good sold','1','695','sales','8','','No',NULL,NULL,''),(4498,'1000','111610636258','2021-01-14 17:57:53',150.00,NULL,'','11','1','Good sold','1','948','sales','','','No',NULL,NULL,''),(4499,'4000','111610636258','2021-01-14 17:57:53',NULL,150.00,'','11','1','Good sold','1','948','sales','7','','No',NULL,NULL,''),(4500,'1000','111610637229','2021-01-14 18:14:12',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4501,'4000','111610637229','2021-01-14 18:14:12',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4502,'1000','111610638596','2021-01-14 18:36:49',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4503,'4000','111610638596','2021-01-14 18:36:49',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4504,'1000','111610638880','2021-01-14 18:41:36',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4505,'4000','111610638880','2021-01-14 18:41:36',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4506,'1100','111610639515','2021-01-14 18:53:24',600.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(4507,'4000','111610639515','2021-01-14 18:53:24',NULL,600.00,'','11','1','Good sold','1','784','sales','8','','No',NULL,NULL,''),(4508,'1100','111610639987','2021-01-14 19:00:09',750.00,NULL,'','11','1','Good sold','1','663','sales','','','No',NULL,NULL,''),(4509,'4000','111610639987','2021-01-14 19:00:09',NULL,450.00,'','11','1','Good sold','1','663','sales','5','','No',NULL,NULL,''),(4510,'4000','111610639987','2021-01-14 19:00:09',NULL,300.00,'','11','1','Good sold','1','663','sales','8','','No',NULL,NULL,''),(4511,'1000','111610641845','2021-01-14 19:31:02',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4512,'4000','111610641845','2021-01-14 19:31:02',NULL,50.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4513,'1100','111610641892','2021-01-14 19:31:43',300.00,NULL,'','11','1','Good sold','1','630','sales','','','No',NULL,NULL,''),(4514,'4000','111610641892','2021-01-14 19:31:43',NULL,300.00,'','11','1','Good sold','1','630','sales','8','','No',NULL,NULL,''),(4515,'1100','111610641892','2021-01-14 19:31:43',600.00,NULL,'','11','1','Good sold','1','949','sales','','','No',NULL,NULL,''),(4516,'4000','111610641892','2021-01-14 19:31:43',NULL,300.00,'','11','1','Good sold','1','949','sales','8','','No',NULL,NULL,''),(4517,'4000','111610641892','2021-01-14 19:31:43',NULL,600.00,'','11','1','Good sold','1','949','sales','8','','No',NULL,NULL,''),(4518,'1000','111610642618','2021-01-14 19:45:55',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4519,'4000','111610642618','2021-01-14 19:45:55',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4520,'1100','111610642775','2021-01-14 19:46:31',600.00,NULL,'','11','1','Good sold','1','950','sales','','','No',NULL,NULL,''),(4521,'4000','111610642775','2021-01-14 19:46:31',NULL,600.00,'','11','1','Good sold','1','950','sales','8','','No',NULL,NULL,''),(4522,'1100','111610644523','2021-01-14 20:15:36',300.00,NULL,'','11','1','Good sold','1','771','sales','','','No',NULL,NULL,''),(4523,'4000','111610644523','2021-01-14 20:15:36',NULL,300.00,'','11','1','Good sold','1','771','sales','8','','No',NULL,NULL,''),(4524,'1100','111610645271','2021-01-14 20:28:22',450.00,NULL,'','11','1','Good sold','1','951','sales','','','No',NULL,NULL,''),(4525,'4000','111610645271','2021-01-14 20:28:22',NULL,450.00,'','11','1','Good sold','1','951','sales','5','','No',NULL,NULL,''),(4526,'1100','111610649231','2021-01-14 21:34:33',450.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(4527,'4000','111610649231','2021-01-14 21:34:33',NULL,450.00,'','11','1','Good sold','1','554','sales','5','','No',NULL,NULL,''),(4528,'1100','111610649416','2021-01-14 21:37:05',450.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(4529,'4000','111610649416','2021-01-14 21:37:05',NULL,450.00,'','11','1','Good sold','1','713','sales','5','','No',NULL,NULL,''),(4530,'1100','111610692754','2021-01-15 09:39:28',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(4531,'4000','111610692754','2021-01-15 09:39:28',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(4532,'1000','111610692965','2021-01-15 09:42:59',350.00,NULL,'','11','1','Good sold','1','764','Payment','','','No',NULL,NULL,''),(4533,'4000','111610692965','2021-01-15 09:42:59',NULL,350.00,'','11','1','Good sold','1','764','sales','9','','No',NULL,NULL,''),(4534,'1000','111610697518','2021-01-15 10:58:51',350.00,NULL,'','11','1','Good sold','1','952','sales','','','No',NULL,NULL,''),(4535,'4000','111610697518','2021-01-15 10:58:51',NULL,350.00,'','11','1','Good sold','1','952','sales','9','','No',NULL,NULL,''),(4536,'1100','111610702844','2021-01-15 12:27:41',300.00,NULL,'','11','1','Good sold','1','953','sales','','','No',NULL,NULL,''),(4537,'4000','111610702844','2021-01-15 12:27:41',NULL,300.00,'','11','1','Good sold','1','953','sales','8','','No',NULL,NULL,''),(4538,'1000','111610702955','2021-01-15 12:29:28',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4539,'4000','111610702955','2021-01-15 12:29:28',NULL,150.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4540,'1100','111610704302','2021-01-15 12:52:03',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(4541,'4000','111610704302','2021-01-15 12:52:03',NULL,150.00,'','11','1','Good sold','1','929','sales','7','','No',NULL,NULL,''),(4542,'1100','111610704960','2021-01-15 13:02:50',300.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(4543,'4000','111610704960','2021-01-15 13:02:50',NULL,300.00,'','11','1','Good sold','1','793','sales','8','','No',NULL,NULL,''),(4544,'1000','111610707805','2021-01-15 13:50:23',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4545,'4000','111610707805','2021-01-15 13:50:23',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4546,'1100','111610710946','2021-01-15 14:42:38',300.00,NULL,'','11','1','Good sold','1','745','sales','','','No',NULL,NULL,''),(4547,'4000','111610710946','2021-01-15 14:42:38',NULL,300.00,'','11','1','Good sold','1','745','sales','8','','No',NULL,NULL,''),(4548,'1000','111610715399','2021-01-15 15:57:05',300.00,NULL,'','11','1','Good sold','1','954','sales','','','No',NULL,NULL,''),(4549,'4000','111610715399','2021-01-15 15:57:05',NULL,300.00,'','11','1','Good sold','1','954','sales','8','','No',NULL,NULL,''),(4550,'1000','111610715475','2021-01-15 15:58:06',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4551,'4000','111610715475','2021-01-15 15:58:06',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4552,'1000','111610715738','2021-01-15 16:02:32',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4553,'4000','111610715738','2021-01-15 16:02:32',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4554,'1100','111610718619','2021-01-15 16:51:24',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(4555,'4000','111610718619','2021-01-15 16:51:24',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(4556,'1000','111610718771','2021-01-15 16:53:15',120.00,NULL,'','11','1','Good sold','1','955','sales','','','No',NULL,NULL,''),(4557,'4000','111610718771','2021-01-15 16:53:15',NULL,120.00,'','11','1','Good sold','1','955','sales','3','','No',NULL,NULL,''),(4558,'1100','111610718875','2021-01-15 16:54:45',300.00,NULL,'','11','1','Good sold','1','956','sales','','','No',NULL,NULL,''),(4559,'4000','111610718875','2021-01-15 16:54:45',NULL,300.00,'','11','1','Good sold','1','956','sales','8','','No',NULL,NULL,''),(4560,'1000','111610720599','2021-01-15 17:23:39',300.00,NULL,'','11','1','Good sold','1','957','sales','','','No',NULL,NULL,''),(4561,'4000','111610720599','2021-01-15 17:23:39',NULL,300.00,'','11','1','Good sold','1','957','sales','8','','No',NULL,NULL,''),(4562,'1000','111610720793','2021-01-15 17:26:42',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(4563,'4000','111610720793','2021-01-15 17:26:42',NULL,300.00,'','11','1','Good sold','1','958','sales','8','','No',NULL,NULL,''),(4564,'1100','111610720858','2021-01-15 17:27:50',300.00,NULL,'','11','1','Good sold','1','874','sales','','','No',NULL,NULL,''),(4565,'4000','111610720858','2021-01-15 17:27:50',NULL,300.00,'','11','1','Good sold','1','874','sales','8','','No',NULL,NULL,''),(4566,'1100','111610720912','2021-01-15 17:28:54',300.00,NULL,'','11','1','Good sold','1','840','sales','','','No',NULL,NULL,''),(4567,'4000','111610720912','2021-01-15 17:28:54',NULL,300.00,'','11','1','Good sold','1','840','sales','8','','No',NULL,NULL,''),(4568,'1000','111610722094','2021-01-15 17:48:25',300.00,NULL,'','11','1','Good sold','1','959','sales','','','No',NULL,NULL,''),(4569,'4000','111610722094','2021-01-15 17:48:25',NULL,300.00,'','11','1','Good sold','1','959','sales','8','','No',NULL,NULL,''),(4570,'1000','111610722409','2021-01-15 17:54:05',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4571,'4000','111610722409','2021-01-15 17:54:05',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4572,'1100','111610725742','2021-01-15 18:49:52',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(4573,'4000','111610725742','2021-01-15 18:49:52',NULL,300.00,'','11','1','Good sold','1','721','sales','8','','No',NULL,NULL,''),(4574,'1000','111610725896','2021-01-15 18:51:51',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4575,'4000','111610725896','2021-01-15 18:51:51',NULL,160.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4576,'1100','111610726120','2021-01-15 18:55:34',300.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(4577,'4000','111610726120','2021-01-15 18:55:34',NULL,300.00,'','11','1','Good sold','1','698','sales','8','','No',NULL,NULL,''),(4578,'1100','111610730400','2021-01-15 20:06:56',600.00,NULL,'','11','1','Good sold','1','960','sales','','','No',NULL,NULL,''),(4579,'4000','111610730400','2021-01-15 20:06:56',NULL,600.00,'','11','1','Good sold','1','960','sales','8','','No',NULL,NULL,''),(4580,'1100','111610775269','2021-01-16 08:35:29',150.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(4581,'4000','111610775269','2021-01-16 08:35:29',NULL,150.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(4582,'1100','111610776149','2021-01-16 08:49:23',300.00,NULL,'','11','1','Good sold','1','778','sales','','','No',NULL,NULL,''),(4583,'4000','111610776149','2021-01-16 08:49:23',NULL,300.00,'','11','1','Good sold','1','778','sales','8','','No',NULL,NULL,''),(4584,'1100','111610778091','2021-01-16 09:21:41',300.00,NULL,'','11','1','Good sold','1','961','sales','','','No',NULL,NULL,''),(4585,'4000','111610778091','2021-01-16 09:21:41',NULL,300.00,'','11','1','Good sold','1','961','sales','8','','No',NULL,NULL,''),(4586,'1100','111610779332','2021-01-16 09:42:29',600.00,NULL,'','11','1','Good sold','1','962','sales','','','No',NULL,NULL,''),(4587,'4000','111610779332','2021-01-16 09:42:29',NULL,600.00,'','11','1','Good sold','1','962','sales','8','','No',NULL,NULL,''),(4588,'1000','111610781110','2021-01-16 10:12:03',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4589,'4000','111610781110','2021-01-16 10:12:03',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4590,'1000','111610782720','2021-01-16 10:39:07',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4591,'4000','111610782720','2021-01-16 10:39:07',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4592,'1000','111610782772','2021-01-16 10:39:47',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4593,'4000','111610782772','2021-01-16 10:39:47',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4594,'1000','111610782815','2021-01-16 10:40:24',300.00,NULL,'','11','1','Good sold','1','963','sales','','','No',NULL,NULL,''),(4595,'4000','111610782815','2021-01-16 10:40:24',NULL,300.00,'','11','1','Good sold','1','963','sales','8','','No',NULL,NULL,''),(4596,'1100','111610783688','2021-01-16 10:54:58',300.00,NULL,'','11','1','Good sold','1','964','sales','','','No',NULL,NULL,''),(4597,'4000','111610783688','2021-01-16 10:54:58',NULL,300.00,'','11','1','Good sold','1','964','sales','8','','No',NULL,NULL,''),(4598,'1100','111610783781','2021-01-16 10:56:37',600.00,NULL,'','11','1','Good sold','1','965','sales','','','No',NULL,NULL,''),(4599,'4000','111610783781','2021-01-16 10:56:37',NULL,600.00,'','11','1','Good sold','1','965','sales','8','','No',NULL,NULL,''),(4600,'1100','111610783952','2021-01-16 10:59:21',300.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(4601,'4000','111610783952','2021-01-16 10:59:21',NULL,300.00,'','11','1','Good sold','1','685','sales','8','','No',NULL,NULL,''),(4602,'1100','111610784598','2021-01-16 11:10:17',1800.00,NULL,'','11','1','Good sold','1','966','sales','','','No',NULL,NULL,''),(4603,'4000','111610784598','2021-01-16 11:10:17',NULL,1800.00,'','11','1','Good sold','1','966','sales','8','','No',NULL,NULL,''),(4604,'1000','111610787038','2021-01-16 11:50:55',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4605,'4000','111610787038','2021-01-16 11:50:55',NULL,40.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4606,'1000','111610787090','2021-01-16 11:51:45',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4607,'4000','111610787090','2021-01-16 11:51:45',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4608,'1000','111610787126','2021-01-16 11:52:41',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4609,'4000','111610787126','2021-01-16 11:52:41',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4610,'1100','111610788363','2021-01-16 12:12:54',300.00,NULL,'','11','1','Good sold','1','813','sales','','','No',NULL,NULL,''),(4611,'4000','111610788363','2021-01-16 12:12:54',NULL,300.00,'','11','1','Good sold','1','813','sales','8','','No',NULL,NULL,''),(4612,'1100','111610788694','2021-01-16 12:26:10',1200.00,NULL,'','11','1','Good sold','1','967','sales','','','No',NULL,NULL,''),(4613,'4000','111610788694','2021-01-16 12:26:10',NULL,1200.00,'','11','1','Good sold','1','967','sales','8','','No',NULL,NULL,''),(4614,'1100','111610789251','2021-01-16 12:27:42',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(4615,'4000','111610789251','2021-01-16 12:27:42',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(4616,'1100','111610790902','2021-01-16 12:55:12',300.00,NULL,'','11','1','Good sold','1','968','sales','','','No',NULL,NULL,''),(4617,'4000','111610790902','2021-01-16 12:55:12',NULL,300.00,'','11','1','Good sold','1','968','sales','8','','No',NULL,NULL,''),(4618,'1000','111610790978','2021-01-16 12:56:36',300.00,NULL,'','11','1','Good sold','1','785','sales','','','No',NULL,NULL,''),(4619,'4000','111610790978','2021-01-16 12:56:36',NULL,300.00,'','11','1','Good sold','1','785','sales','8','','No',NULL,NULL,''),(4620,'1000','111610799636','2021-01-16 15:20:46',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4621,'4000','111610799636','2021-01-16 15:20:46',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4622,'1100','111610800028','2021-01-16 15:27:26',1800.00,NULL,'','11','1','Good sold','1','969','sales','','','No',NULL,NULL,''),(4623,'4000','111610800028','2021-01-16 15:27:26',NULL,1800.00,'','11','1','Good sold','1','969','sales','8','','No',NULL,NULL,''),(4624,'1000','111610806671','2021-01-16 17:18:11',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4625,'4000','111610806671','2021-01-16 17:18:11',NULL,20.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4626,'1000','111610810987','2021-01-16 18:30:10',120.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4627,'4000','111610810987','2021-01-16 18:30:10',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4628,'1000','111610811043','2021-01-16 18:31:21',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4629,'4000','111610811043','2021-01-16 18:31:21',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4630,'1000','111610811107','2021-01-16 18:32:08',80.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4631,'4000','111610811107','2021-01-16 18:32:08',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4632,'1000','111610811153','2021-01-16 18:32:55',450.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4633,'4000','111610811153','2021-01-16 18:32:55',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4634,'1100','111610811199','2021-01-16 18:34:07',300.00,NULL,'','11','1','Good sold','1','970','sales','','','No',NULL,NULL,''),(4635,'4000','111610811199','2021-01-16 18:34:07',NULL,300.00,'','11','1','Good sold','1','970','sales','8','','No',NULL,NULL,''),(4636,'1000','111610811199','2021-01-16 18:34:07',350.00,NULL,'','11','1','Good sold','1','514','Payment','','','No',NULL,NULL,''),(4637,'4000','111610811199','2021-01-16 18:34:07',NULL,300.00,'','11','1','Good sold','1','514','sales','8','','No',NULL,NULL,''),(4638,'4000','111610811199','2021-01-16 18:34:07',NULL,350.00,'','11','1','Good sold','1','514','sales','9','','No',NULL,NULL,''),(4639,'1000','111610811413','2021-01-16 18:38:02',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(4640,'4000','111610811413','2021-01-16 18:38:02',NULL,300.00,'','11','1','Good sold','1','958','sales','8','','No',NULL,NULL,''),(4641,'1000','111610811605','2021-01-16 18:40:27',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4642,'4000','111610811605','2021-01-16 18:40:27',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4643,'1100','111610811645','2021-01-16 18:41:40',300.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(4644,'4000','111610811645','2021-01-16 18:41:40',NULL,300.00,'','11','1','Good sold','1','623','sales','8','','No',NULL,NULL,''),(4645,'1100','111610811776','2021-01-16 18:43:11',150.00,NULL,'','11','1','Good sold','1','971','sales','','','No',NULL,NULL,''),(4646,'4000','111610811776','2021-01-16 18:43:11',NULL,150.00,'','11','1','Good sold','1','971','sales','7','','No',NULL,NULL,''),(4647,'1100','111610811895','2021-01-16 18:45:47',300.00,NULL,'','11','1','Good sold','1','972','sales','','','No',NULL,NULL,''),(4648,'4000','111610811895','2021-01-16 18:45:47',NULL,300.00,'','11','1','Good sold','1','972','sales','8','','No',NULL,NULL,''),(4649,'1000','111610812051','2021-01-16 18:47:49',150.00,NULL,'','11','1','Good sold','1','600','sales','','','No',NULL,NULL,''),(4650,'4000','111610812051','2021-01-16 18:47:49',NULL,150.00,'','11','1','Good sold','1','600','sales','7','','No',NULL,NULL,''),(4651,'1000','111610812127','2021-01-16 18:49:06',150.00,NULL,'','11','1','Good sold','1','608','Payment','','','No',NULL,NULL,''),(4652,'4000','111610812127','2021-01-16 18:49:06',NULL,150.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(4653,'1100','111610812199','2021-01-16 18:50:22',150.00,NULL,'','11','1','Good sold','1','882','sales','','','No',NULL,NULL,''),(4654,'4000','111610812199','2021-01-16 18:50:22',NULL,150.00,'','11','1','Good sold','1','882','sales','7','','No',NULL,NULL,''),(4655,'1000','111610812273','2021-01-16 18:51:46',300.00,NULL,'','11','1','Good sold','1','99','sales','','','No',NULL,NULL,''),(4656,'4000','111610812273','2021-01-16 18:51:46',NULL,300.00,'','11','1','Good sold','1','99','sales','8','','No',NULL,NULL,''),(4657,'1000','111610812638','2021-01-16 18:57:41',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4658,'4000','111610812638','2021-01-16 18:57:41',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4659,'1100','111610814261','2021-01-16 19:24:54',300.00,NULL,'','11','1','Good sold','1','973','sales','','','No',NULL,NULL,''),(4660,'4000','111610814261','2021-01-16 19:24:54',NULL,300.00,'','11','1','Good sold','1','973','sales','8','','No',NULL,NULL,''),(4661,'1000','111610814493','2021-01-16 19:28:32',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4662,'4000','111610814493','2021-01-16 19:28:32',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4663,'1100','111610814548','2021-01-16 19:29:32',300.00,NULL,'','11','1','Good sold','1','100','sales','','','No',NULL,NULL,''),(4664,'4000','111610814548','2021-01-16 19:29:32',NULL,300.00,'','11','1','Good sold','1','100','sales','8','','No',NULL,NULL,''),(4665,'1100','111610814687','2021-01-16 19:32:47',300.00,NULL,'','11','1','Good sold','1','815','sales','','','No',NULL,NULL,''),(4666,'4000','111610814687','2021-01-16 19:32:47',NULL,300.00,'','11','1','Good sold','1','815','sales','8','','No',NULL,NULL,''),(4667,'1100','111610814816','2021-01-16 19:33:51',450.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(4668,'4000','111610814816','2021-01-16 19:33:51',NULL,450.00,'','11','1','Good sold','1','555','sales','5','','No',NULL,NULL,''),(4669,'1000','111610814903','2021-01-16 19:35:34',300.00,NULL,'','11','1','Good sold','1','619','sales','','','No',NULL,NULL,''),(4670,'4000','111610814903','2021-01-16 19:35:34',NULL,300.00,'','11','1','Good sold','1','619','sales','8','','No',NULL,NULL,''),(4671,'1100','111610815009','2021-01-16 19:37:08',300.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(4672,'4000','111610815009','2021-01-16 19:37:08',NULL,300.00,'','11','1','Good sold','1','548','sales','8','','No',NULL,NULL,''),(4673,'1000','111610815529','2021-01-16 19:45:40',250.00,NULL,'','11','1','Good sold','1','974','sales','','','No',NULL,NULL,''),(4674,'4000','111610815529','2021-01-16 19:45:40',NULL,250.00,'','11','1','Good sold','1','974','sales','4','','No',NULL,NULL,''),(4675,'1000','111610815630','2021-01-16 19:47:36',300.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(4676,'4000','111610815630','2021-01-16 19:47:36',NULL,300.00,'','11','1','Good sold','1','547','sales','8','','No',NULL,NULL,''),(4677,'1100','111610815722','2021-01-16 19:48:54',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(4678,'4000','111610815722','2021-01-16 19:48:54',NULL,300.00,'','11','1','Good sold','1','575','sales','8','','No',NULL,NULL,''),(4679,'1100','111610815794','2021-01-16 19:51:06',300.00,NULL,'','11','1','Good sold','1','975','sales','','','No',NULL,NULL,''),(4680,'4000','111610815794','2021-01-16 19:51:06',NULL,300.00,'','11','1','Good sold','1','975','sales','8','','No',NULL,NULL,''),(4681,'1000','111610816858','2021-01-16 20:07:54',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4682,'4000','111610816858','2021-01-16 20:07:54',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4683,'1000','111610816919','2021-01-16 20:08:51',300.00,NULL,'','11','1','Good sold','1','976','sales','','','No',NULL,NULL,''),(4684,'4000','111610816919','2021-01-16 20:08:51',NULL,300.00,'','11','1','Good sold','1','976','sales','8','','No',NULL,NULL,''),(4685,'1100','111610818222','2021-01-16 20:30:36',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(4686,'4000','111610818222','2021-01-16 20:30:36',NULL,150.00,'','11','1','Good sold','1','631','sales','7','','No',NULL,NULL,''),(4687,'1100','111610818294','2021-01-16 20:31:46',300.00,NULL,'','11','1','Good sold','1','869','sales','','','No',NULL,NULL,''),(4688,'4000','111610818294','2021-01-16 20:31:46',NULL,300.00,'','11','1','Good sold','1','869','sales','8','','No',NULL,NULL,''),(4689,'1000','111610818352','2021-01-16 20:32:48',300.00,NULL,'','11','1','Good sold','1','977','sales','','','No',NULL,NULL,''),(4690,'4000','111610818352','2021-01-16 20:32:48',NULL,300.00,'','11','1','Good sold','1','977','sales','8','','No',NULL,NULL,''),(4691,'1000','111610818420','2021-01-16 20:33:58',600.00,NULL,'','11','1','Good sold','1','978','sales','','','No',NULL,NULL,''),(4692,'4000','111610818420','2021-01-16 20:33:58',NULL,600.00,'','11','1','Good sold','1','978','sales','8','','No',NULL,NULL,''),(4693,'1000','111610818493','2021-01-16 20:35:03',300.00,NULL,'','11','1','Good sold','1','979','sales','','','No',NULL,NULL,''),(4694,'4000','111610818493','2021-01-16 20:35:03',NULL,300.00,'','11','1','Good sold','1','979','sales','8','','No',NULL,NULL,''),(4695,'1000','111610818571','2021-01-16 20:36:24',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4696,'4000','111610818571','2021-01-16 20:36:24',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4697,'1100','111610818746','2021-01-16 20:41:16',300.00,NULL,'','11','1','Good sold','1','980','sales','','','No',NULL,NULL,''),(4698,'4000','111610818746','2021-01-16 20:41:16',NULL,300.00,'','11','1','Good sold','1','980','sales','8','','No',NULL,NULL,''),(4699,'1100','111610820363','2021-01-16 21:07:10',300.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(4700,'4000','111610820363','2021-01-16 21:07:10',NULL,300.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(4701,'1100','111610971251','2021-01-18 15:02:25',300.00,NULL,'','11','1','Good sold','1','981','sales','','','No',NULL,NULL,''),(4702,'4000','111610971251','2021-01-18 15:02:25',NULL,300.00,'','11','1','Good sold','1','981','sales','8','','No',NULL,NULL,''),(4703,'1100','111610971711','2021-01-18 15:08:43',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(4704,'4000','111610971711','2021-01-18 15:08:43',NULL,300.00,'','11','1','Good sold','1','536','sales','8','','No',NULL,NULL,''),(4705,'1000','111610972073','2021-01-18 15:14:44',300.00,NULL,'','11','1','Good sold','1','708','sales','','','No',NULL,NULL,''),(4706,'4000','111610972073','2021-01-18 15:14:44',NULL,300.00,'','11','1','Good sold','1','708','sales','8','','No',NULL,NULL,''),(4707,'1100','111610972161','2021-01-18 15:18:37',1800.00,NULL,'','11','1','Good sold','1','314','sales','','','No',NULL,NULL,''),(4708,'4000','111610972161','2021-01-18 15:18:37',NULL,1800.00,'','11','1','Good sold','1','314','sales','8','','No',NULL,NULL,''),(4709,'1000','111610972373','2021-01-18 15:22:41',300.00,NULL,'','11','1','Good sold','1','982','sales','','','No',NULL,NULL,''),(4710,'4000','111610972373','2021-01-18 15:22:41',NULL,300.00,'','11','1','Good sold','1','982','sales','8','','No',NULL,NULL,''),(4711,'1000','111610972684','2021-01-18 15:25:41',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4712,'4000','111610972684','2021-01-18 15:25:41',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4713,'4000','111610972684','2021-01-18 15:25:41',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4714,'1000','111610972824','2021-01-18 15:27:40',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4715,'4000','111610972824','2021-01-18 15:27:40',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4716,'1000','111610972955','2021-01-18 15:30:23',300.00,NULL,'','11','1','Good sold','1','621','Payment','','','No',NULL,NULL,''),(4717,'4000','111610972955','2021-01-18 15:30:23',NULL,300.00,'','11','1','Good sold','1','621','sales','8','','No',NULL,NULL,''),(4718,'1100','111610973607','2021-01-18 15:42:31',300.00,NULL,'','11','1','Good sold','1','983','sales','','','No',NULL,NULL,''),(4719,'4000','111610973607','2021-01-18 15:42:31',NULL,300.00,'','11','1','Good sold','1','983','sales','8','','No',NULL,NULL,''),(4720,'1000','111610974897','2021-01-18 16:11:23',460.00,NULL,'','11','1','Good sold','1','539','Payment','','','No',NULL,NULL,''),(4721,'4000','111610974897','2021-01-18 16:11:23',NULL,160.00,'','11','1','Good sold','1','539','sales','6','','No',NULL,NULL,''),(4722,'4000','111610974897','2021-01-18 16:11:23',NULL,300.00,'','11','1','Good sold','1','539','sales','8','','No',NULL,NULL,''),(4723,'1100','111610975577','2021-01-18 16:13:07',300.00,NULL,'','11','1','Good sold','1','594','sales','','','No',NULL,NULL,''),(4724,'4000','111610975577','2021-01-18 16:13:07',NULL,300.00,'','11','1','Good sold','1','594','sales','8','','No',NULL,NULL,''),(4725,'1100','111610975630','2021-01-18 16:28:18',1800.00,NULL,'','11','1','Good sold','1','128','sales','','','No',NULL,NULL,''),(4726,'4000','111610975630','2021-01-18 16:28:18',NULL,1800.00,'','11','1','Good sold','1','128','sales','8','','No',NULL,NULL,''),(4727,'1100','111610978851','2021-01-18 17:09:56',450.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(4728,'4000','111610978851','2021-01-18 17:09:56',NULL,450.00,'','11','1','Good sold','1','602','sales','5','','No',NULL,NULL,''),(4729,'1100','111610979080','2021-01-18 17:11:42',1200.00,NULL,'','11','1','Good sold','1','610','sales','','','No',NULL,NULL,''),(4730,'4000','111610979080','2021-01-18 17:11:42',NULL,1200.00,'','11','1','Good sold','1','610','sales','8','','No',NULL,NULL,''),(4731,'1000','111610979175','2021-01-18 17:13:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4732,'4000','111610979175','2021-01-18 17:13:08',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4733,'1100','111610979218','2021-01-18 17:14:00',300.00,NULL,'','11','1','Good sold','1','611','sales','','','No',NULL,NULL,''),(4734,'4000','111610979218','2021-01-18 17:14:00',NULL,300.00,'','11','1','Good sold','1','611','sales','8','','No',NULL,NULL,''),(4735,'1100','111610981122','2021-01-18 17:45:50',150.00,NULL,'','11','1','Good sold','1','750','sales','','','No',NULL,NULL,''),(4736,'4000','111610981122','2021-01-18 17:45:50',NULL,150.00,'','11','1','Good sold','1','750','sales','7','','No',NULL,NULL,''),(4737,'1000','111610981225','2021-01-18 17:47:27',300.00,NULL,'','11','1','Good sold','1','984','sales','','','No',NULL,NULL,''),(4738,'4000','111610981225','2021-01-18 17:47:27',NULL,300.00,'','11','1','Good sold','1','984','sales','8','','No',NULL,NULL,''),(4739,'1100','111610981452','2021-01-18 18:18:10',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(4740,'4000','111610981452','2021-01-18 18:18:10',NULL,300.00,'','11','1','Good sold','1','669','sales','8','','No',NULL,NULL,''),(4741,'1000','111610983177','2021-01-18 18:19:56',900.00,NULL,'','11','1','Good sold','1','737','Payment','','','No',NULL,NULL,''),(4742,'4000','111610983177','2021-01-18 18:19:56',NULL,900.00,'','11','1','Good sold','1','737','sales','8','','No',NULL,NULL,''),(4743,'1000','111610985875','2021-01-18 19:07:57',250.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(4744,'4000','111610985875','2021-01-18 19:07:57',NULL,250.00,'','11','1','Good sold','1','533','sales','4','','No',NULL,NULL,''),(4745,'1000','111610986136','2021-01-18 19:09:23',300.00,NULL,'','11','1','Good sold','1','985','sales','','','No',NULL,NULL,''),(4746,'4000','111610986136','2021-01-18 19:09:23',NULL,300.00,'','11','1','Good sold','1','985','sales','8','','No',NULL,NULL,''),(4747,'1100','111610986294','2021-01-18 19:12:11',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(4748,'4000','111610986294','2021-01-18 19:12:11',NULL,300.00,'','11','1','Good sold','1','683','sales','8','','No',NULL,NULL,''),(4749,'1100','111610986390','2021-01-18 19:13:27',450.00,NULL,'','11','1','Good sold','1','986','sales','','','No',NULL,NULL,''),(4750,'4000','111610986390','2021-01-18 19:13:27',NULL,450.00,'','11','1','Good sold','1','986','sales','5','','No',NULL,NULL,''),(4751,'1000','111610986779','2021-01-18 19:22:39',150.00,NULL,'','11','1','Good sold','1','817','sales','','','No',NULL,NULL,''),(4752,'4000','111610986779','2021-01-18 19:22:39',NULL,150.00,'','11','1','Good sold','1','817','sales','7','','No',NULL,NULL,''),(4753,'1000','111610987029','2021-01-18 19:24:35',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(4754,'4000','111610987029','2021-01-18 19:24:35',NULL,300.00,'','11','1','Good sold','1','958','sales','8','','No',NULL,NULL,''),(4755,'1100','111610987150','2021-01-18 19:26:12',150.00,NULL,'','11','1','Good sold','1','987','sales','','','No',NULL,NULL,''),(4756,'4000','111610987150','2021-01-18 19:26:12',NULL,150.00,'','11','1','Good sold','1','987','sales','7','','No',NULL,NULL,''),(4757,'1000','111610987262','2021-01-18 19:28:00',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4758,'4000','111610987262','2021-01-18 19:28:00',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4759,'1100','111610987310','2021-01-18 19:28:47',300.00,NULL,'','11','1','Good sold','1','376','sales','','','No',NULL,NULL,''),(4760,'4000','111610987310','2021-01-18 19:28:47',NULL,300.00,'','11','1','Good sold','1','376','sales','8','','No',NULL,NULL,''),(4761,'1100','111610987383','2021-01-18 19:30:03',300.00,NULL,'','11','1','Good sold','1','808','sales','','','No',NULL,NULL,''),(4762,'4000','111610987383','2021-01-18 19:30:03',NULL,300.00,'','11','1','Good sold','1','808','sales','8','','No',NULL,NULL,''),(4763,'1100','111610990252','2021-01-18 20:17:43',300.00,NULL,'','11','1','Good sold','1','988','sales','','','No',NULL,NULL,''),(4764,'4000','111610990252','2021-01-18 20:17:43',NULL,300.00,'','11','1','Good sold','1','988','sales','8','','No',NULL,NULL,''),(4765,'1100','111610990308','2021-01-18 20:18:39',300.00,NULL,'','11','1','Good sold','1','989','sales','','','No',NULL,NULL,''),(4766,'4000','111610990308','2021-01-18 20:18:39',NULL,300.00,'','11','1','Good sold','1','989','sales','8','','No',NULL,NULL,''),(4767,'1100','111610991047','2021-01-18 20:31:20',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(4768,'4000','111610991047','2021-01-18 20:31:20',NULL,150.00,'','11','1','Good sold','1','929','sales','7','','No',NULL,NULL,''),(4769,'1100','111610991047','2021-01-18 20:31:20',450.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(4770,'4000','111610991047','2021-01-18 20:31:20',NULL,450.00,'','11','1','Good sold','1','345','sales','5','','No',NULL,NULL,''),(4771,'4000','111610991047','2021-01-18 20:31:20',NULL,150.00,'','11','1','Good sold','1','345','sales','7','','No',NULL,NULL,''),(4772,'1100','111610991207','2021-01-18 20:34:46',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(4773,'4000','111610991207','2021-01-18 20:34:46',NULL,300.00,'','11','1','Good sold','1','637','sales','8','','No',NULL,NULL,''),(4774,'1000','111610991347','2021-01-18 20:36:17',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4775,'4000','111610991347','2021-01-18 20:36:17',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4776,'1100','111610991400','2021-01-18 20:36:52',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(4777,'4000','111610991400','2021-01-18 20:36:52',NULL,300.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(4778,'1000','111610991677','2021-01-18 20:41:26',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4779,'4000','111610991677','2021-01-18 20:41:26',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4780,'1100','111611036603','2021-01-19 09:10:15',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(4781,'4000','111611036603','2021-01-19 09:10:15',NULL,300.00,'','11','1','Good sold','1','657','sales','8','','No',NULL,NULL,''),(4782,'1100','111611036681','2021-01-19 09:13:22',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(4783,'4000','111611036681','2021-01-19 09:13:22',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(4784,'1100','111611036903','2021-01-19 09:19:50',300.00,NULL,'','11','1','Good sold','1','990','sales','','','No',NULL,NULL,''),(4785,'4000','111611036903','2021-01-19 09:19:50',NULL,300.00,'','11','1','Good sold','1','990','sales','8','','No',NULL,NULL,''),(4786,'1100','111611037260','2021-01-19 09:21:31',300.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(4787,'4000','111611037260','2021-01-19 09:21:31',NULL,300.00,'','11','1','Good sold','1','509','sales','8','','No',NULL,NULL,''),(4788,'1000','111611038097','2021-01-19 09:35:20',300.00,NULL,'','11','1','Good sold','1','720','sales','','','No',NULL,NULL,''),(4789,'4000','111611038097','2021-01-19 09:35:20',NULL,300.00,'','11','1','Good sold','1','720','sales','8','','No',NULL,NULL,''),(4790,'1100','111611038201','2021-01-19 09:38:09',900.00,NULL,'','11','1','Good sold','1','132','sales','','','No',NULL,NULL,''),(4791,'4000','111611038201','2021-01-19 09:38:09',NULL,900.00,'','11','1','Good sold','1','132','sales','8','','No',NULL,NULL,''),(4792,'1100','111611038330','2021-01-19 09:39:15',300.00,NULL,'','11','1','Good sold','1','923','sales','','','No',NULL,NULL,''),(4793,'4000','111611038330','2021-01-19 09:39:15',NULL,300.00,'','11','1','Good sold','1','923','sales','8','','No',NULL,NULL,''),(4794,'1100','111611038420','2021-01-19 09:40:37',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(4795,'4000','111611038420','2021-01-19 09:40:37',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(4796,'1100','111611038490','2021-01-19 09:41:54',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(4797,'4000','111611038490','2021-01-19 09:41:54',NULL,600.00,'','11','1','Good sold','1','156','sales','8','','No',NULL,NULL,''),(4798,'1100','111611038609','2021-01-19 09:51:38',300.00,NULL,'','11','1','Good sold','1','814','sales','','','No',NULL,NULL,''),(4799,'4000','111611038609','2021-01-19 09:51:38',NULL,300.00,'','11','1','Good sold','1','814','sales','8','','No',NULL,NULL,''),(4800,'1100','111611039165','2021-01-19 09:53:19',1200.00,NULL,'','11','1','Good sold','1','809','sales','','','No',NULL,NULL,''),(4801,'4000','111611039165','2021-01-19 09:53:19',NULL,1200.00,'','11','1','Good sold','1','809','sales','8','','No',NULL,NULL,''),(4802,'1100','111611039255','2021-01-19 09:54:24',300.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(4803,'4000','111611039255','2021-01-19 09:54:24',NULL,300.00,'','11','1','Good sold','1','784','sales','8','','No',NULL,NULL,''),(4804,'1000','111611039329','2021-01-19 09:55:40',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4805,'4000','111611039329','2021-01-19 09:55:40',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4806,'1100','111611039362','2021-01-19 09:58:17',1500.00,NULL,'','11','1','Good sold','1','50','sales','','','No',NULL,NULL,''),(4807,'4000','111611039362','2021-01-19 09:58:17',NULL,1500.00,'','11','1','Good sold','1','50','sales','8','','No',NULL,NULL,''),(4808,'1100','111611039582','2021-01-19 09:59:56',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(4809,'4000','111611039582','2021-01-19 09:59:56',NULL,300.00,'','11','1','Good sold','1','890','sales','8','','No',NULL,NULL,''),(4810,'1100','111611039651','2021-01-19 10:01:10',300.00,NULL,'','11','1','Good sold','1','656','sales','','','No',NULL,NULL,''),(4811,'4000','111611039651','2021-01-19 10:01:10',NULL,300.00,'','11','1','Good sold','1','656','sales','8','','No',NULL,NULL,''),(4812,'1100','111611040142','2021-01-19 10:09:21',300.00,NULL,'','11','1','Good sold','1','991','sales','','','No',NULL,NULL,''),(4813,'4000','111611040142','2021-01-19 10:09:21',NULL,300.00,'','11','1','Good sold','1','991','sales','8','','No',NULL,NULL,''),(4814,'1100','111611040300','2021-01-19 10:12:34',600.00,NULL,'','11','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(4815,'4000','111611040300','2021-01-19 10:12:34',NULL,600.00,'','11','1','Good sold','1','435','sales','8','','No',NULL,NULL,''),(4816,'1100','111611040400','2021-01-19 10:13:36',600.00,NULL,'','11','1','Good sold','1','992','sales','','','No',NULL,NULL,''),(4817,'4000','111611040400','2021-01-19 10:13:36',NULL,600.00,'','11','1','Good sold','1','992','sales','8','','No',NULL,NULL,''),(4818,'1100','111611041456','2021-01-19 10:31:08',300.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(4819,'4000','111611041456','2021-01-19 10:31:08',NULL,300.00,'','11','1','Good sold','1','609','sales','8','','No',NULL,NULL,''),(4820,'1100','111611042221','2021-01-19 10:44:17',600.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(4821,'4000','111611042221','2021-01-19 10:44:17',NULL,600.00,'','11','1','Good sold','1','613','sales','8','','No',NULL,NULL,''),(4822,'1100','111611042607','2021-01-19 10:50:23',900.00,NULL,'','11','1','Good sold','1','993','sales','','','No',NULL,NULL,''),(4823,'4000','111611042607','2021-01-19 10:50:23',NULL,900.00,'','11','1','Good sold','1','993','sales','8','','No',NULL,NULL,''),(4824,'1100','111611042699','2021-01-19 10:54:17',300.00,NULL,'','11','1','Good sold','1','532','sales','','','No',NULL,NULL,''),(4825,'4000','111611042699','2021-01-19 10:54:17',NULL,300.00,'','11','1','Good sold','1','532','sales','8','','No',NULL,NULL,''),(4826,'1100','111611042944','2021-01-19 10:56:18',300.00,NULL,'','11','1','Good sold','1','994','sales','','','No',NULL,NULL,''),(4827,'4000','111611042944','2021-01-19 10:56:18',NULL,300.00,'','11','1','Good sold','1','994','sales','8','','No',NULL,NULL,''),(4828,'1100','111611043050','2021-01-19 10:57:48',300.00,NULL,'','11','1','Good sold','1','556','sales','','','No',NULL,NULL,''),(4829,'4000','111611043050','2021-01-19 10:57:48',NULL,300.00,'','11','1','Good sold','1','556','sales','8','','No',NULL,NULL,''),(4830,'1000','111611043146','2021-01-19 10:59:27',300.00,NULL,'','11','1','Good sold','1','995','Payment','','','No',NULL,NULL,''),(4831,'4000','111611043146','2021-01-19 10:59:27',NULL,300.00,'','11','1','Good sold','1','995','sales','8','','No',NULL,NULL,''),(4832,'1000','111611043909','2021-01-19 11:13:36',150.00,NULL,'','11','1','Good sold','1','681','Payment','','','No',NULL,NULL,''),(4833,'4000','111611043909','2021-01-19 11:13:36',NULL,150.00,'','11','1','Good sold','1','681','sales','7','','No',NULL,NULL,''),(4834,'1000','111611044160','2021-01-19 11:27:57',700.00,NULL,'','11','1','Good sold','1','996','sales','','','No',NULL,NULL,''),(4835,'4000','111611044160','2021-01-19 11:27:57',NULL,350.00,'','11','1','Good sold','1','996','sales','9','','No',NULL,NULL,''),(4836,'4000','111611044160','2021-01-19 11:27:57',NULL,350.00,'','11','1','Good sold','1','996','sales','10','','No',NULL,NULL,''),(4837,'1100','111611044967','2021-01-19 11:29:47',600.00,NULL,'','11','1','Good sold','1','666','sales','','','No',NULL,NULL,''),(4838,'4000','111611044967','2021-01-19 11:29:47',NULL,600.00,'','11','1','Good sold','1','666','sales','8','','No',NULL,NULL,''),(4839,'1100','111611045070','2021-01-19 11:31:30',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(4840,'4000','111611045070','2021-01-19 11:31:30',NULL,600.00,'','11','1','Good sold','1','735','sales','8','','No',NULL,NULL,''),(4841,'1100','111611045312','2021-01-19 11:35:29',150.00,NULL,'','11','1','Good sold','1','997','sales','','','No',NULL,NULL,''),(4842,'4000','111611045312','2021-01-19 11:35:29',NULL,150.00,'','11','1','Good sold','1','997','sales','7','','No',NULL,NULL,''),(4843,'1100','111611045406','2021-01-19 11:40:12',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(4844,'4000','111611045406','2021-01-19 11:40:12',NULL,150.00,'','11','1','Good sold','1','644','sales','7','','No',NULL,NULL,''),(4845,'1000','111611045675','2021-01-19 11:41:27',350.00,NULL,'','11','1','Good sold','1','514','sales','','','No',NULL,NULL,''),(4846,'4000','111611045675','2021-01-19 11:41:27',NULL,350.00,'','11','1','Good sold','1','514','sales','9','','No',NULL,NULL,''),(4847,'1100','111611045771','2021-01-19 11:43:11',600.00,NULL,'','11','1','Good sold','1','802','sales','','','No',NULL,NULL,''),(4848,'4000','111611045771','2021-01-19 11:43:11',NULL,600.00,'','11','1','Good sold','1','802','sales','8','','No',NULL,NULL,''),(4849,'1100','111611047255','2021-01-19 12:07:50',300.00,NULL,'','11','1','Good sold','1','932','sales','','','No',NULL,NULL,''),(4850,'4000','111611047255','2021-01-19 12:07:50',NULL,300.00,'','11','1','Good sold','1','932','sales','8','','No',NULL,NULL,''),(4851,'1000','111611047316','2021-01-19 12:08:51',900.00,NULL,'','11','1','Good sold','1','998','sales','','','No',NULL,NULL,''),(4852,'4000','111611047316','2021-01-19 12:08:51',NULL,900.00,'','11','1','Good sold','1','998','sales','8','','No',NULL,NULL,''),(4853,'1000','111611048324','2021-01-19 12:26:04',300.00,NULL,'','11','1','Good sold','1','999','sales','','','No',NULL,NULL,''),(4854,'4000','111611048324','2021-01-19 12:26:04',NULL,300.00,'','11','1','Good sold','1','999','sales','8','','No',NULL,NULL,''),(4855,'1100','111611048410','2021-01-19 12:27:08',300.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(4856,'4000','111611048410','2021-01-19 12:27:08',NULL,300.00,'','11','1','Good sold','1','839','sales','8','','No',NULL,NULL,''),(4857,'1000','111611048477','2021-01-19 12:28:10',300.00,NULL,'','11','1','Good sold','1','1000','Payment','','','No',NULL,NULL,''),(4858,'4000','111611048477','2021-01-19 12:28:10',NULL,300.00,'','11','1','Good sold','1','1000','sales','8','','No',NULL,NULL,''),(4859,'1100','111611048544','2021-01-19 12:31:20',300.00,NULL,'','11','1','Good sold','1','662','sales','','','No',NULL,NULL,''),(4860,'4000','111611048544','2021-01-19 12:31:20',NULL,300.00,'','11','1','Good sold','1','662','sales','8','','No',NULL,NULL,''),(4861,'1000','111611048743','2021-01-19 12:32:39',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4862,'4000','111611048743','2021-01-19 12:32:39',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4863,'1100','111611048789','2021-01-19 12:33:22',300.00,NULL,'','11','1','Good sold','1','742','sales','','','No',NULL,NULL,''),(4864,'4000','111611048789','2021-01-19 12:33:22',NULL,300.00,'','11','1','Good sold','1','742','sales','8','','No',NULL,NULL,''),(4865,'1100','111611048857','2021-01-19 12:34:58',600.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(4866,'4000','111611048857','2021-01-19 12:34:58',NULL,600.00,'','11','1','Good sold','1','782','sales','8','','No',NULL,NULL,''),(4867,'1000','111611049665','2021-01-19 12:48:50',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4868,'4000','111611049665','2021-01-19 12:48:50',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4869,'1100','111611049758','2021-01-19 12:49:42',300.00,NULL,'','11','1','Good sold','1','1001','sales','','','No',NULL,NULL,''),(4870,'4000','111611049758','2021-01-19 12:49:42',NULL,300.00,'','11','1','Good sold','1','1001','sales','8','','No',NULL,NULL,''),(4871,'1100','111611049851','2021-01-19 12:51:08',300.00,NULL,'','11','1','Good sold','1','851','sales','','','No',NULL,NULL,''),(4872,'4000','111611049851','2021-01-19 12:51:08',NULL,300.00,'','11','1','Good sold','1','851','sales','8','','No',NULL,NULL,''),(4873,'1100','111611049925','2021-01-19 12:52:21',600.00,NULL,'','11','1','Good sold','1','820','sales','','','No',NULL,NULL,''),(4874,'4000','111611049925','2021-01-19 12:52:21',NULL,600.00,'','11','1','Good sold','1','820','sales','8','','No',NULL,NULL,''),(4875,'1000','111611049995','2021-01-19 12:53:47',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4876,'4000','111611049995','2021-01-19 12:53:47',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4877,'1100','111611050060','2021-01-19 12:54:35',300.00,NULL,'','11','1','Good sold','1','1002','sales','','','No',NULL,NULL,''),(4878,'4000','111611050060','2021-01-19 12:54:35',NULL,300.00,'','11','1','Good sold','1','1002','sales','8','','No',NULL,NULL,''),(4879,'1100','111611062333','2021-01-19 16:29:22',600.00,NULL,'','11','1','Good sold','1','346','sales','','','No',NULL,NULL,''),(4880,'4000','111611062333','2021-01-19 16:29:22',NULL,600.00,'','11','1','Good sold','1','346','sales','8','','No',NULL,NULL,''),(4881,'1000','111611063520','2021-01-19 16:39:33',300.00,NULL,'','11','1','Good sold','1','650','sales','','','No',NULL,NULL,''),(4882,'4000','111611063520','2021-01-19 16:39:33',NULL,300.00,'','11','1','Good sold','1','650','sales','8','','No',NULL,NULL,''),(4883,'1000','111611063821','2021-01-19 16:44:11',600.00,NULL,'','11','1','Good sold','1','1003','sales','','','No',NULL,NULL,''),(4884,'4000','111611063821','2021-01-19 16:44:11',NULL,600.00,'','11','1','Good sold','1','1003','sales','8','','No',NULL,NULL,''),(4885,'1000','111611063921','2021-01-19 16:45:53',150.00,NULL,'','11','1','Good sold','1','1004','Payment','','','No',NULL,NULL,''),(4886,'4000','111611063921','2021-01-19 16:45:53',NULL,150.00,'','11','1','Good sold','1','1004','sales','7','','No',NULL,NULL,''),(4887,'1100','111611064002','2021-01-19 16:47:33',150.00,NULL,'','11','1','Good sold','1','1005','sales','','','No',NULL,NULL,''),(4888,'4000','111611064002','2021-01-19 16:47:33',NULL,150.00,'','11','1','Good sold','1','1005','sales','7','','No',NULL,NULL,''),(4889,'1100','111611064121','2021-01-19 16:48:56',300.00,NULL,'','11','1','Good sold','1','1006','sales','','','No',NULL,NULL,''),(4890,'4000','111611064121','2021-01-19 16:48:56',NULL,300.00,'','11','1','Good sold','1','1006','sales','8','','No',NULL,NULL,''),(4891,'1000','111611064196','2021-01-19 16:50:15',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4892,'4000','111611064196','2021-01-19 16:50:15',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4893,'1100','111611064421','2021-01-19 16:56:16',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(4894,'4000','111611064421','2021-01-19 16:56:16',NULL,300.00,'','11','1','Good sold','1','571','sales','8','','No',NULL,NULL,''),(4895,'1000','111611064667','2021-01-19 16:58:23',160.00,NULL,'','11','1','Good sold','1','699','Payment','','','No',NULL,NULL,''),(4896,'4000','111611064667','2021-01-19 16:58:23',NULL,160.00,'','11','1','Good sold','1','699','sales','6','','No',NULL,NULL,''),(4897,'1000','111611064745','2021-01-19 16:59:35',300.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(4898,'4000','111611064745','2021-01-19 16:59:35',NULL,300.00,'','11','1','Good sold','1','597','sales','8','','No',NULL,NULL,''),(4899,'1100','111611064819','2021-01-19 17:00:51',600.00,NULL,'','11','1','Good sold','1','526','sales','','','No',NULL,NULL,''),(4900,'4000','111611064819','2021-01-19 17:00:51',NULL,600.00,'','11','1','Good sold','1','526','sales','8','','No',NULL,NULL,''),(4901,'1000','111611064923','2021-01-19 17:02:15',300.00,NULL,'','11','1','Good sold','1','1007','sales','','','No',NULL,NULL,''),(4902,'4000','111611064923','2021-01-19 17:02:15',NULL,300.00,'','11','1','Good sold','1','1007','sales','8','','No',NULL,NULL,''),(4903,'1100','111611064975','2021-01-19 17:03:13',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(4904,'4000','111611064975','2021-01-19 17:03:13',NULL,300.00,'','11','1','Good sold','1','821','sales','8','','No',NULL,NULL,''),(4905,'1100','111611065087','2021-01-19 17:05:24',300.00,NULL,'','11','1','Good sold','1','651','sales','','','No',NULL,NULL,''),(4906,'4000','111611065087','2021-01-19 17:05:24',NULL,300.00,'','11','1','Good sold','1','651','sales','8','','No',NULL,NULL,''),(4907,'1100','111611065173','2021-01-19 17:06:29',300.00,NULL,'','11','1','Good sold','1','990','sales','','','No',NULL,NULL,''),(4908,'4000','111611065173','2021-01-19 17:06:29',NULL,300.00,'','11','1','Good sold','1','990','sales','8','','No',NULL,NULL,''),(4909,'1000','111611065248','2021-01-19 17:07:48',300.00,NULL,'','11','1','Good sold','1','1008','sales','','','No',NULL,NULL,''),(4910,'4000','111611065248','2021-01-19 17:07:48',NULL,300.00,'','11','1','Good sold','1','1008','sales','8','','No',NULL,NULL,''),(4911,'1000','111611065323','2021-01-19 17:08:56',300.00,NULL,'','11','1','Good sold','1','524','Payment','','','No',NULL,NULL,''),(4912,'4000','111611065323','2021-01-19 17:08:56',NULL,300.00,'','11','1','Good sold','1','524','sales','8','','No',NULL,NULL,''),(4913,'1100','111611065394','2021-01-19 17:10:17',300.00,NULL,'','11','1','Good sold','1','1009','sales','','','No',NULL,NULL,''),(4914,'4000','111611065394','2021-01-19 17:10:17',NULL,300.00,'','11','1','Good sold','1','1009','sales','8','','No',NULL,NULL,''),(4915,'1000','111611065474','2021-01-19 17:11:32',300.00,NULL,'','11','1','Good sold','1','1010','sales','','','No',NULL,NULL,''),(4916,'4000','111611065474','2021-01-19 17:11:32',NULL,300.00,'','11','1','Good sold','1','1010','sales','8','','No',NULL,NULL,''),(4917,'1100','111611065543','2021-01-19 17:13:27',600.00,NULL,'','11','1','Good sold','1','806','sales','','','No',NULL,NULL,''),(4918,'4000','111611065543','2021-01-19 17:13:27',NULL,600.00,'','11','1','Good sold','1','806','sales','8','','No',NULL,NULL,''),(4919,'1100','111611065681','2021-01-19 17:15:03',900.00,NULL,'','11','1','Good sold','1','842','sales','','','No',NULL,NULL,''),(4920,'4000','111611065681','2021-01-19 17:15:03',NULL,900.00,'','11','1','Good sold','1','842','sales','8','','No',NULL,NULL,''),(4921,'1000','111611065760','2021-01-19 17:16:21',450.00,NULL,'','11','1','Good sold','1','1011','Payment','','','No',NULL,NULL,''),(4922,'4000','111611065760','2021-01-19 17:16:21',NULL,450.00,'','11','1','Good sold','1','1011','sales','5','','No',NULL,NULL,''),(4923,'1000','111611065866','2021-01-19 17:18:07',150.00,NULL,'','11','1','Good sold','1','593','Payment','','','No',NULL,NULL,''),(4924,'4000','111611065866','2021-01-19 17:18:07',NULL,150.00,'','11','1','Good sold','1','593','sales','7','','No',NULL,NULL,''),(4925,'1100','111611065943','2021-01-19 17:19:28',600.00,NULL,'','11','1','Good sold','1','1012','sales','','','No',NULL,NULL,''),(4926,'4000','111611065943','2021-01-19 17:19:28',NULL,600.00,'','11','1','Good sold','1','1012','sales','8','','No',NULL,NULL,''),(4927,'1000','111611066035','2021-01-19 17:20:45',300.00,NULL,'','11','1','Good sold','1','1013','sales','','','No',NULL,NULL,''),(4928,'4000','111611066035','2021-01-19 17:20:45',NULL,300.00,'','11','1','Good sold','1','1013','sales','8','','No',NULL,NULL,''),(4929,'1100','111611066148','2021-01-19 17:23:08',80.00,NULL,'','11','1','Good sold','1','1014','sales','','','No',NULL,NULL,''),(4930,'4000','111611066148','2021-01-19 17:23:08',NULL,80.00,'','11','1','Good sold','1','1014','sales','6','','No',NULL,NULL,''),(4931,'1100','111611066250','2021-01-19 17:24:58',300.00,NULL,'','11','1','Good sold','1','64','sales','','','No',NULL,NULL,''),(4932,'4000','111611066250','2021-01-19 17:24:58',NULL,300.00,'','11','1','Good sold','1','64','sales','8','','No',NULL,NULL,''),(4933,'1100','111611066375','2021-01-19 17:26:31',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(4934,'4000','111611066375','2021-01-19 17:26:31',NULL,300.00,'','11','1','Good sold','1','98','sales','8','','No',NULL,NULL,''),(4935,'1100','111611066458','2021-01-19 17:27:53',300.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(4936,'4000','111611066458','2021-01-19 17:27:53',NULL,300.00,'','11','1','Good sold','1','629','sales','8','','No',NULL,NULL,''),(4937,'1100','111611068727','2021-01-19 18:06:21',600.00,NULL,'','11','1','Good sold','1','1015','sales','','','No',NULL,NULL,''),(4938,'4000','111611068727','2021-01-19 18:06:21',NULL,600.00,'','11','1','Good sold','1','1015','sales','8','','No',NULL,NULL,''),(4939,'1100','111611068865','2021-01-19 18:09:26',450.00,NULL,'','11','1','Good sold','1','1016','sales','','','No',NULL,NULL,''),(4940,'4000','111611068865','2021-01-19 18:09:26',NULL,150.00,'','11','1','Good sold','1','1016','sales','7','','No',NULL,NULL,''),(4941,'4000','111611068865','2021-01-19 18:09:26',NULL,300.00,'','11','1','Good sold','1','1016','sales','8','','No',NULL,NULL,''),(4942,'1100','111611069035','2021-01-19 18:10:51',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(4943,'4000','111611069035','2021-01-19 18:10:51',NULL,300.00,'','11','1','Good sold','1','155','sales','8','','No',NULL,NULL,''),(4944,'1000','111611069127','2021-01-19 18:12:32',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4945,'4000','111611069127','2021-01-19 18:12:32',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4946,'1100','111611069272','2021-01-19 18:14:42',300.00,NULL,'','11','1','Good sold','1','1017','sales','','','No',NULL,NULL,''),(4947,'4000','111611069272','2021-01-19 18:14:42',NULL,300.00,'','11','1','Good sold','1','1017','sales','8','','No',NULL,NULL,''),(4948,'1100','111611070523','2021-01-19 18:35:33',300.00,NULL,'','11','1','Good sold','1','1018','sales','','','No',NULL,NULL,''),(4949,'4000','111611070523','2021-01-19 18:35:33',NULL,300.00,'','11','1','Good sold','1','1018','sales','8','','No',NULL,NULL,''),(4950,'1100','111611122039','2021-01-20 08:54:25',300.00,NULL,'','11','1','Good sold','1','1019','sales','','','No',NULL,NULL,''),(4951,'4000','111611122039','2021-01-20 08:54:25',NULL,300.00,'','11','1','Good sold','1','1019','sales','8','','No',NULL,NULL,''),(4952,'1100','111611122347','2021-01-20 08:59:27',300.00,NULL,'','11','1','Good sold','1','908','sales','','','No',NULL,NULL,''),(4953,'4000','111611122347','2021-01-20 08:59:27',NULL,300.00,'','11','1','Good sold','1','908','sales','8','','No',NULL,NULL,''),(4954,'1100','111611122645','2021-01-20 09:05:54',300.00,NULL,'','11','1','Good sold','1','1018','sales','','','No',NULL,NULL,''),(4955,'4000','111611122645','2021-01-20 09:05:54',NULL,300.00,'','11','1','Good sold','1','1018','sales','8','','No',NULL,NULL,''),(4956,'1000','111611122815','2021-01-20 09:14:30',350.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(4957,'4000','111611122815','2021-01-20 09:14:30',NULL,350.00,'','11','1','Good sold','1','835','sales','9','','No',NULL,NULL,''),(4958,'1000','111611123363','2021-01-20 09:16:19',300.00,NULL,'','11','1','Good sold','1','63','Payment','','','No',NULL,NULL,''),(4959,'4000','111611123363','2021-01-20 09:16:19',NULL,300.00,'','11','1','Good sold','1','63','sales','8','','No',NULL,NULL,''),(4960,'1100','111611123413','2021-01-20 09:19:12',2400.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(4961,'4000','111611123413','2021-01-20 09:19:12',NULL,900.00,'','11','1','Good sold','1','509','sales','5','','No',NULL,NULL,''),(4962,'4000','111611123413','2021-01-20 09:19:12',NULL,1500.00,'','11','1','Good sold','1','509','sales','8','','No',NULL,NULL,''),(4963,'1100','111611123615','2021-01-20 09:20:37',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(4964,'4000','111611123615','2021-01-20 09:20:37',NULL,300.00,'','11','1','Good sold','1','573','sales','8','','No',NULL,NULL,''),(4965,'1000','111611123717','2021-01-20 09:22:17',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4966,'4000','111611123717','2021-01-20 09:22:17',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4967,'1000','111611123774','2021-01-20 09:23:15',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4968,'4000','111611123774','2021-01-20 09:23:15',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4969,'1100','111611124016','2021-01-20 09:27:10',150.00,NULL,'','11','1','Good sold','1','1020','sales','','','No',NULL,NULL,''),(4970,'4000','111611124016','2021-01-20 09:27:10',NULL,150.00,'','11','1','Good sold','1','1020','sales','7','','No',NULL,NULL,''),(4971,'1100','111611155604','2021-01-20 18:13:56',160.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(4972,'4000','111611155604','2021-01-20 18:13:56',NULL,160.00,'','11','1','Good sold','1','53','sales','6','','No',NULL,NULL,''),(4973,'1000','111611155911','2021-01-20 18:19:03',320.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(4974,'4000','111611155911','2021-01-20 18:19:03',NULL,320.00,'','11','1','Good sold','1','849','sales','6','','No',NULL,NULL,''),(4975,'1100','111611156077','2021-01-20 18:21:33',300.00,NULL,'','11','1','Good sold','1','559','sales','','','No',NULL,NULL,''),(4976,'4000','111611156077','2021-01-20 18:21:33',NULL,300.00,'','11','1','Good sold','1','559','sales','8','','No',NULL,NULL,''),(4977,'1100','111611156367','2021-01-20 18:31:13',1200.00,NULL,'','11','1','Good sold','1','634','sales','','','No',NULL,NULL,''),(4978,'4000','111611156367','2021-01-20 18:31:13',NULL,1200.00,'','11','1','Good sold','1','634','sales','8','','No',NULL,NULL,''),(4979,'1100','111611156725','2021-01-20 18:32:21',150.00,NULL,'','11','1','Good sold','1','1021','sales','','','No',NULL,NULL,''),(4980,'4000','111611156725','2021-01-20 18:32:21',NULL,150.00,'','11','1','Good sold','1','1021','sales','7','','No',NULL,NULL,''),(4981,'1100','111611156798','2021-01-20 18:33:33',150.00,NULL,'','11','1','Good sold','1','528','sales','','','No',NULL,NULL,''),(4982,'4000','111611156798','2021-01-20 18:33:33',NULL,150.00,'','11','1','Good sold','1','528','sales','7','','No',NULL,NULL,''),(4983,'1100','111611156866','2021-01-20 18:34:43',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(4984,'4000','111611156866','2021-01-20 18:34:43',NULL,600.00,'','11','1','Good sold','1','549','sales','8','','No',NULL,NULL,''),(4985,'1100','111611156930','2021-01-20 18:35:51',300.00,NULL,'','11','1','Good sold','1','749','sales','','','No',NULL,NULL,''),(4986,'4000','111611156930','2021-01-20 18:35:51',NULL,300.00,'','11','1','Good sold','1','749','sales','8','','No',NULL,NULL,''),(4987,'1100','111611156992','2021-01-20 18:37:06',1050.00,NULL,'','11','1','Good sold','1','1022','sales','','','No',NULL,NULL,''),(4988,'4000','111611156992','2021-01-20 18:37:06',NULL,150.00,'','11','1','Good sold','1','1022','sales','7','','No',NULL,NULL,''),(4989,'4000','111611156992','2021-01-20 18:37:06',NULL,900.00,'','11','1','Good sold','1','1022','sales','8','','No',NULL,NULL,''),(4990,'1000','111611157112','2021-01-20 18:38:59',300.00,NULL,'','11','1','Good sold','1','1023','sales','','','No',NULL,NULL,''),(4991,'4000','111611157112','2021-01-20 18:38:59',NULL,300.00,'','11','1','Good sold','1','1023','sales','8','','No',NULL,NULL,''),(4992,'1100','111611157250','2021-01-20 18:40:59',300.00,NULL,'','11','1','Good sold','1','1024','sales','','','No',NULL,NULL,''),(4993,'4000','111611157250','2021-01-20 18:40:59',NULL,300.00,'','11','1','Good sold','1','1024','sales','8','','No',NULL,NULL,''),(4994,'1000','111611157497','2021-01-20 18:47:48',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4995,'4000','111611157497','2021-01-20 18:47:48',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4996,'1100','111611158273','2021-01-20 18:58:10',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(4997,'4000','111611158273','2021-01-20 18:58:10',NULL,300.00,'','11','1','Good sold','1','574','sales','8','','No',NULL,NULL,''),(4998,'1100','111611158341','2021-01-20 18:59:20',600.00,NULL,'','11','1','Good sold','1','49','sales','','','No',NULL,NULL,''),(4999,'4000','111611158341','2021-01-20 18:59:20',NULL,600.00,'','11','1','Good sold','1','49','sales','8','','No',NULL,NULL,''),(5000,'1100','111611158453','2021-01-20 19:01:05',300.00,NULL,'','11','1','Good sold','1','1025','sales','','','No',NULL,NULL,''),(5001,'4000','111611158453','2021-01-20 19:01:05',NULL,300.00,'','11','1','Good sold','1','1025','sales','8','','No',NULL,NULL,''),(5002,'1100','111611158668','2021-01-20 19:04:40',300.00,NULL,'','11','1','Good sold','1','1026','sales','','','No',NULL,NULL,''),(5003,'4000','111611158668','2021-01-20 19:04:40',NULL,300.00,'','11','1','Good sold','1','1026','sales','8','','No',NULL,NULL,''),(5004,'1000','111611159022','2021-01-20 19:11:29',120.00,NULL,'','11','1','Good sold','1','1027','sales','','','No',NULL,NULL,''),(5005,'4000','111611159022','2021-01-20 19:11:29',NULL,120.00,'','11','1','Good sold','1','1027','sales','3','','No',NULL,NULL,''),(5006,'1100','111611159135','2021-01-20 19:12:30',300.00,NULL,'','11','1','Good sold','1','881','sales','','','No',NULL,NULL,''),(5007,'4000','111611159135','2021-01-20 19:12:30',NULL,300.00,'','11','1','Good sold','1','881','sales','8','','No',NULL,NULL,''),(5008,'1000','111611159246','2021-01-20 19:14:21',300.00,NULL,'','11','1','Good sold','1','1028','sales','','','No',NULL,NULL,''),(5009,'4000','111611159246','2021-01-20 19:14:21',NULL,300.00,'','11','1','Good sold','1','1028','sales','8','','No',NULL,NULL,''),(5010,'1100','111611159314','2021-01-20 19:15:29',300.00,NULL,'','11','1','Good sold','1','1026','sales','','','No',NULL,NULL,''),(5011,'4000','111611159314','2021-01-20 19:15:29',NULL,300.00,'','11','1','Good sold','1','1026','sales','8','','No',NULL,NULL,''),(5012,'1100','111611160092','2021-01-20 19:28:58',600.00,NULL,'','11','1','Good sold','1','1029','sales','','','No',NULL,NULL,''),(5013,'4000','111611160092','2021-01-20 19:28:58',NULL,600.00,'','11','1','Good sold','1','1029','sales','8','','No',NULL,NULL,''),(5014,'1000','111611207126','2021-01-21 08:32:24',300.00,NULL,'','11','1','Good sold','1','1030','sales','','','No',NULL,NULL,''),(5015,'4000','111611207126','2021-01-21 08:32:24',NULL,300.00,'','11','1','Good sold','1','1030','sales','8','','No',NULL,NULL,''),(5016,'1000','111611207498','2021-01-21 08:38:39',80.00,NULL,'','11','1','Good sold','1','1031','sales','','','No',NULL,NULL,''),(5017,'4000','111611207498','2021-01-21 08:38:39',NULL,80.00,'','11','1','Good sold','1','1031','sales','6','','No',NULL,NULL,''),(5018,'1000','111611207596','2021-01-21 08:40:28',250.00,NULL,'','11','1','Good sold','1','1032','sales','','','No',NULL,NULL,''),(5019,'4000','111611207596','2021-01-21 08:40:28',NULL,250.00,'','11','1','Good sold','1','1032','sales','4','','No',NULL,NULL,''),(5020,'1000','111611207673','2021-01-21 08:41:25',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(5021,'4000','111611207673','2021-01-21 08:41:25',NULL,300.00,'','11','1','Good sold','1','770','sales','8','','No',NULL,NULL,''),(5022,'1000','111611207744','2021-01-21 08:42:44',300.00,NULL,'','11','1','Good sold','1','1033','sales','','','No',NULL,NULL,''),(5023,'4000','111611207744','2021-01-21 08:42:44',NULL,300.00,'','11','1','Good sold','1','1033','sales','8','','No',NULL,NULL,''),(5024,'1000','111611207813','2021-01-21 08:44:15',250.00,NULL,'','11','1','Good sold','1','665','sales','','','No',NULL,NULL,''),(5025,'4000','111611207813','2021-01-21 08:44:15',NULL,250.00,'','11','1','Good sold','1','665','sales','4','','No',NULL,NULL,''),(5026,'1100','111611207899','2021-01-21 08:45:25',300.00,NULL,'','11','1','Good sold','1','767','sales','','','No',NULL,NULL,''),(5027,'4000','111611207899','2021-01-21 08:45:25',NULL,300.00,'','11','1','Good sold','1','767','sales','8','','No',NULL,NULL,''),(5028,'1000','111611207974','2021-01-21 08:46:31',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5029,'4000','111611207974','2021-01-21 08:46:31',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5030,'1100','111611208010','2021-01-21 08:47:01',300.00,NULL,'','11','1','Good sold','1','581','sales','','','No',NULL,NULL,''),(5031,'4000','111611208010','2021-01-21 08:47:01',NULL,300.00,'','11','1','Good sold','1','581','sales','8','','No',NULL,NULL,''),(5032,'1100','111611208088','2021-01-21 08:48:35',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(5033,'4000','111611208088','2021-01-21 08:48:35',NULL,600.00,'','11','1','Good sold','1','537','sales','8','','No',NULL,NULL,''),(5034,'1100','111611208170','2021-01-21 09:14:31',600.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(5035,'4000','111611208170','2021-01-21 09:14:31',NULL,600.00,'','11','1','Good sold','1','114','sales','8','','No',NULL,NULL,''),(5036,'1000','111611209859','2021-01-21 09:18:00',1800.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(5037,'4000','111611209859','2021-01-21 09:18:00',NULL,1800.00,'','11','1','Good sold','1','629','sales','8','','No',NULL,NULL,''),(5038,'1000','111611209933','2021-01-21 10:06:37',300.00,NULL,'','11','1','Good sold','1','873','sales','','','No',NULL,NULL,''),(5039,'4000','111611209933','2021-01-21 10:06:37',NULL,300.00,'','11','1','Good sold','1','873','sales','8','','No',NULL,NULL,''),(5040,'1100','111611216430','2021-01-21 11:07:23',300.00,NULL,'','11','1','Good sold','1','1034','sales','','','No',NULL,NULL,''),(5041,'4000','111611216430','2021-01-21 11:07:23',NULL,300.00,'','11','1','Good sold','1','1034','sales','8','','No',NULL,NULL,''),(5042,'1000','111611216629','2021-01-21 11:11:26',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5043,'4000','111611216629','2021-01-21 11:11:26',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5044,'1000','111611302498','2021-01-22 11:01:54',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(5045,'4000','111611302498','2021-01-22 11:01:54',NULL,300.00,'','11','1','Good sold','1','890','sales','8','','No',NULL,NULL,''),(5046,'1100','111611302567','2021-01-22 11:03:01',600.00,NULL,'','11','1','Good sold','1','771','sales','','','No',NULL,NULL,''),(5047,'4000','111611302567','2021-01-22 11:03:01',NULL,600.00,'','11','1','Good sold','1','771','sales','8','','No',NULL,NULL,''),(5048,'1100','111611302648','2021-01-22 11:04:19',300.00,NULL,'','11','1','Good sold','1','1035','sales','','','No',NULL,NULL,''),(5049,'4000','111611302648','2021-01-22 11:04:19',NULL,300.00,'','11','1','Good sold','1','1035','sales','8','','No',NULL,NULL,''),(5050,'1100','111611302882','2021-01-22 11:10:12',300.00,NULL,'','11','1','Good sold','1','712','sales','','','No',NULL,NULL,''),(5051,'4000','111611302882','2021-01-22 11:10:12',NULL,300.00,'','11','1','Good sold','1','712','sales','8','','No',NULL,NULL,''),(5052,'1000','111611303078','2021-01-22 11:12:20',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5053,'4000','111611303078','2021-01-22 11:12:20',NULL,20.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(5054,'1100','111611303166','2021-01-22 11:13:09',600.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(5055,'4000','111611303166','2021-01-22 11:13:09',NULL,600.00,'','11','1','Good sold','1','789','sales','8','','No',NULL,NULL,''),(5056,'1100','111611303385','2021-01-22 11:23:19',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(5057,'4000','111611303385','2021-01-22 11:23:19',NULL,300.00,'','11','1','Good sold','1','536','sales','8','','No',NULL,NULL,''),(5058,'1100','111611303924','2021-01-22 11:25:36',300.00,NULL,'','11','1','Good sold','1','1036','sales','','','No',NULL,NULL,''),(5059,'4000','111611303924','2021-01-22 11:25:36',NULL,300.00,'','11','1','Good sold','1','1036','sales','8','','No',NULL,NULL,''),(5060,'1100','111611304035','2021-01-22 11:30:02',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(5061,'4000','111611304035','2021-01-22 11:30:02',NULL,300.00,'','11','1','Good sold','1','646','sales','8','','No',NULL,NULL,''),(5062,'1000','111611304256','2021-01-22 11:34:54',300.00,NULL,'','11','1','Good sold','1','1037','Payment','','','No',NULL,NULL,''),(5063,'4000','111611304256','2021-01-22 11:34:54',NULL,300.00,'','11','1','Good sold','1','1037','sales','8','','No',NULL,NULL,''),(5064,'1100','111611304941','2021-01-22 11:42:35',300.00,NULL,'','11','1','Good sold','1','904','sales','','','No',NULL,NULL,''),(5065,'4000','111611304941','2021-01-22 11:42:35',NULL,300.00,'','11','1','Good sold','1','904','sales','8','','No',NULL,NULL,''),(5066,'1000','111611305051','2021-01-22 11:50:33',300.00,NULL,'','11','1','Good sold','1','626','sales','','','No',NULL,NULL,''),(5067,'4000','111611305051','2021-01-22 11:50:33',NULL,300.00,'','11','1','Good sold','1','626','sales','8','','No',NULL,NULL,''),(5068,'1000','111611305485','2021-01-22 11:51:34',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5069,'4000','111611305485','2021-01-22 11:51:34',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5070,'1100','111611305523','2021-01-22 11:52:31',150.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(5071,'4000','111611305523','2021-01-22 11:52:31',NULL,150.00,'','11','1','Good sold','1','508','sales','7','','No',NULL,NULL,''),(5072,'1100','111611305614','2021-01-22 11:53:47',300.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(5073,'4000','111611305614','2021-01-22 11:53:47',NULL,300.00,'','11','1','Good sold','1','668','sales','8','','No',NULL,NULL,''),(5074,'1100','111611305700','2021-01-22 11:55:28',150.00,NULL,'','11','1','Good sold','1','615','sales','','','No',NULL,NULL,''),(5075,'4000','111611305700','2021-01-22 11:55:28',NULL,150.00,'','11','1','Good sold','1','615','sales','7','','No',NULL,NULL,''),(5076,'1000','111611305812','2021-01-22 12:05:39',300.00,NULL,'','11','1','Good sold','1','934','Payment','','','No',NULL,NULL,''),(5077,'4000','111611305812','2021-01-22 12:05:39',NULL,300.00,'','11','1','Good sold','1','934','sales','8','','No',NULL,NULL,''),(5078,'1000','111611306423','2021-01-22 12:07:42',300.00,NULL,'','11','1','Good sold','1','1038','Payment','','','No',NULL,NULL,''),(5079,'4000','111611306423','2021-01-22 12:07:42',NULL,300.00,'','11','1','Good sold','1','1038','sales','7','','No',NULL,NULL,''),(5080,'1100','111611306979','2021-01-22 12:17:03',200.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(5081,'4000','111611306979','2021-01-22 12:17:03',NULL,120.00,'','11','1','Good sold','1','550','sales','3','','No',NULL,NULL,''),(5082,'4000','111611306979','2021-01-22 12:17:03',NULL,80.00,'','11','1','Good sold','1','550','sales','6','','No',NULL,NULL,''),(5083,'1100','111611307182','2021-01-22 12:19:52',80.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(5084,'4000','111611307182','2021-01-22 12:19:52',NULL,80.00,'','11','1','Good sold','1','550','sales','6','','No',NULL,NULL,''),(5085,'1100','111611309627','2021-01-22 13:00:46',300.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(5086,'4000','111611309627','2021-01-22 13:00:46',NULL,300.00,'','11','1','Good sold','1','550','sales','8','','No',NULL,NULL,''),(5087,'1100','111611309791','2021-01-22 13:03:58',600.00,NULL,'','11','1','Good sold','1','1039','sales','','','No',NULL,NULL,''),(5088,'4000','111611309791','2021-01-22 13:03:58',NULL,600.00,'','11','1','Good sold','1','1039','sales','8','','No',NULL,NULL,''),(5089,'1100','111611310044','2021-01-22 13:07:35',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(5090,'4000','111611310044','2021-01-22 13:07:35',NULL,300.00,'','11','1','Good sold','1','689','sales','8','','No',NULL,NULL,''),(5091,'1000','111611310664','2021-01-22 13:17:59',150.00,NULL,'','11','1','Good sold','1','1040','sales','','','No',NULL,NULL,''),(5092,'4000','111611310664','2021-01-22 13:17:59',NULL,150.00,'','11','1','Good sold','1','1040','sales','7','','No',NULL,NULL,''),(5093,'1000','111611310724','2021-01-22 13:19:05',600.00,NULL,'','11','1','Good sold','1','1041','sales','','','No',NULL,NULL,''),(5094,'4000','111611310724','2021-01-22 13:19:05',NULL,600.00,'','11','1','Good sold','1','1041','sales','8','','No',NULL,NULL,''),(5095,'1100','111611310781','2021-01-22 13:20:43',600.00,NULL,'','11','1','Good sold','1','695','sales','','','No',NULL,NULL,''),(5096,'4000','111611310781','2021-01-22 13:20:43',NULL,600.00,'','11','1','Good sold','1','695','sales','8','','No',NULL,NULL,''),(5097,'1100','111611310887','2021-01-22 13:21:40',600.00,NULL,'','11','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(5098,'4000','111611310887','2021-01-22 13:21:40',NULL,600.00,'','11','1','Good sold','1','386','sales','8','','No',NULL,NULL,''),(5099,'1100','111611311153','2021-01-22 13:27:08',300.00,NULL,'','11','1','Good sold','1','1042','sales','','','No',NULL,NULL,''),(5100,'4000','111611311153','2021-01-22 13:27:08',NULL,300.00,'','11','1','Good sold','1','1042','sales','8','','No',NULL,NULL,''),(5101,'1000','111611311288','2021-01-22 13:41:17',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5102,'4000','111611311288','2021-01-22 13:41:17',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5103,'1100','111611312191','2021-01-22 13:43:26',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(5104,'4000','111611312191','2021-01-22 13:43:26',NULL,300.00,'','11','1','Good sold','1','554','sales','7','','No',NULL,NULL,''),(5105,'1000','111611312290','2021-01-22 13:46:40',120.00,NULL,'','11','1','Good sold','1','942','sales','','','No',NULL,NULL,''),(5106,'4000','111611312290','2021-01-22 13:46:40',NULL,120.00,'','11','1','Good sold','1','942','sales','3','','No',NULL,NULL,''),(5107,'1000','111611312505','2021-01-22 13:49:27',1600.00,NULL,'','11','1','Good sold','1','1043','sales','','','No',NULL,NULL,''),(5108,'4000','111611312505','2021-01-22 13:49:27',NULL,900.00,'','11','1','Good sold','1','1043','sales','5','','No',NULL,NULL,''),(5109,'4000','111611312505','2021-01-22 13:49:27',NULL,350.00,'','11','1','Good sold','1','1043','sales','9','','No',NULL,NULL,''),(5110,'4000','111611312505','2021-01-22 13:49:27',NULL,350.00,'','11','1','Good sold','1','1043','sales','10','','No',NULL,NULL,''),(5111,'1100','111611312660','2021-01-22 13:51:17',300.00,NULL,'','11','1','Good sold','1','715','sales','','','No',NULL,NULL,''),(5112,'4000','111611312660','2021-01-22 13:51:17',NULL,300.00,'','11','1','Good sold','1','715','sales','8','','No',NULL,NULL,''),(5113,'1000','111611312761','2021-01-22 13:53:10',250.00,NULL,'','11','1','Good sold','1','974','sales','','','No',NULL,NULL,''),(5114,'4000','111611312761','2021-01-22 13:53:10',NULL,250.00,'','11','1','Good sold','1','974','sales','4','','No',NULL,NULL,''),(5115,'1000','111611312839','2021-01-22 13:54:41',300.00,NULL,'','11','1','Good sold','1','1044','sales','','','No',NULL,NULL,''),(5116,'4000','111611312839','2021-01-22 13:54:41',NULL,300.00,'','11','1','Good sold','1','1044','sales','8','','No',NULL,NULL,''),(5117,'1100','111611312959','2021-01-22 13:56:14',1200.00,NULL,'','11','1','Good sold','1','949','sales','','','No',NULL,NULL,''),(5118,'4000','111611312959','2021-01-22 13:56:14',NULL,1200.00,'','11','1','Good sold','1','949','sales','8','','No',NULL,NULL,''),(5119,'1000','111611313073','2021-01-22 13:58:18',300.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(5120,'4000','111611313073','2021-01-22 13:58:18',NULL,300.00,'','11','1','Good sold','1','929','sales','8','','No',NULL,NULL,''),(5121,'1000','111611313456','2021-01-22 14:04:37',300.00,NULL,'','11','1','Good sold','1','427','sales','','','No',NULL,NULL,''),(5122,'4000','111611313456','2021-01-22 14:04:37',NULL,300.00,'','11','1','Good sold','1','427','sales','8','','No',NULL,NULL,''),(5123,'1100','111611313583','2021-01-22 14:06:36',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(5124,'4000','111611313583','2021-01-22 14:06:36',NULL,300.00,'','11','1','Good sold','1','635','sales','8','','No',NULL,NULL,''),(5125,'1100','111611313794','2021-01-22 14:55:39',300.00,NULL,'','11','1','Good sold','1','852','sales','','','No',NULL,NULL,''),(5126,'4000','111611313794','2021-01-22 14:55:39',NULL,300.00,'','11','1','Good sold','1','852','sales','8','','No',NULL,NULL,''),(5127,'1000','111611316822','2021-01-22 15:00:45',150.00,NULL,'','11','1','Good sold','1','1045','sales','','','No',NULL,NULL,''),(5128,'4000','111611316822','2021-01-22 15:00:45',NULL,150.00,'','11','1','Good sold','1','1045','sales','2','','No',NULL,NULL,''),(5129,'1000','111611317230','2021-01-22 15:07:20',300.00,NULL,'','11','1','Good sold','1','954','sales','','','No',NULL,NULL,''),(5130,'4000','111611317230','2021-01-22 15:07:20',NULL,300.00,'','11','1','Good sold','1','954','sales','8','','No',NULL,NULL,''),(5131,'1000','111611318777','2021-01-22 15:33:09',300.00,NULL,'','11','1','Good sold','1','1046','sales','','','No',NULL,NULL,''),(5132,'4000','111611318777','2021-01-22 15:33:09',NULL,300.00,'','11','1','Good sold','1','1046','sales','8','','No',NULL,NULL,''),(5133,'1100','111611320561','2021-01-22 16:02:55',600.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(5134,'4000','111611320561','2021-01-22 16:02:55',NULL,600.00,'','11','1','Good sold','1','598','sales','8','','No',NULL,NULL,''),(5135,'1100','111611320625','2021-01-22 16:05:30',900.00,NULL,'','11','1','Good sold','1','664','sales','','','No',NULL,NULL,''),(5136,'4000','111611320625','2021-01-22 16:05:30',NULL,900.00,'','11','1','Good sold','1','664','sales','8','','No',NULL,NULL,''),(5137,'1000','111611322174','2021-01-22 16:29:54',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5138,'4000','111611322174','2021-01-22 16:29:54',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5139,'1100','111611324863','2021-01-22 17:14:42',900.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(5140,'4000','111611324863','2021-01-22 17:14:42',NULL,900.00,'','11','1','Good sold','1','75','sales','8','','No',NULL,NULL,''),(5141,'1000','111611325504','2021-01-22 17:25:27',300.00,NULL,'','11','1','Good sold','1','1042','sales','','','No',NULL,NULL,''),(5142,'4000','111611325504','2021-01-22 17:25:27',NULL,300.00,'','11','1','Good sold','1','1042','sales','8','','No',NULL,NULL,''),(5143,'1100','111611325585','2021-01-22 17:26:35',300.00,NULL,'','11','1','Good sold','1','1047','sales','','','No',NULL,NULL,''),(5144,'4000','111611325585','2021-01-22 17:26:35',NULL,300.00,'','11','1','Good sold','1','1047','sales','8','','No',NULL,NULL,''),(5145,'1100','111611325640','2021-01-22 17:27:39',150.00,NULL,'','11','1','Good sold','1','844','sales','','','No',NULL,NULL,''),(5146,'4000','111611325640','2021-01-22 17:27:39',NULL,150.00,'','11','1','Good sold','1','844','sales','7','','No',NULL,NULL,''),(5147,'1100','111611325712','2021-01-22 17:28:41',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(5148,'4000','111611325712','2021-01-22 17:28:41',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(5149,'1100','111611325712','2021-01-22 17:28:41',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(5150,'4000','111611325712','2021-01-22 17:28:41',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(5151,'4000','111611325712','2021-01-22 17:28:41',NULL,300.00,'','11','1','Good sold','1','119','sales','8','','No',NULL,NULL,''),(5152,'1000','111611325878','2021-01-22 17:31:37',500.00,NULL,'','11','1','Good sold','1','1048','sales','','','No',NULL,NULL,''),(5153,'4000','111611325878','2021-01-22 17:31:37',NULL,500.00,'','11','1','Good sold','1','1048','sales','4','','No',NULL,NULL,''),(5154,'1000','111611325946','2021-01-22 17:32:43',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(5155,'4000','111611325946','2021-01-22 17:32:43',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5156,'1000','111611325994','2021-01-22 17:33:26',450.00,NULL,'','11','1','Good sold','1','1049','sales','','','No',NULL,NULL,''),(5157,'4000','111611325994','2021-01-22 17:33:26',NULL,450.00,'','11','1','Good sold','1','1049','sales','5','','No',NULL,NULL,''),(5158,'1100','111611326065','2021-01-22 17:34:42',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(5159,'4000','111611326065','2021-01-22 17:34:42',NULL,300.00,'','11','1','Good sold','1','721','sales','8','','No',NULL,NULL,''),(5160,'1000','111611326148','2021-01-22 17:41:26',300.00,NULL,'','11','1','Good sold','1','1050','sales','','','No',NULL,NULL,''),(5161,'4000','111611326148','2021-01-22 17:41:26',NULL,300.00,'','11','1','Good sold','1','1050','sales','8','','No',NULL,NULL,''),(5162,'1100','111611326616','2021-01-22 17:46:39',300.00,NULL,'','11','1','Good sold','1','1051','sales','','','No',NULL,NULL,''),(5163,'4000','111611326616','2021-01-22 17:46:39',NULL,300.00,'','11','1','Good sold','1','1051','sales','8','','No',NULL,NULL,''),(5164,'1000','111611326862','2021-01-22 17:48:06',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5165,'4000','111611326862','2021-01-22 17:48:06',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5166,'1100','111611326975','2021-01-22 17:49:59',150.00,NULL,'','11','1','Good sold','1','1052','sales','','','No',NULL,NULL,''),(5167,'4000','111611326975','2021-01-22 17:49:59',NULL,150.00,'','11','1','Good sold','1','1052','sales','7','','No',NULL,NULL,''),(5168,'1000','111611327637','2021-01-22 18:00:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5169,'4000','111611327637','2021-01-22 18:00:46',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5170,'1100','111611327691','2021-01-22 18:02:25',900.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(5171,'4000','111611327691','2021-01-22 18:02:25',NULL,900.00,'','11','1','Good sold','1','385','sales','8','','No',NULL,NULL,''),(5172,'1000','111611328134','2021-01-22 18:15:31',300.00,NULL,'','11','1','Good sold','1','1053','Payment','','','No',NULL,NULL,''),(5173,'4000','111611328134','2021-01-22 18:15:31',NULL,300.00,'','11','1','Good sold','1','1053','sales','8','','No',NULL,NULL,''),(5174,'1000','111611328588','2021-01-22 18:16:43',300.00,NULL,'','11','1','Good sold','1','1033','sales','','','No',NULL,NULL,''),(5175,'4000','111611328588','2021-01-22 18:16:43',NULL,300.00,'','11','1','Good sold','1','1033','sales','8','','No',NULL,NULL,''),(5176,'1000','111611328646','2021-01-22 18:17:40',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5177,'4000','111611328646','2021-01-22 18:17:40',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5178,'1000','111611328677','2021-01-22 18:18:10',300.00,NULL,'','11','1','Good sold','1','1054','sales','','','No',NULL,NULL,''),(5179,'4000','111611328677','2021-01-22 18:18:10',NULL,300.00,'','11','1','Good sold','1','1054','sales','8','','No',NULL,NULL,''),(5180,'1000','111611328748','2021-01-22 18:19:18',300.00,NULL,'','11','1','Good sold','1','556','sales','','','No',NULL,NULL,''),(5181,'4000','111611328748','2021-01-22 18:19:18',NULL,300.00,'','11','1','Good sold','1','556','sales','8','','No',NULL,NULL,''),(5182,'1100','111611329631','2021-01-22 18:34:11',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(5183,'4000','111611329631','2021-01-22 18:34:11',NULL,450.00,'','11','1','Good sold','1','590','sales','7','','No',NULL,NULL,''),(5184,'1100','111611330106','2021-01-22 18:42:00',300.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(5185,'4000','111611330106','2021-01-22 18:42:00',NULL,300.00,'','11','1','Good sold','1','782','sales','7','','No',NULL,NULL,''),(5186,'1100','111611330175','2021-01-22 18:43:06',300.00,NULL,'','11','1','Good sold','1','731','sales','','','No',NULL,NULL,''),(5187,'4000','111611330175','2021-01-22 18:43:06',NULL,300.00,'','11','1','Good sold','1','731','sales','8','','No',NULL,NULL,''),(5188,'1100','111611331970','2021-01-22 19:13:05',300.00,NULL,'','11','1','Good sold','1','756','sales','','','No',NULL,NULL,''),(5189,'4000','111611331970','2021-01-22 19:13:05',NULL,300.00,'','11','1','Good sold','1','756','sales','8','','No',NULL,NULL,''),(5190,'1100','111611332422','2021-01-22 19:20:31',300.00,NULL,'','11','1','Good sold','1','883','sales','','','No',NULL,NULL,''),(5191,'4000','111611332422','2021-01-22 19:20:31',NULL,300.00,'','11','1','Good sold','1','883','sales','8','','No',NULL,NULL,''),(5192,'1000','111611332509','2021-01-22 19:21:59',300.00,NULL,'','11','1','Good sold','1','747','Payment','','','No',NULL,NULL,''),(5193,'4000','111611332509','2021-01-22 19:21:59',NULL,300.00,'','11','1','Good sold','1','747','sales','8','','No',NULL,NULL,''),(5194,'1100','111611333858','2021-01-22 19:44:30',300.00,NULL,'','11','1','Good sold','1','724','sales','','','No',NULL,NULL,''),(5195,'4000','111611333858','2021-01-22 19:44:30',NULL,300.00,'','11','1','Good sold','1','724','sales','8','','No',NULL,NULL,''),(5196,'1000','111611333958','2021-01-22 19:46:06',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5197,'4000','111611333958','2021-01-22 19:46:06',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5198,'1000','111611334947','2021-01-22 20:04:13',120.00,NULL,'','11','1','Good sold','1','1055','sales','','','No',NULL,NULL,''),(5199,'4000','111611334947','2021-01-22 20:04:13',NULL,120.00,'','11','1','Good sold','1','1055','sales','3','','No',NULL,NULL,''),(5200,'1000','111611335889','2021-01-22 20:18:21',300.00,NULL,'','11','1','Good sold','1','810','sales','','','No',NULL,NULL,''),(5201,'4000','111611335889','2021-01-22 20:18:21',NULL,300.00,'','11','1','Good sold','1','810','sales','8','','No',NULL,NULL,''),(5202,'1000','111611379637','2021-01-23 08:28:09',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5203,'4000','111611379637','2021-01-23 08:28:09',NULL,900.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5204,'1100','111611380846','2021-01-23 08:47:44',300.00,NULL,'','11','1','Good sold','1','1022','sales','','','No',NULL,NULL,''),(5205,'4000','111611380846','2021-01-23 08:47:44',NULL,300.00,'','11','1','Good sold','1','1022','sales','8','','No',NULL,NULL,''),(5206,'1000','111611381172','2021-01-23 08:53:11',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5207,'4000','111611381172','2021-01-23 08:53:11',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5208,'1100','111611385212','2021-01-23 10:00:34',1050.00,NULL,'','11','1','Good sold','1','945','sales','','','No',NULL,NULL,''),(5209,'4000','111611385212','2021-01-23 10:00:34',NULL,1050.00,'','11','1','Good sold','1','945','sales','9','','No',NULL,NULL,''),(5210,'1100','111611385347','2021-01-23 10:03:03',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(5211,'4000','111611385347','2021-01-23 10:03:03',NULL,150.00,'','11','1','Good sold','1','608','sales','7','','No',NULL,NULL,''),(5212,'1100','111611385968','2021-01-23 10:13:04',900.00,NULL,'','11','1','Good sold','1','886','sales','','','No',NULL,NULL,''),(5213,'4000','111611385968','2021-01-23 10:13:04',NULL,900.00,'','11','1','Good sold','1','886','sales','8','','No',NULL,NULL,''),(5214,'1000','111611386994','2021-01-23 10:30:06',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5215,'4000','111611386994','2021-01-23 10:30:06',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5216,'1000','111611387044','2021-01-23 10:30:53',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5217,'4000','111611387044','2021-01-23 10:30:53',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5218,'1100','111611389311','2021-01-23 11:08:40',300.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(5219,'4000','111611389311','2021-01-23 11:08:40',NULL,300.00,'','11','1','Good sold','1','629','sales','8','','No',NULL,NULL,''),(5220,'1100','111611389871','2021-01-23 11:18:02',150.00,NULL,'','11','1','Good sold','1','702','sales','','','No',NULL,NULL,''),(5221,'4000','111611389871','2021-01-23 11:18:02',NULL,150.00,'','11','1','Good sold','1','702','sales','7','','No',NULL,NULL,''),(5222,'1000','111611394840','2021-01-23 12:40:49',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5223,'4000','111611394840','2021-01-23 12:40:49',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5224,'1100','111611398370','2021-01-23 13:40:04',600.00,NULL,'','11','1','Good sold','1','765','sales','','','No',NULL,NULL,''),(5225,'4000','111611398370','2021-01-23 13:40:04',NULL,600.00,'','11','1','Good sold','1','765','sales','8','','No',NULL,NULL,''),(5226,'1000','111611398787','2021-01-23 13:46:54',1750.00,NULL,'','11','1','Good sold','1','1056','sales','','','No',NULL,NULL,''),(5227,'4000','111611398787','2021-01-23 13:46:54',NULL,1750.00,'','11','1','Good sold','1','1056','sales','9','','No',NULL,NULL,''),(5228,'1100','111611398862','2021-01-23 13:48:04',150.00,NULL,'','11','1','Good sold','1','659','sales','','','No',NULL,NULL,''),(5229,'4000','111611398862','2021-01-23 13:48:04',NULL,150.00,'','11','1','Good sold','1','659','sales','7','','No',NULL,NULL,''),(5230,'1000','111611399172','2021-01-23 13:53:04',120.00,NULL,'','11','1','Good sold','1','1057','sales','','','No',NULL,NULL,''),(5231,'4000','111611399172','2021-01-23 13:53:04',NULL,120.00,'','11','1','Good sold','1','1057','sales','3','','No',NULL,NULL,''),(5232,'1100','111611399251','2021-01-23 13:54:32',300.00,NULL,'','11','1','Good sold','1','736','sales','','','No',NULL,NULL,''),(5233,'4000','111611399251','2021-01-23 13:54:32',NULL,300.00,'','11','1','Good sold','1','736','sales','8','','No',NULL,NULL,''),(5234,'1100','111611399328','2021-01-23 13:55:39',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(5235,'4000','111611399328','2021-01-23 13:55:39',NULL,300.00,'','11','1','Good sold','1','946','sales','8','','No',NULL,NULL,''),(5236,'1000','111611399383','2021-01-23 13:56:38',300.00,NULL,'','11','1','Good sold','1','985','sales','','','No',NULL,NULL,''),(5237,'4000','111611399383','2021-01-23 13:56:38',NULL,300.00,'','11','1','Good sold','1','985','sales','8','','No',NULL,NULL,''),(5238,'1000','111611399440','2021-01-23 13:57:34',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5239,'4000','111611399440','2021-01-23 13:57:34',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5240,'1100','111611399476','2021-01-23 13:58:06',300.00,NULL,'','11','1','Good sold','1','591','sales','','','No',NULL,NULL,''),(5241,'4000','111611399476','2021-01-23 13:58:06',NULL,300.00,'','11','1','Good sold','1','591','sales','8','','No',NULL,NULL,''),(5242,'1100','111611399540','2021-01-23 13:59:11',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(5243,'4000','111611399540','2021-01-23 13:59:11',NULL,300.00,'','11','1','Good sold','1','571','sales','8','','No',NULL,NULL,''),(5244,'1100','111611399683','2021-01-23 14:03:50',300.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(5245,'4000','111611399683','2021-01-23 14:03:50',NULL,300.00,'','11','1','Good sold','1','698','sales','8','','No',NULL,NULL,''),(5246,'1000','111611413873','2021-01-23 18:01:18',300.00,NULL,'','11','1','Good sold','1','1058','Payment','','','No',NULL,NULL,''),(5247,'4000','111611413873','2021-01-23 18:01:18',NULL,300.00,'','11','1','Good sold','1','1058','sales','8','','No',NULL,NULL,''),(5248,'1100','111611414435','2021-01-23 18:07:56',600.00,NULL,'','11','1','Good sold','1','1059','sales','','','No',NULL,NULL,''),(5249,'4000','111611414435','2021-01-23 18:07:56',NULL,600.00,'','11','1','Good sold','1','1059','sales','8','','No',NULL,NULL,''),(5250,'1100','111611414631','2021-01-23 18:10:41',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(5251,'4000','111611414631','2021-01-23 18:10:41',NULL,300.00,'','11','1','Good sold','1','527','sales','8','','No',NULL,NULL,''),(5252,'1100','111611414681','2021-01-23 18:11:32',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(5253,'4000','111611414681','2021-01-23 18:11:32',NULL,300.00,'','11','1','Good sold','1','769','sales','8','','No',NULL,NULL,''),(5254,'1000','111611414828','2021-01-23 18:14:04',350.00,NULL,'','11','1','Good sold','1','697','Payment','','','No',NULL,NULL,''),(5255,'4000','111611414828','2021-01-23 18:14:04',NULL,350.00,'','11','1','Good sold','1','697','sales','9','','No',NULL,NULL,''),(5256,'1100','111611414907','2021-01-23 18:15:23',900.00,NULL,'','11','1','Good sold','1','943','sales','','','No',NULL,NULL,''),(5257,'4000','111611414907','2021-01-23 18:15:23',NULL,900.00,'','11','1','Good sold','1','943','sales','8','','No',NULL,NULL,''),(5258,'1100','111611414963','2021-01-23 18:16:19',450.00,NULL,'','11','1','Good sold','1','1027','sales','','','No',NULL,NULL,''),(5259,'4000','111611414963','2021-01-23 18:16:19',NULL,450.00,'','11','1','Good sold','1','1027','sales','5','','No',NULL,NULL,''),(5260,'1100','111611415095','2021-01-23 18:18:36',600.00,NULL,'','11','1','Good sold','1','1060','sales','','','No',NULL,NULL,''),(5261,'4000','111611415095','2021-01-23 18:18:36',NULL,600.00,'','11','1','Good sold','1','1060','sales','8','','No',NULL,NULL,''),(5262,'1100','111611415210','2021-01-23 18:20:25',300.00,NULL,'','11','1','Good sold','1','1061','sales','','','No',NULL,NULL,''),(5263,'4000','111611415210','2021-01-23 18:20:25',NULL,300.00,'','11','1','Good sold','1','1061','sales','8','','No',NULL,NULL,''),(5264,'1100','111611415331','2021-01-23 18:22:39',560.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(5265,'4000','111611415331','2021-01-23 18:22:39',NULL,560.00,'','11','1','Good sold','1','849','sales','6','','No',NULL,NULL,''),(5266,'1000','111611416128','2021-01-23 18:36:04',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5267,'4000','111611416128','2021-01-23 18:36:04',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5268,'4000','111611416128','2021-01-23 18:36:04',NULL,350.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5269,'1000','111611416213','2021-01-23 18:52:41',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5270,'4000','111611416213','2021-01-23 18:52:41',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5271,'1000','111611417191','2021-01-23 18:53:29',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5272,'4000','111611417191','2021-01-23 18:53:29',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5273,'1100','111611417367','2021-01-23 18:56:22',300.00,NULL,'','11','1','Good sold','1','1062','sales','','','No',NULL,NULL,''),(5274,'4000','111611417367','2021-01-23 18:56:22',NULL,300.00,'','11','1','Good sold','1','1062','sales','7','','No',NULL,NULL,''),(5275,'1000','111611417442','2021-01-23 18:57:41',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5276,'4000','111611417442','2021-01-23 18:57:41',NULL,450.00,'','11','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5277,'1000','111611417572','2021-01-23 18:59:42',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5278,'4000','111611417572','2021-01-23 18:59:42',NULL,250.00,'','11','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5279,'1100','111611417659','2021-01-23 19:01:14',300.00,NULL,'','11','1','Good sold','1','1063','sales','','','No',NULL,NULL,''),(5280,'4000','111611417659','2021-01-23 19:01:14',NULL,300.00,'','11','1','Good sold','1','1063','sales','8','','No',NULL,NULL,''),(5281,'1000','111611417747','2021-01-23 19:02:41',300.00,NULL,'','11','1','Good sold','1','1064','sales','','','No',NULL,NULL,''),(5282,'4000','111611417747','2021-01-23 19:02:41',NULL,300.00,'','11','1','Good sold','1','1064','sales','8','','No',NULL,NULL,''),(5283,'1000','111611417829','2021-01-23 19:04:07',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5284,'4000','111611417829','2021-01-23 19:04:07',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5285,'1000','111611417873','2021-01-23 19:04:50',300.00,NULL,'','11','1','Good sold','1','1065','sales','','','No',NULL,NULL,''),(5286,'4000','111611417873','2021-01-23 19:04:50',NULL,300.00,'','11','1','Good sold','1','1065','sales','8','','No',NULL,NULL,''),(5287,'1000','111611418199','2021-01-23 19:10:13',600.00,NULL,'','11','1','Good sold','1','1066','Payment','','','No',NULL,NULL,''),(5288,'4000','111611418199','2021-01-23 19:10:13',NULL,600.00,'','11','1','Good sold','1','1066','sales','8','','No',NULL,NULL,''),(5289,'1100','111611421672','2021-01-23 20:08:06',300.00,NULL,'','11','1','Good sold','1','703','sales','','','No',NULL,NULL,''),(5290,'4000','111611421672','2021-01-23 20:08:06',NULL,300.00,'','11','1','Good sold','1','703','sales','8','','No',NULL,NULL,''),(5291,'1000','111611421874','2021-01-23 20:11:52',600.00,NULL,'','11','1','Good sold','1','1066','Payment','','','No',NULL,NULL,''),(5292,'4000','111611421874','2021-01-23 20:11:52',NULL,600.00,'','11','1','Good sold','1','1066','sales','8','','No',NULL,NULL,''),(5293,'1100','111611421952','2021-01-23 20:12:55',300.00,NULL,'','11','1','Good sold','1','909','sales','','','No',NULL,NULL,''),(5294,'4000','111611421952','2021-01-23 20:12:55',NULL,300.00,'','11','1','Good sold','1','909','sales','8','','No',NULL,NULL,''),(5295,'1000','111611422045','2021-01-23 20:14:51',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5296,'4000','111611422045','2021-01-23 20:14:51',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5297,'1000','111611422115','2021-01-23 20:15:40',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5298,'4000','111611422115','2021-01-23 20:15:40',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5299,'1100','111611422171','2021-01-23 20:16:25',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(5300,'4000','111611422171','2021-01-23 20:16:25',NULL,300.00,'','11','1','Good sold','1','544','sales','8','','No',NULL,NULL,''),(5301,'1000','111611422238','2021-01-23 20:17:28',300.00,NULL,'','11','1','Good sold','1','832','sales','','','No',NULL,NULL,''),(5302,'4000','111611422238','2021-01-23 20:17:28',NULL,300.00,'','11','1','Good sold','1','832','sales','8','','No',NULL,NULL,''),(5303,'1000','111611422325','2021-01-23 20:18:57',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5304,'4000','111611422325','2021-01-23 20:18:57',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5305,'1000','111611422354','2021-01-23 20:19:22',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5306,'4000','111611422354','2021-01-23 20:19:22',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5307,'1000','111611423567','2021-01-23 20:40:50',700.00,NULL,'','11','1','Good sold','1','693','sales','','','No',NULL,NULL,''),(5308,'4000','111611423567','2021-01-23 20:40:50',NULL,700.00,'','11','1','Good sold','1','693','sales','9','','No',NULL,NULL,''),(5309,'1100','111611425225','2021-01-23 21:07:30',900.00,NULL,'','11','1','Good sold','1','406','sales','','','No',NULL,NULL,''),(5310,'4000','111611425225','2021-01-23 21:07:30',NULL,900.00,'','11','1','Good sold','1','406','sales','8','','No',NULL,NULL,''),(5311,'1100','111611425315','2021-01-23 21:08:45',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(5312,'4000','111611425315','2021-01-23 21:08:45',NULL,300.00,'','11','1','Good sold','1','713','sales','8','','No',NULL,NULL,''),(5313,'1100','111611425358','2021-01-23 21:09:34',300.00,NULL,'','11','1','Good sold','1','900','sales','','','No',NULL,NULL,''),(5314,'4000','111611425358','2021-01-23 21:09:34',NULL,300.00,'','11','1','Good sold','1','900','sales','8','','No',NULL,NULL,''),(5315,'1100','111611475177','2021-01-24 10:59:46',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(5316,'4000','111611475177','2021-01-24 10:59:46',NULL,300.00,'','11','1','Good sold','1','709','sales','8','','No',NULL,NULL,''),(5317,'1100','111611475272','2021-01-24 11:04:19',600.00,NULL,'','11','1','Good sold','1','759','sales','','','No',NULL,NULL,''),(5318,'4000','111611475272','2021-01-24 11:04:19',NULL,600.00,'','11','1','Good sold','1','759','sales','8','','No',NULL,NULL,''),(5319,'1000','111611475752','2021-01-24 11:09:26',300.00,NULL,'','11','1','Good sold','1','1067','Payment','','','No',NULL,NULL,''),(5320,'4000','111611475752','2021-01-24 11:09:26',NULL,300.00,'','11','1','Good sold','1','1067','sales','8','','No',NULL,NULL,''),(5321,'1100','111611475820','2021-01-24 11:10:36',600.00,NULL,'','11','1','Good sold','1','96','sales','','','No',NULL,NULL,''),(5322,'4000','111611475820','2021-01-24 11:10:36',NULL,600.00,'','11','1','Good sold','1','96','sales','8','','No',NULL,NULL,''),(5323,'1000','111611493094','2021-01-24 15:58:36',350.00,NULL,'','11','1','Good sold','1','1068','Payment','','','No',NULL,NULL,''),(5324,'4000','111611493094','2021-01-24 15:58:36',NULL,350.00,'','11','1','Good sold','1','1068','sales','9','','No',NULL,NULL,''),(5325,'1000','111611493243','2021-01-24 16:01:02',600.00,NULL,'','11','1','Good sold','1','753','Payment','','','No',NULL,NULL,''),(5326,'4000','111611493243','2021-01-24 16:01:02',NULL,600.00,'','11','1','Good sold','1','753','sales','8','','No',NULL,NULL,''),(5327,'1100','111611493351','2021-01-24 16:02:42',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(5328,'4000','111611493351','2021-01-24 16:02:42',NULL,300.00,'','11','1','Good sold','1','669','sales','8','','No',NULL,NULL,''),(5329,'1000','111611493427','2021-01-24 16:04:06',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5330,'4000','111611493427','2021-01-24 16:04:06',NULL,600.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5331,'1100','111611493509','2021-01-24 16:05:21',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(5332,'4000','111611493509','2021-01-24 16:05:21',NULL,300.00,'','11','1','Good sold','1','652','sales','8','','No',NULL,NULL,''),(5333,'1100','111611493627','2021-01-24 16:07:20',300.00,NULL,'','11','1','Good sold','1','1069','sales','','','No',NULL,NULL,''),(5334,'4000','111611493627','2021-01-24 16:07:20',NULL,300.00,'','11','1','Good sold','1','1069','sales','8','','No',NULL,NULL,''),(5335,'1100','111611493746','2021-01-24 16:11:12',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(5336,'4000','111611493746','2021-01-24 16:11:12',NULL,300.00,'','11','1','Good sold','1','958','sales','8','','No',NULL,NULL,''),(5337,'1000','111611493943','2021-01-24 16:12:33',300.00,NULL,'','11','1','Good sold','1','888','sales','','','No',NULL,NULL,''),(5338,'4000','111611493943','2021-01-24 16:12:33',NULL,300.00,'','11','1','Good sold','1','888','sales','8','','No',NULL,NULL,''),(5339,'1000','111611494178','2021-01-24 16:16:34',80.00,NULL,'','11','1','Good sold','1','882','sales','','','No',NULL,NULL,''),(5340,'4000','111611494178','2021-01-24 16:16:34',NULL,80.00,'','11','1','Good sold','1','882','sales','6','','No',NULL,NULL,''),(5341,'1000','111611494239','2021-01-24 16:17:29',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5342,'4000','111611494239','2021-01-24 16:17:29',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5343,'1100','111611494274','2021-01-24 16:18:26',450.00,NULL,'','11','1','Good sold','1','750','sales','','','No',NULL,NULL,''),(5344,'4000','111611494274','2021-01-24 16:18:26',NULL,150.00,'','11','1','Good sold','1','750','sales','7','','No',NULL,NULL,''),(5345,'4000','111611494274','2021-01-24 16:18:26',NULL,300.00,'','11','1','Good sold','1','750','sales','8','','No',NULL,NULL,''),(5346,'1100','111611494381','2021-01-24 16:20:17',300.00,NULL,'','11','1','Good sold','1','694','sales','','','No',NULL,NULL,''),(5347,'4000','111611494381','2021-01-24 16:20:17',NULL,300.00,'','11','1','Good sold','1','694','sales','8','','No',NULL,NULL,''),(5348,'1000','111611494471','2021-01-24 16:21:25',150.00,NULL,'','11','1','Good sold','1','974','sales','','','No',NULL,NULL,''),(5349,'4000','111611494471','2021-01-24 16:21:25',NULL,150.00,'','11','1','Good sold','1','974','sales','7','','No',NULL,NULL,''),(5350,'1100','111611494527','2021-01-24 16:22:22',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(5351,'4000','111611494527','2021-01-24 16:22:22',NULL,600.00,'','11','1','Good sold','1','547','sales','8','','No',NULL,NULL,''),(5352,'1100','111611494586','2021-01-24 16:23:19',300.00,NULL,'','11','1','Good sold','1','347','sales','','','No',NULL,NULL,''),(5353,'4000','111611494586','2021-01-24 16:23:19',NULL,300.00,'','11','1','Good sold','1','347','sales','8','','No',NULL,NULL,''),(5354,'1000','111611494891','2021-01-24 16:28:45',300.00,NULL,'','11','1','Good sold','1','1070','Payment','','','No',NULL,NULL,''),(5355,'4000','111611494891','2021-01-24 16:28:45',NULL,300.00,'','11','1','Good sold','1','1070','sales','7','','No',NULL,NULL,''),(5356,'1000','111611495962','2021-01-24 16:46:17',600.00,NULL,'','11','1','Good sold','1','505','sales','','','No',NULL,NULL,''),(5357,'4000','111611495962','2021-01-24 16:46:17',NULL,600.00,'','11','1','Good sold','1','505','sales','8','','No',NULL,NULL,''),(5358,'1100','111611502704','2021-01-24 18:38:52',600.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(5359,'4000','111611502704','2021-01-24 18:38:52',NULL,600.00,'','11','1','Good sold','1','623','sales','8','','No',NULL,NULL,''),(5360,'1100','111611502806','2021-01-24 18:40:32',300.00,NULL,'','11','1','Good sold','1','773','sales','','','No',NULL,NULL,''),(5361,'4000','111611502806','2021-01-24 18:40:32',NULL,300.00,'','11','1','Good sold','1','773','sales','8','','No',NULL,NULL,''),(5362,'1000','111611502887','2021-01-24 18:41:38',300.00,NULL,'','11','1','Good sold','1','1071','sales','','','No',NULL,NULL,''),(5363,'4000','111611502887','2021-01-24 18:41:38',NULL,300.00,'','11','1','Good sold','1','1071','sales','8','','No',NULL,NULL,''),(5364,'1100','111611505893','2021-01-24 19:33:08',400.00,NULL,'','11','1','Good sold','1','1072','sales','','','No',NULL,NULL,''),(5365,'4000','111611505893','2021-01-24 19:33:08',NULL,250.00,'','11','1','Good sold','1','1072','sales','4','','No',NULL,NULL,''),(5366,'4000','111611505893','2021-01-24 19:33:08',NULL,150.00,'','11','1','Good sold','1','1072','sales','7','','No',NULL,NULL,''),(5367,'1100','111611506065','2021-01-24 19:34:44',450.00,NULL,'','11','1','Good sold','1','56','sales','','','No',NULL,NULL,''),(5368,'4000','111611506065','2021-01-24 19:34:44',NULL,450.00,'','11','1','Good sold','1','56','sales','7','','No',NULL,NULL,''),(5369,'1100','111611506133','2021-01-24 19:35:49',600.00,NULL,'','11','1','Good sold','1','1012','sales','','','No',NULL,NULL,''),(5370,'4000','111611506133','2021-01-24 19:35:49',NULL,600.00,'','11','1','Good sold','1','1012','sales','8','','No',NULL,NULL,''),(5371,'1000','111611506229','2021-01-24 19:37:23',600.00,NULL,'','11','1','Good sold','1','1073','sales','','','No',NULL,NULL,''),(5372,'4000','111611506229','2021-01-24 19:37:23',NULL,600.00,'','11','1','Good sold','1','1073','sales','8','','No',NULL,NULL,''),(5373,'1100','111611506286','2021-01-24 19:38:48',150.00,NULL,'','11','1','Good sold','1','523','sales','','','No',NULL,NULL,''),(5374,'4000','111611506286','2021-01-24 19:38:48',NULL,150.00,'','11','1','Good sold','1','523','sales','7','','No',NULL,NULL,''),(5375,'1000','111611508879','2021-01-24 20:26:14',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5376,'4000','111611508879','2021-01-24 20:26:14',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5377,'1000','111611509224','2021-01-24 20:27:19',900.00,NULL,'','11','1','Good sold','1','1074','sales','','','No',NULL,NULL,''),(5378,'4000','111611509224','2021-01-24 20:27:19',NULL,900.00,'','11','1','Good sold','1','1074','sales','8','','No',NULL,NULL,''),(5379,'1000','111611509409','2021-01-24 20:30:25',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5380,'4000','111611509409','2021-01-24 20:30:25',NULL,300.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5381,'1000','111611554029','2021-01-25 08:53:59',300.00,NULL,'','11','1','Good sold','1','1075','sales','','','No',NULL,NULL,''),(5382,'4000','111611554029','2021-01-25 08:53:59',NULL,300.00,'','11','1','Good sold','1','1075','sales','8','','No',NULL,NULL,''),(5383,'1000','111611555706','2021-01-25 09:22:05',900.00,NULL,'','11','1','Good sold','1','1076','sales','','','No',NULL,NULL,''),(5384,'4000','111611555706','2021-01-25 09:22:05',NULL,900.00,'','11','1','Good sold','1','1076','sales','8','','No',NULL,NULL,''),(5385,'1100','111611558323','2021-01-25 10:05:43',300.00,NULL,'','11','1','Good sold','1','1077','sales','','','No',NULL,NULL,''),(5386,'4000','111611558323','2021-01-25 10:05:43',NULL,300.00,'','11','1','Good sold','1','1077','sales','8','','No',NULL,NULL,''),(5387,'1000','111611558433','2021-01-25 10:07:43',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5388,'4000','111611558433','2021-01-25 10:07:43',NULL,350.00,'','11','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5389,'1100','111611558483','2021-01-25 10:08:12',300.00,NULL,'','11','1','Good sold','1','898','sales','','','No',NULL,NULL,''),(5390,'4000','111611558483','2021-01-25 10:08:12',NULL,300.00,'','11','1','Good sold','1','898','sales','8','','No',NULL,NULL,''),(5391,'1100','111611558639','2021-01-25 10:10:59',450.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(5392,'4000','111611558639','2021-01-25 10:10:59',NULL,150.00,'','11','1','Good sold','1','835','sales','7','','No',NULL,NULL,''),(5393,'4000','111611558639','2021-01-25 10:10:59',NULL,300.00,'','11','1','Good sold','1','835','sales','8','','No',NULL,NULL,''),(5394,'1000','111611559911','2021-01-25 10:32:15',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5395,'4000','111611559911','2021-01-25 10:32:15',NULL,80.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5396,'1100','111611571275','2021-01-25 14:27:15',300.00,NULL,'','11','1','Good sold','1','692','sales','','','No',NULL,NULL,''),(5397,'4000','111611571275','2021-01-25 14:27:15',NULL,300.00,'','11','1','Good sold','1','692','sales','90380219','','No',NULL,NULL,''),(5398,'1000','111611571275','2021-01-25 14:27:15',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5399,'4000','111611571275','2021-01-25 14:27:15',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5400,'4000','111611571275','2021-01-25 14:27:15',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5401,'1100','111611574385','2021-01-25 14:34:37',1750.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(5402,'4000','111611574385','2021-01-25 14:34:37',NULL,250.00,'','11','1','Good sold','1','571','sales','6164001798077','','No',NULL,NULL,''),(5403,'4000','111611574385','2021-01-25 14:34:37',NULL,1500.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(5404,'1000','111611574721','2021-01-25 14:38:48',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5405,'4000','111611574721','2021-01-25 14:38:48',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5406,'1000','111611574771','2021-01-25 14:39:53',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5407,'4000','111611574771','2021-01-25 14:39:53',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5408,'1000','111611574821','2021-01-25 14:42:58',80.00,NULL,'','11','1','Good sold','1','571','Payment','','','No',NULL,NULL,''),(5409,'4000','111611574821','2021-01-25 14:42:58',NULL,80.00,'','11','1','Good sold','1','571','sales','17286979','','No',NULL,NULL,''),(5410,'1100','111611575521','2021-01-25 14:52:15',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(5411,'4000','111611575521','2021-01-25 14:52:15',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(5412,'1100','111611575682','2021-01-25 14:54:53',450.00,NULL,'','11','1','Good sold','1','604','sales','','','No',NULL,NULL,''),(5413,'4000','111611575682','2021-01-25 14:54:53',NULL,450.00,'','11','1','Good sold','1','604','sales','28716060','','No',NULL,NULL,''),(5414,'1100','111611575743','2021-01-25 14:55:52',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(5415,'4000','111611575743','2021-01-25 14:55:52',NULL,300.00,'','11','1','Good sold','1','657','sales','90380219','','No',NULL,NULL,''),(5416,'1100','111611576673','2021-01-25 15:11:23',300.00,NULL,'','11','1','Good sold','1','585','sales','','','No',NULL,NULL,''),(5417,'4000','111611576673','2021-01-25 15:11:23',NULL,300.00,'','11','1','Good sold','1','585','sales','90380219','','No',NULL,NULL,''),(5418,'1100','111611576748','2021-01-25 15:19:09',350.00,NULL,'','11','1','Good sold','1','755','sales','','','No',NULL,NULL,''),(5419,'4000','111611576748','2021-01-25 15:19:09',NULL,350.00,'','11','1','Good sold','1','755','sales','69493023','','No',NULL,NULL,''),(5420,'1000','111611578361','2021-01-25 15:39:33',300.00,NULL,'','11','1','Good sold','1','862','Payment','','','No',NULL,NULL,''),(5421,'4000','111611578361','2021-01-25 15:39:33',NULL,300.00,'','11','1','Good sold','1','862','sales','28716060','','No',NULL,NULL,''),(5422,'1000','111611578430','2021-01-25 16:55:01',300.00,NULL,'','11','1','Good sold','1','617','Payment','','','No',NULL,NULL,''),(5423,'4000','111611578430','2021-01-25 16:55:01',NULL,300.00,'','11','1','Good sold','1','617','sales','90380219','','No',NULL,NULL,''),(5424,'1100','111611583056','2021-01-25 16:57:52',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(5425,'4000','111611583056','2021-01-25 16:57:52',NULL,300.00,'','11','1','Good sold','1','592','sales','90380219','','No',NULL,NULL,''),(5426,'1000','111611583167','2021-01-25 16:59:35',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5427,'4000','111611583167','2021-01-25 16:59:35',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5428,'1100','111611585112','2021-01-25 17:32:19',300.00,NULL,'','11','1','Good sold','1','776','sales','','','No',NULL,NULL,''),(5429,'4000','111611585112','2021-01-25 17:32:19',NULL,300.00,'','11','1','Good sold','1','776','sales','90380219','','No',NULL,NULL,''),(5430,'1100','111611585266','2021-01-25 17:34:51',300.00,NULL,'','11','1','Good sold','1','1078','sales','','','No',NULL,NULL,''),(5431,'4000','111611585266','2021-01-25 17:34:51',NULL,300.00,'','11','1','Good sold','1','1078','sales','90380219','','No',NULL,NULL,''),(5432,'1100','111611588261','2021-01-25 18:25:15',300.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(5433,'4000','111611588261','2021-01-25 18:25:15',NULL,300.00,'','11','1','Good sold','1','512','sales','90380219','','No',NULL,NULL,''),(5434,'1000','111611589245','2021-01-25 18:42:02',950.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(5435,'4000','111611589245','2021-01-25 18:42:02',NULL,600.00,'','11','1','Good sold','1','686','sales','90380219','','No',NULL,NULL,''),(5436,'4000','111611589245','2021-01-25 18:42:02',NULL,350.00,'','11','1','Good sold','1','686','sales','69493023','','No',NULL,NULL,''),(5437,'1000','111611589404','2021-01-25 18:43:52',150.00,NULL,'','11','1','Good sold','1','1079','sales','','','No',NULL,NULL,''),(5438,'4000','111611589404','2021-01-25 18:43:52',NULL,150.00,'','11','1','Good sold','1','1079','sales','28716060','','No',NULL,NULL,''),(5439,'1000','111611589510','2021-01-25 18:45:39',300.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(5440,'4000','111611589510','2021-01-25 18:45:39',NULL,300.00,'','11','1','Good sold','1','520','sales','28716060','','No',NULL,NULL,''),(5441,'1100','111611589630','2021-01-25 18:47:23',300.00,NULL,'','11','1','Good sold','1','867','sales','','','No',NULL,NULL,''),(5442,'4000','111611589630','2021-01-25 18:47:23',NULL,300.00,'','11','1','Good sold','1','867','sales','28716060','','No',NULL,NULL,''),(5443,'1000','111611589630','2021-01-25 18:47:23',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5444,'4000','111611589630','2021-01-25 18:47:23',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5445,'4000','111611589630','2021-01-25 18:47:23',NULL,300.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5446,'1100','111611591441','2021-01-25 19:17:45',300.00,NULL,'','11','1','Good sold','1','962','sales','','','No',NULL,NULL,''),(5447,'4000','111611591441','2021-01-25 19:17:45',NULL,300.00,'','11','1','Good sold','1','962','sales','90380219','','No',NULL,NULL,''),(5448,'1000','111611591539','2021-01-25 19:19:13',600.00,NULL,'','11','1','Good sold','1','1080','sales','','','No',NULL,NULL,''),(5449,'4000','111611591539','2021-01-25 19:19:13',NULL,600.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(5450,'1000','111611591630','2021-01-25 19:21:31',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5451,'4000','111611591630','2021-01-25 19:21:31',NULL,20.00,'','11','1','Good sold','1','','sales','30145488','','No',NULL,NULL,''),(5452,'1000','111611591698','2021-01-25 19:22:00',350.00,NULL,'','11','1','Good sold','1','1081','sales','','','No',NULL,NULL,''),(5453,'4000','111611591698','2021-01-25 19:22:00',NULL,350.00,'','11','1','Good sold','1','1081','sales','69493023','','No',NULL,NULL,''),(5454,'1000','111611591783','2021-01-25 19:24:58',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5455,'4000','111611591783','2021-01-25 19:24:58',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(5456,'1100','111611592908','2021-01-25 19:41:57',300.00,NULL,'','11','1','Good sold','1','951','sales','','','No',NULL,NULL,''),(5457,'4000','111611592908','2021-01-25 19:41:57',NULL,300.00,'','11','1','Good sold','1','951','sales','90380219','','No',NULL,NULL,''),(5458,'1100','111611595621','2021-01-25 20:27:58',450.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(5459,'4000','111611595621','2021-01-25 20:27:58',NULL,450.00,'','11','1','Good sold','1','1011','sales','6164001798022','','No',NULL,NULL,''),(5460,'1100','111611595800','2021-01-25 20:30:11',300.00,NULL,'','11','1','Good sold','1','558','sales','','','No',NULL,NULL,''),(5461,'4000','111611595800','2021-01-25 20:30:11',NULL,300.00,'','11','1','Good sold','1','558','sales','90380219','','No',NULL,NULL,''),(5462,'1100','111611595861','2021-01-25 20:31:15',300.00,NULL,'','11','1','Good sold','1','725','sales','','','No',NULL,NULL,''),(5463,'4000','111611595861','2021-01-25 20:31:15',NULL,300.00,'','11','1','Good sold','1','725','sales','90380219','','No',NULL,NULL,''),(5464,'1100','111611595923','2021-01-25 20:32:09',300.00,NULL,'','11','1','Good sold','1','743','sales','','','No',NULL,NULL,''),(5465,'4000','111611595923','2021-01-25 20:32:09',NULL,300.00,'','11','1','Good sold','1','743','sales','90380219','','No',NULL,NULL,''),(5466,'1000','111611596713','2021-01-25 20:45:23',300.00,NULL,'','11','1','Good sold','1','1082','sales','','','No',NULL,NULL,''),(5467,'4000','111611596713','2021-01-25 20:45:23',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(5468,'1000','111611596914','2021-01-25 20:48:42',80.00,NULL,'','11','1','Good sold','1','1083','sales','','','No',NULL,NULL,''),(5469,'4000','111611596914','2021-01-25 20:48:42',NULL,80.00,'','11','1','Good sold','1','1083','sales','17286979','','No',NULL,NULL,''),(5470,'1000','111611640908','2021-01-26 09:02:09',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5471,'4000','111611640908','2021-01-26 09:02:09',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5472,'1000','111611640951','2021-01-26 09:03:08',300.00,NULL,'','11','1','Good sold','1','793','Payment','','','No',NULL,NULL,''),(5473,'4000','111611640951','2021-01-26 09:03:08',NULL,300.00,'','11','1','Good sold','1','793','sales','90380219','','No',NULL,NULL,''),(5474,'1100','111611651738','2021-01-26 12:02:40',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(5475,'4000','111611651738','2021-01-26 12:02:40',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(5476,'1100','111611651813','2021-01-26 12:03:43',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(5477,'4000','111611651813','2021-01-26 12:03:43',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(5478,'1100','111611651957','2021-01-26 12:06:08',300.00,NULL,'','11','1','Good sold','1','933','sales','','','No',NULL,NULL,''),(5479,'4000','111611651957','2021-01-26 12:06:08',NULL,300.00,'','11','1','Good sold','1','933','sales','90380219','','No',NULL,NULL,''),(5480,'1000','111611658760','2021-01-26 13:59:51',20.00,NULL,'','11','1','Good sold','1','1084','sales','','','No',NULL,NULL,''),(5481,'4000','111611658760','2021-01-26 13:59:51',NULL,20.00,'','11','1','Good sold','1','1084','sales','30145488','','No',NULL,NULL,''),(5482,'1100','111611658968','2021-01-26 14:03:17',600.00,NULL,'','11','1','Good sold','1','802','sales','','','No',NULL,NULL,''),(5483,'4000','111611658968','2021-01-26 14:03:17',NULL,600.00,'','11','1','Good sold','1','802','sales','90380219','','No',NULL,NULL,''),(5484,'1000','111611658968','2021-01-26 14:03:17',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5485,'4000','111611658968','2021-01-26 14:03:17',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5486,'4000','111611658968','2021-01-26 14:03:17',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5487,'1000','111611661063','2021-01-26 14:38:24',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5488,'4000','111611661063','2021-01-26 14:38:24',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5489,'1100','111611666399','2021-01-26 16:06:48',300.00,NULL,'','11','1','Good sold','1','674','sales','','','No',NULL,NULL,''),(5490,'4000','111611666399','2021-01-26 16:06:48',NULL,300.00,'','11','1','Good sold','1','674','sales','90380219','','No',NULL,NULL,''),(5491,'1000','111611666607','2021-01-26 16:11:38',300.00,NULL,'','11','1','Good sold','1','766','Payment','','','No',NULL,NULL,''),(5492,'4000','111611666607','2021-01-26 16:11:38',NULL,300.00,'','11','1','Good sold','1','766','sales','90380219','','No',NULL,NULL,''),(5493,'1000','111611666768','2021-01-26 16:13:52',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5494,'4000','111611666768','2021-01-26 16:13:52',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5495,'1100','111611672373','2021-01-26 17:46:44',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(5496,'4000','111611672373','2021-01-26 17:46:44',NULL,600.00,'','11','1','Good sold','1','685','sales','90380219','','No',NULL,NULL,''),(5497,'1100','111611674512','2021-01-26 18:23:06',600.00,NULL,'','11','1','Good sold','1','1018','sales','','','No',NULL,NULL,''),(5498,'4000','111611674512','2021-01-26 18:23:06',NULL,600.00,'','11','1','Good sold','1','1018','sales','90380219','','No',NULL,NULL,''),(5499,'1100','111611674661','2021-01-26 18:24:56',450.00,NULL,'','11','1','Good sold','1','1085','sales','','','No',NULL,NULL,''),(5500,'4000','111611674661','2021-01-26 18:24:56',NULL,150.00,'','11','1','Good sold','1','1085','sales','28716060','','No',NULL,NULL,''),(5501,'4000','111611674661','2021-01-26 18:24:56',NULL,300.00,'','11','1','Good sold','1','1085','sales','90380219','','No',NULL,NULL,''),(5502,'1000','111611674760','2021-01-26 18:26:28',300.00,NULL,'','11','1','Good sold','1','959','sales','','','No',NULL,NULL,''),(5503,'4000','111611674760','2021-01-26 18:26:28',NULL,300.00,'','11','1','Good sold','1','959','sales','90380219','','No',NULL,NULL,''),(5504,'1000','111611674844','2021-01-26 18:27:39',600.00,NULL,'','11','1','Good sold','1','1086','sales','','','No',NULL,NULL,''),(5505,'4000','111611674844','2021-01-26 18:27:39',NULL,600.00,'','11','1','Good sold','1','1086','sales','90380219','','No',NULL,NULL,''),(5506,'1000','111611674912','2021-01-26 18:29:04',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5507,'4000','111611674912','2021-01-26 18:29:04',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(5508,'1100','111611674978','2021-01-26 18:30:21',150.00,NULL,'','11','1','Good sold','1','754','sales','','','No',NULL,NULL,''),(5509,'4000','111611674978','2021-01-26 18:30:21',NULL,150.00,'','11','1','Good sold','1','754','sales','28716060','','No',NULL,NULL,''),(5510,'1100','111611675099','2021-01-26 18:32:01',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(5511,'4000','111611675099','2021-01-26 18:32:01',NULL,150.00,'','11','1','Good sold','1','613','sales','28716060','','No',NULL,NULL,''),(5512,'1100','111611675163','2021-01-26 18:33:14',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(5513,'4000','111611675163','2021-01-26 18:33:14',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(5514,'1000','111611675163','2021-01-26 18:33:14',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5515,'4000','111611675163','2021-01-26 18:33:14',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5516,'4000','111611675163','2021-01-26 18:33:14',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5517,'1000','111611675302','2021-01-26 18:35:19',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5518,'4000','111611675302','2021-01-26 18:35:19',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5519,'1100','111611675360','2021-01-26 18:36:16',300.00,NULL,'','11','1','Good sold','1','587','sales','','','No',NULL,NULL,''),(5520,'4000','111611675360','2021-01-26 18:36:16',NULL,300.00,'','11','1','Good sold','1','587','sales','90380219','','No',NULL,NULL,''),(5521,'1100','111611679691','2021-01-26 19:48:47',300.00,NULL,'','11','1','Good sold','1','727','sales','','','No',NULL,NULL,''),(5522,'4000','111611679691','2021-01-26 19:48:47',NULL,300.00,'','11','1','Good sold','1','727','sales','90380219','','No',NULL,NULL,''),(5523,'1100','111611679906','2021-01-26 19:52:03',300.00,NULL,'','11','1','Good sold','1','1087','sales','','','No',NULL,NULL,''),(5524,'4000','111611679906','2021-01-26 19:52:03',NULL,300.00,'','11','1','Good sold','1','1087','sales','90380219','','No',NULL,NULL,''),(5525,'1100','111611680018','2021-01-26 19:53:46',300.00,NULL,'','11','1','Good sold','1','1088','sales','','','No',NULL,NULL,''),(5526,'4000','111611680018','2021-01-26 19:53:46',NULL,300.00,'','11','1','Good sold','1','1088','sales','90380219','','No',NULL,NULL,''),(5527,'1100','111611680087','2021-01-26 19:58:53',350.00,NULL,'','11','1','Good sold','1','845','sales','','','No',NULL,NULL,''),(5528,'4000','111611680087','2021-01-26 19:58:53',NULL,350.00,'','11','1','Good sold','1','845','sales','69493023','','No',NULL,NULL,''),(5529,'1000','111611680517','2021-01-26 20:04:02',300.00,NULL,'','11','1','Good sold','1','910','sales','','','No',NULL,NULL,''),(5530,'4000','111611680517','2021-01-26 20:04:02',NULL,300.00,'','11','1','Good sold','1','910','sales','90380219','','No',NULL,NULL,''),(5531,'1100','111611680845','2021-01-26 20:07:33',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(5532,'4000','111611680845','2021-01-26 20:07:33',NULL,300.00,'','11','1','Good sold','1','890','sales','90380219','','No',NULL,NULL,''),(5533,'1100','111611680906','2021-01-26 20:08:38',300.00,NULL,'','11','1','Good sold','1','645','sales','','','No',NULL,NULL,''),(5534,'4000','111611680906','2021-01-26 20:08:38',NULL,300.00,'','11','1','Good sold','1','645','sales','90380219','','No',NULL,NULL,''),(5535,'1100','111611680957','2021-01-26 20:35:32',300.00,NULL,'','11','1','Good sold','1','908','sales','','','No',NULL,NULL,''),(5536,'4000','111611680957','2021-01-26 20:35:32',NULL,300.00,'','11','1','Good sold','1','908','sales','90380219','','No',NULL,NULL,''),(5537,'1100','111611682598','2021-01-26 20:36:46',300.00,NULL,'','11','1','Good sold','1','807','sales','','','No',NULL,NULL,''),(5538,'4000','111611682598','2021-01-26 20:36:46',NULL,300.00,'','11','1','Good sold','1','807','sales','90380219','','No',NULL,NULL,''),(5539,'1100','111611682669','2021-01-26 20:37:55',150.00,NULL,'','11','1','Good sold','1','506','sales','','','No',NULL,NULL,''),(5540,'4000','111611682669','2021-01-26 20:37:55',NULL,150.00,'','11','1','Good sold','1','506','sales','28716060','','No',NULL,NULL,''),(5541,'1100','111611682722','2021-01-26 20:38:52',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(5542,'4000','111611682722','2021-01-26 20:38:52',NULL,300.00,'','11','1','Good sold','1','713','sales','90380219','','No',NULL,NULL,''),(5543,'1000','111611683570','2021-01-26 20:52:59',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5544,'4000','111611683570','2021-01-26 20:52:59',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5545,'1100','111611683659','2021-01-26 20:54:32',300.00,NULL,'','11','1','Good sold','1','589','sales','','','No',NULL,NULL,''),(5546,'4000','111611683659','2021-01-26 20:54:32',NULL,300.00,'','11','1','Good sold','1','589','sales','90380219','','No',NULL,NULL,''),(5547,'1100','111611734969','2021-01-27 11:10:03',300.00,NULL,'','11','1','Good sold','1','589','sales','','','No',NULL,NULL,''),(5548,'4000','111611734969','2021-01-27 11:10:03',NULL,300.00,'','11','1','Good sold','1','589','sales','90380219','','No',NULL,NULL,''),(5549,'1100','111611735348','2021-01-27 11:16:13',900.00,NULL,'','11','1','Good sold','1','1089','sales','','','No',NULL,NULL,''),(5550,'4000','111611735348','2021-01-27 11:16:13',NULL,900.00,'','11','1','Good sold','1','1089','sales','90380219','','No',NULL,NULL,''),(5551,'1000','111611735571','2021-01-27 11:20:04',300.00,NULL,'','11','1','Good sold','1','1027','Payment','','','No',NULL,NULL,''),(5552,'4000','111611735571','2021-01-27 11:20:04',NULL,300.00,'','11','1','Good sold','1','1027','sales','90380219','','No',NULL,NULL,''),(5553,'1000','111611735679','2021-01-27 11:21:41',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5554,'4000','111611735679','2021-01-27 11:21:41',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5555,'1100','111611735736','2021-01-27 11:22:45',900.00,NULL,'','11','1','Good sold','1','846','sales','','','No',NULL,NULL,''),(5556,'4000','111611735736','2021-01-27 11:22:45',NULL,900.00,'','11','1','Good sold','1','846','sales','90380219','','No',NULL,NULL,''),(5557,'1000','111611735869','2021-01-27 11:25:42',300.00,NULL,'','11','1','Good sold','1','1062','sales','','','No',NULL,NULL,''),(5558,'4000','111611735869','2021-01-27 11:25:42',NULL,300.00,'','11','1','Good sold','1','1062','sales','28716060','','No',NULL,NULL,''),(5559,'1100','111611736129','2021-01-27 11:29:22',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(5560,'4000','111611736129','2021-01-27 11:29:22',NULL,600.00,'','11','1','Good sold','1','156','sales','90380219','','No',NULL,NULL,''),(5561,'1000','111611736291','2021-01-27 11:32:23',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5562,'4000','111611736291','2021-01-27 11:32:23',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5563,'4000','111611736291','2021-01-27 11:32:23',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5564,'1100','111611736400','2021-01-27 11:33:42',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(5565,'4000','111611736400','2021-01-27 11:33:42',NULL,600.00,'','11','1','Good sold','1','668','sales','90380219','','No',NULL,NULL,''),(5566,'1100','111611750591','2021-01-27 15:30:23',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(5567,'4000','111611750591','2021-01-27 15:30:23',NULL,300.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(5568,'1100','111611750831','2021-01-27 15:34:05',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(5569,'4000','111611750831','2021-01-27 15:34:05',NULL,300.00,'','11','1','Good sold','1','573','sales','90380219','','No',NULL,NULL,''),(5570,'1100','111611750959','2021-01-27 15:36:13',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(5571,'4000','111611750959','2021-01-27 15:36:13',NULL,300.00,'','11','1','Good sold','1','838','sales','90380219','','No',NULL,NULL,''),(5572,'1100','111611751271','2021-01-27 15:41:29',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(5573,'4000','111611751271','2021-01-27 15:41:29',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(5574,'1000','111611751353','2021-01-27 15:42:49',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5575,'4000','111611751353','2021-01-27 15:42:49',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5576,'1100','111611751388','2021-01-27 15:43:26',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(5577,'4000','111611751388','2021-01-27 15:43:26',NULL,150.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(5578,'1000','111611751464','2021-01-27 15:44:49',250.00,NULL,'','11','1','Good sold','1','1090','sales','','','No',NULL,NULL,''),(5579,'4000','111611751464','2021-01-27 15:44:49',NULL,250.00,'','11','1','Good sold','1','1090','sales','6164001798077','','No',NULL,NULL,''),(5580,'1100','111611751538','2021-01-27 15:45:55',80.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(5581,'4000','111611751538','2021-01-27 15:45:55',NULL,80.00,'','11','1','Good sold','1','53','sales','17286979','','No',NULL,NULL,''),(5582,'1000','111611752957','2021-01-27 16:10:54',300.00,NULL,'','11','1','Good sold','1','532','Payment','','','No',NULL,NULL,''),(5583,'4000','111611752957','2021-01-27 16:10:54',NULL,300.00,'','11','1','Good sold','1','532','sales','90380219','','No',NULL,NULL,''),(5584,'1000','111611753101','2021-01-27 16:11:51',300.00,NULL,'','11','1','Good sold','1','708','Payment','','','No',NULL,NULL,''),(5585,'4000','111611753101','2021-01-27 16:11:51',NULL,300.00,'','11','1','Good sold','1','708','sales','90380219','','No',NULL,NULL,''),(5586,'1100','111611753171','2021-01-27 16:17:07',300.00,NULL,'','11','1','Good sold','1','774','sales','','','No',NULL,NULL,''),(5587,'4000','111611753171','2021-01-27 16:17:07',NULL,300.00,'','11','1','Good sold','1','774','sales','90380219','','No',NULL,NULL,''),(5588,'1100','111611755168','2021-01-27 16:46:18',300.00,NULL,'','11','1','Good sold','1','1036','sales','','','No',NULL,NULL,''),(5589,'4000','111611755168','2021-01-27 16:46:18',NULL,300.00,'','11','1','Good sold','1','1036','sales','90380219','','No',NULL,NULL,''),(5590,'1000','111611755312','2021-01-27 16:48:41',300.00,NULL,'','11','1','Good sold','1','330','sales','','','No',NULL,NULL,''),(5591,'4000','111611755312','2021-01-27 16:48:41',NULL,300.00,'','11','1','Good sold','1','330','sales','90380219','','No',NULL,NULL,''),(5592,'1100','111611758289','2021-01-27 17:40:22',300.00,NULL,'','11','1','Good sold','1','1091','sales','','','No',NULL,NULL,''),(5593,'4000','111611758289','2021-01-27 17:40:22',NULL,300.00,'','11','1','Good sold','1','1091','sales','90380219','','No',NULL,NULL,''),(5594,'1000','111611758534','2021-01-27 17:42:29',300.00,NULL,'','11','1','Good sold','1','1092','sales','','','No',NULL,NULL,''),(5595,'4000','111611758534','2021-01-27 17:42:29',NULL,300.00,'','11','1','Good sold','1','1092','sales','90380219','','No',NULL,NULL,''),(5596,'1100','111611758648','2021-01-27 17:45:20',600.00,NULL,'','11','1','Good sold','1','729','sales','','','No',NULL,NULL,''),(5597,'4000','111611758648','2021-01-27 17:45:20',NULL,600.00,'','11','1','Good sold','1','729','sales','90380219','','No',NULL,NULL,''),(5598,'1000','111611758827','2021-01-27 17:47:20',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5599,'4000','111611758827','2021-01-27 17:47:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5600,'1000','111611758863','2021-01-27 17:47:53',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5601,'4000','111611758863','2021-01-27 17:47:53',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5602,'1100','111611762747','2021-01-27 18:54:45',600.00,NULL,'','11','1','Good sold','1','639','sales','','','No',NULL,NULL,''),(5603,'4000','111611762747','2021-01-27 18:54:45',NULL,600.00,'','11','1','Good sold','1','639','sales','90380219','','No',NULL,NULL,''),(5604,'1100','111611762992','2021-01-27 18:56:56',900.00,NULL,'','11','1','Good sold','1','129','sales','','','No',NULL,NULL,''),(5605,'4000','111611762992','2021-01-27 18:56:56',NULL,900.00,'','11','1','Good sold','1','129','sales','90380219','','No',NULL,NULL,''),(5606,'1000','111611763096','2021-01-27 18:58:37',600.00,NULL,'','11','1','Good sold','1','968','sales','','','No',NULL,NULL,''),(5607,'4000','111611763096','2021-01-27 18:58:37',NULL,600.00,'','11','1','Good sold','1','968','sales','90380219','','No',NULL,NULL,''),(5608,'1100','111611763194','2021-01-27 19:01:45',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(5609,'4000','111611763194','2021-01-27 19:01:45',NULL,300.00,'','11','1','Good sold','1','683','sales','90380219','','No',NULL,NULL,''),(5610,'1100','111611764337','2021-01-27 19:19:18',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(5611,'4000','111611764337','2021-01-27 19:19:18',NULL,300.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(5612,'1100','111611764419','2021-01-27 19:23:51',600.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(5613,'4000','111611764419','2021-01-27 19:23:51',NULL,600.00,'','11','1','Good sold','1','555','sales','90380219','','No',NULL,NULL,''),(5614,'1000','111611764672','2021-01-27 19:25:02',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5615,'4000','111611764672','2021-01-27 19:25:02',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(5616,'1000','111611765737','2021-01-27 19:42:35',150.00,NULL,'','11','1','Good sold','1','523','sales','','','No',NULL,NULL,''),(5617,'4000','111611765737','2021-01-27 19:42:35',NULL,150.00,'','11','1','Good sold','1','523','sales','28716060','','No',NULL,NULL,''),(5618,'1000','111611765822','2021-01-27 20:03:20',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5619,'4000','111611765822','2021-01-27 20:03:20',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5620,'1000','111611767005','2021-01-27 20:03:40',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5621,'4000','111611767005','2021-01-27 20:03:40',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5622,'1000','111611767024','2021-01-27 20:04:07',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5623,'4000','111611767024','2021-01-27 20:04:07',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(5624,'1100','111611767052','2021-01-27 20:08:31',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(5625,'4000','111611767052','2021-01-27 20:08:31',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(5626,'1000','111611767357','2021-01-27 20:09:36',300.00,NULL,'','11','1','Good sold','1','505','sales','','','No',NULL,NULL,''),(5627,'4000','111611767357','2021-01-27 20:09:36',NULL,300.00,'','11','1','Good sold','1','505','sales','90380219','','No',NULL,NULL,''),(5628,'1000','111611817545','2021-01-28 10:07:20',980.00,NULL,'','11','1','Good sold','1','939','sales','','','No',NULL,NULL,''),(5629,'4000','111611817545','2021-01-28 10:07:20',NULL,80.00,'','11','1','Good sold','1','939','sales','17286979','','No',NULL,NULL,''),(5630,'4000','111611817545','2021-01-28 10:07:20',NULL,900.00,'','11','1','Good sold','1','939','sales','90380219','','No',NULL,NULL,''),(5631,'1000','111611817746','2021-01-28 10:09:32',600.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(5632,'4000','111611817746','2021-01-28 10:09:32',NULL,600.00,'','11','1','Good sold','1','599','sales','90380219','','No',NULL,NULL,''),(5633,'1000','111611817826','2021-01-28 10:10:34',300.00,NULL,'','11','1','Good sold','1','1074','sales','','','No',NULL,NULL,''),(5634,'4000','111611817826','2021-01-28 10:10:34',NULL,300.00,'','11','1','Good sold','1','1074','sales','90380219','','No',NULL,NULL,''),(5635,'1100','111611817911','2021-01-28 10:12:03',320.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(5636,'4000','111611817911','2021-01-28 10:12:03',NULL,320.00,'','11','1','Good sold','1','849','sales','17286979','','No',NULL,NULL,''),(5637,'1100','111611817963','2021-01-28 10:13:00',450.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(5638,'4000','111611817963','2021-01-28 10:13:00',NULL,150.00,'','11','1','Good sold','1','681','sales','28716060','','No',NULL,NULL,''),(5639,'4000','111611817963','2021-01-28 10:13:00',NULL,300.00,'','11','1','Good sold','1','681','sales','90380219','','No',NULL,NULL,''),(5640,'1100','111611818030','2021-01-28 10:14:15',160.00,NULL,'','11','1','Good sold','1','768','sales','','','No',NULL,NULL,''),(5641,'4000','111611818030','2021-01-28 10:14:15',NULL,160.00,'','11','1','Good sold','1','768','sales','17286979','','No',NULL,NULL,''),(5642,'1000','111611818107','2021-01-28 10:15:16',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(5643,'4000','111611818107','2021-01-28 10:15:16',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(5644,'1000','111611818186','2021-01-28 10:16:36',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5645,'4000','111611818186','2021-01-28 10:16:36',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5646,'1000','111611823067','2021-01-28 11:37:56',300.00,NULL,'','11','1','Good sold','1','522','sales','','','No',NULL,NULL,''),(5647,'4000','111611823067','2021-01-28 11:37:56',NULL,300.00,'','11','1','Good sold','1','522','sales','90380219','','No',NULL,NULL,''),(5648,'1100','111611823125','2021-01-28 11:39:01',160.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(5649,'4000','111611823125','2021-01-28 11:39:01',NULL,160.00,'','11','1','Good sold','1','571','sales','17286979','','No',NULL,NULL,''),(5650,'1000','111611823592','2021-01-28 11:46:38',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5651,'4000','111611823592','2021-01-28 11:46:38',NULL,20.00,'','11','1','Good sold','1','','sales','30145488','','No',NULL,NULL,''),(5652,'1100','111611828120','2021-01-28 13:04:49',600.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(5653,'4000','111611828120','2021-01-28 13:04:49',NULL,600.00,'','11','1','Good sold','1','789','sales','90380219','','No',NULL,NULL,''),(5654,'1100','111611829381','2021-01-28 13:23:34',300.00,NULL,'','11','1','Good sold','1','833','sales','','','No',NULL,NULL,''),(5655,'4000','111611829381','2021-01-28 13:23:34',NULL,300.00,'','11','1','Good sold','1','833','sales','90380219','','No',NULL,NULL,''),(5656,'1100','111611833099','2021-01-28 14:25:50',600.00,NULL,'','11','1','Good sold','1','1093','sales','','','No',NULL,NULL,''),(5657,'4000','111611833099','2021-01-28 14:25:50',NULL,600.00,'','11','1','Good sold','1','1093','sales','90380219','','No',NULL,NULL,''),(5658,'1100','111611833212','2021-01-28 14:27:12',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(5659,'4000','111611833212','2021-01-28 14:27:12',NULL,150.00,'','11','1','Good sold','1','644','sales','28716060','','No',NULL,NULL,''),(5660,'1000','111611834407','2021-01-28 14:47:09',300.00,NULL,'','11','1','Good sold','1','1094','sales','','','No',NULL,NULL,''),(5661,'4000','111611834407','2021-01-28 14:47:09',NULL,300.00,'','11','1','Good sold','1','1094','sales','90380219','','No',NULL,NULL,''),(5662,'1000','111611834522','2021-01-28 14:49:02',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5663,'4000','111611834522','2021-01-28 14:49:02',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5664,'1100','111611841944','2021-01-28 16:53:04',600.00,NULL,'','11','1','Good sold','1','901','sales','','','No',NULL,NULL,''),(5665,'4000','111611841944','2021-01-28 16:53:04',NULL,600.00,'','11','1','Good sold','1','901','sales','90380219','','No',NULL,NULL,''),(5666,'1000','111611842437','2021-01-28 17:09:37',300.00,NULL,'','11','1','Good sold','1','675','Payment','','','No',NULL,NULL,''),(5667,'4000','111611842437','2021-01-28 17:09:37',NULL,300.00,'','11','1','Good sold','1','675','sales','90380219','','No',NULL,NULL,''),(5668,'1100','111611843419','2021-01-28 17:23:51',600.00,NULL,'','11','1','Good sold','1','815','sales','','','No',NULL,NULL,''),(5669,'4000','111611843419','2021-01-28 17:23:51',NULL,600.00,'','11','1','Good sold','1','815','sales','90380219','','No',NULL,NULL,''),(5670,'1000','111611844435','2021-01-28 17:34:14',300.00,NULL,'','11','1','Good sold','1','782','Payment','','','No',NULL,NULL,''),(5671,'4000','111611844435','2021-01-28 17:34:14',NULL,300.00,'','11','1','Good sold','1','782','sales','28716060','','No',NULL,NULL,''),(5672,'1100','111611844505','2021-01-28 17:37:52',300.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(5673,'4000','111611844505','2021-01-28 17:37:52',NULL,300.00,'','11','1','Good sold','1','782','sales','28716060','','No',NULL,NULL,''),(5674,'1000','111611844787','2021-01-28 17:40:16',150.00,NULL,'','11','1','Good sold','1','1095','Payment','','','No',NULL,NULL,''),(5675,'4000','111611844787','2021-01-28 17:40:16',NULL,150.00,'','11','1','Good sold','1','1095','sales','28716060','','No',NULL,NULL,''),(5676,'1000','111611845110','2021-01-28 17:50:04',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5677,'4000','111611845110','2021-01-28 17:50:04',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5678,'1100','111611845418','2021-01-28 17:50:48',600.00,NULL,'','11','1','Good sold','1','916','sales','','','No',NULL,NULL,''),(5679,'4000','111611845418','2021-01-28 17:50:48',NULL,600.00,'','11','1','Good sold','1','916','sales','90380219','','No',NULL,NULL,''),(5680,'1000','111611845614','2021-01-28 17:55:33',300.00,NULL,'','11','1','Good sold','1','1096','Payment','','','No',NULL,NULL,''),(5681,'4000','111611845614','2021-01-28 17:55:33',NULL,300.00,'','11','1','Good sold','1','1096','sales','90380219','','No',NULL,NULL,''),(5682,'1100','111611845783','2021-01-28 17:56:36',300.00,NULL,'','11','1','Good sold','1','927','sales','','','No',NULL,NULL,''),(5683,'4000','111611845783','2021-01-28 17:56:36',NULL,300.00,'','11','1','Good sold','1','927','sales','90380219','','No',NULL,NULL,''),(5684,'1100','111611847725','2021-01-28 18:29:17',600.00,NULL,'','11','1','Good sold','1','642','sales','','','No',NULL,NULL,''),(5685,'4000','111611847725','2021-01-28 18:29:17',NULL,600.00,'','11','1','Good sold','1','642','sales','90380219','','No',NULL,NULL,''),(5686,'1000','111611847853','2021-01-28 18:31:18',300.00,NULL,'','11','1','Good sold','1','1097','sales','','','No',NULL,NULL,''),(5687,'4000','111611847853','2021-01-28 18:31:18',NULL,300.00,'','11','1','Good sold','1','1097','sales','90380219','','No',NULL,NULL,''),(5688,'1100','111611848194','2021-01-28 19:04:15',900.00,NULL,'','11','1','Good sold','1','577','sales','','','No',NULL,NULL,''),(5689,'4000','111611848194','2021-01-28 19:04:15',NULL,900.00,'','11','1','Good sold','1','577','sales','90380219','','No',NULL,NULL,''),(5690,'1000','111611850016','2021-01-28 19:07:21',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5691,'4000','111611850016','2021-01-28 19:07:21',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5692,'1100','111611850641','2021-01-28 19:17:31',300.00,NULL,'','11','1','Good sold','1','790','sales','','','No',NULL,NULL,''),(5693,'4000','111611850641','2021-01-28 19:17:31',NULL,300.00,'','11','1','Good sold','1','790','sales','90380219','','No',NULL,NULL,''),(5694,'1100','111611852839','2021-01-28 19:54:36',750.00,NULL,'','11','1','Good sold','1','1098','sales','','','No',NULL,NULL,''),(5695,'4000','111611852839','2021-01-28 19:54:36',NULL,750.00,'','11','1','Good sold','1','1098','sales','6164001798077','','No',NULL,NULL,''),(5696,'1100','111611852945','2021-01-28 19:56:00',150.00,NULL,'','11','1','Good sold','1','1099','sales','','','No',NULL,NULL,''),(5697,'4000','111611852945','2021-01-28 19:56:00',NULL,150.00,'','11','1','Good sold','1','1099','sales','28716060','','No',NULL,NULL,''),(5698,'1100','111611854279','2021-01-28 20:18:05',300.00,NULL,'','11','1','Good sold','1','797','sales','','','No',NULL,NULL,''),(5699,'4000','111611854279','2021-01-28 20:18:05',NULL,300.00,'','11','1','Good sold','1','797','sales','90380219','','No',NULL,NULL,''),(5700,'1100','111611855229','2021-01-28 20:34:10',150.00,NULL,'','11','1','Good sold','1','565','sales','','','No',NULL,NULL,''),(5701,'4000','111611855229','2021-01-28 20:34:10',NULL,150.00,'','11','1','Good sold','1','565','sales','28716060','','No',NULL,NULL,''),(5702,'1100','111611855854','2021-01-28 20:44:31',300.00,NULL,'','11','1','Good sold','1','756','sales','','','No',NULL,NULL,''),(5703,'4000','111611855854','2021-01-28 20:44:31',NULL,300.00,'','11','1','Good sold','1','756','sales','90380219','','No',NULL,NULL,''),(5704,'1000','111611856598','2021-01-28 20:56:50',150.00,NULL,'','11','1','Good sold','1','1100','sales','','','No',NULL,NULL,''),(5705,'4000','111611856598','2021-01-28 20:56:50',NULL,150.00,'','11','1','Good sold','1','1100','sales','28716060','','No',NULL,NULL,''),(5706,'1000','111611903798','2021-01-29 10:21:08',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5707,'4000','111611903798','2021-01-29 10:21:08',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5708,'1100','111611904911','2021-01-29 10:22:38',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(5709,'4000','111611904911','2021-01-29 10:22:38',NULL,300.00,'','11','1','Good sold','1','155','sales','90380219','','No',NULL,NULL,''),(5710,'1000','111611905014','2021-01-29 10:23:42',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5711,'4000','111611905014','2021-01-29 10:23:42',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5712,'1000','111611905041','2021-01-29 10:24:16',300.00,NULL,'','11','1','Good sold','1','888','sales','','','No',NULL,NULL,''),(5713,'4000','111611905041','2021-01-29 10:24:16',NULL,300.00,'','11','1','Good sold','1','888','sales','90380219','','No',NULL,NULL,''),(5714,'1000','111611905122','2021-01-29 10:25:54',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(5715,'4000','111611905122','2021-01-29 10:25:54',NULL,300.00,'','11','1','Good sold','1','770','sales','90380219','','No',NULL,NULL,''),(5716,'1100','111611905202','2021-01-29 10:27:03',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(5717,'4000','111611905202','2021-01-29 10:27:03',NULL,300.00,'','11','1','Good sold','1','721','sales','90380219','','No',NULL,NULL,''),(5718,'1110','111611905280','2021-01-29 10:28:20',NULL,800.00,'','11','1','Inventory sold','1','1101','sales','18','','No',NULL,NULL,''),(5719,'5500','111611905280','2021-01-29 10:28:20',800.00,NULL,'','11','1','Cost of goods sold','1','1101','sales','','','No',NULL,NULL,''),(5720,'1000','111611905280','2021-01-29 10:28:20',1200.00,NULL,'','11','1','Good sold','1','1101','sales','','','No',NULL,NULL,''),(5721,'4000','111611905280','2021-01-29 10:28:20',NULL,1200.00,'','11','1','Good sold','1','1101','sales','18','','No',NULL,NULL,''),(5722,'1100','111611907685','2021-01-29 11:08:23',600.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(5723,'4000','111611907685','2021-01-29 11:08:23',NULL,600.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(5724,'1000','111611907762','2021-01-29 11:09:46',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5725,'4000','111611907762','2021-01-29 11:09:46',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5726,'1100','111611907838','2021-01-29 11:10:56',450.00,NULL,'','11','1','Good sold','1','1102','sales','','','No',NULL,NULL,''),(5727,'4000','111611907838','2021-01-29 11:10:56',NULL,450.00,'','11','1','Good sold','1','1102','sales','6164001798022','','No',NULL,NULL,''),(5728,'1100','111611912852','2021-01-29 12:34:45',600.00,NULL,'','11','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(5729,'4000','111611912852','2021-01-29 12:34:45',NULL,600.00,'','11','1','Good sold','1','435','sales','90380219','','No',NULL,NULL,''),(5730,'1100','111611912930','2021-01-29 12:35:57',300.00,NULL,'','11','1','Good sold','1','1103','sales','','','No',NULL,NULL,''),(5731,'4000','111611912930','2021-01-29 12:35:57',NULL,300.00,'','11','1','Good sold','1','1103','sales','90380219','','No',NULL,NULL,''),(5732,'1100','111611917765','2021-01-29 13:56:29',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(5733,'4000','111611917765','2021-01-29 13:56:29',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(5734,'1100','111611923069','2021-01-29 15:25:03',600.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(5735,'4000','111611923069','2021-01-29 15:25:03',NULL,600.00,'','11','1','Good sold','1','507','sales','90380219','','No',NULL,NULL,''),(5736,'1000','111611923069','2021-01-29 15:25:03',250.00,NULL,'','11','1','Good sold','1','1104','sales','','','No',NULL,NULL,''),(5737,'4000','111611923069','2021-01-29 15:25:03',NULL,250.00,'','11','1','Good sold','1','1104','sales','6164001798077','','No',NULL,NULL,''),(5738,'4000','111611923069','2021-01-29 15:25:03',NULL,600.00,'','11','1','Good sold','1','1104','sales','90380219','','No',NULL,NULL,''),(5739,'1000','111611934029','2021-01-29 18:29:54',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5740,'4000','111611934029','2021-01-29 18:29:54',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(5741,'1100','111611934224','2021-01-29 18:30:41',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(5742,'4000','111611934224','2021-01-29 18:30:41',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(5743,'1100','111611934355','2021-01-29 18:33:15',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(5744,'4000','111611934355','2021-01-29 18:33:15',NULL,600.00,'','11','1','Good sold','1','537','sales','90380219','','No',NULL,NULL,''),(5745,'1100','111611934460','2021-01-29 18:34:41',900.00,NULL,'','11','1','Good sold','1','1105','sales','','','No',NULL,NULL,''),(5746,'4000','111611934460','2021-01-29 18:34:41',NULL,900.00,'','11','1','Good sold','1','1105','sales','90380219','','No',NULL,NULL,''),(5747,'1000','111611934583','2021-01-29 18:36:35',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5748,'4000','111611934583','2021-01-29 18:36:35',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5749,'1100','111611934625','2021-01-29 18:37:27',300.00,NULL,'','11','1','Good sold','1','874','sales','','','No',NULL,NULL,''),(5750,'4000','111611934625','2021-01-29 18:37:27',NULL,300.00,'','11','1','Good sold','1','874','sales','90380219','','No',NULL,NULL,''),(5751,'1100','111611934714','2021-01-29 18:38:51',600.00,NULL,'','11','1','Good sold','1','842','sales','','','No',NULL,NULL,''),(5752,'4000','111611934714','2021-01-29 18:38:51',NULL,600.00,'','11','1','Good sold','1','842','sales','90380219','','No',NULL,NULL,''),(5753,'1100','111611938685','2021-01-29 19:45:09',600.00,NULL,'','11','1','Good sold','1','1106','sales','','','No',NULL,NULL,''),(5754,'4000','111611938685','2021-01-29 19:45:09',NULL,600.00,'','11','1','Good sold','1','1106','sales','90380219','','No',NULL,NULL,''),(5755,'1100','111611941497','2021-01-29 20:43:47',900.00,NULL,'','11','1','Good sold','1','928','sales','','','No',NULL,NULL,''),(5756,'4000','111611941497','2021-01-29 20:43:47',NULL,900.00,'','11','1','Good sold','1','928','sales','90380219','','No',NULL,NULL,''),(5757,'1100','111611942289','2021-01-29 20:44:57',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(5758,'4000','111611942289','2021-01-29 20:44:57',NULL,300.00,'','11','1','Good sold','1','574','sales','90380219','','No',NULL,NULL,''),(5759,'1000','111611942289','2021-01-29 20:44:57',120.00,NULL,'','11','1','Good sold','1','154','sales','','','No',NULL,NULL,''),(5760,'4000','111611942289','2021-01-29 20:44:57',NULL,120.00,'','11','1','Good sold','1','154','sales','01903810','','No',NULL,NULL,''),(5761,'4000','111611942289','2021-01-29 20:44:57',NULL,300.00,'','11','1','Good sold','1','154','sales','90380219','','No',NULL,NULL,''),(5762,'1100','111611942803','2021-01-29 20:54:40',300.00,NULL,'','11','1','Good sold','1','627','sales','','','No',NULL,NULL,''),(5763,'4000','111611942803','2021-01-29 20:54:40',NULL,300.00,'','11','1','Good sold','1','627','sales','90380219','','No',NULL,NULL,''),(5764,'1000','111611942922','2021-01-29 20:56:19',250.00,NULL,'','11','1','Good sold','1','1107','Payment','','','No',NULL,NULL,''),(5765,'4000','111611942922','2021-01-29 20:56:19',NULL,250.00,'','11','1','Good sold','1','1107','sales','6164001798077','','No',NULL,NULL,''),(5766,'1000','111611943042','2021-01-29 20:59:46',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5767,'4000','111611943042','2021-01-29 20:59:46',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5768,'1000','111611943212','2021-01-29 21:00:27',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5769,'4000','111611943212','2021-01-29 21:00:27',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5770,'1000','111611943241','2021-01-29 21:00:49',80.00,NULL,'','11','1','Good sold','1','1108','sales','','','No',NULL,NULL,''),(5771,'4000','111611943241','2021-01-29 21:00:49',NULL,80.00,'','11','1','Good sold','1','1108','sales','17286979','','No',NULL,NULL,''),(5772,'1100','111611991344','2021-01-30 10:22:39',300.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(5773,'4000','111611991344','2021-01-30 10:22:39',NULL,300.00,'','11','1','Good sold','1','147','sales','90380219','','No',NULL,NULL,''),(5774,'1100','111611994779','2021-01-30 11:19:55',300.00,NULL,'','11','1','Good sold','1','651','sales','','','No',NULL,NULL,''),(5775,'4000','111611994779','2021-01-30 11:19:55',NULL,300.00,'','11','1','Good sold','1','651','sales','90380219','','No',NULL,NULL,''),(5776,'1000','111611994850','2021-01-30 11:20:54',300.00,NULL,'','11','1','Good sold','1','524','Payment','','','No',NULL,NULL,''),(5777,'4000','111611994850','2021-01-30 11:20:54',NULL,300.00,'','11','1','Good sold','1','524','sales','90380219','','No',NULL,NULL,''),(5778,'1100','111611994912','2021-01-30 11:22:04',150.00,NULL,'','11','1','Good sold','1','673','sales','','','No',NULL,NULL,''),(5779,'4000','111611994912','2021-01-30 11:22:04',NULL,150.00,'','11','1','Good sold','1','673','sales','28716060','','No',NULL,NULL,''),(5780,'1000','111611995006','2021-01-30 11:23:38',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5781,'4000','111611995006','2021-01-30 11:23:38',NULL,240.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5782,'1000','111611995033','2021-01-30 11:24:12',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5783,'4000','111611995033','2021-01-30 11:24:12',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5784,'1000','111611995079','2021-01-30 11:24:47',300.00,NULL,'','11','1','Good sold','1','1109','sales','','','No',NULL,NULL,''),(5785,'4000','111611995079','2021-01-30 11:24:47',NULL,300.00,'','11','1','Good sold','1','1109','sales','90380219','','No',NULL,NULL,''),(5786,'1000','111611995439','2021-01-30 11:30:56',600.00,NULL,'','11','1','Good sold','1','1110','sales','','','No',NULL,NULL,''),(5787,'4000','111611995439','2021-01-30 11:30:56',NULL,600.00,'','11','1','Good sold','1','1110','sales','90380219','','No',NULL,NULL,''),(5788,'1100','111611995491','2021-01-30 11:31:56',600.00,NULL,'','11','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(5789,'4000','111611995491','2021-01-30 11:31:56',NULL,600.00,'','11','1','Good sold','1','386','sales','90380219','','No',NULL,NULL,''),(5790,'1000','111611995586','2021-01-30 11:33:14',300.00,NULL,'','11','1','Good sold','1','1080','sales','','','No',NULL,NULL,''),(5791,'4000','111611995586','2021-01-30 11:33:14',NULL,300.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(5792,'1100','111611995631','2021-01-30 11:34:48',150.00,NULL,'','11','1','Good sold','1','1111','sales','','','No',NULL,NULL,''),(5793,'4000','111611995631','2021-01-30 11:34:48',NULL,150.00,'','11','1','Good sold','1','1111','sales','28716060','','No',NULL,NULL,''),(5794,'1100','111611995756','2021-01-30 11:36:01',300.00,NULL,'','11','1','Good sold','1','883','sales','','','No',NULL,NULL,''),(5795,'4000','111611995756','2021-01-30 11:36:01',NULL,300.00,'','11','1','Good sold','1','883','sales','90380219','','No',NULL,NULL,''),(5796,'1000','111611997548','2021-01-30 12:07:20',400.00,NULL,'','11','1','Good sold','1','711','sales','','','No',NULL,NULL,''),(5797,'4000','111611997548','2021-01-30 12:07:20',NULL,250.00,'','11','1','Good sold','1','711','sales','6164001798077','','No',NULL,NULL,''),(5798,'4000','111611997548','2021-01-30 12:07:20',NULL,150.00,'','11','1','Good sold','1','711','sales','28716060','','No',NULL,NULL,''),(5799,'1100','111611998824','2021-01-30 12:27:11',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(5800,'4000','111611998824','2021-01-30 12:27:11',NULL,150.00,'','11','1','Good sold','1','613','sales','28716060','','No',NULL,NULL,''),(5801,'1100','111612010825','2021-01-30 15:47:56',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(5802,'4000','111612010825','2021-01-30 15:47:56',NULL,300.00,'','11','1','Good sold','1','689','sales','90380219','','No',NULL,NULL,''),(5803,'1000','111612010971','2021-01-30 15:49:46',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5804,'4000','111612010971','2021-01-30 15:49:46',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(5805,'1100','111612011004','2021-01-30 15:50:15',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(5806,'4000','111612011004','2021-01-30 15:50:15',NULL,300.00,'','11','1','Good sold','1','769','sales','90380219','','No',NULL,NULL,''),(5807,'1100','111612011066','2021-01-30 15:51:14',300.00,NULL,'','11','1','Good sold','1','690','sales','','','No',NULL,NULL,''),(5808,'4000','111612011066','2021-01-30 15:51:14',NULL,300.00,'','11','1','Good sold','1','690','sales','90380219','','No',NULL,NULL,''),(5809,'1100','111612011118','2021-01-30 15:52:38',1500.00,NULL,'','11','1','Good sold','1','943','sales','','','No',NULL,NULL,''),(5810,'4000','111612011118','2021-01-30 15:52:38',NULL,900.00,'','11','1','Good sold','1','943','sales','6164001798022','','No',NULL,NULL,''),(5811,'4000','111612011118','2021-01-30 15:52:38',NULL,600.00,'','11','1','Good sold','1','943','sales','90380219','','No',NULL,NULL,''),(5812,'1000','111612011202','2021-01-30 15:53:38',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5813,'4000','111612011202','2021-01-30 15:53:38',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5814,'1100','111612011775','2021-01-30 16:03:09',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(5815,'4000','111612011775','2021-01-30 16:03:09',NULL,300.00,'','11','1','Good sold','1','821','sales','90380219','','No',NULL,NULL,''),(5816,'1100','111612013731','2021-01-30 16:36:26',650.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(5817,'4000','111612013731','2021-01-30 16:36:26',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(5818,'4000','111612013731','2021-01-30 16:36:26',NULL,350.00,'','11','1','Good sold','1','621','sales','69493023','','No',NULL,NULL,''),(5819,'1000','111612013897','2021-01-30 16:39:06',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5820,'4000','111612013897','2021-01-30 16:39:06',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5821,'1000','111612013999','2021-01-30 16:46:22',900.00,NULL,'','11','1','Good sold','1','1015','Payment','','','No',NULL,NULL,''),(5822,'4000','111612013999','2021-01-30 16:46:22',NULL,900.00,'','11','1','Good sold','1','1015','sales','90380219','','No',NULL,NULL,''),(5823,'1100','111612014725','2021-01-30 16:52:36',900.00,NULL,'','11','1','Good sold','1','1015','sales','','','No',NULL,NULL,''),(5824,'4000','111612014725','2021-01-30 16:52:36',NULL,900.00,'','11','1','Good sold','1','1015','sales','90380219','','No',NULL,NULL,''),(5825,'1100','111612014830','2021-01-30 16:54:02',300.00,NULL,'','11','1','Good sold','1','962','sales','','','No',NULL,NULL,''),(5826,'4000','111612014830','2021-01-30 16:54:02',NULL,300.00,'','11','1','Good sold','1','962','sales','90380219','','No',NULL,NULL,''),(5827,'1000','111612016115','2021-01-30 17:15:25',300.00,NULL,'','11','1','Good sold','1','974','sales','','','No',NULL,NULL,''),(5828,'4000','111612016115','2021-01-30 17:15:25',NULL,300.00,'','11','1','Good sold','1','974','sales','28716060','','No',NULL,NULL,''),(5829,'1110','111612016165','2021-01-30 17:16:19',NULL,800.00,'','11','1','Inventory sold','1','1112','sales','18','','No',NULL,NULL,''),(5830,'5500','111612016165','2021-01-30 17:16:19',800.00,NULL,'','11','1','Cost of goods sold','1','1112','sales','','','No',NULL,NULL,''),(5831,'1000','111612016165','2021-01-30 17:16:19',1200.00,NULL,'','11','1','Good sold','1','1112','sales','','','No',NULL,NULL,''),(5832,'4000','111612016165','2021-01-30 17:16:19',NULL,1200.00,'','11','1','Good sold','1','1112','sales','18','','No',NULL,NULL,''),(5833,'1000','111612016279','2021-01-30 17:18:20',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5834,'4000','111612016279','2021-01-30 17:18:20',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5835,'1100','111612016311','2021-01-30 17:19:08',600.00,NULL,'','11','1','Good sold','1','751','sales','','','No',NULL,NULL,''),(5836,'4000','111612016311','2021-01-30 17:19:08',NULL,600.00,'','11','1','Good sold','1','751','sales','90380219','','No',NULL,NULL,''),(5837,'1100','111612016408','2021-01-30 17:20:19',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(5838,'4000','111612016408','2021-01-30 17:20:19',NULL,300.00,'','11','1','Good sold','1','652','sales','90380219','','No',NULL,NULL,''),(5839,'1000','111612016511','2021-01-30 17:22:42',600.00,NULL,'','11','1','Good sold','1','1113','sales','','','No',NULL,NULL,''),(5840,'4000','111612016511','2021-01-30 17:22:42',NULL,600.00,'','11','1','Good sold','1','1113','sales','90380219','','No',NULL,NULL,''),(5841,'1100','111612016641','2021-01-30 17:25:35',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(5842,'4000','111612016641','2021-01-30 17:25:35',NULL,150.00,'','11','1','Good sold','1','929','sales','28716060','','No',NULL,NULL,''),(5843,'1100','111612016778','2021-01-30 17:26:41',300.00,NULL,'','11','1','Good sold','1','856','sales','','','No',NULL,NULL,''),(5844,'4000','111612016778','2021-01-30 17:26:41',NULL,300.00,'','11','1','Good sold','1','856','sales','90380219','','No',NULL,NULL,''),(5845,'1100','111612016846','2021-01-30 17:27:50',900.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(5846,'4000','111612016846','2021-01-30 17:27:50',NULL,900.00,'','11','1','Good sold','1','629','sales','90380219','','No',NULL,NULL,''),(5847,'1000','111612016846','2021-01-30 17:27:50',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5848,'4000','111612016846','2021-01-30 17:27:50',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(5849,'4000','111612016846','2021-01-30 17:27:50',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5850,'1100','111612017013','2021-01-30 17:31:43',150.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(5851,'4000','111612017013','2021-01-30 17:31:43',NULL,150.00,'','11','1','Good sold','1','548','sales','28716060','','No',NULL,NULL,''),(5852,'1100','111612017161','2021-01-30 17:33:03',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(5853,'4000','111612017161','2021-01-30 17:33:03',NULL,450.00,'','11','1','Good sold','1','590','sales','28716060','','No',NULL,NULL,''),(5854,'1100','111612021017','2021-01-30 18:37:28',450.00,NULL,'','11','1','Good sold','1','1114','sales','','','No',NULL,NULL,''),(5855,'4000','111612021017','2021-01-30 18:37:28',NULL,450.00,'','11','1','Good sold','1','1114','sales','6164001798022','','No',NULL,NULL,''),(5856,'1000','111612021101','2021-01-30 18:39:09',460.00,NULL,'','11','1','Good sold','1','1027','Payment','','','No',NULL,NULL,''),(5857,'4000','111612021101','2021-01-30 18:39:09',NULL,160.00,'','11','1','Good sold','1','1027','sales','17286979','','No',NULL,NULL,''),(5858,'4000','111612021101','2021-01-30 18:39:09',NULL,300.00,'','11','1','Good sold','1','1027','sales','90380219','','No',NULL,NULL,''),(5859,'1000','111612021212','2021-01-30 18:40:29',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5860,'4000','111612021212','2021-01-30 18:40:29',NULL,300.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(5861,'1100','111612021247','2021-01-30 18:41:24',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(5862,'4000','111612021247','2021-01-30 18:41:24',NULL,300.00,'','11','1','Good sold','1','527','sales','90380219','','No',NULL,NULL,''),(5863,'1100','111612021322','2021-01-30 18:42:53',300.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(5864,'4000','111612021322','2021-01-30 18:42:53',NULL,300.00,'','11','1','Good sold','1','698','sales','90380219','','No',NULL,NULL,''),(5865,'1100','111612021533','2021-01-30 18:45:49',300.00,NULL,'','11','1','Good sold','1','816','sales','','','No',NULL,NULL,''),(5866,'4000','111612021533','2021-01-30 18:45:49',NULL,300.00,'','11','1','Good sold','1','816','sales','90380219','','No',NULL,NULL,''),(5867,'1000','111612021588','2021-01-30 19:01:33',600.00,NULL,'','11','1','Good sold','1','1115','sales','','','No',NULL,NULL,''),(5868,'4000','111612021588','2021-01-30 19:01:33',NULL,600.00,'','11','1','Good sold','1','1115','sales','90380219','','No',NULL,NULL,''),(5869,'1100','111612022740','2021-01-30 19:05:59',230.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(5870,'4000','111612022740','2021-01-30 19:05:59',NULL,80.00,'','11','1','Good sold','1','139','sales','17286979','','No',NULL,NULL,''),(5871,'4000','111612022740','2021-01-30 19:05:59',NULL,150.00,'','11','1','Good sold','1','139','sales','28716060','','No',NULL,NULL,''),(5872,'1100','111612024698','2021-01-30 19:38:38',600.00,NULL,'','11','1','Good sold','1','777','sales','','','No',NULL,NULL,''),(5873,'4000','111612024698','2021-01-30 19:38:38',NULL,600.00,'','11','1','Good sold','1','777','sales','90380219','','No',NULL,NULL,''),(5874,'1000','111612025300','2021-01-30 19:48:53',300.00,NULL,'','11','1','Good sold','1','1070','sales','','','No',NULL,NULL,''),(5875,'4000','111612025300','2021-01-30 19:48:53',NULL,300.00,'','11','1','Good sold','1','1070','sales','28716060','','No',NULL,NULL,''),(5876,'1100','111612026370','2021-01-30 20:06:32',600.00,NULL,'','11','1','Good sold','1','1116','sales','','','No',NULL,NULL,''),(5877,'4000','111612026370','2021-01-30 20:06:32',NULL,600.00,'','11','1','Good sold','1','1116','sales','90380219','','No',NULL,NULL,''),(5878,'1100','111612028194','2021-01-30 20:36:45',300.00,NULL,'','11','1','Good sold','1','730','sales','','','No',NULL,NULL,''),(5879,'4000','111612028194','2021-01-30 20:36:45',NULL,300.00,'','11','1','Good sold','1','730','sales','90380219','','No',NULL,NULL,''),(5880,'1100','111612028393','2021-01-30 20:39:59',300.00,NULL,'','11','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(5881,'4000','111612028393','2021-01-30 20:39:59',NULL,300.00,'','11','1','Good sold','1','150','sales','90380219','','No',NULL,NULL,''),(5882,'1000','111612029847','2021-01-30 21:04:32',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5883,'4000','111612029847','2021-01-30 21:04:32',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(5884,'1000','111612029890','2021-01-30 21:05:21',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5885,'4000','111612029890','2021-01-30 21:05:21',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5886,'1100','111612079003','2021-01-31 10:44:34',150.00,NULL,'','11','1','Good sold','1','1117','sales','','','No',NULL,NULL,''),(5887,'4000','111612079003','2021-01-31 10:44:34',NULL,150.00,'','11','1','Good sold','1','1117','sales','28716060','','No',NULL,NULL,''),(5888,'1100','111612079179','2021-01-31 10:46:53',600.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(5889,'4000','111612079179','2021-01-31 10:46:53',NULL,600.00,'','11','1','Good sold','1','602','sales','90380219','','No',NULL,NULL,''),(5890,'1100','111612079301','2021-01-31 10:48:43',600.00,NULL,'','11','1','Good sold','1','742','sales','','','No',NULL,NULL,''),(5891,'4000','111612079301','2021-01-31 10:48:43',NULL,600.00,'','11','1','Good sold','1','742','sales','90380219','','No',NULL,NULL,''),(5892,'1100','111612079475','2021-01-31 10:51:32',300.00,NULL,'','11','1','Good sold','1','1118','sales','','','No',NULL,NULL,''),(5893,'4000','111612079475','2021-01-31 10:51:32',NULL,300.00,'','11','1','Good sold','1','1118','sales','90380219','','No',NULL,NULL,''),(5894,'1000','111612083698','2021-01-31 12:02:45',600.00,NULL,'','11','1','Good sold','1','549','Payment','','','No',NULL,NULL,''),(5895,'4000','111612083698','2021-01-31 12:02:45',NULL,600.00,'','11','1','Good sold','1','549','sales','90380219','','No',NULL,NULL,''),(5896,'1100','111612084318','2021-01-31 12:12:26',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(5897,'4000','111612084318','2021-01-31 12:12:26',NULL,600.00,'','11','1','Good sold','1','549','sales','90380219','','No',NULL,NULL,''),(5898,'1100','111612084420','2021-01-31 12:14:05',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(5899,'4000','111612084420','2021-01-31 12:14:05',NULL,300.00,'','11','1','Good sold','1','946','sales','90380219','','No',NULL,NULL,''),(5900,'1000','111612084888','2021-01-31 12:21:40',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5901,'4000','111612084888','2021-01-31 12:21:40',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5902,'1100','111612085448','2021-01-31 12:31:07',300.00,NULL,'','11','1','Good sold','1','941','sales','','','No',NULL,NULL,''),(5903,'4000','111612085448','2021-01-31 12:31:07',NULL,300.00,'','11','1','Good sold','1','941','sales','90380219','','No',NULL,NULL,''),(5904,'1000','111612086609','2021-01-31 12:50:26',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5905,'4000','111612086609','2021-01-31 12:50:26',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(5906,'1100','111612087014','2021-01-31 12:57:11',80.00,NULL,'','11','1','Good sold','1','53','sales','','','No',NULL,NULL,''),(5907,'4000','111612087014','2021-01-31 12:57:11',NULL,80.00,'','11','1','Good sold','1','53','sales','17286979','','No',NULL,NULL,''),(5908,'1000','111612095059','2021-01-31 15:12:15',300.00,NULL,'','11','1','Good sold','1','1119','sales','','','No',NULL,NULL,''),(5909,'4000','111612095059','2021-01-31 15:12:15',NULL,300.00,'','11','1','Good sold','1','1119','sales','90380219','','No',NULL,NULL,''),(5910,'1000','111612095229','2021-01-31 15:14:03',300.00,NULL,'','11','1','Good sold','1','885','Payment','','','No',NULL,NULL,''),(5911,'4000','111612095229','2021-01-31 15:14:03',NULL,300.00,'','11','1','Good sold','1','885','sales','90380219','','No',NULL,NULL,''),(5912,'1100','111612095328','2021-01-31 15:16:09',600.00,NULL,'','11','1','Good sold','1','1120','sales','','','No',NULL,NULL,''),(5913,'4000','111612095328','2021-01-31 15:16:09',NULL,600.00,'','11','1','Good sold','1','1120','sales','90380219','','No',NULL,NULL,''),(5914,'1100','111612095454','2021-01-31 15:20:16',600.00,NULL,'','11','1','Good sold','1','1121','sales','','','No',NULL,NULL,''),(5915,'4000','111612095454','2021-01-31 15:20:16',NULL,600.00,'','11','1','Good sold','1','1121','sales','90380219','','No',NULL,NULL,''),(5916,'1100','111612095722','2021-01-31 15:22:18',300.00,NULL,'','11','1','Good sold','1','819','sales','','','No',NULL,NULL,''),(5917,'4000','111612095722','2021-01-31 15:22:18',NULL,300.00,'','11','1','Good sold','1','819','sales','90380219','','No',NULL,NULL,''),(5918,'1000','111612096375','2021-01-31 15:33:54',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5919,'4000','111612096375','2021-01-31 15:33:54',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5920,'1000','111612096450','2021-01-31 15:35:01',450.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(5921,'4000','111612096450','2021-01-31 15:35:01',NULL,150.00,'','11','1','Good sold','1','709','sales','28716060','','No',NULL,NULL,''),(5922,'4000','111612096450','2021-01-31 15:35:01',NULL,300.00,'','11','1','Good sold','1','709','sales','90380219','','No',NULL,NULL,''),(5923,'1100','111612096625','2021-01-31 15:38:24',300.00,NULL,'','11','1','Good sold','1','1122','sales','','','No',NULL,NULL,''),(5924,'4000','111612096625','2021-01-31 15:38:24',NULL,300.00,'','11','1','Good sold','1','1122','sales','90380219','','No',NULL,NULL,''),(5925,'1000','111612096779','2021-01-31 15:40:03',120.00,NULL,'','11','1','Good sold','1','1123','sales','','','No',NULL,NULL,''),(5926,'4000','111612096779','2021-01-31 15:40:03',NULL,120.00,'','11','1','Good sold','1','1123','sales','01903810','','No',NULL,NULL,''),(5927,'1000','111612096919','2021-01-31 15:42:25',600.00,NULL,'','11','1','Good sold','1','1124','sales','','','No',NULL,NULL,''),(5928,'4000','111612096919','2021-01-31 15:42:25',NULL,600.00,'','11','1','Good sold','1','1124','sales','90380219','','No',NULL,NULL,''),(5929,'1100','111612097007','2021-01-31 15:43:52',150.00,NULL,'','11','1','Good sold','1','1125','sales','','','No',NULL,NULL,''),(5930,'4000','111612097007','2021-01-31 15:43:52',NULL,150.00,'','11','1','Good sold','1','1125','sales','28716060','','No',NULL,NULL,''),(5931,'1100','111612098805','2021-01-31 16:16:00',600.00,NULL,'','11','1','Good sold','1','960','sales','','','No',NULL,NULL,''),(5932,'4000','111612098805','2021-01-31 16:16:00',NULL,600.00,'','11','1','Good sold','1','960','sales','90380219','','No',NULL,NULL,''),(5933,'1000','111612099304','2021-01-31 16:22:11',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5934,'4000','111612099304','2021-01-31 16:22:11',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(5935,'4000','111612099304','2021-01-31 16:22:11',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5936,'1100','111612099356','2021-01-31 16:22:49',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(5937,'4000','111612099356','2021-01-31 16:22:49',NULL,300.00,'','11','1','Good sold','1','536','sales','90380219','','No',NULL,NULL,''),(5938,'1000','111612099469','2021-01-31 16:24:40',300.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(5939,'4000','111612099469','2021-01-31 16:24:40',NULL,300.00,'','11','1','Good sold','1','597','sales','90380219','','No',NULL,NULL,''),(5940,'1100','111612099521','2021-01-31 16:25:33',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(5941,'4000','111612099521','2021-01-31 16:25:33',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(5942,'1100','111612099890','2021-01-31 16:31:41',300.00,NULL,'','11','1','Good sold','1','1126','sales','','','No',NULL,NULL,''),(5943,'4000','111612099890','2021-01-31 16:31:41',NULL,300.00,'','11','1','Good sold','1','1126','sales','90380219','','No',NULL,NULL,''),(5944,'1100','111612099990','2021-01-31 16:36:58',300.00,NULL,'','11','1','Good sold','1','1127','sales','','','No',NULL,NULL,''),(5945,'4000','111612099990','2021-01-31 16:36:58',NULL,300.00,'','11','1','Good sold','1','1127','sales','90380219','','No',NULL,NULL,''),(5946,'1100','111612100282','2021-01-31 16:38:08',300.00,NULL,'','11','1','Good sold','1','657','sales','','','No',NULL,NULL,''),(5947,'4000','111612100282','2021-01-31 16:38:08',NULL,300.00,'','11','1','Good sold','1','657','sales','90380219','','No',NULL,NULL,''),(5948,'1100','111612100410','2021-01-31 17:02:33',450.00,NULL,'','11','1','Good sold','1','173','sales','','','No',NULL,NULL,''),(5949,'4000','111612100410','2021-01-31 17:02:33',NULL,450.00,'','11','1','Good sold','1','173','sales','28716060','','No',NULL,NULL,''),(5950,'1000','111612103358','2021-01-31 17:44:05',300.00,NULL,'','11','1','Good sold','1','1128','sales','','','No',NULL,NULL,''),(5951,'4000','111612103358','2021-01-31 17:44:05',NULL,300.00,'','11','1','Good sold','1','1128','sales','90380219','','No',NULL,NULL,''),(5952,'1000','111612108187','2021-01-31 18:49:55',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5953,'4000','111612108187','2021-01-31 18:49:55',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5954,'1000','111612108208','2021-01-31 18:50:14',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5955,'4000','111612108208','2021-01-31 18:50:14',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(5956,'1100','111612108763','2021-01-31 18:59:49',300.00,NULL,'','11','1','Good sold','1','1129','sales','','','No',NULL,NULL,''),(5957,'4000','111612108763','2021-01-31 18:59:49',NULL,300.00,'','11','1','Good sold','1','1129','sales','90380219','','No',NULL,NULL,''),(5958,'1000','111612109238','2021-01-31 19:14:09',160.00,NULL,'','11','1','Good sold','1','1130','Payment','','','No',NULL,NULL,''),(5959,'4000','111612109238','2021-01-31 19:14:09',NULL,160.00,'','11','1','Good sold','1','1130','sales','17286979','','No',NULL,NULL,''),(5960,'1000','111612109724','2021-01-31 19:15:48',300.00,NULL,'','11','1','Good sold','1','241','sales','','','No',NULL,NULL,''),(5961,'4000','111612109724','2021-01-31 19:15:48',NULL,300.00,'','11','1','Good sold','1','241','sales','90380219','','No',NULL,NULL,''),(5962,'1100','111612109987','2021-01-31 19:35:07',300.00,NULL,'','11','1','Good sold','1','726','sales','','','No',NULL,NULL,''),(5963,'4000','111612109987','2021-01-31 19:35:07',NULL,300.00,'','11','1','Good sold','1','726','sales','90380219','','No',NULL,NULL,''),(5964,'1100','111612111091','2021-01-31 19:38:28',600.00,NULL,'','11','1','Good sold','1','885','sales','','','No',NULL,NULL,''),(5965,'4000','111612111091','2021-01-31 19:38:28',NULL,600.00,'','11','1','Good sold','1','885','sales','90380219','','No',NULL,NULL,''),(5966,'1000','111612111922','2021-01-31 19:52:20',600.00,NULL,'','11','1','Good sold','1','1080','sales','','','No',NULL,NULL,''),(5967,'4000','111612111922','2021-01-31 19:52:20',NULL,600.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(5968,'1000','111612112356','2021-01-31 19:59:39',450.00,NULL,'','11','1','Good sold','1','1131','sales','','','No',NULL,NULL,''),(5969,'4000','111612112356','2021-01-31 19:59:39',NULL,450.00,'','11','1','Good sold','1','1131','sales','6164001798022','','No',NULL,NULL,''),(5970,'1100','111612112680','2021-01-31 20:05:15',600.00,NULL,'','11','1','Good sold','1','820','sales','','','No',NULL,NULL,''),(5971,'4000','111612112680','2021-01-31 20:05:15',NULL,600.00,'','11','1','Good sold','1','820','sales','90380219','','No',NULL,NULL,''),(5972,'1000','111612112916','2021-01-31 20:15:04',600.00,NULL,'','11','1','Good sold','1','51','sales','','','No',NULL,NULL,''),(5973,'4000','111612112916','2021-01-31 20:15:04',NULL,600.00,'','11','1','Good sold','1','51','sales','90380219','','No',NULL,NULL,''),(5974,'1100','111612115247','2021-01-31 20:48:53',300.00,NULL,'','11','1','Good sold','1','1122','sales','','','No',NULL,NULL,''),(5975,'4000','111612115247','2021-01-31 20:48:53',NULL,300.00,'','11','1','Good sold','1','1122','sales','90380219','','No',NULL,NULL,''),(5976,'1000','111612115471','2021-01-31 20:51:40',300.00,NULL,'','11','1','Good sold','1','98','Payment','','','No',NULL,NULL,''),(5977,'4000','111612115471','2021-01-31 20:51:40',NULL,300.00,'','11','1','Good sold','1','98','sales','90380219','','No',NULL,NULL,''),(5978,'1100','111612115654','2021-01-31 20:54:29',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(5979,'4000','111612115654','2021-01-31 20:54:29',NULL,300.00,'','11','1','Good sold','1','98','sales','90380219','','No',NULL,NULL,''),(5980,'1000','111612155797','2021-02-01 08:03:30',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(5981,'4000','111612155797','2021-02-01 08:03:30',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(5982,'1100','111612156023','2021-02-01 08:07:26',1200.00,NULL,'','11','1','Good sold','1','1132','sales','','','No',NULL,NULL,''),(5983,'4000','111612156023','2021-02-01 08:07:26',NULL,1200.00,'','11','1','Good sold','1','1132','sales','90380219','','No',NULL,NULL,''),(5984,'1000','111612157308','2021-02-01 08:28:38',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5985,'4000','111612157308','2021-02-01 08:28:38',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(5986,'1100','111612158058','2021-02-01 08:41:26',150.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(5987,'4000','111612158058','2021-02-01 08:41:26',NULL,150.00,'','11','1','Good sold','1','508','sales','28716060','','No',NULL,NULL,''),(5988,'1000','111612162556','2021-02-01 09:56:08',300.00,NULL,'','11','1','Good sold','1','1133','sales','','','No',NULL,NULL,''),(5989,'4000','111612162556','2021-02-01 09:56:08',NULL,300.00,'','11','1','Good sold','1','1133','sales','90380219','','No',NULL,NULL,''),(5990,'1000','111612174975','2021-02-01 13:23:29',300.00,NULL,'','11','1','Good sold','1','1133','sales','','','No',NULL,NULL,''),(5991,'4000','111612174975','2021-02-01 13:23:29',NULL,300.00,'','11','1','Good sold','1','1133','sales','90380219','','No',NULL,NULL,''),(5992,'1100','111612175093','2021-02-01 13:26:22',230.00,NULL,'','11','1','Good sold','1','1134','sales','','','No',NULL,NULL,''),(5993,'4000','111612175093','2021-02-01 13:26:22',NULL,80.00,'','11','1','Good sold','1','1134','sales','17286979','','No',NULL,NULL,''),(5994,'4000','111612175093','2021-02-01 13:26:22',NULL,150.00,'','11','1','Good sold','1','1134','sales','28716060','','No',NULL,NULL,''),(5995,'1100','111612177796','2021-02-01 14:10:58',300.00,NULL,'','11','1','Good sold','1','745','sales','','','No',NULL,NULL,''),(5996,'4000','111612177796','2021-02-01 14:10:58',NULL,300.00,'','11','1','Good sold','1','745','sales','90380219','','No',NULL,NULL,''),(5997,'1100','111612177923','2021-02-01 14:12:28',300.00,NULL,'','11','1','Good sold','1','881','sales','','','No',NULL,NULL,''),(5998,'4000','111612177923','2021-02-01 14:12:28',NULL,300.00,'','11','1','Good sold','1','881','sales','90380219','','No',NULL,NULL,''),(5999,'1000','111612178073','2021-02-01 14:14:44',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6000,'4000','111612178073','2021-02-01 14:14:44',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6001,'1100','111612178105','2021-02-01 14:15:17',300.00,NULL,'','11','1','Good sold','1','1036','sales','','','No',NULL,NULL,''),(6002,'4000','111612178105','2021-02-01 14:15:17',NULL,300.00,'','11','1','Good sold','1','1036','sales','90380219','','No',NULL,NULL,''),(6003,'1100','111612179100','2021-02-01 14:31:50',300.00,NULL,'','11','1','Good sold','1','988','sales','','','No',NULL,NULL,''),(6004,'4000','111612179100','2021-02-01 14:31:50',NULL,300.00,'','11','1','Good sold','1','988','sales','90380219','','No',NULL,NULL,''),(6005,'1000','111612180642','2021-02-01 14:57:31',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6006,'4000','111612180642','2021-02-01 14:57:31',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(6007,'1000','111612187105','2021-02-01 16:45:27',250.00,NULL,'','11','1','Good sold','1','1135','sales','','','No',NULL,NULL,''),(6008,'4000','111612187105','2021-02-01 16:45:27',NULL,250.00,'','11','1','Good sold','1','1135','sales','6164001798077','','No',NULL,NULL,''),(6009,'1100','111612187413','2021-02-01 16:50:24',300.00,NULL,'','11','1','Good sold','1','725','sales','','','No',NULL,NULL,''),(6010,'4000','111612187413','2021-02-01 16:50:24',NULL,300.00,'','11','1','Good sold','1','725','sales','90380219','','No',NULL,NULL,''),(6011,'1000','111612187560','2021-02-01 16:53:30',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6012,'4000','111612187560','2021-02-01 16:53:30',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6013,'1100','111612187650','2021-02-01 16:54:24',300.00,NULL,'','11','1','Good sold','1','529','sales','','','No',NULL,NULL,''),(6014,'4000','111612187650','2021-02-01 16:54:24',NULL,300.00,'','11','1','Good sold','1','529','sales','90380219','','No',NULL,NULL,''),(6015,'1100','111612188250','2021-02-01 17:13:33',150.00,NULL,'','11','1','Good sold','1','1136','sales','','','No',NULL,NULL,''),(6016,'4000','111612188250','2021-02-01 17:13:33',NULL,150.00,'','11','1','Good sold','1','1136','sales','28716060','','No',NULL,NULL,''),(6017,'1100','111612188928','2021-02-01 17:15:37',300.00,NULL,'','11','1','Good sold','1','99','sales','','','No',NULL,NULL,''),(6018,'4000','111612188928','2021-02-01 17:15:37',NULL,300.00,'','11','1','Good sold','1','99','sales','90380219','','No',NULL,NULL,''),(6019,'1000','111612189092','2021-02-01 17:18:23',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6020,'4000','111612189092','2021-02-01 17:18:23',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(6021,'1000','111612189132','2021-02-01 17:19:02',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6022,'4000','111612189132','2021-02-01 17:19:02',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6023,'1000','111612189159','2021-02-01 17:20:20',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6024,'4000','111612189159','2021-02-01 17:20:20',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(6025,'1000','111612189235','2021-02-01 17:20:50',600.00,NULL,'','11','1','Good sold','1','515','sales','','','No',NULL,NULL,''),(6026,'4000','111612189235','2021-02-01 17:20:50',NULL,600.00,'','11','1','Good sold','1','515','sales','90380219','','No',NULL,NULL,''),(6027,'1000','111612189298','2021-02-01 17:21:49',300.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(6028,'4000','111612189298','2021-02-01 17:21:49',NULL,300.00,'','11','1','Good sold','1','533','sales','90380219','','No',NULL,NULL,''),(6029,'1000','111612189747','2021-02-01 17:31:11',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6030,'4000','111612189747','2021-02-01 17:31:11',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6031,'1000','111612190082','2021-02-01 17:34:51',300.00,NULL,'','11','1','Good sold','1','1137','sales','','','No',NULL,NULL,''),(6032,'4000','111612190082','2021-02-01 17:34:51',NULL,300.00,'','11','1','Good sold','1','1137','sales','90380219','','No',NULL,NULL,''),(6033,'1000','111612192038','2021-02-01 18:07:28',80.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(6034,'4000','111612192038','2021-02-01 18:07:28',NULL,80.00,'','11','1','Good sold','1','699','sales','17286979','','No',NULL,NULL,''),(6035,'1100','111612192205','2021-02-01 18:10:15',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(6036,'4000','111612192205','2021-02-01 18:10:15',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(6037,'1100','111612192292','2021-02-01 18:11:53',150.00,NULL,'','11','1','Good sold','1','528','sales','','','No',NULL,NULL,''),(6038,'4000','111612192292','2021-02-01 18:11:53',NULL,150.00,'','11','1','Good sold','1','528','sales','28716060','','No',NULL,NULL,''),(6039,'1000','111612192426','2021-02-01 18:14:00',80.00,NULL,'','11','1','Good sold','1','1138','sales','','','No',NULL,NULL,''),(6040,'4000','111612192426','2021-02-01 18:14:00',NULL,80.00,'','11','1','Good sold','1','1138','sales','17286979','','No',NULL,NULL,''),(6041,'1100','111612194434','2021-02-01 18:48:46',300.00,NULL,'','11','1','Good sold','1','1139','sales','','','No',NULL,NULL,''),(6042,'4000','111612194434','2021-02-01 18:48:46',NULL,300.00,'','11','1','Good sold','1','1139','sales','90380219','','No',NULL,NULL,''),(6043,'1100','111612194647','2021-02-01 18:51:04',600.00,NULL,'','11','1','Good sold','1','1140','sales','','','No',NULL,NULL,''),(6044,'4000','111612194647','2021-02-01 18:51:04',NULL,600.00,'','11','1','Good sold','1','1140','sales','90380219','','No',NULL,NULL,''),(6045,'1100','111612195074','2021-02-01 18:58:25',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(6046,'4000','111612195074','2021-02-01 18:58:25',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(6047,'1100','111612195162','2021-02-01 19:02:45',750.00,NULL,'','11','1','Good sold','1','1141','sales','','','No',NULL,NULL,''),(6048,'4000','111612195162','2021-02-01 19:02:45',NULL,150.00,'','11','1','Good sold','1','1141','sales','28716060','','No',NULL,NULL,''),(6049,'4000','111612195162','2021-02-01 19:02:45',NULL,600.00,'','11','1','Good sold','1','1141','sales','90380219','','No',NULL,NULL,''),(6050,'1000','111612196142','2021-02-01 19:15:59',300.00,NULL,'','11','1','Good sold','1','558','sales','','','No',NULL,NULL,''),(6051,'4000','111612196142','2021-02-01 19:15:59',NULL,300.00,'','11','1','Good sold','1','558','sales','90380219','','No',NULL,NULL,''),(6052,'1000','111612197279','2021-02-01 19:35:30',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6053,'4000','111612197279','2021-02-01 19:35:30',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6054,'1000','111612197340','2021-02-01 19:35:50',300.00,NULL,'','11','1','Good sold','1','1142','sales','','','No',NULL,NULL,''),(6055,'4000','111612197340','2021-02-01 19:35:50',NULL,300.00,'','11','1','Good sold','1','1142','sales','90380219','','No',NULL,NULL,''),(6056,'1000','111612197837','2021-02-01 19:44:19',230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6057,'4000','111612197837','2021-02-01 19:44:19',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(6058,'4000','111612197837','2021-02-01 19:44:19',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6059,'1100','111612198509','2021-02-01 20:06:17',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(6060,'4000','111612198509','2021-02-01 20:06:17',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(6061,'1100','111612199249','2021-02-01 20:07:42',450.00,NULL,'','11','1','Good sold','1','1143','sales','','','No',NULL,NULL,''),(6062,'4000','111612199249','2021-02-01 20:07:42',NULL,450.00,'','11','1','Good sold','1','1143','sales','6164001798022','','No',NULL,NULL,''),(6063,'1000','111612199994','2021-02-01 20:20:05',300.00,NULL,'','11','1','Good sold','1','1033','sales','','','No',NULL,NULL,''),(6064,'4000','111612199994','2021-02-01 20:20:05',NULL,300.00,'','11','1','Good sold','1','1033','sales','90380219','','No',NULL,NULL,''),(6065,'1000','111612201258','2021-02-01 20:42:42',300.00,NULL,'','11','1','Good sold','1','1144','sales','','','No',NULL,NULL,''),(6066,'4000','111612201258','2021-02-01 20:42:42',NULL,300.00,'','11','1','Good sold','1','1144','sales','90380219','','No',NULL,NULL,''),(6067,'1000','111612244557','2021-02-02 08:43:02',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6068,'4000','111612244557','2021-02-02 08:43:02',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6069,'1100','111612245454','2021-02-02 08:57:45',300.00,NULL,'','11','1','Good sold','1','814','sales','','','No',NULL,NULL,''),(6070,'4000','111612245454','2021-02-02 08:57:45',NULL,300.00,'','11','1','Good sold','1','814','sales','90380219','','No',NULL,NULL,''),(6071,'1000','111612251964','2021-02-02 10:46:22',600.00,NULL,'','11','1','Good sold','1','1145','sales','','','No',NULL,NULL,''),(6072,'4000','111612251964','2021-02-02 10:46:22',NULL,600.00,'','11','1','Good sold','1','1145','sales','90380219','','No',NULL,NULL,''),(6073,'1100','111612252045','2021-02-02 10:57:13',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(6074,'4000','111612252045','2021-02-02 10:57:13',NULL,300.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(6075,'1100','111612252045','2021-02-02 10:57:13',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(6076,'4000','111612252045','2021-02-02 10:57:13',NULL,300.00,'','11','1','Good sold','1','929','sales','28716060','','No',NULL,NULL,''),(6077,'4000','111612252045','2021-02-02 10:57:13',NULL,150.00,'','11','1','Good sold','1','929','sales','28716060','','No',NULL,NULL,''),(6078,'1100','111612255975','2021-02-02 12:27:34',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(6079,'4000','111612255975','2021-02-02 12:27:34',NULL,300.00,'','11','1','Good sold','1','617','sales','90380219','','No',NULL,NULL,''),(6080,'1100','111612258843','2021-02-02 12:40:54',300.00,NULL,'','11','1','Good sold','1','1146','sales','','','No',NULL,NULL,''),(6081,'4000','111612258843','2021-02-02 12:40:54',NULL,300.00,'','11','1','Good sold','1','1146','sales','90380219','','No',NULL,NULL,''),(6082,'1100','111612260076','2021-02-02 13:01:26',300.00,NULL,'','11','1','Good sold','1','840','sales','','','No',NULL,NULL,''),(6083,'4000','111612260076','2021-02-02 13:01:26',NULL,300.00,'','11','1','Good sold','1','840','sales','90380219','','No',NULL,NULL,''),(6084,'1000','111612260199','2021-02-02 13:16:40',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6085,'4000','111612260199','2021-02-02 13:16:40',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6086,'1000','111612261252','2021-02-02 13:21:04',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6087,'4000','111612261252','2021-02-02 13:21:04',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6088,'1100','111612264890','2021-02-02 14:21:44',600.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(6089,'4000','111612264890','2021-02-02 14:21:44',NULL,600.00,'','11','1','Good sold','1','623','sales','90380219','','No',NULL,NULL,''),(6090,'1100','111612265571','2021-02-02 14:33:12',600.00,NULL,'','11','1','Good sold','1','666','sales','','','No',NULL,NULL,''),(6091,'4000','111612265571','2021-02-02 14:33:12',NULL,600.00,'','11','1','Good sold','1','666','sales','90380219','','No',NULL,NULL,''),(6092,'1100','111612267876','2021-02-02 15:11:44',300.00,NULL,'','11','1','Good sold','1','1147','sales','','','No',NULL,NULL,''),(6093,'4000','111612267876','2021-02-02 15:11:44',NULL,300.00,'','11','1','Good sold','1','1147','sales','90380219','','No',NULL,NULL,''),(6094,'1000','111612274592','2021-02-02 17:03:27',350.00,NULL,'','11','1','Good sold','1','655','sales','','','No',NULL,NULL,''),(6095,'4000','111612274592','2021-02-02 17:03:27',NULL,350.00,'','11','1','Good sold','1','655','sales','69493023','','No',NULL,NULL,''),(6096,'1000','111612274651','2021-02-02 17:04:44',120.00,NULL,'','11','1','Good sold','1','1148','sales','','','No',NULL,NULL,''),(6097,'4000','111612274651','2021-02-02 17:04:44',NULL,120.00,'','11','1','Good sold','1','1148','sales','01903810','','No',NULL,NULL,''),(6098,'1000','111612274736','2021-02-02 17:06:05',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(6099,'4000','111612274736','2021-02-02 17:06:05',NULL,300.00,'','11','1','Good sold','1','770','sales','90380219','','No',NULL,NULL,''),(6100,'1000','111612274812','2021-02-02 17:07:12',450.00,NULL,'','11','1','Good sold','1','1149','sales','','','No',NULL,NULL,''),(6101,'4000','111612274812','2021-02-02 17:07:12',NULL,450.00,'','11','1','Good sold','1','1149','sales','6164001798022','','No',NULL,NULL,''),(6102,'1000','111612274891','2021-02-02 17:08:37',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6103,'4000','111612274891','2021-02-02 17:08:37',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6104,'1000','111612282776','2021-02-02 19:19:53',300.00,NULL,'','11','1','Good sold','1','1150','sales','','','No',NULL,NULL,''),(6105,'4000','111612282776','2021-02-02 19:19:53',NULL,300.00,'','11','1','Good sold','1','1150','sales','90380219','','No',NULL,NULL,''),(6106,'1000','111612282864','2021-02-02 19:21:20',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6107,'4000','111612282864','2021-02-02 19:21:20',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6108,'1000','111612282903','2021-02-02 19:21:59',600.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(6109,'4000','111612282903','2021-02-02 19:21:59',NULL,600.00,'','11','1','Good sold','1','597','sales','90380219','','No',NULL,NULL,''),(6110,'1100','111612282951','2021-02-02 19:22:56',150.00,NULL,'','11','1','Good sold','1','102','sales','','','No',NULL,NULL,''),(6111,'4000','111612282951','2021-02-02 19:22:56',NULL,150.00,'','11','1','Good sold','1','102','sales','28716060','','No',NULL,NULL,''),(6112,'1100','111612283885','2021-02-02 19:38:19',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(6113,'4000','111612283885','2021-02-02 19:38:19',NULL,300.00,'','11','1','Good sold','1','890','sales','90380219','','No',NULL,NULL,''),(6114,'1000','111612285556','2021-02-02 20:06:32',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6115,'4000','111612285556','2021-02-02 20:06:32',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6116,'4000','111612285556','2021-02-02 20:06:32',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6117,'1000','111612285624','2021-02-02 20:08:11',150.00,NULL,'','11','1','Good sold','1','1079','sales','','','No',NULL,NULL,''),(6118,'4000','111612285624','2021-02-02 20:08:11',NULL,150.00,'','11','1','Good sold','1','1079','sales','28716060','','No',NULL,NULL,''),(6119,'1000','111612285737','2021-02-02 20:09:10',250.00,NULL,'','11','1','Good sold','1','1151','sales','','','No',NULL,NULL,''),(6120,'4000','111612285737','2021-02-02 20:09:10',NULL,250.00,'','11','1','Good sold','1','1151','sales','6164001798077','','No',NULL,NULL,''),(6121,'1100','111612285823','2021-02-02 20:10:36',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(6122,'4000','111612285823','2021-02-02 20:10:36',NULL,150.00,'','11','1','Good sold','1','612','sales','28716060','','No',NULL,NULL,''),(6123,'1000','111612286009','2021-02-02 20:13:43',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6124,'4000','111612286009','2021-02-02 20:13:43',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6125,'1000','111612287202','2021-02-02 20:48:21',300.00,NULL,'','11','1','Good sold','1','1028','sales','','','No',NULL,NULL,''),(6126,'4000','111612287202','2021-02-02 20:48:21',NULL,300.00,'','11','1','Good sold','1','1028','sales','90380219','','No',NULL,NULL,''),(6127,'1000','111612288162','2021-02-02 20:50:08',450.00,NULL,'','11','1','Good sold','1','1152','sales','','','No',NULL,NULL,''),(6128,'4000','111612288162','2021-02-02 20:50:08',NULL,450.00,'','11','1','Good sold','1','1152','sales','6164001798022','','No',NULL,NULL,''),(6129,'1100','111612288463','2021-02-02 20:54:40',450.00,NULL,'','11','1','Good sold','1','1153','sales','','','No',NULL,NULL,''),(6130,'4000','111612288463','2021-02-02 20:54:40',NULL,450.00,'','11','1','Good sold','1','1153','sales','6164001798022','','No',NULL,NULL,''),(6131,'1100','111612288788','2021-02-02 20:59:56',300.00,NULL,'','11','1','Good sold','1','869','sales','','','No',NULL,NULL,''),(6132,'4000','111612288788','2021-02-02 20:59:56',NULL,300.00,'','11','1','Good sold','1','869','sales','90380219','','No',NULL,NULL,''),(6133,'1100','111612288853','2021-02-02 21:50:35',2100.00,NULL,'','11','1','Good sold','1','634','sales','','','No',NULL,NULL,''),(6134,'4000','111612288853','2021-02-02 21:50:35',NULL,2100.00,'','11','1','Good sold','1','634','sales','90380219','','No',NULL,NULL,''),(6135,'1100','111612292037','2021-02-02 21:55:11',600.00,NULL,'','11','1','Good sold','1','984','sales','','','No',NULL,NULL,''),(6136,'4000','111612292037','2021-02-02 21:55:11',NULL,600.00,'','11','1','Good sold','1','984','sales','90380219','','No',NULL,NULL,''),(6137,'1100','111612292192','2021-02-02 21:56:41',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(6138,'4000','111612292192','2021-02-02 21:56:41',NULL,300.00,'','11','1','Good sold','1','669','sales','90380219','','No',NULL,NULL,''),(6139,'1100','111612340868','2021-02-03 11:29:20',300.00,NULL,'','11','1','Good sold','1','1154','sales','','','No',NULL,NULL,''),(6140,'4000','111612340868','2021-02-03 11:29:20',NULL,300.00,'','11','1','Good sold','1','1154','sales','90380219','','No',NULL,NULL,''),(6141,'1100','111612342398','2021-02-03 11:54:19',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(6142,'4000','111612342398','2021-02-03 11:54:19',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(6143,'1000','111612342524','2021-02-03 11:55:54',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6144,'4000','111612342524','2021-02-03 11:55:54',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6145,'4000','111612342524','2021-02-03 11:55:54',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6146,'1100','111612342588','2021-02-03 11:56:41',300.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(6147,'4000','111612342588','2021-02-03 11:56:41',NULL,300.00,'','11','1','Good sold','1','629','sales','90380219','','No',NULL,NULL,''),(6148,'1000','111612342651','2021-02-03 11:57:43',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6149,'4000','111612342651','2021-02-03 11:57:43',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6150,'1100','111612342685','2021-02-03 11:58:15',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(6151,'4000','111612342685','2021-02-03 11:58:15',NULL,150.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(6152,'1100','111612342836','2021-02-03 12:01:23',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(6153,'4000','111612342836','2021-02-03 12:01:23',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(6154,'1100','111612342946','2021-02-03 12:02:44',300.00,NULL,'','11','1','Good sold','1','738','sales','','','No',NULL,NULL,''),(6155,'4000','111612342946','2021-02-03 12:02:44',NULL,300.00,'','11','1','Good sold','1','738','sales','90380219','','No',NULL,NULL,''),(6156,'1100','111612343017','2021-02-03 12:03:57',3000.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6157,'4000','111612343017','2021-02-03 12:03:57',NULL,3000.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6158,'1100','111612344470','2021-02-03 12:28:16',900.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(6159,'4000','111612344470','2021-02-03 12:28:16',NULL,900.00,'','11','1','Good sold','1','385','sales','90380219','','No',NULL,NULL,''),(6160,'1100','111612344617','2021-02-03 13:48:56',460.00,NULL,'','11','1','Good sold','1','1155','sales','','','No',NULL,NULL,''),(6161,'4000','111612344617','2021-02-03 13:48:56',NULL,160.00,'','11','1','Good sold','1','1155','sales','17286979','','No',NULL,NULL,''),(6162,'4000','111612344617','2021-02-03 13:48:56',NULL,300.00,'','11','1','Good sold','1','1155','sales','90380219','','No',NULL,NULL,''),(6163,'1100','111612349522','2021-02-03 13:52:19',1200.00,NULL,'','11','1','Good sold','1','871','sales','','','No',NULL,NULL,''),(6164,'4000','111612349522','2021-02-03 13:52:19',NULL,1200.00,'','11','1','Good sold','1','871','sales','90380219','','No',NULL,NULL,''),(6165,'1100','111612349701','2021-02-03 13:55:12',150.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(6166,'4000','111612349701','2021-02-03 13:55:12',NULL,150.00,'','11','1','Good sold','1','849','sales','28716060','','No',NULL,NULL,''),(6167,'1100','111612353065','2021-02-03 14:51:27',300.00,NULL,'','11','1','Good sold','1','962','sales','','','No',NULL,NULL,''),(6168,'4000','111612353065','2021-02-03 14:51:27',NULL,300.00,'','11','1','Good sold','1','962','sales','90380219','','No',NULL,NULL,''),(6169,'1000','111612353163','2021-02-03 14:53:04',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6170,'4000','111612353163','2021-02-03 14:53:04',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(6171,'1100','111612354678','2021-02-03 15:18:34',900.00,NULL,'','11','1','Good sold','1','658','sales','','','No',NULL,NULL,''),(6172,'4000','111612354678','2021-02-03 15:18:34',NULL,900.00,'','11','1','Good sold','1','658','sales','90380219','','No',NULL,NULL,''),(6173,'1100','111612354791','2021-02-03 15:20:09',300.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(6174,'4000','111612354791','2021-02-03 15:20:09',NULL,300.00,'','11','1','Good sold','1','609','sales','90380219','','No',NULL,NULL,''),(6175,'1000','111612354872','2021-02-03 15:21:25',250.00,NULL,'','11','1','Good sold','1','1156','sales','','','No',NULL,NULL,''),(6176,'4000','111612354872','2021-02-03 15:21:25',NULL,250.00,'','11','1','Good sold','1','1156','sales','6164001798077','','No',NULL,NULL,''),(6177,'1100','111612354937','2021-02-03 15:22:27',300.00,NULL,'','11','1','Good sold','1','1157','sales','','','No',NULL,NULL,''),(6178,'4000','111612354937','2021-02-03 15:22:27',NULL,300.00,'','11','1','Good sold','1','1157','sales','90380219','','No',NULL,NULL,''),(6179,'1000','111612355043','2021-02-03 15:24:13',300.00,NULL,'','11','1','Good sold','1','427','sales','','','No',NULL,NULL,''),(6180,'4000','111612355043','2021-02-03 15:24:13',NULL,300.00,'','11','1','Good sold','1','427','sales','90380219','','No',NULL,NULL,''),(6181,'1000','111612359035','2021-02-03 16:30:48',300.00,NULL,'','11','1','Good sold','1','1158','Payment','','','No',NULL,NULL,''),(6182,'4000','111612359035','2021-02-03 16:30:48',NULL,300.00,'','11','1','Good sold','1','1158','sales','90380219','','No',NULL,NULL,''),(6183,'1100','111612359195','2021-02-03 16:33:34',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(6184,'4000','111612359195','2021-02-03 16:33:34',NULL,300.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(6185,'1000','111612370538','2021-02-03 19:43:34',150.00,NULL,'','11','1','Good sold','1','862','Payment','','','No',NULL,NULL,''),(6186,'4000','111612370538','2021-02-03 19:43:34',NULL,150.00,'','11','1','Good sold','1','862','sales','28716060','','No',NULL,NULL,''),(6187,'1100','111612370676','2021-02-03 19:44:45',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(6188,'4000','111612370676','2021-02-03 19:44:45',NULL,300.00,'','11','1','Good sold','1','770','sales','90380219','','No',NULL,NULL,''),(6189,'1000','111612370740','2021-02-03 19:45:49',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6190,'4000','111612370740','2021-02-03 19:45:49',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(6191,'1000','111612370762','2021-02-03 19:46:11',300.00,NULL,'','11','1','Good sold','1','1159','sales','','','No',NULL,NULL,''),(6192,'4000','111612370762','2021-02-03 19:46:11',NULL,300.00,'','11','1','Good sold','1','1159','sales','90380219','','No',NULL,NULL,''),(6193,'1100','111612370823','2021-02-03 19:47:19',300.00,NULL,'','11','1','Good sold','1','832','sales','','','No',NULL,NULL,''),(6194,'4000','111612370823','2021-02-03 19:47:19',NULL,300.00,'','11','1','Good sold','1','832','sales','90380219','','No',NULL,NULL,''),(6195,'1100','111612370823','2021-02-03 19:47:19',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(6196,'4000','111612370823','2021-02-03 19:47:19',NULL,300.00,'','11','1','Good sold','1','838','sales','90380219','','No',NULL,NULL,''),(6197,'4000','111612370823','2021-02-03 19:47:19',NULL,300.00,'','11','1','Good sold','1','838','sales','90380219','','No',NULL,NULL,''),(6198,'1100','111612370940','2021-02-03 19:49:20',600.00,NULL,'','11','1','Good sold','1','1160','sales','','','No',NULL,NULL,''),(6199,'4000','111612370940','2021-02-03 19:49:20',NULL,600.00,'','11','1','Good sold','1','1160','sales','90380219','','No',NULL,NULL,''),(6200,'1000','111612371027','2021-02-03 19:50:36',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6201,'4000','111612371027','2021-02-03 19:50:36',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6202,'1100','111612371058','2021-02-03 19:57:31',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(6203,'4000','111612371058','2021-02-03 19:57:31',NULL,600.00,'','11','1','Good sold','1','156','sales','90380219','','No',NULL,NULL,''),(6204,'1100','111612371785','2021-02-03 20:03:13',300.00,NULL,'','11','1','Good sold','1','662','sales','','','No',NULL,NULL,''),(6205,'4000','111612371785','2021-02-03 20:03:13',NULL,300.00,'','11','1','Good sold','1','662','sales','90380219','','No',NULL,NULL,''),(6206,'1100','111612371829','2021-02-03 20:03:56',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(6207,'4000','111612371829','2021-02-03 20:03:56',NULL,300.00,'','11','1','Good sold','1','155','sales','90380219','','No',NULL,NULL,''),(6208,'1100','111612371875','2021-02-03 20:07:02',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(6209,'4000','111612371875','2021-02-03 20:07:02',NULL,300.00,'','11','1','Good sold','1','155','sales','90380219','','No',NULL,NULL,''),(6210,'1000','111612372209','2021-02-03 20:10:21',300.00,NULL,'','11','1','Good sold','1','954','sales','','','No',NULL,NULL,''),(6211,'4000','111612372209','2021-02-03 20:10:21',NULL,300.00,'','11','1','Good sold','1','954','sales','90380219','','No',NULL,NULL,''),(6212,'1000','111612372349','2021-02-03 20:12:47',600.00,NULL,'','11','1','Good sold','1','802','Payment','','','No',NULL,NULL,''),(6213,'4000','111612372349','2021-02-03 20:12:47',NULL,600.00,'','11','1','Good sold','1','802','sales','90380219','','No',NULL,NULL,''),(6214,'1100','111612372532','2021-02-03 20:15:42',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(6215,'4000','111612372532','2021-02-03 20:15:42',NULL,300.00,'','11','1','Good sold','1','544','sales','90380219','','No',NULL,NULL,''),(6216,'1000','111612372770','2021-02-03 20:19:49',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6217,'4000','111612372770','2021-02-03 20:19:49',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6218,'1100','111612372812','2021-02-03 20:20:30',300.00,NULL,'','11','1','Good sold','1','626','sales','','','No',NULL,NULL,''),(6219,'4000','111612372812','2021-02-03 20:20:30',NULL,300.00,'','11','1','Good sold','1','626','sales','90380219','','No',NULL,NULL,''),(6220,'1000','111612372876','2021-02-03 20:21:42',300.00,NULL,'','11','1','Good sold','1','1161','sales','','','No',NULL,NULL,''),(6221,'4000','111612372876','2021-02-03 20:21:42',NULL,300.00,'','11','1','Good sold','1','1161','sales','90380219','','No',NULL,NULL,''),(6222,'1100','111612372953','2021-02-03 20:22:44',300.00,NULL,'','11','1','Good sold','1','1092','sales','','','No',NULL,NULL,''),(6223,'4000','111612372953','2021-02-03 20:22:44',NULL,300.00,'','11','1','Good sold','1','1092','sales','90380219','','No',NULL,NULL,''),(6224,'1000','111612373009','2021-02-03 20:26:19',300.00,NULL,'','11','1','Good sold','1','1162','sales','','','No',NULL,NULL,''),(6225,'4000','111612373009','2021-02-03 20:26:19',NULL,300.00,'','11','1','Good sold','1','1162','sales','90380219','','No',NULL,NULL,''),(6226,'1100','111612373217','2021-02-03 20:27:20',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(6227,'4000','111612373217','2021-02-03 20:27:20',NULL,150.00,'','11','1','Good sold','1','644','sales','28716060','','No',NULL,NULL,''),(6228,'1000','111612373316','2021-02-03 20:28:55',420.00,NULL,'','11','1','Good sold','1','810','sales','','','No',NULL,NULL,''),(6229,'4000','111612373316','2021-02-03 20:28:55',NULL,120.00,'','11','1','Good sold','1','810','sales','01903810','','No',NULL,NULL,''),(6230,'4000','111612373316','2021-02-03 20:28:55',NULL,300.00,'','11','1','Good sold','1','810','sales','90380219','','No',NULL,NULL,''),(6231,'1100','111612373456','2021-02-03 20:33:00',450.00,NULL,'','11','1','Good sold','1','1163','sales','','','No',NULL,NULL,''),(6232,'4000','111612373456','2021-02-03 20:33:00',NULL,450.00,'','11','1','Good sold','1','1163','sales','6164001798022','','No',NULL,NULL,''),(6233,'1100','111612374160','2021-02-03 20:42:49',300.00,NULL,'','11','1','Good sold','1','779','sales','','','No',NULL,NULL,''),(6234,'4000','111612374160','2021-02-03 20:42:49',NULL,300.00,'','11','1','Good sold','1','779','sales','90380219','','No',NULL,NULL,''),(6235,'1000','111612374395','2021-02-03 20:46:46',300.00,NULL,'','11','1','Good sold','1','601','sales','','','No',NULL,NULL,''),(6236,'4000','111612374395','2021-02-03 20:46:46',NULL,300.00,'','11','1','Good sold','1','601','sales','90380219','','No',NULL,NULL,''),(6237,'1100','111612374603','2021-02-03 20:50:23',550.00,NULL,'','11','1','Good sold','1','561','sales','','','No',NULL,NULL,''),(6238,'4000','111612374603','2021-02-03 20:50:23',NULL,250.00,'','11','1','Good sold','1','561','sales','6164001798077','','No',NULL,NULL,''),(6239,'4000','111612374603','2021-02-03 20:50:23',NULL,300.00,'','11','1','Good sold','1','561','sales','90380219','','No',NULL,NULL,''),(6240,'1100','111612375101','2021-02-03 20:58:39',600.00,NULL,'','11','1','Good sold','1','843','sales','','','No',NULL,NULL,''),(6241,'4000','111612375101','2021-02-03 20:58:39',NULL,600.00,'','11','1','Good sold','1','843','sales','90380219','','No',NULL,NULL,''),(6242,'1100','111612375486','2021-02-03 21:05:01',300.00,NULL,'','11','1','Good sold','1','767','sales','','','No',NULL,NULL,''),(6243,'4000','111612375486','2021-02-03 21:05:01',NULL,300.00,'','11','1','Good sold','1','767','sales','90380219','','No',NULL,NULL,''),(6244,'1100','111612417147','2021-02-04 08:39:29',600.00,NULL,'','11','1','Good sold','1','765','sales','','','No',NULL,NULL,''),(6245,'4000','111612417147','2021-02-04 08:39:29',NULL,600.00,'','11','1','Good sold','1','765','sales','90380219','','No',NULL,NULL,''),(6246,'1100','111612419003','2021-02-04 09:10:20',600.00,NULL,'','11','1','Good sold','1','1029','sales','','','No',NULL,NULL,''),(6247,'4000','111612419003','2021-02-04 09:10:20',NULL,600.00,'','11','1','Good sold','1','1029','sales','90380219','','No',NULL,NULL,''),(6248,'1100','111612420924','2021-02-04 09:42:39',600.00,NULL,'','11','1','Good sold','1','807','sales','','','No',NULL,NULL,''),(6249,'4000','111612420924','2021-02-04 09:42:39',NULL,600.00,'','11','1','Good sold','1','807','sales','90380219','','No',NULL,NULL,''),(6250,'1100','111612424332','2021-02-04 10:39:07',600.00,NULL,'','11','1','Good sold','1','1164','sales','','','No',NULL,NULL,''),(6251,'4000','111612424332','2021-02-04 10:39:07',NULL,600.00,'','11','1','Good sold','1','1164','sales','90380219','','No',NULL,NULL,''),(6252,'1100','111612425549','2021-02-04 10:59:23',300.00,NULL,'','11','1','Good sold','1','1165','sales','','','No',NULL,NULL,''),(6253,'4000','111612425549','2021-02-04 10:59:23',NULL,300.00,'','11','1','Good sold','1','1165','sales','90380219','','No',NULL,NULL,''),(6254,'1100','111612426058','2021-02-04 11:07:51',300.00,NULL,'','11','1','Good sold','1','1026','sales','','','No',NULL,NULL,''),(6255,'4000','111612426058','2021-02-04 11:07:51',NULL,300.00,'','11','1','Good sold','1','1026','sales','90380219','','No',NULL,NULL,''),(6256,'1100','111612427363','2021-02-04 11:29:33',150.00,NULL,'','11','1','Good sold','1','754','sales','','','No',NULL,NULL,''),(6257,'4000','111612427363','2021-02-04 11:29:33',NULL,150.00,'','11','1','Good sold','1','754','sales','28716060','','No',NULL,NULL,''),(6258,'1000','111612427907','2021-02-04 11:39:07',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6259,'4000','111612427907','2021-02-04 11:39:07',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6260,'1000','111612427974','2021-02-04 11:39:46',350.00,NULL,'','11','1','Good sold','1','514','sales','','','No',NULL,NULL,''),(6261,'4000','111612427974','2021-02-04 11:39:46',NULL,350.00,'','11','1','Good sold','1','514','sales','69493023','','No',NULL,NULL,''),(6262,'1100','111612428648','2021-02-04 11:51:13',300.00,NULL,'','11','1','Good sold','1','1166','sales','','','No',NULL,NULL,''),(6263,'4000','111612428648','2021-02-04 11:51:13',NULL,300.00,'','11','1','Good sold','1','1166','sales','90380219','','No',NULL,NULL,''),(6264,'1100','111612432077','2021-02-04 12:48:45',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(6265,'4000','111612432077','2021-02-04 12:48:45',NULL,300.00,'','11','1','Good sold','1','573','sales','90380219','','No',NULL,NULL,''),(6266,'1100','111612432383','2021-02-04 12:53:12',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(6267,'4000','111612432383','2021-02-04 12:53:12',NULL,300.00,'','11','1','Good sold','1','713','sales','90380219','','No',NULL,NULL,''),(6268,'1100','111612433420','2021-02-04 13:19:07',300.00,NULL,'','11','1','Good sold','1','579','sales','','','No',NULL,NULL,''),(6269,'4000','111612433420','2021-02-04 13:19:07',NULL,300.00,'','11','1','Good sold','1','579','sales','28716060','','No',NULL,NULL,''),(6270,'1100','111612434871','2021-02-04 13:39:04',600.00,NULL,'','11','1','Good sold','1','1167','sales','','','No',NULL,NULL,''),(6271,'4000','111612434871','2021-02-04 13:39:04',NULL,600.00,'','11','1','Good sold','1','1167','sales','90380219','','No',NULL,NULL,''),(6272,'1100','111612442305','2021-02-04 15:38:38',300.00,NULL,'','11','1','Good sold','1','724','sales','','','No',NULL,NULL,''),(6273,'4000','111612442305','2021-02-04 15:38:38',NULL,300.00,'','11','1','Good sold','1','724','sales','90380219','','No',NULL,NULL,''),(6274,'1100','111612442678','2021-02-04 15:45:06',80.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(6275,'4000','111612442678','2021-02-04 15:45:06',NULL,80.00,'','11','1','Good sold','1','699','sales','17286979','','No',NULL,NULL,''),(6276,'1100','111612442784','2021-02-04 15:46:33',300.00,NULL,'','11','1','Good sold','1','1168','sales','','','No',NULL,NULL,''),(6277,'4000','111612442784','2021-02-04 15:46:33',NULL,300.00,'','11','1','Good sold','1','1168','sales','90380219','','No',NULL,NULL,''),(6278,'1100','111612442969','2021-02-04 15:49:42',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6279,'4000','111612442969','2021-02-04 15:49:42',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6280,'1100','111612448216','2021-02-04 17:17:12',1200.00,NULL,'','11','1','Good sold','1','809','sales','','','No',NULL,NULL,''),(6281,'4000','111612448216','2021-02-04 17:17:12',NULL,1200.00,'','11','1','Good sold','1','809','sales','90380219','','No',NULL,NULL,''),(6282,'1100','111612448498','2021-02-04 17:23:22',300.00,NULL,'','11','1','Good sold','1','990','sales','','','No',NULL,NULL,''),(6283,'4000','111612448498','2021-02-04 17:23:22',NULL,300.00,'','11','1','Good sold','1','990','sales','90380219','','No',NULL,NULL,''),(6284,'1100','111612448684','2021-02-04 17:24:53',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(6285,'4000','111612448684','2021-02-04 17:24:53',NULL,300.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(6286,'1100','111612448815','2021-02-04 17:43:08',300.00,NULL,'','11','1','Good sold','1','672','sales','','','No',NULL,NULL,''),(6287,'4000','111612448815','2021-02-04 17:43:08',NULL,300.00,'','11','1','Good sold','1','672','sales','90380219','','No',NULL,NULL,''),(6288,'1000','111612452650','2021-02-04 18:31:10',600.00,NULL,'','11','1','Good sold','1','505','sales','','','No',NULL,NULL,''),(6289,'4000','111612452650','2021-02-04 18:31:10',NULL,600.00,'','11','1','Good sold','1','505','sales','90380219','','No',NULL,NULL,''),(6290,'1100','111612453452','2021-02-04 18:44:21',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(6291,'4000','111612453452','2021-02-04 18:44:21',NULL,300.00,'','11','1','Good sold','1','934','sales','90380219','','No',NULL,NULL,''),(6292,'1100','111612454016','2021-02-04 18:53:48',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(6293,'4000','111612454016','2021-02-04 18:53:48',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(6294,'1000','111612454670','2021-02-04 19:04:39',300.00,NULL,'','11','1','Good sold','1','1169','Payment','','','No',NULL,NULL,''),(6295,'4000','111612454670','2021-02-04 19:04:39',NULL,300.00,'','11','1','Good sold','1','1169','sales','90380219','','No',NULL,NULL,''),(6296,'1000','111612456381','2021-02-04 19:37:09',300.00,NULL,'','11','1','Good sold','1','711','sales','','','No',NULL,NULL,''),(6297,'4000','111612456381','2021-02-04 19:37:09',NULL,300.00,'','11','1','Good sold','1','711','sales','28716060','','No',NULL,NULL,''),(6298,'1000','111612456909','2021-02-04 19:42:48',300.00,NULL,'','11','1','Good sold','1','1170','sales','','','No',NULL,NULL,''),(6299,'4000','111612456909','2021-02-04 19:42:48',NULL,300.00,'','11','1','Good sold','1','1170','sales','90380219','','No',NULL,NULL,''),(6300,'1000','111612457226','2021-02-04 19:47:17',300.00,NULL,'','11','1','Good sold','1','912','Payment','','','No',NULL,NULL,''),(6301,'4000','111612457226','2021-02-04 19:47:17',NULL,300.00,'','11','1','Good sold','1','912','sales','90380219','','No',NULL,NULL,''),(6302,'1100','111612457353','2021-02-04 19:49:21',300.00,NULL,'','11','1','Good sold','1','912','sales','','','No',NULL,NULL,''),(6303,'4000','111612457353','2021-02-04 19:49:21',NULL,300.00,'','11','1','Good sold','1','912','sales','90380219','','No',NULL,NULL,''),(6304,'1100','111612457489','2021-02-04 20:10:49',600.00,NULL,'','11','1','Good sold','1','730','sales','','','No',NULL,NULL,''),(6305,'4000','111612457489','2021-02-04 20:10:49',NULL,600.00,'','11','1','Good sold','1','730','sales','90380219','','No',NULL,NULL,''),(6306,'1000','111612459069','2021-02-04 20:18:26',300.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(6307,'4000','111612459069','2021-02-04 20:18:26',NULL,300.00,'','11','1','Good sold','1','520','sales','28716060','','No',NULL,NULL,''),(6308,'1000','111612459151','2021-02-04 20:19:27',300.00,NULL,'','11','1','Good sold','1','959','sales','','','No',NULL,NULL,''),(6309,'4000','111612459151','2021-02-04 20:19:27',NULL,300.00,'','11','1','Good sold','1','959','sales','90380219','','No',NULL,NULL,''),(6310,'1000','111612459432','2021-02-04 20:24:23',150.00,NULL,'','11','1','Good sold','1','942','sales','','','No',NULL,NULL,''),(6311,'4000','111612459432','2021-02-04 20:24:23',NULL,150.00,'','11','1','Good sold','1','942','sales','28716060','','No',NULL,NULL,''),(6312,'1100','111612460662','2021-02-04 20:45:04',600.00,NULL,'','11','1','Good sold','1','1171','sales','','','No',NULL,NULL,''),(6313,'4000','111612460662','2021-02-04 20:45:04',NULL,600.00,'','11','1','Good sold','1','1171','sales','90380219','','No',NULL,NULL,''),(6314,'1000','111612460903','2021-02-04 20:48:40',2450.00,NULL,'','11','1','Good sold','1','1172','sales','','','No',NULL,NULL,''),(6315,'4000','111612460903','2021-02-04 20:48:40',NULL,2450.00,'','11','1','Good sold','1','1172','sales','69493023','','No',NULL,NULL,''),(6316,'1100','111612510319','2021-02-05 10:35:59',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(6317,'4000','111612510319','2021-02-05 10:35:59',NULL,150.00,'','11','1','Good sold','1','929','sales','28716060','','No',NULL,NULL,''),(6318,'1100','111612510697','2021-02-05 10:38:33',900.00,NULL,'','11','1','Good sold','1','1173','sales','','','No',NULL,NULL,''),(6319,'4000','111612510697','2021-02-05 10:38:33',NULL,900.00,'','11','1','Good sold','1','1173','sales','90380219','','No',NULL,NULL,''),(6320,'1000','111612510790','2021-02-05 10:40:25',300.00,NULL,'','11','1','Good sold','1','1174','sales','','','No',NULL,NULL,''),(6321,'4000','111612510790','2021-02-05 10:40:25',NULL,300.00,'','11','1','Good sold','1','1174','sales','90380219','','No',NULL,NULL,''),(6322,'1000','111612511037','2021-02-05 10:44:09',350.00,NULL,'','11','1','Good sold','1','1175','sales','','','No',NULL,NULL,''),(6323,'4000','111612511037','2021-02-05 10:44:09',NULL,350.00,'','11','1','Good sold','1','1175','sales','69493023','','No',NULL,NULL,''),(6324,'1100','111612511123','2021-02-05 10:45:45',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(6325,'4000','111612511123','2021-02-05 10:45:45',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(6326,'1000','111612511321','2021-02-05 10:49:05',300.00,NULL,'','11','1','Good sold','1','592','Payment','','','No',NULL,NULL,''),(6327,'4000','111612511321','2021-02-05 10:49:05',NULL,300.00,'','11','1','Good sold','1','592','sales','90380219','','No',NULL,NULL,''),(6328,'1100','111612511679','2021-02-05 10:54:53',600.00,NULL,'','11','1','Good sold','1','48','sales','','','No',NULL,NULL,''),(6329,'4000','111612511679','2021-02-05 10:54:53',NULL,600.00,'','11','1','Good sold','1','48','sales','90380219','','No',NULL,NULL,''),(6330,'1000','111612511903','2021-02-05 10:58:43',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6331,'4000','111612511903','2021-02-05 10:58:43',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6332,'1100','111612512033','2021-02-05 11:00:53',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(6333,'4000','111612512033','2021-02-05 11:00:53',NULL,300.00,'','11','1','Good sold','1','592','sales','90380219','','No',NULL,NULL,''),(6334,'1100','111612515984','2021-02-05 12:06:35',300.00,NULL,'','11','1','Good sold','1','937','sales','','','No',NULL,NULL,''),(6335,'4000','111612515984','2021-02-05 12:06:35',NULL,300.00,'','11','1','Good sold','1','937','sales','90380219','','No',NULL,NULL,''),(6336,'1100','111612519896','2021-02-05 13:12:28',450.00,NULL,'','11','1','Good sold','1','682','sales','','','No',NULL,NULL,''),(6337,'4000','111612519896','2021-02-05 13:12:28',NULL,450.00,'','11','1','Good sold','1','682','sales','28716060','','No',NULL,NULL,''),(6338,'1100','111612540428','2021-02-05 18:55:29',150.00,NULL,'','11','1','Good sold','1','971','sales','','','No',NULL,NULL,''),(6339,'4000','111612540428','2021-02-05 18:55:29',NULL,150.00,'','11','1','Good sold','1','971','sales','28716060','','No',NULL,NULL,''),(6340,'1100','111612540592','2021-02-05 18:56:43',300.00,NULL,'','11','1','Good sold','1','708','sales','','','No',NULL,NULL,''),(6341,'4000','111612540592','2021-02-05 18:56:43',NULL,300.00,'','11','1','Good sold','1','708','sales','90380219','','No',NULL,NULL,''),(6342,'1000','111612540681','2021-02-05 18:58:17',150.00,NULL,'','11','1','Good sold','1','1104','sales','','','No',NULL,NULL,''),(6343,'4000','111612540681','2021-02-05 18:58:17',NULL,150.00,'','11','1','Good sold','1','1104','sales','28716060','','No',NULL,NULL,''),(6344,'1000','111612540730','2021-02-05 18:59:13',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(6345,'4000','111612540730','2021-02-05 18:59:13',NULL,300.00,'','11','1','Good sold','1','721','sales','90380219','','No',NULL,NULL,''),(6346,'1100','111612540793','2021-02-05 19:00:03',300.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(6347,'4000','111612540793','2021-02-05 19:00:03',NULL,300.00,'','11','1','Good sold','1','793','sales','90380219','','No',NULL,NULL,''),(6348,'1100','111612540838','2021-02-05 19:01:03',600.00,NULL,'','11','1','Good sold','1','771','sales','','','No',NULL,NULL,''),(6349,'4000','111612540838','2021-02-05 19:01:03',NULL,600.00,'','11','1','Good sold','1','771','sales','90380219','','No',NULL,NULL,''),(6350,'1000','111612540917','2021-02-05 19:02:17',300.00,NULL,'','11','1','Good sold','1','1176','sales','','','No',NULL,NULL,''),(6351,'4000','111612540917','2021-02-05 19:02:17',NULL,300.00,'','11','1','Good sold','1','1176','sales','28716060','','No',NULL,NULL,''),(6352,'1000','111612541224','2021-02-05 19:07:12',300.00,NULL,'','11','1','Good sold','1','1177','sales','','','No',NULL,NULL,''),(6353,'4000','111612541224','2021-02-05 19:07:12',NULL,300.00,'','11','1','Good sold','1','1177','sales','90380219','','No',NULL,NULL,''),(6354,'1000','111612541273','2021-02-05 19:09:40',150.00,NULL,'','11','1','Good sold','1','775','sales','','','No',NULL,NULL,''),(6355,'4000','111612541273','2021-02-05 19:09:40',NULL,150.00,'','11','1','Good sold','1','775','sales','28716060','','No',NULL,NULL,''),(6356,'1100','111612541528','2021-02-05 19:12:22',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(6357,'4000','111612541528','2021-02-05 19:12:22',NULL,600.00,'','11','1','Good sold','1','685','sales','90380219','','No',NULL,NULL,''),(6358,'1000','111612541602','2021-02-05 19:14:26',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6359,'4000','111612541602','2021-02-05 19:14:26',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6360,'1000','111612541679','2021-02-05 19:14:49',150.00,NULL,'','11','1','Good sold','1','1079','sales','','','No',NULL,NULL,''),(6361,'4000','111612541679','2021-02-05 19:14:49',NULL,150.00,'','11','1','Good sold','1','1079','sales','28716060','','No',NULL,NULL,''),(6362,'1000','111612541735','2021-02-05 19:15:48',300.00,NULL,'','11','1','Good sold','1','1178','sales','','','No',NULL,NULL,''),(6363,'4000','111612541735','2021-02-05 19:15:48',NULL,300.00,'','11','1','Good sold','1','1178','sales','90380219','','No',NULL,NULL,''),(6364,'1000','111612541798','2021-02-05 19:16:58',250.00,NULL,'','11','1','Good sold','1','1179','sales','','','No',NULL,NULL,''),(6365,'4000','111612541798','2021-02-05 19:16:58',NULL,250.00,'','11','1','Good sold','1','1179','sales','6164001798077','','No',NULL,NULL,''),(6366,'1100','111612541870','2021-02-05 19:18:05',300.00,NULL,'','11','1','Good sold','1','1180','sales','','','No',NULL,NULL,''),(6367,'4000','111612541870','2021-02-05 19:18:05',NULL,300.00,'','11','1','Good sold','1','1180','sales','90380219','','No',NULL,NULL,''),(6368,'1000','111612543206','2021-02-05 19:40:28',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6369,'4000','111612543206','2021-02-05 19:40:28',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6370,'1000','111612546674','2021-02-05 20:38:05',120.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(6371,'4000','111612546674','2021-02-05 20:38:05',NULL,120.00,'','11','1','Good sold','1','784','sales','01903810','','No',NULL,NULL,''),(6372,'1100','111612546741','2021-02-05 20:40:06',900.00,NULL,'','11','1','Good sold','1','406','sales','','','No',NULL,NULL,''),(6373,'4000','111612546741','2021-02-05 20:40:06',NULL,900.00,'','11','1','Good sold','1','406','sales','90380219','','No',NULL,NULL,''),(6374,'1100','111612588966','2021-02-06 09:26:28',300.00,NULL,'','11','1','Good sold','1','1023','sales','','','No',NULL,NULL,''),(6375,'4000','111612588966','2021-02-06 09:26:28',NULL,300.00,'','11','1','Good sold','1','1023','sales','90380219','','No',NULL,NULL,''),(6376,'1000','111612594492','2021-02-06 09:55:04',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6377,'4000','111612594492','2021-02-06 09:55:04',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6378,'1000','111612594782','2021-02-06 09:59:57',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6379,'4000','111612594782','2021-02-06 09:59:57',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6380,'1000','111612594818','2021-02-06 10:20:19',300.00,NULL,'','11','1','Good sold','1','616','sales','','','No',NULL,NULL,''),(6381,'4000','111612594818','2021-02-06 10:20:19',NULL,300.00,'','11','1','Good sold','1','616','sales','90380219','','No',NULL,NULL,''),(6382,'1100','111612596426','2021-02-06 10:27:30',600.00,NULL,'','11','1','Good sold','1','806','sales','','','No',NULL,NULL,''),(6383,'4000','111612596426','2021-02-06 10:27:30',NULL,600.00,'','11','1','Good sold','1','806','sales','90380219','','No',NULL,NULL,''),(6384,'1100','111612597170','2021-02-06 10:39:39',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(6385,'4000','111612597170','2021-02-06 10:39:39',NULL,300.00,'','11','1','Good sold','1','769','sales','90380219','','No',NULL,NULL,''),(6386,'1000','111612597641','2021-02-06 10:52:18',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6387,'4000','111612597641','2021-02-06 10:52:18',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6388,'1100','111612598383','2021-02-06 10:59:59',1200.00,NULL,'','11','1','Good sold','1','949','sales','','','No',NULL,NULL,''),(6389,'4000','111612598383','2021-02-06 10:59:59',NULL,1200.00,'','11','1','Good sold','1','949','sales','90380219','','No',NULL,NULL,''),(6390,'1100','111612599076','2021-02-06 11:12:16',750.00,NULL,'','11','1','Good sold','1','773','sales','','','No',NULL,NULL,''),(6391,'4000','111612599076','2021-02-06 11:12:16',NULL,450.00,'','11','1','Good sold','1','773','sales','6164001798022','','No',NULL,NULL,''),(6392,'4000','111612599076','2021-02-06 11:12:16',NULL,300.00,'','11','1','Good sold','1','773','sales','90380219','','No',NULL,NULL,''),(6393,'1100','111612599378','2021-02-06 11:16:31',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6394,'4000','111612599378','2021-02-06 11:16:31',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6395,'1100','111612600376','2021-02-06 11:33:14',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6396,'4000','111612600376','2021-02-06 11:33:14',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6397,'1000','111612600777','2021-02-06 11:40:13',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6398,'4000','111612600777','2021-02-06 11:40:13',NULL,20.00,'','11','1','Good sold','1','','sales','30145488','','No',NULL,NULL,''),(6399,'1100','111612601636','2021-02-06 11:54:10',300.00,NULL,'','11','1','Good sold','1','1181','sales','','','No',NULL,NULL,''),(6400,'4000','111612601636','2021-02-06 11:54:10',NULL,300.00,'','11','1','Good sold','1','1181','sales','90380219','','No',NULL,NULL,''),(6401,'1100','111612601722','2021-02-06 11:55:31',450.00,NULL,'','11','1','Good sold','1','800','sales','','','No',NULL,NULL,''),(6402,'4000','111612601722','2021-02-06 11:55:31',NULL,450.00,'','11','1','Good sold','1','800','sales','6164001798022','','No',NULL,NULL,''),(6403,'1100','111612601790','2021-02-06 11:57:11',300.00,NULL,'','11','1','Good sold','1','652','sales','','','No',NULL,NULL,''),(6404,'4000','111612601790','2021-02-06 11:57:11',NULL,300.00,'','11','1','Good sold','1','652','sales','90380219','','No',NULL,NULL,''),(6405,'1000','111612601940','2021-02-06 12:05:42',450.00,NULL,'','11','1','Good sold','1','1182','sales','','','No',NULL,NULL,''),(6406,'4000','111612601940','2021-02-06 12:05:42',NULL,150.00,'','11','1','Good sold','1','1182','sales','28716060','','No',NULL,NULL,''),(6407,'4000','111612601940','2021-02-06 12:05:42',NULL,300.00,'','11','1','Good sold','1','1182','sales','90380219','','No',NULL,NULL,''),(6408,'1100','111612603722','2021-02-06 12:29:05',300.00,NULL,'','11','1','Good sold','1','1183','sales','','','No',NULL,NULL,''),(6409,'4000','111612603722','2021-02-06 12:29:05',NULL,300.00,'','11','1','Good sold','1','1183','sales','90380219','','No',NULL,NULL,''),(6410,'1100','111612607748','2021-02-06 13:36:13',600.00,NULL,'','11','1','Good sold','1','1184','sales','','','No',NULL,NULL,''),(6411,'4000','111612607748','2021-02-06 13:36:13',NULL,600.00,'','11','1','Good sold','1','1184','sales','90380219','','No',NULL,NULL,''),(6412,'1000','111612607925','2021-02-06 13:38:54',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6413,'4000','111612607925','2021-02-06 13:38:54',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6414,'1000','111612607951','2021-02-06 13:39:22',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6415,'4000','111612607951','2021-02-06 13:39:22',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6416,'1100','111612608000','2021-02-06 14:15:48',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(6417,'4000','111612608000','2021-02-06 14:15:48',NULL,300.00,'','11','1','Good sold','1','637','sales','90380219','','No',NULL,NULL,''),(6418,'1100','111612610223','2021-02-06 14:17:21',600.00,NULL,'','11','1','Good sold','1','923','sales','','','No',NULL,NULL,''),(6419,'4000','111612610223','2021-02-06 14:17:21',NULL,600.00,'','11','1','Good sold','1','923','sales','90380219','','No',NULL,NULL,''),(6420,'1100','111612610691','2021-02-06 14:25:27',600.00,NULL,'','11','1','Good sold','1','563','sales','','','No',NULL,NULL,''),(6421,'4000','111612610691','2021-02-06 14:25:27',NULL,600.00,'','11','1','Good sold','1','563','sales','90380219','','No',NULL,NULL,''),(6422,'1100','111612611046','2021-02-06 14:30:58',350.00,NULL,'','11','1','Good sold','1','1185','sales','','','No',NULL,NULL,''),(6423,'4000','111612611046','2021-02-06 14:30:58',NULL,350.00,'','11','1','Good sold','1','1185','sales','41620741','','No',NULL,NULL,''),(6424,'1100','111612613237','2021-02-06 15:07:34',350.00,NULL,'','11','1','Good sold','1','1185','sales','','','No',NULL,NULL,''),(6425,'4000','111612613237','2021-02-06 15:07:34',NULL,350.00,'','11','1','Good sold','1','1185','sales','69493023','','No',NULL,NULL,''),(6426,'1000','111612614675','2021-02-06 15:32:09',900.00,NULL,'','11','1','Good sold','1','1186','sales','','','No',NULL,NULL,''),(6427,'4000','111612614675','2021-02-06 15:32:09',NULL,900.00,'','11','1','Good sold','1','1186','sales','6164001798022','','No',NULL,NULL,''),(6428,'1100','111612616753','2021-02-06 16:06:29',600.00,NULL,'','11','1','Good sold','1','1187','sales','','','No',NULL,NULL,''),(6429,'4000','111612616753','2021-02-06 16:06:29',NULL,600.00,'','11','1','Good sold','1','1187','sales','90380219','','No',NULL,NULL,''),(6430,'1100','111612616860','2021-02-06 16:07:57',600.00,NULL,'','11','1','Good sold','1','562','sales','','','No',NULL,NULL,''),(6431,'4000','111612616860','2021-02-06 16:07:57',NULL,600.00,'','11','1','Good sold','1','562','sales','90380219','','No',NULL,NULL,''),(6432,'1100','111612617009','2021-02-06 16:11:37',300.00,NULL,'','11','1','Good sold','1','670','sales','','','No',NULL,NULL,''),(6433,'4000','111612617009','2021-02-06 16:11:37',NULL,300.00,'','11','1','Good sold','1','670','sales','90380219','','No',NULL,NULL,''),(6434,'1100','111612617196','2021-02-06 16:13:27',300.00,NULL,'','11','1','Good sold','1','945','sales','','','No',NULL,NULL,''),(6435,'4000','111612617196','2021-02-06 16:13:27',NULL,300.00,'','11','1','Good sold','1','945','sales','90380219','','No',NULL,NULL,''),(6436,'1100','111612617289','2021-02-06 16:15:05',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(6437,'4000','111612617289','2021-02-06 16:15:05',NULL,300.00,'','11','1','Good sold','1','713','sales','90380219','','No',NULL,NULL,''),(6438,'1100','111612618776','2021-02-06 16:40:24',300.00,NULL,'','11','1','Good sold','1','1188','sales','','','No',NULL,NULL,''),(6439,'4000','111612618776','2021-02-06 16:40:24',NULL,300.00,'','11','1','Good sold','1','1188','sales','90380219','','No',NULL,NULL,''),(6440,'1000','111612618897','2021-02-06 16:41:50',150.00,NULL,'','11','1','Good sold','1','1100','Payment','','','No',NULL,NULL,''),(6441,'4000','111612618897','2021-02-06 16:41:50',NULL,150.00,'','11','1','Good sold','1','1100','sales','28716060','','No',NULL,NULL,''),(6442,'1100','111612618964','2021-02-06 16:43:19',600.00,NULL,'','11','1','Good sold','1','594','sales','','','No',NULL,NULL,''),(6443,'4000','111612618964','2021-02-06 16:43:19',NULL,600.00,'','11','1','Good sold','1','594','sales','90380219','','No',NULL,NULL,''),(6444,'1100','111612622869','2021-02-06 17:47:58',150.00,NULL,'','11','1','Good sold','1','1072','sales','','','No',NULL,NULL,''),(6445,'4000','111612622869','2021-02-06 17:47:58',NULL,150.00,'','11','1','Good sold','1','1072','sales','28716060','','No',NULL,NULL,''),(6446,'1100','111612625669','2021-02-06 18:34:42',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(6447,'4000','111612625669','2021-02-06 18:34:42',NULL,150.00,'','11','1','Good sold','1','631','sales','28716060','','No',NULL,NULL,''),(6448,'1100','111612626037','2021-02-06 18:40:49',150.00,NULL,'','11','1','Good sold','1','1072','sales','','','No',NULL,NULL,''),(6449,'4000','111612626037','2021-02-06 18:40:49',NULL,150.00,'','11','1','Good sold','1','1072','sales','28716060','','No',NULL,NULL,''),(6450,'1000','111612626240','2021-02-06 18:44:12',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(6451,'4000','111612626240','2021-02-06 18:44:12',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6452,'1100','111612626335','2021-02-06 18:45:50',150.00,NULL,'','11','1','Good sold','1','1072','sales','','','No',NULL,NULL,''),(6453,'4000','111612626335','2021-02-06 18:45:50',NULL,150.00,'','11','1','Good sold','1','1072','sales','28716060','','No',NULL,NULL,''),(6454,'1100','111612626408','2021-02-06 19:00:58',300.00,NULL,'','11','1','Good sold','1','853','sales','','','No',NULL,NULL,''),(6455,'4000','111612626408','2021-02-06 19:00:58',NULL,300.00,'','11','1','Good sold','1','853','sales','90380219','','No',NULL,NULL,''),(6456,'1000','111612627504','2021-02-06 19:15:43',300.00,NULL,'','11','1','Good sold','1','1189','sales','','','No',NULL,NULL,''),(6457,'4000','111612627504','2021-02-06 19:15:43',NULL,300.00,'','11','1','Good sold','1','1189','sales','90380219','','No',NULL,NULL,''),(6458,'1100','111612628203','2021-02-06 19:21:47',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(6459,'4000','111612628203','2021-02-06 19:21:47',NULL,300.00,'','11','1','Good sold','1','683','sales','90380219','','No',NULL,NULL,''),(6460,'1100','111612628582','2021-02-06 19:29:46',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(6461,'4000','111612628582','2021-02-06 19:29:46',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(6462,'1100','111612629895','2021-02-06 19:56:23',300.00,NULL,'','11','1','Good sold','1','900','sales','','','No',NULL,NULL,''),(6463,'4000','111612629895','2021-02-06 19:56:23',NULL,300.00,'','11','1','Good sold','1','900','sales','90380219','','No',NULL,NULL,''),(6464,'1100','111612631384','2021-02-06 20:10:08',300.00,NULL,'','11','1','Good sold','1','740','sales','','','No',NULL,NULL,''),(6465,'4000','111612631384','2021-02-06 20:10:08',NULL,300.00,'','11','1','Good sold','1','740','sales','90380219','','No',NULL,NULL,''),(6466,'1000','111612631478','2021-02-06 20:11:43',150.00,NULL,'','11','1','Good sold','1','974','sales','','','No',NULL,NULL,''),(6467,'4000','111612631478','2021-02-06 20:11:43',NULL,150.00,'','11','1','Good sold','1','974','sales','28716060','','No',NULL,NULL,''),(6468,'1100','111612685791','2021-02-07 11:16:46',300.00,NULL,'','11','1','Good sold','1','535','sales','','','No',NULL,NULL,''),(6469,'4000','111612685791','2021-02-07 11:16:46',NULL,300.00,'','11','1','Good sold','1','535','sales','90380219','','No',NULL,NULL,''),(6470,'1100','111612685862','2021-02-07 11:17:54',900.00,NULL,'','11','1','Good sold','1','842','sales','','','No',NULL,NULL,''),(6471,'4000','111612685862','2021-02-07 11:17:54',NULL,900.00,'','11','1','Good sold','1','842','sales','90380219','','No',NULL,NULL,''),(6472,'1000','111612685923','2021-02-07 11:18:59',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6473,'4000','111612685923','2021-02-07 11:18:59',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6474,'1110','111612685970','2021-02-07 11:19:54',NULL,800.00,'','11','1','Inventory sold','1','785','sales','18','','No',NULL,NULL,''),(6475,'5500','111612685970','2021-02-07 11:19:54',800.00,NULL,'','11','1','Cost of goods sold','1','785','sales','','','No',NULL,NULL,''),(6476,'1000','111612685970','2021-02-07 11:19:54',1200.00,NULL,'','11','1','Good sold','1','785','sales','','','No',NULL,NULL,''),(6477,'4000','111612685970','2021-02-07 11:19:54',NULL,1200.00,'','11','1','Good sold','1','785','sales','18','','No',NULL,NULL,''),(6478,'1100','111612686459','2021-02-07 11:27:59',600.00,NULL,'','11','1','Good sold','1','1190','sales','','','No',NULL,NULL,''),(6479,'4000','111612686459','2021-02-07 11:27:59',NULL,600.00,'','11','1','Good sold','1','1190','sales','90380219','','No',NULL,NULL,''),(6480,'1100','111612686544','2021-02-07 11:31:12',600.00,NULL,'','11','1','Good sold','1','753','sales','','','No',NULL,NULL,''),(6481,'4000','111612686544','2021-02-07 11:31:12',NULL,600.00,'','11','1','Good sold','1','753','sales','90380219','','No',NULL,NULL,''),(6482,'1100','111612686718','2021-02-07 11:32:37',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(6483,'4000','111612686718','2021-02-07 11:32:37',NULL,150.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(6484,'1100','111612686812','2021-02-07 11:33:47',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(6485,'4000','111612686812','2021-02-07 11:33:47',NULL,300.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(6486,'1100','111612690588','2021-02-07 12:50:49',300.00,NULL,'','11','1','Good sold','1','732','sales','','','No',NULL,NULL,''),(6487,'4000','111612690588','2021-02-07 12:50:49',NULL,300.00,'','11','1','Good sold','1','732','sales','90380219','','No',NULL,NULL,''),(6488,'1100','111612692172','2021-02-07 13:03:05',600.00,NULL,'','11','1','Good sold','1','1106','sales','','','No',NULL,NULL,''),(6489,'4000','111612692172','2021-02-07 13:03:05',NULL,600.00,'','11','1','Good sold','1','1106','sales','90380219','','No',NULL,NULL,''),(6490,'1000','111612692246','2021-02-07 13:14:29',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6491,'4000','111612692246','2021-02-07 13:14:29',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6492,'1000','111612703112','2021-02-07 16:06:42',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6493,'4000','111612703112','2021-02-07 16:06:42',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6494,'1000','111612703252','2021-02-07 16:07:48',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6495,'4000','111612703252','2021-02-07 16:07:48',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6496,'1000','111612703305','2021-02-07 16:08:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6497,'4000','111612703305','2021-02-07 16:08:46',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6498,'1100','111612703384','2021-02-07 16:10:07',300.00,NULL,'','11','1','Good sold','1','100','sales','','','No',NULL,NULL,''),(6499,'4000','111612703384','2021-02-07 16:10:07',NULL,300.00,'','11','1','Good sold','1','100','sales','90380219','','No',NULL,NULL,''),(6500,'1000','111612705405','2021-02-07 16:44:06',600.00,NULL,'','11','1','Good sold','1','1191','sales','','','No',NULL,NULL,''),(6501,'4000','111612705405','2021-02-07 16:44:06',NULL,600.00,'','11','1','Good sold','1','1191','sales','90380219','','No',NULL,NULL,''),(6502,'1100','111612705526','2021-02-07 16:45:47',300.00,NULL,'','11','1','Good sold','1','1192','sales','','','No',NULL,NULL,''),(6503,'4000','111612705526','2021-02-07 16:45:47',NULL,300.00,'','11','1','Good sold','1','1192','sales','90380219','','No',NULL,NULL,''),(6504,'1000','111612705613','2021-02-07 16:47:16',600.00,NULL,'','11','1','Good sold','1','857','sales','','','No',NULL,NULL,''),(6505,'4000','111612705613','2021-02-07 16:47:16',NULL,600.00,'','11','1','Good sold','1','857','sales','90380219','','No',NULL,NULL,''),(6506,'1000','111612707453','2021-02-07 17:17:46',300.00,NULL,'','11','1','Good sold','1','1193','sales','','','No',NULL,NULL,''),(6507,'4000','111612707453','2021-02-07 17:17:46',NULL,300.00,'','11','1','Good sold','1','1193','sales','90380219','','No',NULL,NULL,''),(6508,'1000','111612708123','2021-02-07 17:29:22',300.00,NULL,'','11','1','Good sold','1','1194','sales','','','No',NULL,NULL,''),(6509,'4000','111612708123','2021-02-07 17:29:22',NULL,300.00,'','11','1','Good sold','1','1194','sales','90380219','','No',NULL,NULL,''),(6510,'1000','111612708607','2021-02-07 17:37:47',300.00,NULL,'','11','1','Good sold','1','1195','sales','','','No',NULL,NULL,''),(6511,'4000','111612708607','2021-02-07 17:37:47',NULL,300.00,'','11','1','Good sold','1','1195','sales','90380219','','No',NULL,NULL,''),(6512,'1000','111612708785','2021-02-07 17:40:16',300.00,NULL,'','11','1','Good sold','1','731','sales','','','No',NULL,NULL,''),(6513,'4000','111612708785','2021-02-07 17:40:16',NULL,300.00,'','11','1','Good sold','1','731','sales','90380219','','No',NULL,NULL,''),(6514,'1100','111612709136','2021-02-07 17:46:03',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(6515,'4000','111612709136','2021-02-07 17:46:03',NULL,300.00,'','11','1','Good sold','1','574','sales','90380219','','No',NULL,NULL,''),(6516,'1100','111612709231','2021-02-07 17:48:34',450.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(6517,'4000','111612709231','2021-02-07 17:48:34',NULL,150.00,'','11','1','Good sold','1','828','sales','28716060','','No',NULL,NULL,''),(6518,'4000','111612709231','2021-02-07 17:48:34',NULL,300.00,'','11','1','Good sold','1','828','sales','90380219','','No',NULL,NULL,''),(6519,'1000','111612709688','2021-02-07 17:56:02',600.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(6520,'4000','111612709688','2021-02-07 17:56:02',NULL,600.00,'','11','1','Good sold','1','698','sales','90380219','','No',NULL,NULL,''),(6521,'1100','111612709884','2021-02-07 18:06:34',600.00,NULL,'','11','1','Good sold','1','698','sales','','','No',NULL,NULL,''),(6522,'4000','111612709884','2021-02-07 18:06:34',NULL,600.00,'','11','1','Good sold','1','698','sales','90380219','','No',NULL,NULL,''),(6523,'1100','111612710514','2021-02-07 18:08:58',300.00,NULL,'','11','1','Good sold','1','894','sales','','','No',NULL,NULL,''),(6524,'4000','111612710514','2021-02-07 18:08:58',NULL,300.00,'','11','1','Good sold','1','894','sales','90380219','','No',NULL,NULL,''),(6525,'1000','111612710590','2021-02-07 18:36:08',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(6526,'4000','111612710590','2021-02-07 18:36:08',NULL,150.00,'','11','1','Good sold','1','612','sales','28716060','','No',NULL,NULL,''),(6527,'1000','111612712268','2021-02-07 18:42:24',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6528,'4000','111612712268','2021-02-07 18:42:24',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6529,'1100','111612713511','2021-02-07 18:59:06',600.00,NULL,'','11','1','Good sold','1','1196','sales','','','No',NULL,NULL,''),(6530,'4000','111612713511','2021-02-07 18:59:06',NULL,600.00,'','11','1','Good sold','1','1196','sales','90380219','','No',NULL,NULL,''),(6531,'1100','111612713828','2021-02-07 19:04:00',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(6532,'4000','111612713828','2021-02-07 19:04:00',NULL,300.00,'','11','1','Good sold','1','946','sales','90380219','','No',NULL,NULL,''),(6533,'1000','111612716545','2021-02-07 19:49:18',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6534,'4000','111612716545','2021-02-07 19:49:18',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6535,'1000','111612716573','2021-02-07 19:49:42',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6536,'4000','111612716573','2021-02-07 19:49:42',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6537,'1100','111612716595','2021-02-07 19:50:07',450.00,NULL,'','11','1','Good sold','1','591','sales','','','No',NULL,NULL,''),(6538,'4000','111612716595','2021-02-07 19:50:07',NULL,450.00,'','11','1','Good sold','1','591','sales','6164001798022','','No',NULL,NULL,''),(6539,'1100','111612716709','2021-02-07 19:52:14',300.00,NULL,'','11','1','Good sold','1','975','sales','','','No',NULL,NULL,''),(6540,'4000','111612716709','2021-02-07 19:52:14',NULL,300.00,'','11','1','Good sold','1','975','sales','90380219','','No',NULL,NULL,''),(6541,'1100','111612716782','2021-02-07 19:53:10',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(6542,'4000','111612716782','2021-02-07 19:53:10',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(6543,'1100','111612718224','2021-02-07 20:17:21',300.00,NULL,'','11','1','Good sold','1','694','sales','','','No',NULL,NULL,''),(6544,'4000','111612718224','2021-02-07 20:17:21',NULL,300.00,'','11','1','Good sold','1','694','sales','90380219','','No',NULL,NULL,''),(6545,'1100','111612718521','2021-02-07 20:22:30',300.00,NULL,'','11','1','Good sold','1','559','sales','','','No',NULL,NULL,''),(6546,'4000','111612718521','2021-02-07 20:22:30',NULL,300.00,'','11','1','Good sold','1','559','sales','90380219','','No',NULL,NULL,''),(6547,'1100','111612718619','2021-02-07 20:23:53',300.00,NULL,'','11','1','Good sold','1','951','sales','','','No',NULL,NULL,''),(6548,'4000','111612718619','2021-02-07 20:23:53',NULL,300.00,'','11','1','Good sold','1','951','sales','90380219','','No',NULL,NULL,''),(6549,'1000','111612718731','2021-02-07 20:25:40',250.00,NULL,'','11','1','Good sold','1','1197','sales','','','No',NULL,NULL,''),(6550,'4000','111612718731','2021-02-07 20:25:40',NULL,250.00,'','11','1','Good sold','1','1197','sales','6164001798077','','No',NULL,NULL,''),(6551,'1100','111612718783','2021-02-07 20:26:31',300.00,NULL,'','11','1','Good sold','1','933','sales','','','No',NULL,NULL,''),(6552,'4000','111612718783','2021-02-07 20:26:31',NULL,300.00,'','11','1','Good sold','1','933','sales','90380219','','No',NULL,NULL,''),(6553,'1100','111612719768','2021-02-07 20:43:11',300.00,NULL,'','11','1','Good sold','1','386','sales','','','No',NULL,NULL,''),(6554,'4000','111612719768','2021-02-07 20:43:11',NULL,300.00,'','11','1','Good sold','1','386','sales','90380219','','No',NULL,NULL,''),(6555,'1000','111612719856','2021-02-07 20:44:45',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6556,'4000','111612719856','2021-02-07 20:44:45',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(6557,'1100','111612764606','2021-02-08 09:10:25',600.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(6558,'4000','111612764606','2021-02-08 09:10:25',NULL,600.00,'','11','1','Good sold','1','114','sales','90380219','','No',NULL,NULL,''),(6559,'1100','111612768859','2021-02-08 10:21:33',300.00,NULL,'','11','1','Good sold','1','1198','sales','','','No',NULL,NULL,''),(6560,'4000','111612768859','2021-02-08 10:21:33',NULL,300.00,'','11','1','Good sold','1','1198','sales','90380219','','No',NULL,NULL,''),(6561,'1100','111612769999','2021-02-08 10:40:45',300.00,NULL,'','11','1','Good sold','1','1058','sales','','','No',NULL,NULL,''),(6562,'4000','111612769999','2021-02-08 10:40:45',NULL,300.00,'','11','1','Good sold','1','1058','sales','90380219','','No',NULL,NULL,''),(6563,'1100','111612771026','2021-02-08 10:57:34',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(6564,'4000','111612771026','2021-02-08 10:57:34',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(6565,'1100','111612771143','2021-02-08 10:59:41',300.00,NULL,'','11','1','Good sold','1','991','sales','','','No',NULL,NULL,''),(6566,'4000','111612771143','2021-02-08 10:59:41',NULL,300.00,'','11','1','Good sold','1','991','sales','90380219','','No',NULL,NULL,''),(6567,'1100','111612774464','2021-02-08 11:54:49',600.00,NULL,'','11','1','Good sold','1','435','sales','','','No',NULL,NULL,''),(6568,'4000','111612774464','2021-02-08 11:54:49',NULL,600.00,'','11','1','Good sold','1','435','sales','90380219','','No',NULL,NULL,''),(6569,'1100','111612774632','2021-02-08 11:58:13',300.00,NULL,'','11','1','Good sold','1','776','sales','','','No',NULL,NULL,''),(6570,'4000','111612774632','2021-02-08 11:58:13',NULL,300.00,'','11','1','Good sold','1','776','sales','90380219','','No',NULL,NULL,''),(6571,'1100','111612777333','2021-02-08 12:42:40',600.00,NULL,'','11','1','Good sold','1','930','sales','','','No',NULL,NULL,''),(6572,'4000','111612777333','2021-02-08 12:42:40',NULL,600.00,'','11','1','Good sold','1','930','sales','90380219','','No',NULL,NULL,''),(6573,'1000','111612777599','2021-02-08 12:47:04',300.00,NULL,'','11','1','Good sold','1','1199','Payment','','','No',NULL,NULL,''),(6574,'4000','111612777599','2021-02-08 12:47:04',NULL,300.00,'','11','1','Good sold','1','1199','sales','90380219','','No',NULL,NULL,''),(6575,'1100','111612779682','2021-02-08 13:22:07',300.00,NULL,'','11','1','Good sold','1','1200','sales','','','No',NULL,NULL,''),(6576,'4000','111612779682','2021-02-08 13:22:07',NULL,300.00,'','11','1','Good sold','1','1200','sales','90380219','','No',NULL,NULL,''),(6577,'1100','111612779881','2021-02-08 13:25:06',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(6578,'4000','111612779881','2021-02-08 13:25:06',NULL,300.00,'','11','1','Good sold','1','536','sales','90380219','','No',NULL,NULL,''),(6579,'1100','111612785409','2021-02-08 14:57:21',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(6580,'4000','111612785409','2021-02-08 14:57:21',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(6581,'1000','111612785524','2021-02-08 14:59:07',300.00,NULL,'','11','1','Good sold','1','1201','Payment','','','No',NULL,NULL,''),(6582,'4000','111612785524','2021-02-08 14:59:07',NULL,300.00,'','11','1','Good sold','1','1201','sales','90380219','','No',NULL,NULL,''),(6583,'1100','111612786233','2021-02-08 15:10:56',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(6584,'4000','111612786233','2021-02-08 15:10:56',NULL,150.00,'','11','1','Good sold','1','921','sales','28716060','','No',NULL,NULL,''),(6585,'1100','111612786233','2021-02-08 15:10:56',150.00,NULL,'','11','1','Good sold','1','1202','sales','','','No',NULL,NULL,''),(6586,'4000','111612786233','2021-02-08 15:10:56',NULL,150.00,'','11','1','Good sold','1','1202','sales','28716060','','No',NULL,NULL,''),(6587,'4000','111612786233','2021-02-08 15:10:56',NULL,150.00,'','11','1','Good sold','1','1202','sales','28716060','','No',NULL,NULL,''),(6588,'1000','111612786233','2021-02-08 15:10:56',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6589,'4000','111612786233','2021-02-08 15:10:56',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6590,'4000','111612786233','2021-02-08 15:10:56',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6591,'4000','111612786233','2021-02-08 15:10:56',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6592,'1100','111612787013','2021-02-08 15:23:52',300.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(6593,'4000','111612787013','2021-02-08 15:23:52',NULL,300.00,'','11','1','Good sold','1','866','sales','90380219','','No',NULL,NULL,''),(6594,'1100','111612787124','2021-02-08 15:25:45',150.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(6595,'4000','111612787124','2021-02-08 15:25:45',NULL,150.00,'','11','1','Good sold','1','866','sales','28716060','','No',NULL,NULL,''),(6596,'1100','111612790198','2021-02-08 16:17:20',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(6597,'4000','111612790198','2021-02-08 16:17:20',NULL,600.00,'','11','1','Good sold','1','549','sales','90380219','','No',NULL,NULL,''),(6598,'1100','111612790350','2021-02-08 16:19:39',300.00,NULL,'','11','1','Good sold','1','656','sales','','','No',NULL,NULL,''),(6599,'4000','111612790350','2021-02-08 16:19:39',NULL,300.00,'','11','1','Good sold','1','656','sales','90380219','','No',NULL,NULL,''),(6600,'1100','111612794767','2021-02-08 17:35:32',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(6601,'4000','111612794767','2021-02-08 17:35:32',NULL,300.00,'','11','1','Good sold','1','617','sales','90380219','','No',NULL,NULL,''),(6602,'1000','111612795095','2021-02-08 17:38:41',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6603,'4000','111612795095','2021-02-08 17:38:41',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(6604,'1100','111612796087','2021-02-08 17:55:32',300.00,NULL,'','11','1','Good sold','1','1065','sales','','','No',NULL,NULL,''),(6605,'4000','111612796087','2021-02-08 17:55:32',NULL,300.00,'','11','1','Good sold','1','1065','sales','90380219','','No',NULL,NULL,''),(6606,'1100','111612799044','2021-02-08 18:44:30',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(6607,'4000','111612799044','2021-02-08 18:44:30',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(6608,'1100','111612799400','2021-02-08 18:50:50',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(6609,'4000','111612799400','2021-02-08 18:50:50',NULL,600.00,'','11','1','Good sold','1','547','sales','90380219','','No',NULL,NULL,''),(6610,'1100','111612799665','2021-02-08 18:54:46',1200.00,NULL,'','11','1','Good sold','1','1203','sales','','','No',NULL,NULL,''),(6611,'4000','111612799665','2021-02-08 18:54:46',NULL,1200.00,'','11','1','Good sold','1','1203','sales','90380219','','No',NULL,NULL,''),(6612,'1100','111612800244','2021-02-08 19:05:38',300.00,NULL,'','11','1','Good sold','1','1204','sales','','','No',NULL,NULL,''),(6613,'4000','111612800244','2021-02-08 19:05:38',NULL,300.00,'','11','1','Good sold','1','1204','sales','90380219','','No',NULL,NULL,''),(6614,'1000','111612878542','2021-02-09 16:49:33',1500.00,NULL,'','11','1','Good sold','1','50','Payment','','','No',NULL,NULL,''),(6615,'4000','111612878542','2021-02-09 16:49:33',NULL,1500.00,'','11','1','Good sold','1','50','sales','90380219','','No',NULL,NULL,''),(6616,'1100','111612880662','2021-02-09 17:24:48',1500.00,NULL,'','11','1','Good sold','1','50','sales','','','No',NULL,NULL,''),(6617,'4000','111612880662','2021-02-09 17:24:48',NULL,1500.00,'','11','1','Good sold','1','50','sales','90380219','','No',NULL,NULL,''),(6618,'1100','111612880759','2021-02-09 17:26:24',300.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(6619,'4000','111612880759','2021-02-09 17:26:24',NULL,300.00,'','11','1','Good sold','1','681','sales','90380219','','No',NULL,NULL,''),(6620,'1100','111612880843','2021-02-09 17:27:46',150.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(6621,'4000','111612880843','2021-02-09 17:27:46',NULL,150.00,'','11','1','Good sold','1','681','sales','28716060','','No',NULL,NULL,''),(6622,'1000','111612880924','2021-02-09 17:29:10',300.00,NULL,'','11','1','Good sold','1','1205','Payment','','','No',NULL,NULL,''),(6623,'4000','111612880924','2021-02-09 17:29:10',NULL,300.00,'','11','1','Good sold','1','1205','sales','90380219','','No',NULL,NULL,''),(6624,'1100','111612881033','2021-02-09 17:31:08',300.00,NULL,'','11','1','Good sold','1','1036','sales','','','No',NULL,NULL,''),(6625,'4000','111612881033','2021-02-09 17:31:08',NULL,300.00,'','11','1','Good sold','1','1036','sales','90380219','','No',NULL,NULL,''),(6626,'1100','111612881127','2021-02-09 17:32:25',600.00,NULL,'','11','1','Good sold','1','598','sales','','','No',NULL,NULL,''),(6627,'4000','111612881127','2021-02-09 17:32:25',NULL,600.00,'','11','1','Good sold','1','598','sales','90380219','','No',NULL,NULL,''),(6628,'1100','111612881240','2021-02-09 17:34:22',300.00,NULL,'','11','1','Good sold','1','1206','sales','','','No',NULL,NULL,''),(6629,'4000','111612881240','2021-02-09 17:34:22',NULL,300.00,'','11','1','Good sold','1','1206','sales','90380219','','No',NULL,NULL,''),(6630,'1100','111612881240','2021-02-09 17:34:22',120.00,NULL,'','11','1','Good sold','1','1207','sales','','','No',NULL,NULL,''),(6631,'4000','111612881240','2021-02-09 17:34:22',NULL,120.00,'','11','1','Good sold','1','1207','sales','01903810','','No',NULL,NULL,''),(6632,'1100','111612881538','2021-02-09 17:39:28',300.00,NULL,'','11','1','Good sold','1','715','sales','','','No',NULL,NULL,''),(6633,'4000','111612881538','2021-02-09 17:39:28',NULL,300.00,'','11','1','Good sold','1','715','sales','90380219','','No',NULL,NULL,''),(6634,'1100','111612881642','2021-02-09 17:41:27',150.00,NULL,'','11','1','Good sold','1','929','sales','','','No',NULL,NULL,''),(6635,'4000','111612881642','2021-02-09 17:41:27',NULL,150.00,'','11','1','Good sold','1','929','sales','28716060','','No',NULL,NULL,''),(6636,'1100','111612881974','2021-02-09 17:46:39',1200.00,NULL,'','11','1','Good sold','1','1208','sales','','','No',NULL,NULL,''),(6637,'4000','111612881974','2021-02-09 17:46:39',NULL,1200.00,'','11','1','Good sold','1','1208','sales','90380219','','No',NULL,NULL,''),(6638,'1000','111612882079','2021-02-09 17:48:38',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6639,'4000','111612882079','2021-02-09 17:48:38',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(6640,'1000','111612882130','2021-02-09 17:51:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6641,'4000','111612882130','2021-02-09 17:51:08',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6642,'1000','111612882350','2021-02-09 17:53:07',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6643,'4000','111612882350','2021-02-09 17:53:07',NULL,700.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6644,'1000','111612889152','2021-02-09 19:47:42',350.00,NULL,'','11','1','Good sold','1','728','sales','','','No',NULL,NULL,''),(6645,'4000','111612889152','2021-02-09 19:47:42',NULL,350.00,'','11','1','Good sold','1','728','sales','69493023','','No',NULL,NULL,''),(6646,'1100','111612889355','2021-02-09 19:49:46',300.00,NULL,'','11','1','Good sold','1','626','sales','','','No',NULL,NULL,''),(6647,'4000','111612889355','2021-02-09 19:49:46',NULL,300.00,'','11','1','Good sold','1','626','sales','90380219','','No',NULL,NULL,''),(6648,'1100','111612889531','2021-02-09 19:52:25',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(6649,'4000','111612889531','2021-02-09 19:52:25',NULL,600.00,'','11','1','Good sold','1','668','sales','90380219','','No',NULL,NULL,''),(6650,'1000','111612889752','2021-02-09 19:56:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6651,'4000','111612889752','2021-02-09 19:56:08',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6652,'1100','111612889838','2021-02-09 20:15:49',300.00,NULL,'','11','1','Good sold','1','1019','sales','','','No',NULL,NULL,''),(6653,'4000','111612889838','2021-02-09 20:15:49',NULL,300.00,'','11','1','Good sold','1','1019','sales','90380219','','No',NULL,NULL,''),(6654,'1100','111612891226','2021-02-09 20:20:36',300.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(6655,'4000','111612891226','2021-02-09 20:20:36',NULL,300.00,'','11','1','Good sold','1','507','sales','90380219','','No',NULL,NULL,''),(6656,'1100','111612891314','2021-02-09 20:36:58',80.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(6657,'4000','111612891314','2021-02-09 20:36:58',NULL,80.00,'','11','1','Good sold','1','571','sales','17286979','','No',NULL,NULL,''),(6658,'1000','111612892291','2021-02-09 20:38:22',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6659,'4000','111612892291','2021-02-09 20:38:22',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6660,'1000','111612892335','2021-02-09 20:46:53',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6661,'4000','111612892335','2021-02-09 20:46:53',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(6662,'1100','111612892843','2021-02-09 20:47:40',150.00,NULL,'','11','1','Good sold','1','1092','sales','','','No',NULL,NULL,''),(6663,'4000','111612892843','2021-02-09 20:47:40',NULL,150.00,'','11','1','Good sold','1','1092','sales','28716060','','No',NULL,NULL,''),(6664,'1100','111612946638','2021-02-10 11:44:34',300.00,NULL,'','11','1','Good sold','1','726','sales','','','No',NULL,NULL,''),(6665,'4000','111612946638','2021-02-10 11:44:34',NULL,300.00,'','11','1','Good sold','1','726','sales','90380219','','No',NULL,NULL,''),(6666,'1100','111612946767','2021-02-10 11:46:43',900.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(6667,'4000','111612946767','2021-02-10 11:46:43',NULL,900.00,'','11','1','Good sold','1','75','sales','90380219','','No',NULL,NULL,''),(6668,'1100','111612946894','2021-02-10 11:48:50',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(6669,'4000','111612946894','2021-02-10 11:48:50',NULL,450.00,'','11','1','Good sold','1','590','sales','28716060','','No',NULL,NULL,''),(6670,'1100','111612947071','2021-02-10 11:51:44',1200.00,NULL,'','11','1','Good sold','1','1209','sales','','','No',NULL,NULL,''),(6671,'4000','111612947071','2021-02-10 11:51:44',NULL,1200.00,'','11','1','Good sold','1','1209','sales','90380219','','No',NULL,NULL,''),(6672,'1000','111612965586','2021-02-10 17:00:19',350.00,NULL,'','11','1','Good sold','1','697','Payment','','','No',NULL,NULL,''),(6673,'4000','111612965586','2021-02-10 17:00:19',NULL,350.00,'','11','1','Good sold','1','697','sales','69493023','','No',NULL,NULL,''),(6674,'1100','111612967629','2021-02-10 17:34:54',600.00,NULL,'','11','1','Good sold','1','778','sales','','','No',NULL,NULL,''),(6675,'4000','111612967629','2021-02-10 17:34:54',NULL,600.00,'','11','1','Good sold','1','778','sales','90380219','','No',NULL,NULL,''),(6676,'1000','111612967860','2021-02-10 17:40:31',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6677,'4000','111612967860','2021-02-10 17:40:31',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6678,'1100','111612968077','2021-02-10 17:41:44',1400.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(6679,'4000','111612968077','2021-02-10 17:41:44',NULL,1400.00,'','11','1','Good sold','1','554','sales','69493023','','No',NULL,NULL,''),(6680,'1100','111612968231','2021-02-10 17:47:58',300.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(6681,'4000','111612968231','2021-02-10 17:47:58',NULL,300.00,'','11','1','Good sold','1','533','sales','90380219','','No',NULL,NULL,''),(6682,'1100','111612968552','2021-02-10 17:49:35',300.00,NULL,'','11','1','Good sold','1','954','sales','','','No',NULL,NULL,''),(6683,'4000','111612968552','2021-02-10 17:49:35',NULL,300.00,'','11','1','Good sold','1','954','sales','90380219','','No',NULL,NULL,''),(6684,'1100','111612968637','2021-02-10 17:51:08',150.00,NULL,'','11','1','Good sold','1','1210','sales','','','No',NULL,NULL,''),(6685,'4000','111612968637','2021-02-10 17:51:08',NULL,150.00,'','11','1','Good sold','1','1210','sales','28716060','','No',NULL,NULL,''),(6686,'1100','111612968776','2021-02-10 17:53:16',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(6687,'4000','111612968776','2021-02-10 17:53:16',NULL,300.00,'','11','1','Good sold','1','709','sales','90380219','','No',NULL,NULL,''),(6688,'1100','111612968853','2021-02-10 17:54:35',150.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(6689,'4000','111612968853','2021-02-10 17:54:35',NULL,150.00,'','11','1','Good sold','1','709','sales','28716060','','No',NULL,NULL,''),(6690,'1100','111612969689','2021-02-10 18:09:32',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(6691,'4000','111612969689','2021-02-10 18:09:32',NULL,150.00,'','11','1','Good sold','1','613','sales','28716060','','No',NULL,NULL,''),(6692,'1100','111612972659','2021-02-10 18:58:14',600.00,NULL,'','11','1','Good sold','1','815','sales','','','No',NULL,NULL,''),(6693,'4000','111612972659','2021-02-10 18:58:14',NULL,600.00,'','11','1','Good sold','1','815','sales','90380219','','No',NULL,NULL,''),(6694,'1100','111612972770','2021-02-10 18:59:51',300.00,NULL,'','11','1','Good sold','1','645','sales','','','No',NULL,NULL,''),(6695,'4000','111612972770','2021-02-10 18:59:51',NULL,300.00,'','11','1','Good sold','1','645','sales','90380219','','No',NULL,NULL,''),(6696,'1100','111612977882','2021-02-10 20:26:24',300.00,NULL,'','11','1','Good sold','1','719','sales','','','No',NULL,NULL,''),(6697,'4000','111612977882','2021-02-10 20:26:24',NULL,300.00,'','11','1','Good sold','1','719','sales','90380219','','No',NULL,NULL,''),(6698,'1100','111612978102','2021-02-10 20:28:38',300.00,NULL,'','11','1','Good sold','1','1211','sales','','','No',NULL,NULL,''),(6699,'4000','111612978102','2021-02-10 20:28:38',NULL,300.00,'','11','1','Good sold','1','1211','sales','90380219','','No',NULL,NULL,''),(6700,'1100','111612978916','2021-02-10 20:42:30',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(6701,'4000','111612978916','2021-02-10 20:42:30',NULL,300.00,'','11','1','Good sold','1','821','sales','90380219','','No',NULL,NULL,''),(6702,'1100','111612979013','2021-02-10 20:43:51',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(6703,'4000','111612979013','2021-02-10 20:43:51',NULL,300.00,'','11','1','Good sold','1','669','sales','90380219','','No',NULL,NULL,''),(6704,'1000','111612979649','2021-02-10 20:54:29',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6705,'4000','111612979649','2021-02-10 20:54:29',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6706,'1000','111612979923','2021-02-10 20:59:04',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6707,'4000','111612979923','2021-02-10 20:59:04',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6708,'1100','111612979976','2021-02-10 21:00:09',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(6709,'4000','111612979976','2021-02-10 21:00:09',NULL,150.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(6710,'1100','111612980108','2021-02-10 21:01:58',450.00,NULL,'','11','1','Good sold','1','797','sales','','','No',NULL,NULL,''),(6711,'4000','111612980108','2021-02-10 21:01:58',NULL,450.00,'','11','1','Good sold','1','797','sales','6164001798022','','No',NULL,NULL,''),(6712,'1100','111612980217','2021-02-10 21:03:45',300.00,NULL,'','11','1','Good sold','1','649','sales','','','No',NULL,NULL,''),(6713,'4000','111612980217','2021-02-10 21:03:45',NULL,300.00,'','11','1','Good sold','1','649','sales','90380219','','No',NULL,NULL,''),(6714,'1100','111612980273','2021-02-10 21:04:44',450.00,NULL,'','11','1','Good sold','1','1212','sales','','','No',NULL,NULL,''),(6715,'4000','111612980273','2021-02-10 21:04:44',NULL,450.00,'','11','1','Good sold','1','1212','sales','6164001798022','','No',NULL,NULL,''),(6716,'1000','111612980341','2021-02-10 21:05:55',300.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(6717,'4000','111612980341','2021-02-10 21:05:55',NULL,300.00,'','11','1','Good sold','1','597','sales','90380219','','No',NULL,NULL,''),(6718,'1100','111612980539','2021-02-10 21:09:41',300.00,NULL,'','11','1','Good sold','1','869','sales','','','No',NULL,NULL,''),(6719,'4000','111612980539','2021-02-10 21:09:41',NULL,300.00,'','11','1','Good sold','1','869','sales','90380219','','No',NULL,NULL,''),(6720,'1100','111613022312','2021-02-11 08:45:26',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(6721,'4000','111613022312','2021-02-11 08:45:26',NULL,300.00,'','11','1','Good sold','1','573','sales','90380219','','No',NULL,NULL,''),(6722,'1100','111613023587','2021-02-11 09:06:42',600.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(6723,'4000','111613023587','2021-02-11 09:06:42',NULL,600.00,'','11','1','Good sold','1','599','sales','90380219','','No',NULL,NULL,''),(6724,'1000','111613023648','2021-02-11 09:07:46',350.00,NULL,'','11','1','Good sold','1','1020','sales','','','No',NULL,NULL,''),(6725,'4000','111613023648','2021-02-11 09:07:46',NULL,350.00,'','11','1','Good sold','1','1020','sales','69493023','','No',NULL,NULL,''),(6726,'1100','111613025167','2021-02-11 09:35:06',450.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(6727,'4000','111613025167','2021-02-11 09:35:06',NULL,150.00,'','11','1','Good sold','1','508','sales','28716060','','No',NULL,NULL,''),(6728,'4000','111613025167','2021-02-11 09:35:06',NULL,300.00,'','11','1','Good sold','1','508','sales','90380219','','No',NULL,NULL,''),(6729,'1100','111613025869','2021-02-11 09:44:49',600.00,NULL,'','11','1','Good sold','1','623','sales','','','No',NULL,NULL,''),(6730,'4000','111613025869','2021-02-11 09:44:49',NULL,600.00,'','11','1','Good sold','1','623','sales','90380219','','No',NULL,NULL,''),(6731,'1000','111613028022','2021-02-11 10:20:44',600.00,NULL,'','11','1','Good sold','1','525','sales','','','No',NULL,NULL,''),(6732,'4000','111613028022','2021-02-11 10:20:44',NULL,600.00,'','11','1','Good sold','1','525','sales','90380219','','No',NULL,NULL,''),(6733,'1100','111613029928','2021-02-11 10:52:24',1400.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(6734,'4000','111613029928','2021-02-11 10:52:24',NULL,1400.00,'','11','1','Good sold','1','555','sales','69493023','','No',NULL,NULL,''),(6735,'1000','111613039321','2021-02-11 13:28:59',350.00,NULL,'','11','1','Good sold','1','1213','sales','','','No',NULL,NULL,''),(6736,'4000','111613039321','2021-02-11 13:28:59',NULL,350.00,'','11','1','Good sold','1','1213','sales','69493023','','No',NULL,NULL,''),(6737,'1100','111613039417','2021-02-11 13:30:58',450.00,NULL,'','11','1','Good sold','1','1016','sales','','','No',NULL,NULL,''),(6738,'4000','111613039417','2021-02-11 13:30:58',NULL,150.00,'','11','1','Good sold','1','1016','sales','28716060','','No',NULL,NULL,''),(6739,'4000','111613039417','2021-02-11 13:30:58',NULL,300.00,'','11','1','Good sold','1','1016','sales','90380219','','No',NULL,NULL,''),(6740,'1100','111613039546','2021-02-11 13:32:42',300.00,NULL,'','11','1','Good sold','1','1214','sales','','','No',NULL,NULL,''),(6741,'4000','111613039546','2021-02-11 13:32:42',NULL,300.00,'','11','1','Good sold','1','1214','sales','90380219','','No',NULL,NULL,''),(6742,'1000','111613039651','2021-02-11 13:34:29',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6743,'4000','111613039651','2021-02-11 13:34:29',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(6744,'1100','111613039710','2021-02-11 13:35:22',300.00,NULL,'','11','1','Good sold','1','1215','sales','','','No',NULL,NULL,''),(6745,'4000','111613039710','2021-02-11 13:35:22',NULL,300.00,'','11','1','Good sold','1','1215','sales','90380219','','No',NULL,NULL,''),(6746,'1100','111613039771','2021-02-11 13:36:19',300.00,NULL,'','11','1','Good sold','1','571','sales','','','No',NULL,NULL,''),(6747,'4000','111613039771','2021-02-11 13:36:19',NULL,300.00,'','11','1','Good sold','1','571','sales','90380219','','No',NULL,NULL,''),(6748,'1100','111613044620','2021-02-11 14:57:23',900.00,NULL,'','11','1','Good sold','1','642','sales','','','No',NULL,NULL,''),(6749,'4000','111613044620','2021-02-11 14:57:23',NULL,900.00,'','11','1','Good sold','1','642','sales','90380219','','No',NULL,NULL,''),(6750,'1100','111613046830','2021-02-11 15:34:09',300.00,NULL,'','11','1','Good sold','1','659','sales','','','No',NULL,NULL,''),(6751,'4000','111613046830','2021-02-11 15:34:09',NULL,300.00,'','11','1','Good sold','1','659','sales','90380219','','No',NULL,NULL,''),(6752,'1100','111613048181','2021-02-11 15:56:34',600.00,NULL,'','11','1','Good sold','1','658','sales','','','No',NULL,NULL,''),(6753,'4000','111613048181','2021-02-11 15:56:34',NULL,600.00,'','11','1','Good sold','1','658','sales','90380219','','No',NULL,NULL,''),(6754,'1100','111613049735','2021-02-11 16:22:30',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(6755,'4000','111613049735','2021-02-11 16:22:30',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(6756,'1100','111613052026','2021-02-11 17:01:02',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(6757,'4000','111613052026','2021-02-11 17:01:02',NULL,300.00,'','11','1','Good sold','1','934','sales','90380219','','No',NULL,NULL,''),(6758,'1100','111613052144','2021-02-11 17:02:58',1750.00,NULL,'','11','1','Good sold','1','1216','sales','','','No',NULL,NULL,''),(6759,'4000','111613052144','2021-02-11 17:02:58',NULL,1750.00,'','11','1','Good sold','1','1216','sales','69493023','','No',NULL,NULL,''),(6760,'1100','111613055702','2021-02-11 18:02:12',300.00,NULL,'','11','1','Good sold','1','867','sales','','','No',NULL,NULL,''),(6761,'4000','111613055702','2021-02-11 18:02:12',NULL,300.00,'','11','1','Good sold','1','867','sales','28716060','','No',NULL,NULL,''),(6762,'1100','111613056456','2021-02-11 18:14:54',300.00,NULL,'','11','1','Good sold','1','1118','sales','','','No',NULL,NULL,''),(6763,'4000','111613056456','2021-02-11 18:14:54',NULL,300.00,'','11','1','Good sold','1','1118','sales','90380219','','No',NULL,NULL,''),(6764,'1100','111613056660','2021-02-11 18:18:15',300.00,NULL,'','11','1','Good sold','1','1217','sales','','','No',NULL,NULL,''),(6765,'4000','111613056660','2021-02-11 18:18:15',NULL,300.00,'','11','1','Good sold','1','1217','sales','90380219','','No',NULL,NULL,''),(6766,'1100','111613058793','2021-02-11 18:53:38',150.00,NULL,'','11','1','Good sold','1','1014','sales','','','No',NULL,NULL,''),(6767,'4000','111613058793','2021-02-11 18:53:38',NULL,150.00,'','11','1','Good sold','1','1014','sales','28716060','','No',NULL,NULL,''),(6768,'1100','111613058937','2021-02-11 18:55:52',80.00,NULL,'','11','1','Good sold','1','1014','sales','','','No',NULL,NULL,''),(6769,'4000','111613058937','2021-02-11 18:55:52',NULL,80.00,'','11','1','Good sold','1','1014','sales','17286979','','No',NULL,NULL,''),(6770,'1100','111613059018','2021-02-11 18:59:07',300.00,NULL,'','11','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(6771,'4000','111613059018','2021-02-11 18:59:07',NULL,300.00,'','11','1','Good sold','1','150','sales','90380219','','No',NULL,NULL,''),(6772,'1100','111613059336','2021-02-11 19:02:36',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(6773,'4000','111613059336','2021-02-11 19:02:36',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(6774,'1100','111613059818','2021-02-11 19:17:59',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(6775,'4000','111613059818','2021-02-11 19:17:59',NULL,600.00,'','11','1','Good sold','1','156','sales','90380219','','No',NULL,NULL,''),(6776,'1100','111613061104','2021-02-11 19:32:07',300.00,NULL,'','11','1','Good sold','1','346','sales','','','No',NULL,NULL,''),(6777,'4000','111613061104','2021-02-11 19:32:07',NULL,300.00,'','11','1','Good sold','1','346','sales','90380219','','No',NULL,NULL,''),(6778,'1100','111613061545','2021-02-11 19:39:33',600.00,NULL,'','11','1','Good sold','1','784','sales','','','No',NULL,NULL,''),(6779,'4000','111613061545','2021-02-11 19:39:33',NULL,600.00,'','11','1','Good sold','1','784','sales','90380219','','No',NULL,NULL,''),(6780,'1000','111613061769','2021-02-11 19:43:00',300.00,NULL,'','11','1','Good sold','1','1218','sales','','','No',NULL,NULL,''),(6781,'4000','111613061769','2021-02-11 19:43:00',NULL,300.00,'','11','1','Good sold','1','1218','sales','90380219','','No',NULL,NULL,''),(6782,'1000','111613062271','2021-02-11 19:51:20',300.00,NULL,'','11','1','Good sold','1','1219','sales','','','No',NULL,NULL,''),(6783,'4000','111613062271','2021-02-11 19:51:20',NULL,300.00,'','11','1','Good sold','1','1219','sales','90380219','','No',NULL,NULL,''),(6784,'1100','111613062607','2021-02-11 19:57:08',300.00,NULL,'','11','1','Good sold','1','1220','sales','','','No',NULL,NULL,''),(6785,'4000','111613062607','2021-02-11 19:57:08',NULL,300.00,'','11','1','Good sold','1','1220','sales','90380219','','No',NULL,NULL,''),(6786,'1100','111613064216','2021-02-11 20:24:10',600.00,NULL,'','11','1','Good sold','1','376','sales','','','No',NULL,NULL,''),(6787,'4000','111613064216','2021-02-11 20:24:10',NULL,600.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(6788,'1000','111613064704','2021-02-11 20:31:54',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6789,'4000','111613064704','2021-02-11 20:31:54',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6790,'1000','111613064727','2021-02-11 20:32:21',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(6791,'4000','111613064727','2021-02-11 20:32:21',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(6792,'1100','111613064833','2021-02-11 20:34:05',600.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(6793,'4000','111613064833','2021-02-11 20:34:05',NULL,600.00,'','11','1','Good sold','1','602','sales','90380219','','No',NULL,NULL,''),(6794,'1100','111613065490','2021-02-11 20:45:01',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(6795,'4000','111613065490','2021-02-11 20:45:01',NULL,300.00,'','11','1','Good sold','1','98','sales','90380219','','No',NULL,NULL,''),(6796,'1100','111613109854','2021-02-12 09:04:37',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(6797,'4000','111613109854','2021-02-12 09:04:37',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(6798,'1100','111613109963','2021-02-12 09:06:49',1050.00,NULL,'','11','1','Good sold','1','1089','sales','','','No',NULL,NULL,''),(6799,'4000','111613109963','2021-02-12 09:06:49',NULL,1050.00,'','11','1','Good sold','1','1089','sales','69493023','','No',NULL,NULL,''),(6800,'1000','111613110073','2021-02-12 09:08:15',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6801,'4000','111613110073','2021-02-12 09:08:15',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6802,'1000','111613115606','2021-02-12 10:41:15',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6803,'4000','111613115606','2021-02-12 10:41:15',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6804,'1100','111613116743','2021-02-12 10:59:22',900.00,NULL,'','11','1','Good sold','1','889','sales','','','No',NULL,NULL,''),(6805,'4000','111613116743','2021-02-12 10:59:22',NULL,900.00,'','11','1','Good sold','1','889','sales','90380219','','No',NULL,NULL,''),(6806,'1100','111613116888','2021-02-12 11:01:53',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(6807,'4000','111613116888','2021-02-12 11:01:53',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(6808,'1000','111613117862','2021-02-12 11:18:02',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6809,'4000','111613117862','2021-02-12 11:18:02',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6810,'1100','111613126756','2021-02-12 13:46:16',300.00,NULL,'','11','1','Good sold','1','587','sales','','','No',NULL,NULL,''),(6811,'4000','111613126756','2021-02-12 13:46:16',NULL,300.00,'','11','1','Good sold','1','587','sales','90380219','','No',NULL,NULL,''),(6812,'1100','111613128632','2021-02-12 14:17:36',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(6813,'4000','111613128632','2021-02-12 14:17:36',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(6814,'1100','111613128733','2021-02-12 14:19:13',350.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(6815,'4000','111613128733','2021-02-12 14:19:13',NULL,350.00,'','11','1','Good sold','1','686','sales','69493023','','No',NULL,NULL,''),(6816,'1100','111613133406','2021-02-12 15:37:07',1800.00,NULL,'','11','1','Good sold','1','943','sales','','','No',NULL,NULL,''),(6817,'4000','111613133406','2021-02-12 15:37:07',NULL,1800.00,'','11','1','Good sold','1','943','sales','90380219','','No',NULL,NULL,''),(6818,'1000','111613136560','2021-02-12 16:29:51',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6819,'4000','111613136560','2021-02-12 16:29:51',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(6820,'1100','111613138263','2021-02-12 16:58:10',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(6821,'4000','111613138263','2021-02-12 16:58:10',NULL,150.00,'','11','1','Good sold','1','612','sales','28716060','','No',NULL,NULL,''),(6822,'1000','111613140048','2021-02-12 17:29:41',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6823,'4000','111613140048','2021-02-12 17:29:41',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6824,'1100','111613140394','2021-02-12 17:33:34',600.00,NULL,'','11','1','Good sold','1','941','sales','','','No',NULL,NULL,''),(6825,'4000','111613140394','2021-02-12 17:33:34',NULL,600.00,'','11','1','Good sold','1','941','sales','90380219','','No',NULL,NULL,''),(6826,'1100','111613140862','2021-02-12 17:41:13',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(6827,'4000','111613140862','2021-02-12 17:41:13',NULL,300.00,'','11','1','Good sold','1','838','sales','90380219','','No',NULL,NULL,''),(6828,'1100','111613146115','2021-02-12 19:13:00',300.00,NULL,'','11','1','Good sold','1','1222','sales','','','No',NULL,NULL,''),(6829,'4000','111613146115','2021-02-12 19:13:00',NULL,300.00,'','11','1','Good sold','1','1222','sales','90380219','','No',NULL,NULL,''),(6830,'1000','111613147384','2021-02-12 19:29:59',300.00,NULL,'','11','1','Good sold','1','832','sales','','','No',NULL,NULL,''),(6831,'4000','111613147384','2021-02-12 19:29:59',NULL,300.00,'','11','1','Good sold','1','832','sales','90380219','','No',NULL,NULL,''),(6832,'1000','111613147466','2021-02-12 19:31:18',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6833,'4000','111613147466','2021-02-12 19:31:18',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6834,'1100','111613149093','2021-02-12 19:59:59',300.00,NULL,'','11','1','Good sold','1','766','sales','','','No',NULL,NULL,''),(6835,'4000','111613149093','2021-02-12 19:59:59',NULL,300.00,'','11','1','Good sold','1','766','sales','90380219','','No',NULL,NULL,''),(6836,'1100','111613196966','2021-02-13 09:21:58',300.00,NULL,'','11','1','Good sold','1','1003','sales','','','No',NULL,NULL,''),(6837,'4000','111613196966','2021-02-13 09:21:58',NULL,300.00,'','11','1','Good sold','1','1003','sales','90380219','','No',NULL,NULL,''),(6838,'1100','111613197422','2021-02-13 09:24:26',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(6839,'4000','111613197422','2021-02-13 09:24:26',NULL,300.00,'','11','1','Good sold','1','769','sales','90380219','','No',NULL,NULL,''),(6840,'1100','111613197558','2021-02-13 09:26:31',300.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(6841,'4000','111613197558','2021-02-13 09:26:31',NULL,300.00,'','11','1','Good sold','1','147','sales','90380219','','No',NULL,NULL,''),(6842,'1100','111613197695','2021-02-13 09:28:52',300.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(6843,'4000','111613197695','2021-02-13 09:28:52',NULL,300.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(6844,'1000','111613197859','2021-02-13 09:31:24',600.00,NULL,'','11','1','Good sold','1','802','Payment','','','No',NULL,NULL,''),(6845,'4000','111613197859','2021-02-13 09:31:24',NULL,600.00,'','11','1','Good sold','1','802','sales','90380219','','No',NULL,NULL,''),(6846,'1100','111613199305','2021-02-13 09:55:48',300.00,NULL,'','11','1','Good sold','1','1223','sales','','','No',NULL,NULL,''),(6847,'4000','111613199305','2021-02-13 09:55:48',NULL,300.00,'','11','1','Good sold','1','1223','sales','90380219','','No',NULL,NULL,''),(6848,'1100','111613200544','2021-02-13 10:16:32',250.00,NULL,'','11','1','Good sold','1','944','sales','','','No',NULL,NULL,''),(6849,'4000','111613200544','2021-02-13 10:16:32',NULL,250.00,'','11','1','Good sold','1','944','sales','6164001798077','','No',NULL,NULL,''),(6850,'1000','111613203860','2021-02-13 11:11:32',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6851,'4000','111613203860','2021-02-13 11:11:32',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6852,'1000','111613203996','2021-02-13 11:13:49',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6853,'4000','111613203996','2021-02-13 11:13:49',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6854,'1100','111613203996','2021-02-13 11:13:49',150.00,NULL,'','11','1','Good sold','1','1224','sales','','','No',NULL,NULL,''),(6855,'4000','111613203996','2021-02-13 11:13:49',NULL,150.00,'','11','1','Good sold','1','1224','sales','28716060','','No',NULL,NULL,''),(6856,'1100','111613204240','2021-02-13 11:18:44',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6857,'4000','111613204240','2021-02-13 11:18:44',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6858,'1100','111613204827','2021-02-13 11:28:47',300.00,NULL,'','11','1','Good sold','1','314','sales','','','No',NULL,NULL,''),(6859,'4000','111613204827','2021-02-13 11:28:47',NULL,300.00,'','11','1','Good sold','1','314','sales','90380219','','No',NULL,NULL,''),(6860,'1000','111613206200','2021-02-13 11:50:25',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6861,'4000','111613206200','2021-02-13 11:50:25',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6862,'1000','111613206323','2021-02-13 11:52:41',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6863,'4000','111613206323','2021-02-13 11:52:41',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6864,'1100','111613207777','2021-02-13 12:16:46',150.00,NULL,'','11','1','Good sold','1','881','sales','','','No',NULL,NULL,''),(6865,'4000','111613207777','2021-02-13 12:16:46',NULL,150.00,'','11','1','Good sold','1','881','sales','28716060','','No',NULL,NULL,''),(6866,'1000','111613212980','2021-02-13 13:43:31',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6867,'4000','111613212980','2021-02-13 13:43:31',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6868,'1100','111613213130','2021-02-13 13:46:09',150.00,NULL,'','11','1','Good sold','1','727','sales','','','No',NULL,NULL,''),(6869,'4000','111613213130','2021-02-13 13:46:09',NULL,150.00,'','11','1','Good sold','1','727','sales','28716060','','No',NULL,NULL,''),(6870,'1000','111613213254','2021-02-13 13:48:07',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6871,'4000','111613213254','2021-02-13 13:48:07',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6872,'1100','111613213339','2021-02-13 13:49:28',300.00,NULL,'','11','1','Good sold','1','1225','sales','','','No',NULL,NULL,''),(6873,'4000','111613213339','2021-02-13 13:49:28',NULL,300.00,'','11','1','Good sold','1','1225','sales','90380219','','No',NULL,NULL,''),(6874,'1000','111613213532','2021-02-13 13:52:45',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6875,'4000','111613213532','2021-02-13 13:52:45',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(6876,'1000','111613219611','2021-02-13 15:34:59',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6877,'4000','111613219611','2021-02-13 15:34:59',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(6878,'1000','111613219836','2021-02-13 15:37:39',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6879,'4000','111613219836','2021-02-13 15:37:39',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6880,'1100','111613219941','2021-02-13 15:39:33',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(6881,'4000','111613219941','2021-02-13 15:39:33',NULL,300.00,'','11','1','Good sold','1','721','sales','90380219','','No',NULL,NULL,''),(6882,'1000','111613219941','2021-02-13 15:39:33',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6883,'4000','111613219941','2021-02-13 15:39:33',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6884,'4000','111613219941','2021-02-13 15:39:33',NULL,700.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6885,'1000','111613220134','2021-02-13 15:42:39',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6886,'4000','111613220134','2021-02-13 15:42:39',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6887,'1100','111613222064','2021-02-13 16:14:53',1050.00,NULL,'','11','1','Good sold','1','1226','sales','','','No',NULL,NULL,''),(6888,'4000','111613222064','2021-02-13 16:14:53',NULL,1050.00,'','11','1','Good sold','1','1226','sales','69493023','','No',NULL,NULL,''),(6889,'1100','111613225155','2021-02-13 17:06:22',150.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(6890,'4000','111613225155','2021-02-13 17:06:22',NULL,150.00,'','11','1','Good sold','1','646','sales','28716060','','No',NULL,NULL,''),(6891,'1100','111613225283','2021-02-13 17:08:56',900.00,NULL,'','11','1','Good sold','1','827','sales','','','No',NULL,NULL,''),(6892,'4000','111613225283','2021-02-13 17:08:56',NULL,900.00,'','11','1','Good sold','1','827','sales','90380219','','No',NULL,NULL,''),(6893,'1100','111613225446','2021-02-13 17:11:09',450.00,NULL,'','11','1','Good sold','1','1227','sales','','','No',NULL,NULL,''),(6894,'4000','111613225446','2021-02-13 17:11:09',NULL,450.00,'','11','1','Good sold','1','1227','sales','6164001798022','','No',NULL,NULL,''),(6895,'1100','111613225875','2021-02-13 17:18:22',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6896,'4000','111613225875','2021-02-13 17:18:22',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6897,'1100','111613226896','2021-02-13 17:35:25',300.00,NULL,'','11','1','Good sold','1','1228','sales','','','No',NULL,NULL,''),(6898,'4000','111613226896','2021-02-13 17:35:25',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(6899,'1100','111613227030','2021-02-13 17:37:44',300.00,NULL,'','11','1','Good sold','1','572','sales','','','No',NULL,NULL,''),(6900,'4000','111613227030','2021-02-13 17:37:44',NULL,300.00,'','11','1','Good sold','1','572','sales','90380219','','No',NULL,NULL,''),(6901,'1100','111613229108','2021-02-13 18:12:45',300.00,NULL,'','11','1','Good sold','1','1129','sales','','','No',NULL,NULL,''),(6902,'4000','111613229108','2021-02-13 18:12:45',NULL,300.00,'','11','1','Good sold','1','1129','sales','90380219','','No',NULL,NULL,''),(6903,'1000','111613229282','2021-02-13 18:15:16',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6904,'4000','111613229282','2021-02-13 18:15:16',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6905,'1100','111613229282','2021-02-13 18:15:16',300.00,NULL,'','11','1','Good sold','1','1229','sales','','','No',NULL,NULL,''),(6906,'4000','111613229282','2021-02-13 18:15:16',NULL,300.00,'','11','1','Good sold','1','1229','sales','90380219','','No',NULL,NULL,''),(6907,'4000','111613229282','2021-02-13 18:15:16',NULL,300.00,'','11','1','Good sold','1','1229','sales','90380219','','No',NULL,NULL,''),(6908,'1100','111613301303','2021-02-14 14:16:20',600.00,NULL,'','11','1','Good sold','1','852','sales','','','No',NULL,NULL,''),(6909,'4000','111613301303','2021-02-14 14:16:20',NULL,600.00,'','11','1','Good sold','1','852','sales','90380219','','No',NULL,NULL,''),(6910,'1000','111613301457','2021-02-14 14:18:08',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6911,'4000','111613301457','2021-02-14 14:18:08',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(6912,'1100','111613301457','2021-02-14 14:18:08',300.00,NULL,'','11','1','Good sold','1','1230','sales','','','No',NULL,NULL,''),(6913,'4000','111613301457','2021-02-14 14:18:08',NULL,300.00,'','11','1','Good sold','1','1230','sales','90380219','','No',NULL,NULL,''),(6914,'4000','111613301457','2021-02-14 14:18:08',NULL,350.00,'','11','1','Good sold','1','1230','sales','69493023','','No',NULL,NULL,''),(6915,'1100','111613301677','2021-02-14 14:22:05',300.00,NULL,'','11','1','Good sold','1','1075','sales','','','No',NULL,NULL,''),(6916,'4000','111613301677','2021-02-14 14:22:05',NULL,300.00,'','11','1','Good sold','1','1075','sales','90380219','','No',NULL,NULL,''),(6917,'1100','111613301859','2021-02-14 14:24:37',600.00,NULL,'','11','1','Good sold','1','566','sales','','','No',NULL,NULL,''),(6918,'4000','111613301859','2021-02-14 14:24:37',NULL,600.00,'','11','1','Good sold','1','566','sales','90380219','','No',NULL,NULL,''),(6919,'1100','111613302902','2021-02-14 14:42:16',300.00,NULL,'','11','1','Good sold','1','543','sales','','','No',NULL,NULL,''),(6920,'4000','111613302902','2021-02-14 14:42:16',NULL,300.00,'','11','1','Good sold','1','543','sales','90380219','','No',NULL,NULL,''),(6921,'1100','111613303019','2021-02-14 14:44:08',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6922,'4000','111613303019','2021-02-14 14:44:08',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6923,'1100','111613304729','2021-02-14 15:12:39',300.00,NULL,'','11','1','Good sold','1','639','sales','','','No',NULL,NULL,''),(6924,'4000','111613304729','2021-02-14 15:12:39',NULL,300.00,'','11','1','Good sold','1','639','sales','90380219','','No',NULL,NULL,''),(6925,'1100','111613304729','2021-02-14 15:12:39',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(6926,'4000','111613304729','2021-02-14 15:12:39',NULL,300.00,'','11','1','Good sold','1','544','sales','90380219','','No',NULL,NULL,''),(6927,'4000','111613304729','2021-02-14 15:12:39',NULL,300.00,'','11','1','Good sold','1','544','sales','90380219','','No',NULL,NULL,''),(6928,'1100','111613312629','2021-02-14 17:25:13',300.00,NULL,'','11','1','Good sold','1','774','sales','','','No',NULL,NULL,''),(6929,'4000','111613312629','2021-02-14 17:25:13',NULL,300.00,'','11','1','Good sold','1','774','sales','90380219','','No',NULL,NULL,''),(6930,'1100','111613312818','2021-02-14 17:27:29',150.00,NULL,'','11','1','Good sold','1','565','sales','','','No',NULL,NULL,''),(6931,'4000','111613312818','2021-02-14 17:27:29',NULL,150.00,'','11','1','Good sold','1','565','sales','28716060','','No',NULL,NULL,''),(6932,'1100','111613312912','2021-02-14 17:28:55',300.00,NULL,'','11','1','Good sold','1','1231','sales','','','No',NULL,NULL,''),(6933,'4000','111613312912','2021-02-14 17:28:55',NULL,300.00,'','11','1','Good sold','1','1231','sales','90380219','','No',NULL,NULL,''),(6934,'1000','111613313004','2021-02-14 17:30:27',150.00,NULL,'','11','1','Good sold','1','823','Payment','','','No',NULL,NULL,''),(6935,'4000','111613313004','2021-02-14 17:30:27',NULL,150.00,'','11','1','Good sold','1','823','sales','28716060','','No',NULL,NULL,''),(6936,'1100','111613313004','2021-02-14 17:30:27',300.00,NULL,'','11','1','Good sold','1','703','sales','','','No',NULL,NULL,''),(6937,'4000','111613313004','2021-02-14 17:30:27',NULL,150.00,'','11','1','Good sold','1','703','sales','28716060','','No',NULL,NULL,''),(6938,'4000','111613313004','2021-02-14 17:30:27',NULL,300.00,'','11','1','Good sold','1','703','sales','90380219','','No',NULL,NULL,''),(6939,'1100','111613313195','2021-02-14 17:33:53',120.00,NULL,'','11','1','Good sold','1','768','sales','','','No',NULL,NULL,''),(6940,'4000','111613313195','2021-02-14 17:33:53',NULL,120.00,'','11','1','Good sold','1','768','sales','01903810','','No',NULL,NULL,''),(6941,'1100','111613313354','2021-02-14 17:36:21',450.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(6942,'4000','111613313354','2021-02-14 17:36:21',NULL,450.00,'','11','1','Good sold','1','770','sales','6164001798022','','No',NULL,NULL,''),(6943,'1000','111613313545','2021-02-14 17:39:40',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6944,'4000','111613313545','2021-02-14 17:39:40',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6945,'1100','111613313545','2021-02-14 17:39:40',300.00,NULL,'','11','1','Good sold','1','535','sales','','','No',NULL,NULL,''),(6946,'4000','111613313545','2021-02-14 17:39:40',NULL,600.00,'','11','1','Good sold','1','535','sales','90380219','','No',NULL,NULL,''),(6947,'4000','111613313545','2021-02-14 17:39:40',NULL,300.00,'','11','1','Good sold','1','535','sales','90380219','','No',NULL,NULL,''),(6948,'1100','111613315167','2021-02-14 18:07:13',300.00,NULL,'','11','1','Good sold','1','556','sales','','','No',NULL,NULL,''),(6949,'4000','111613315167','2021-02-14 18:07:13',NULL,300.00,'','11','1','Good sold','1','556','sales','90380219','','No',NULL,NULL,''),(6950,'1100','111613315323','2021-02-14 18:09:19',300.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(6951,'4000','111613315323','2021-02-14 18:09:19',NULL,300.00,'','11','1','Good sold','1','793','sales','90380219','','No',NULL,NULL,''),(6952,'1000','111613315498','2021-02-14 18:11:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6953,'4000','111613315498','2021-02-14 18:11:58',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6954,'1100','111613317150','2021-02-14 18:39:56',300.00,NULL,'','11','1','Good sold','1','1141','sales','','','No',NULL,NULL,''),(6955,'4000','111613317150','2021-02-14 18:39:56',NULL,300.00,'','11','1','Good sold','1','1141','sales','90380219','','No',NULL,NULL,''),(6956,'1100','111613322995','2021-02-14 20:17:13',300.00,NULL,'','11','1','Good sold','1','789','sales','','','No',NULL,NULL,''),(6957,'4000','111613322995','2021-02-14 20:17:13',NULL,300.00,'','11','1','Good sold','1','789','sales','90380219','','No',NULL,NULL,''),(6958,'1100','111613324614','2021-02-14 20:43:50',300.00,NULL,'','11','1','Good sold','1','538','sales','','','No',NULL,NULL,''),(6959,'4000','111613324614','2021-02-14 20:43:50',NULL,300.00,'','11','1','Good sold','1','538','sales','90380219','','No',NULL,NULL,''),(6960,'1100','111613324780','2021-02-14 20:46:41',300.00,NULL,'','11','1','Good sold','1','1232','sales','','','No',NULL,NULL,''),(6961,'4000','111613324780','2021-02-14 20:46:41',NULL,300.00,'','11','1','Good sold','1','1232','sales','90380219','','No',NULL,NULL,''),(6962,'1100','111613374350','2021-02-15 10:33:28',900.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(6963,'4000','111613374350','2021-02-15 10:33:28',NULL,900.00,'','11','1','Good sold','1','385','sales','90380219','','No',NULL,NULL,''),(6964,'1100','111613374475','2021-02-15 10:35:05',600.00,NULL,'','11','1','Good sold','1','1233','sales','','','No',NULL,NULL,''),(6965,'4000','111613374475','2021-02-15 10:35:05',NULL,600.00,'','11','1','Good sold','1','1233','sales','90380219','','No',NULL,NULL,''),(6966,'1100','111613374575','2021-02-15 10:36:41',600.00,NULL,'','11','1','Good sold','1','48','sales','','','No',NULL,NULL,''),(6967,'4000','111613374575','2021-02-15 10:36:41',NULL,600.00,'','11','1','Good sold','1','48','sales','90380219','','No',NULL,NULL,''),(6968,'1100','111613374665','2021-02-15 10:38:14',300.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(6969,'4000','111613374665','2021-02-15 10:38:14',NULL,300.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(6970,'1100','111613374771','2021-02-15 10:39:55',600.00,NULL,'','11','1','Good sold','1','505','sales','','','No',NULL,NULL,''),(6971,'4000','111613374771','2021-02-15 10:39:55',NULL,600.00,'','11','1','Good sold','1','505','sales','90380219','','No',NULL,NULL,''),(6972,'1100','111613374860','2021-02-15 10:41:21',300.00,NULL,'','11','1','Good sold','1','1234','sales','','','No',NULL,NULL,''),(6973,'4000','111613374860','2021-02-15 10:41:21',NULL,300.00,'','11','1','Good sold','1','1234','sales','90380219','','No',NULL,NULL,''),(6974,'1000','111613374950','2021-02-15 10:42:52',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6975,'4000','111613374950','2021-02-15 10:42:52',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(6976,'1100','111613375065','2021-02-15 10:44:53',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(6977,'4000','111613375065','2021-02-15 10:44:53',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(6978,'1100','111613375168','2021-02-15 10:47:30',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(6979,'4000','111613375168','2021-02-15 10:47:30',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(6980,'1100','111613381253','2021-02-15 12:28:04',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(6981,'4000','111613381253','2021-02-15 12:28:04',NULL,150.00,'','11','1','Good sold','1','644','sales','28716060','','No',NULL,NULL,''),(6982,'1100','111613381388','2021-02-15 12:30:16',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(6983,'4000','111613381388','2021-02-15 12:30:16',NULL,600.00,'','11','1','Good sold','1','537','sales','90380219','','No',NULL,NULL,''),(6984,'1000','111613381490','2021-02-15 12:31:51',600.00,NULL,'','11','1','Good sold','1','1235','Payment','','','No',NULL,NULL,''),(6985,'4000','111613381490','2021-02-15 12:31:51',NULL,600.00,'','11','1','Good sold','1','1235','sales','90380219','','No',NULL,NULL,''),(6986,'1100','111613381643','2021-02-15 12:34:24',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(6987,'4000','111613381643','2021-02-15 12:34:24',NULL,600.00,'','11','1','Good sold','1','685','sales','90380219','','No',NULL,NULL,''),(6988,'1100','111613381751','2021-02-15 13:05:39',150.00,NULL,'','11','1','Good sold','1','1236','sales','','','No',NULL,NULL,''),(6989,'4000','111613381751','2021-02-15 13:05:39',NULL,150.00,'','11','1','Good sold','1','1236','sales','28716060','','No',NULL,NULL,''),(6990,'1000','111613394450','2021-02-15 16:08:03',300.00,NULL,'','11','1','Good sold','1','745','Payment','','','No',NULL,NULL,''),(6991,'4000','111613394450','2021-02-15 16:08:03',NULL,300.00,'','11','1','Good sold','1','745','sales','90380219','','No',NULL,NULL,''),(6992,'1100','111613397319','2021-02-15 16:55:49',300.00,NULL,'','11','1','Good sold','1','601','sales','','','No',NULL,NULL,''),(6993,'4000','111613397319','2021-02-15 16:55:49',NULL,300.00,'','11','1','Good sold','1','601','sales','90380219','','No',NULL,NULL,''),(6994,'1100','111613397498','2021-02-15 16:58:52',300.00,NULL,'','11','1','Good sold','1','1237','sales','','','No',NULL,NULL,''),(6995,'4000','111613397498','2021-02-15 16:58:52',NULL,300.00,'','11','1','Good sold','1','1237','sales','90380219','','No',NULL,NULL,''),(6996,'1100','111613397604','2021-02-15 17:00:24',300.00,NULL,'','11','1','Good sold','1','1238','sales','','','No',NULL,NULL,''),(6997,'4000','111613397604','2021-02-15 17:00:24',NULL,300.00,'','11','1','Good sold','1','1238','sales','90380219','','No',NULL,NULL,''),(6998,'1100','111613397695','2021-02-15 17:02:00',450.00,NULL,'','11','1','Good sold','1','682','sales','','','No',NULL,NULL,''),(6999,'4000','111613397695','2021-02-15 17:02:00',NULL,450.00,'','11','1','Good sold','1','682','sales','28716060','','No',NULL,NULL,''),(7000,'1000','111613398572','2021-02-15 17:16:38',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7001,'4000','111613398572','2021-02-15 17:16:38',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7002,'1100','111613398656','2021-02-15 17:17:59',1500.00,NULL,'','11','1','Good sold','1','1239','sales','','','No',NULL,NULL,''),(7003,'4000','111613398656','2021-02-15 17:17:59',NULL,1500.00,'','11','1','Good sold','1','1239','sales','90380219','','No',NULL,NULL,''),(7004,'1000','111613398656','2021-02-15 17:17:59',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7005,'4000','111613398656','2021-02-15 17:17:59',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7006,'1100','111613398879','2021-02-15 17:21:38',350.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(7007,'4000','111613398879','2021-02-15 17:21:38',NULL,350.00,'','11','1','Good sold','1','621','sales','69493023','','No',NULL,NULL,''),(7008,'1100','111613398965','2021-02-15 17:23:11',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(7009,'4000','111613398965','2021-02-15 17:23:11',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(7010,'1000','111613411661','2021-02-15 20:54:43',600.00,NULL,'','11','1','Good sold','1','1115','Payment','','','No',NULL,NULL,''),(7011,'4000','111613411661','2021-02-15 20:54:43',NULL,600.00,'','11','1','Good sold','1','1115','sales','90380219','','No',NULL,NULL,''),(7012,'1000','111613479736','2021-02-16 15:49:48',300.00,NULL,'','11','1','Good sold','1','932','sales','','','No',NULL,NULL,''),(7013,'4000','111613479736','2021-02-16 15:49:48',NULL,300.00,'','11','1','Good sold','1','932','sales','90380219','','No',NULL,NULL,''),(7014,'1100','111613480411','2021-02-16 16:00:40',300.00,NULL,'','11','1','Good sold','1','674','sales','','','No',NULL,NULL,''),(7015,'4000','111613480411','2021-02-16 16:00:40',NULL,300.00,'','11','1','Good sold','1','674','sales','90380219','','No',NULL,NULL,''),(7016,'1000','111613480512','2021-02-16 16:02:16',150.00,NULL,'','11','1','Good sold','1','699','Payment','','','No',NULL,NULL,''),(7017,'4000','111613480512','2021-02-16 16:02:16',NULL,150.00,'','11','1','Good sold','1','699','sales','28716060','','No',NULL,NULL,''),(7018,'1000','111613480686','2021-02-16 16:05:25',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7019,'4000','111613480686','2021-02-16 16:05:25',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7020,'1100','111613480843','2021-02-16 16:07:53',1800.00,NULL,'','11','1','Good sold','1','128','sales','','','No',NULL,NULL,''),(7021,'4000','111613480843','2021-02-16 16:07:53',NULL,1800.00,'','11','1','Good sold','1','128','sales','90380219','','No',NULL,NULL,''),(7022,'1100','111613480962','2021-02-16 16:09:49',600.00,NULL,'','11','1','Good sold','1','1113','sales','','','No',NULL,NULL,''),(7023,'4000','111613480962','2021-02-16 16:09:49',NULL,600.00,'','11','1','Good sold','1','1113','sales','90380219','','No',NULL,NULL,''),(7024,'1100','111613481354','2021-02-16 16:16:23',150.00,NULL,'','11','1','Good sold','1','1240','sales','','','No',NULL,NULL,''),(7025,'4000','111613481354','2021-02-16 16:16:23',NULL,150.00,'','11','1','Good sold','1','1240','sales','28716060','','No',NULL,NULL,''),(7026,'1100','111613481447','2021-02-16 16:18:14',300.00,NULL,'','11','1','Good sold','1','1241','sales','','','No',NULL,NULL,''),(7027,'4000','111613481447','2021-02-16 16:18:14',NULL,300.00,'','11','1','Good sold','1','1241','sales','90380219','','No',NULL,NULL,''),(7028,'1100','111613481559','2021-02-16 16:19:50',300.00,NULL,'','11','1','Good sold','1','1237','sales','','','No',NULL,NULL,''),(7029,'4000','111613481559','2021-02-16 16:19:50',NULL,300.00,'','11','1','Good sold','1','1237','sales','90380219','','No',NULL,NULL,''),(7030,'1100','111613481650','2021-02-16 16:21:16',900.00,NULL,'','11','1','Good sold','1','1173','sales','','','No',NULL,NULL,''),(7031,'4000','111613481650','2021-02-16 16:21:16',NULL,900.00,'','11','1','Good sold','1','1173','sales','90380219','','No',NULL,NULL,''),(7032,'1100','111613481796','2021-02-16 16:23:44',300.00,NULL,'','11','1','Good sold','1','909','sales','','','No',NULL,NULL,''),(7033,'4000','111613481796','2021-02-16 16:23:44',NULL,300.00,'','11','1','Good sold','1','909','sales','90380219','','No',NULL,NULL,''),(7034,'1100','111613482011','2021-02-16 16:27:12',150.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(7035,'4000','111613482011','2021-02-16 16:27:12',NULL,150.00,'','11','1','Good sold','1','609','sales','28716060','','No',NULL,NULL,''),(7036,'1000','111613482120','2021-02-16 16:38:16',1200.00,NULL,'','11','1','Good sold','1','967','Payment','','','No',NULL,NULL,''),(7037,'4000','111613482120','2021-02-16 16:38:16',NULL,1200.00,'','11','1','Good sold','1','967','sales','90380219','','No',NULL,NULL,''),(7038,'1000','111613482769','2021-02-16 16:40:34',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7039,'4000','111613482769','2021-02-16 16:40:34',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7040,'1000','111613482886','2021-02-16 16:41:45',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7041,'4000','111613482886','2021-02-16 16:41:45',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7042,'1100','111613482886','2021-02-16 16:41:45',240.00,NULL,'','11','1','Good sold','1','1242','sales','','','No',NULL,NULL,''),(7043,'4000','111613482886','2021-02-16 16:41:45',NULL,240.00,'','11','1','Good sold','1','1242','sales','01903810','','No',NULL,NULL,''),(7044,'4000','111613482886','2021-02-16 16:41:45',NULL,350.00,'','11','1','Good sold','1','1242','sales','69493023','','No',NULL,NULL,''),(7045,'1100','111613483070','2021-02-16 16:45:07',80.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(7046,'4000','111613483070','2021-02-16 16:45:07',NULL,80.00,'','11','1','Good sold','1','699','sales','17286979','','No',NULL,NULL,''),(7047,'1100','111613483263','2021-02-16 16:48:52',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(7048,'4000','111613483263','2021-02-16 16:48:52',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7049,'1100','111613483387','2021-02-16 16:50:05',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7050,'4000','111613483387','2021-02-16 16:50:05',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7051,'1100','111613483387','2021-02-16 16:50:05',300.00,NULL,'','11','1','Good sold','1','1243','sales','','','No',NULL,NULL,''),(7052,'4000','111613483387','2021-02-16 16:50:05',NULL,600.00,'','11','1','Good sold','1','1243','sales','90380219','','No',NULL,NULL,''),(7053,'4000','111613483387','2021-02-16 16:50:05',NULL,300.00,'','11','1','Good sold','1','1243','sales','90380219','','No',NULL,NULL,''),(7054,'1100','111613488023','2021-02-16 18:07:56',300.00,NULL,'','11','1','Good sold','1','1178','sales','','','No',NULL,NULL,''),(7055,'4000','111613488023','2021-02-16 18:07:56',NULL,300.00,'','11','1','Good sold','1','1178','sales','90380219','','No',NULL,NULL,''),(7056,'1100','111613488140','2021-02-16 18:09:41',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(7057,'4000','111613488140','2021-02-16 18:09:41',NULL,300.00,'','11','1','Good sold','1','946','sales','90380219','','No',NULL,NULL,''),(7058,'1100','111613488292','2021-02-16 18:12:04',240.00,NULL,'','11','1','Good sold','1','550','sales','','','No',NULL,NULL,''),(7059,'4000','111613488292','2021-02-16 18:12:04',NULL,240.00,'','11','1','Good sold','1','550','sales','17286979','','No',NULL,NULL,''),(7060,'1100','111613488450','2021-02-16 18:15:07',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(7061,'4000','111613488450','2021-02-16 18:15:07',NULL,300.00,'','11','1','Good sold','1','637','sales','90380219','','No',NULL,NULL,''),(7062,'1000','111613488703','2021-02-16 18:18:51',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7063,'4000','111613488703','2021-02-16 18:18:51',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7064,'1100','111613488703','2021-02-16 18:18:51',300.00,NULL,'','11','1','Good sold','1','1244','sales','','','No',NULL,NULL,''),(7065,'4000','111613488703','2021-02-16 18:18:51',NULL,300.00,'','11','1','Good sold','1','1244','sales','90380219','','No',NULL,NULL,''),(7066,'4000','111613488703','2021-02-16 18:18:51',NULL,350.00,'','11','1','Good sold','1','1244','sales','69493023','','No',NULL,NULL,''),(7067,'1000','111613488900','2021-02-16 18:22:02',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7068,'4000','111613488900','2021-02-16 18:22:02',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7069,'1100','111613488900','2021-02-16 18:22:02',300.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(7070,'4000','111613488900','2021-02-16 18:22:02',NULL,300.00,'','11','1','Good sold','1','520','sales','28716060','','No',NULL,NULL,''),(7071,'4000','111613488900','2021-02-16 18:22:02',NULL,300.00,'','11','1','Good sold','1','520','sales','90380219','','No',NULL,NULL,''),(7072,'1100','111613489094','2021-02-16 18:25:58',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(7073,'4000','111613489094','2021-02-16 18:25:58',NULL,300.00,'','11','1','Good sold','1','683','sales','90380219','','No',NULL,NULL,''),(7074,'1100','111613489286','2021-02-16 18:29:01',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(7075,'4000','111613489286','2021-02-16 18:29:01',NULL,300.00,'','11','1','Good sold','1','934','sales','90380219','','No',NULL,NULL,''),(7076,'1100','111613492967','2021-02-16 19:31:47',300.00,NULL,'','11','1','Good sold','1','683','sales','','','No',NULL,NULL,''),(7077,'4000','111613492967','2021-02-16 19:31:47',NULL,300.00,'','11','1','Good sold','1','683','sales','90380219','','No',NULL,NULL,''),(7078,'1100','111613493193','2021-02-16 19:33:42',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(7079,'4000','111613493193','2021-02-16 19:33:42',NULL,300.00,'','11','1','Good sold','1','934','sales','90380219','','No',NULL,NULL,''),(7080,'1100','111613493292','2021-02-16 19:35:50',150.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(7081,'4000','111613493292','2021-02-16 19:35:50',NULL,150.00,'','11','1','Good sold','1','139','sales','28716060','','No',NULL,NULL,''),(7082,'1100','111613493408','2021-02-16 19:37:15',80.00,NULL,'','11','1','Good sold','1','139','sales','','','No',NULL,NULL,''),(7083,'4000','111613493408','2021-02-16 19:37:15',NULL,80.00,'','11','1','Good sold','1','139','sales','17286979','','No',NULL,NULL,''),(7084,'1100','111613493526','2021-02-16 19:39:18',300.00,NULL,'','11','1','Good sold','1','830','sales','','','No',NULL,NULL,''),(7085,'4000','111613493526','2021-02-16 19:39:18',NULL,300.00,'','11','1','Good sold','1','830','sales','90380219','','No',NULL,NULL,''),(7086,'1000','111613493625','2021-02-16 19:41:57',300.00,NULL,'','11','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7087,'4000','111613493625','2021-02-16 19:41:57',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7088,'1100','111613537474','2021-02-17 07:51:40',10500.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(7089,'4000','111613537474','2021-02-17 07:51:40',NULL,10500.00,'','11','1','Good sold','1','554','sales','69493023','','No',NULL,NULL,''),(7090,'1100','111613546195','2021-02-17 10:17:00',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(7091,'4000','111613546195','2021-02-17 10:17:00',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(7092,'1100','111613546314','2021-02-17 10:18:55',300.00,NULL,'','11','1','Good sold','1','1157','sales','','','No',NULL,NULL,''),(7093,'4000','111613546314','2021-02-17 10:18:55',NULL,300.00,'','11','1','Good sold','1','1157','sales','90380219','','No',NULL,NULL,''),(7094,'1100','111613546396','2021-02-17 10:20:19',600.00,NULL,'','11','1','Good sold','1','696','sales','','','No',NULL,NULL,''),(7095,'4000','111613546396','2021-02-17 10:20:19',NULL,600.00,'','11','1','Good sold','1','696','sales','90380219','','No',NULL,NULL,''),(7096,'1000','111613546486','2021-02-17 10:21:40',300.00,NULL,'','11','1','Good sold','1','1245','Payment','','','No',NULL,NULL,''),(7097,'4000','111613546486','2021-02-17 10:21:40',NULL,300.00,'','11','1','Good sold','1','1245','sales','90380219','','No',NULL,NULL,''),(7098,'1100','111613546593','2021-02-17 10:23:32',150.00,NULL,'','11','1','Good sold','1','1020','sales','','','No',NULL,NULL,''),(7099,'4000','111613546593','2021-02-17 10:23:32',NULL,150.00,'','11','1','Good sold','1','1020','sales','28716060','','No',NULL,NULL,''),(7100,'1000','111613563359','2021-02-17 15:03:09',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7101,'4000','111613563359','2021-02-17 15:03:09',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7102,'1100','111613563445','2021-02-17 15:04:28',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(7103,'4000','111613563445','2021-02-17 15:04:28',NULL,300.00,'','11','1','Good sold','1','821','sales','90380219','','No',NULL,NULL,''),(7104,'1100','111613563548','2021-02-17 15:06:04',450.00,NULL,'','11','1','Good sold','1','1246','sales','','','No',NULL,NULL,''),(7105,'4000','111613563548','2021-02-17 15:06:04',NULL,450.00,'','11','1','Good sold','1','1246','sales','6164001798022','','No',NULL,NULL,''),(7106,'1100','111613563656','2021-02-17 15:07:57',2400.00,NULL,'','11','1','Good sold','1','1247','sales','','','No',NULL,NULL,''),(7107,'4000','111613563656','2021-02-17 15:07:57',NULL,2400.00,'','11','1','Good sold','1','1247','sales','90380219','','No',NULL,NULL,''),(7108,'1100','111613563748','2021-02-17 15:09:44',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(7109,'4000','111613563748','2021-02-17 15:09:44',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(7110,'1000','111613563849','2021-02-17 15:11:06',150.00,NULL,'','11','1','Good sold','1','1248','Payment','','','No',NULL,NULL,''),(7111,'4000','111613563849','2021-02-17 15:11:06',NULL,150.00,'','11','1','Good sold','1','1248','sales','28716060','','No',NULL,NULL,''),(7112,'1100','111613564688','2021-02-17 15:25:21',300.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(7113,'4000','111613564688','2021-02-17 15:25:21',NULL,300.00,'','11','1','Good sold','1','828','sales','90380219','','No',NULL,NULL,''),(7114,'1100','111613564837','2021-02-17 15:27:35',150.00,NULL,'','11','1','Good sold','1','893','sales','','','No',NULL,NULL,''),(7115,'4000','111613564837','2021-02-17 15:27:35',NULL,150.00,'','11','1','Good sold','1','893','sales','28716060','','No',NULL,NULL,''),(7116,'1100','111613564944','2021-02-17 15:29:25',150.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(7117,'4000','111613564944','2021-02-17 15:29:25',NULL,150.00,'','11','1','Good sold','1','828','sales','28716060','','No',NULL,NULL,''),(7118,'1000','111613565040','2021-02-17 15:32:03',300.00,NULL,'','11','1','Good sold','1','1165','Payment','','','No',NULL,NULL,''),(7119,'4000','111613565040','2021-02-17 15:32:03',NULL,300.00,'','11','1','Good sold','1','1165','sales','90380219','','No',NULL,NULL,''),(7120,'1100','111613568824','2021-02-17 16:34:13',600.00,NULL,'','11','1','Good sold','1','1164','sales','','','No',NULL,NULL,''),(7121,'4000','111613568824','2021-02-17 16:34:13',NULL,600.00,'','11','1','Good sold','1','1164','sales','90380219','','No',NULL,NULL,''),(7122,'1000','111613571054','2021-02-17 17:11:19',500.00,NULL,'','11','1','Good sold','1','554','Payment','','','No',NULL,NULL,''),(7123,'4000','111613571054','2021-02-17 17:11:19',NULL,500.00,'','11','1','Good sold','1','554','sales','6164001798077','','No',NULL,NULL,''),(7124,'1100','111613571143','2021-02-17 17:19:37',450.00,NULL,'','11','1','Good sold','1','1249','sales','','','No',NULL,NULL,''),(7125,'4000','111613571143','2021-02-17 17:19:37',NULL,450.00,'','11','1','Good sold','1','1249','sales','6164001798022','','No',NULL,NULL,''),(7126,'1100','111613572212','2021-02-17 17:30:37',900.00,NULL,'','11','1','Good sold','1','1250','sales','','','No',NULL,NULL,''),(7127,'4000','111613572212','2021-02-17 17:30:37',NULL,900.00,'','11','1','Good sold','1','1250','sales','6164001798022','','No',NULL,NULL,''),(7128,'1100','111613573986','2021-02-17 18:00:06',80.00,NULL,'','11','1','Good sold','1','1251','sales','','','No',NULL,NULL,''),(7129,'4000','111613573986','2021-02-17 18:00:06',NULL,80.00,'','11','1','Good sold','1','1251','sales','17286979','','No',NULL,NULL,''),(7130,'1100','111613574208','2021-02-17 18:03:45',150.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(7131,'4000','111613574208','2021-02-17 18:03:45',NULL,150.00,'','11','1','Good sold','1','520','sales','28716060','','No',NULL,NULL,''),(7132,'1100','111613575106','2021-02-17 18:18:53',150.00,NULL,'','11','1','Good sold','1','600','sales','','','No',NULL,NULL,''),(7133,'4000','111613575106','2021-02-17 18:18:53',NULL,150.00,'','11','1','Good sold','1','600','sales','28716060','','No',NULL,NULL,''),(7134,'1100','111613575447','2021-02-17 18:24:30',300.00,NULL,'','11','1','Good sold','1','585','sales','','','No',NULL,NULL,''),(7135,'4000','111613575447','2021-02-17 18:24:30',NULL,300.00,'','11','1','Good sold','1','585','sales','90380219','','No',NULL,NULL,''),(7136,'1100','111613576266','2021-02-17 18:37:58',300.00,NULL,'','11','1','Good sold','1','904','sales','','','No',NULL,NULL,''),(7137,'4000','111613576266','2021-02-17 18:37:58',NULL,300.00,'','11','1','Good sold','1','904','sales','90380219','','No',NULL,NULL,''),(7138,'1100','111613576371','2021-02-17 18:39:50',300.00,NULL,'','11','1','Good sold','1','1252','sales','','','No',NULL,NULL,''),(7139,'4000','111613576371','2021-02-17 18:39:50',NULL,300.00,'','11','1','Good sold','1','1252','sales','90380219','','No',NULL,NULL,''),(7140,'1100','111613576993','2021-02-17 18:50:33',300.00,NULL,'','11','1','Good sold','1','1034','sales','','','No',NULL,NULL,''),(7141,'4000','111613576993','2021-02-17 18:50:33',NULL,300.00,'','11','1','Good sold','1','1034','sales','90380219','','No',NULL,NULL,''),(7142,'1100','111613577098','2021-02-17 18:51:54',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(7143,'4000','111613577098','2021-02-17 18:51:54',NULL,150.00,'','11','1','Good sold','1','613','sales','28716060','','No',NULL,NULL,''),(7144,'1100','111613577246','2021-02-17 18:54:33',300.00,NULL,'','11','1','Good sold','1','604','sales','','','No',NULL,NULL,''),(7145,'4000','111613577246','2021-02-17 18:54:33',NULL,300.00,'','11','1','Good sold','1','604','sales','28716060','','No',NULL,NULL,''),(7146,'1100','111613630483','2021-02-18 09:42:03',600.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(7147,'4000','111613630483','2021-02-18 09:42:03',NULL,600.00,'','11','1','Good sold','1','512','sales','90380219','','No',NULL,NULL,''),(7148,'1000','111613630619','2021-02-18 09:45:00',900.00,NULL,'','11','1','Good sold','1','1253','Payment','','','No',NULL,NULL,''),(7149,'4000','111613630619','2021-02-18 09:45:00',NULL,900.00,'','11','1','Good sold','1','1253','sales','90380219','','No',NULL,NULL,''),(7150,'1100','111613631058','2021-02-18 09:51:25',300.00,NULL,'','11','1','Good sold','1','790','sales','','','No',NULL,NULL,''),(7151,'4000','111613631058','2021-02-18 09:51:25',NULL,300.00,'','11','1','Good sold','1','790','sales','90380219','','No',NULL,NULL,''),(7152,'1100','111613631192','2021-02-18 09:54:30',900.00,NULL,'','11','1','Good sold','1','1253','sales','','','No',NULL,NULL,''),(7153,'4000','111613631192','2021-02-18 09:54:30',NULL,900.00,'','11','1','Good sold','1','1253','sales','90380219','','No',NULL,NULL,''),(7154,'1100','111613631192','2021-02-18 09:54:30',1200.00,NULL,'','11','1','Good sold','1','1132','sales','','','No',NULL,NULL,''),(7155,'4000','111613631192','2021-02-18 09:54:30',NULL,1200.00,'','11','1','Good sold','1','1132','sales','90380219','','No',NULL,NULL,''),(7156,'1000','111613631496','2021-02-18 09:58:38',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7157,'4000','111613631496','2021-02-18 09:58:38',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7158,'1100','111613631565','2021-02-18 09:59:38',300.00,NULL,'','11','1','Good sold','1','1016','sales','','','No',NULL,NULL,''),(7159,'4000','111613631565','2021-02-18 09:59:38',NULL,300.00,'','11','1','Good sold','1','1016','sales','90380219','','No',NULL,NULL,''),(7160,'1100','111613631643','2021-02-18 10:01:02',150.00,NULL,'','11','1','Good sold','1','1016','sales','','','No',NULL,NULL,''),(7161,'4000','111613631643','2021-02-18 10:01:02',NULL,150.00,'','11','1','Good sold','1','1016','sales','28716060','','No',NULL,NULL,''),(7162,'1100','111613634674','2021-02-18 10:51:52',80.00,NULL,'','11','1','Good sold','1','1254','sales','','','No',NULL,NULL,''),(7163,'4000','111613634674','2021-02-18 10:51:52',NULL,80.00,'','11','1','Good sold','1','1254','sales','17286979','','No',NULL,NULL,''),(7164,'1100','111613638720','2021-02-18 11:59:21',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(7165,'4000','111613638720','2021-02-18 11:59:21',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(7166,'1000','111613641600','2021-02-18 12:47:06',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7167,'4000','111613641600','2021-02-18 12:47:06',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7168,'1100','111613641700','2021-02-18 12:49:11',600.00,NULL,'','11','1','Good sold','1','771','sales','','','No',NULL,NULL,''),(7169,'4000','111613641700','2021-02-18 12:49:11',NULL,600.00,'','11','1','Good sold','1','771','sales','90380219','','No',NULL,NULL,''),(7170,'1000','111613648273','2021-02-18 14:38:20',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7171,'4000','111613648273','2021-02-18 14:38:20',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7172,'1100','111613648358','2021-02-18 14:39:44',150.00,NULL,'','11','1','Good sold','1','1027','sales','','','No',NULL,NULL,''),(7173,'4000','111613648358','2021-02-18 14:39:44',NULL,150.00,'','11','1','Good sold','1','1027','sales','28716060','','No',NULL,NULL,''),(7174,'1000','111613648758','2021-02-18 14:46:15',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7175,'4000','111613648758','2021-02-18 14:46:15',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7176,'1100','111613648758','2021-02-18 14:46:15',2800.00,NULL,'','11','1','Good sold','1','1255','sales','','','No',NULL,NULL,''),(7177,'4000','111613648758','2021-02-18 14:46:15',NULL,300.00,'','11','1','Good sold','1','1255','sales','90380219','','No',NULL,NULL,''),(7178,'4000','111613648758','2021-02-18 14:46:15',NULL,2800.00,'','11','1','Good sold','1','1255','sales','69493023','','No',NULL,NULL,''),(7179,'1100','111613649525','2021-02-18 14:59:32',150.00,NULL,'','11','1','Good sold','1','1256','sales','','','No',NULL,NULL,''),(7180,'4000','111613649525','2021-02-18 14:59:32',NULL,150.00,'','11','1','Good sold','1','1256','sales','28716060','','No',NULL,NULL,''),(7181,'1100','111613649981','2021-02-18 15:06:38',150.00,NULL,'','11','1','Good sold','1','1256','sales','','','No',NULL,NULL,''),(7182,'4000','111613649981','2021-02-18 15:06:38',NULL,150.00,'','11','1','Good sold','1','1256','sales','28716060','','No',NULL,NULL,''),(7183,'1100','111613651796','2021-02-18 15:37:15',300.00,NULL,'','11','1','Good sold','1','1257','sales','','','No',NULL,NULL,''),(7184,'4000','111613651796','2021-02-18 15:37:15',NULL,300.00,'','11','1','Good sold','1','1257','sales','90380219','','No',NULL,NULL,''),(7185,'1100','111613652053','2021-02-18 15:41:15',300.00,NULL,'','11','1','Good sold','1','1256','sales','','','No',NULL,NULL,''),(7186,'4000','111613652053','2021-02-18 15:41:15',NULL,300.00,'','11','1','Good sold','1','1256','sales','90380219','','No',NULL,NULL,''),(7187,'1000','111613652148','2021-02-18 15:42:47',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7188,'4000','111613652148','2021-02-18 15:42:47',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7189,'1100','111613652148','2021-02-18 15:42:47',600.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(7190,'4000','111613652148','2021-02-18 15:42:47',NULL,80.00,'','11','1','Good sold','1','507','sales','17286979','','No',NULL,NULL,''),(7191,'4000','111613652148','2021-02-18 15:42:47',NULL,600.00,'','11','1','Good sold','1','507','sales','90380219','','No',NULL,NULL,''),(7192,'1100','111613652396','2021-02-18 15:46:59',250.00,NULL,'','11','1','Good sold','1','1258','sales','','','No',NULL,NULL,''),(7193,'4000','111613652396','2021-02-18 15:46:59',NULL,250.00,'','11','1','Good sold','1','1258','sales','6164001798077','','No',NULL,NULL,''),(7194,'1100','111613652515','2021-02-18 15:48:48',350.00,NULL,'','11','1','Good sold','1','697','sales','','','No',NULL,NULL,''),(7195,'4000','111613652515','2021-02-18 15:48:48',NULL,350.00,'','11','1','Good sold','1','697','sales','69493023','','No',NULL,NULL,''),(7196,'1000','111613655427','2021-02-18 16:37:34',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7197,'4000','111613655427','2021-02-18 16:37:34',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7198,'1100','111613655973','2021-02-18 16:46:43',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(7199,'4000','111613655973','2021-02-18 16:46:43',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(7200,'1100','111613656067','2021-02-18 16:48:04',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(7201,'4000','111613656067','2021-02-18 16:48:04',NULL,150.00,'','11','1','Good sold','1','921','sales','28716060','','No',NULL,NULL,''),(7202,'1100','111613657814','2021-02-18 17:17:11',300.00,NULL,'','11','1','Good sold','1','1259','sales','','','No',NULL,NULL,''),(7203,'4000','111613657814','2021-02-18 17:17:11',NULL,300.00,'','11','1','Good sold','1','1259','sales','90380219','','No',NULL,NULL,''),(7204,'1100','111613662490','2021-02-18 18:35:18',250.00,NULL,'','11','1','Good sold','1','1260','sales','','','No',NULL,NULL,''),(7205,'4000','111613662490','2021-02-18 18:35:18',NULL,250.00,'','11','1','Good sold','1','1260','sales','6164001798077','','No',NULL,NULL,''),(7206,'1100','111613662652','2021-02-18 18:39:28',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(7207,'4000','111613662652','2021-02-18 18:39:28',NULL,150.00,'','11','1','Good sold','1','612','sales','28716060','','No',NULL,NULL,''),(7208,'1100','111613662652','2021-02-18 18:39:28',300.00,NULL,'','11','1','Good sold','1','720','sales','','','No',NULL,NULL,''),(7209,'4000','111613662652','2021-02-18 18:39:28',NULL,150.00,'','11','1','Good sold','1','720','sales','28716060','','No',NULL,NULL,''),(7210,'4000','111613662652','2021-02-18 18:39:28',NULL,300.00,'','11','1','Good sold','1','720','sales','90380219','','No',NULL,NULL,''),(7211,'1100','111613663554','2021-02-18 18:52:59',600.00,NULL,'','11','1','Good sold','1','1029','sales','','','No',NULL,NULL,''),(7212,'4000','111613663554','2021-02-18 18:52:59',NULL,600.00,'','11','1','Good sold','1','1029','sales','90380219','','No',NULL,NULL,''),(7213,'1100','111613663554','2021-02-18 18:52:59',600.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(7214,'4000','111613663554','2021-02-18 18:52:59',NULL,600.00,'','11','1','Good sold','1','686','sales','90380219','','No',NULL,NULL,''),(7215,'4000','111613663554','2021-02-18 18:52:59',NULL,600.00,'','11','1','Good sold','1','686','sales','90380219','','No',NULL,NULL,''),(7216,'1000','111613664710','2021-02-18 19:12:09',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7217,'4000','111613664710','2021-02-18 19:12:09',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7218,'1100','111613668537','2021-02-18 20:16:27',300.00,NULL,'','11','1','Good sold','1','777','sales','','','No',NULL,NULL,''),(7219,'4000','111613668537','2021-02-18 20:16:27',NULL,300.00,'','11','1','Good sold','1','777','sales','90380219','','No',NULL,NULL,''),(7220,'1100','111613668748','2021-02-18 20:19:27',300.00,NULL,'','11','1','Good sold','1','1261','sales','','','No',NULL,NULL,''),(7221,'4000','111613668748','2021-02-18 20:19:27',NULL,300.00,'','11','1','Good sold','1','1261','sales','90380219','','No',NULL,NULL,''),(7222,'1100','111613672066','2021-02-18 21:15:17',600.00,NULL,'','11','1','Good sold','1','589','sales','','','No',NULL,NULL,''),(7223,'4000','111613672066','2021-02-18 21:15:17',NULL,600.00,'','11','1','Good sold','1','589','sales','90380219','','No',NULL,NULL,''),(7224,'1000','111613717271','2021-02-19 09:48:10',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7225,'4000','111613717271','2021-02-19 09:48:10',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7226,'1000','111613718305','2021-02-19 10:05:26',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7227,'4000','111613718305','2021-02-19 10:05:26',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7228,'1100','111613719040','2021-02-19 10:18:09',600.00,NULL,'','11','1','Good sold','1','808','sales','','','No',NULL,NULL,''),(7229,'4000','111613719040','2021-02-19 10:18:09',NULL,600.00,'','11','1','Good sold','1','808','sales','90380219','','No',NULL,NULL,''),(7230,'1100','111613720862','2021-02-19 10:48:15',300.00,NULL,'','11','1','Good sold','1','1076','sales','','','No',NULL,NULL,''),(7231,'4000','111613720862','2021-02-19 10:48:15',NULL,300.00,'','11','1','Good sold','1','1076','sales','90380219','','No',NULL,NULL,''),(7232,'1100','111613724166','2021-02-19 11:43:10',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7233,'4000','111613724166','2021-02-19 11:43:10',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7234,'1100','111613734756','2021-02-19 14:48:14',600.00,NULL,'','11','1','Good sold','1','1262','sales','','','No',NULL,NULL,''),(7235,'4000','111613734756','2021-02-19 14:48:14',NULL,600.00,'','11','1','Good sold','1','1262','sales','90380219','','No',NULL,NULL,''),(7236,'1100','111613735465','2021-02-19 14:52:52',300.00,NULL,'','11','1','Good sold','1','990','sales','','','No',NULL,NULL,''),(7237,'4000','111613735465','2021-02-19 14:52:52',NULL,300.00,'','11','1','Good sold','1','990','sales','90380219','','No',NULL,NULL,''),(7238,'1100','111613735647','2021-02-19 14:54:37',300.00,NULL,'','11','1','Good sold','1','1164','sales','','','No',NULL,NULL,''),(7239,'4000','111613735647','2021-02-19 14:54:37',NULL,300.00,'','11','1','Good sold','1','1164','sales','90380219','','No',NULL,NULL,''),(7240,'1100','111613735775','2021-02-19 14:56:32',150.00,NULL,'','11','1','Good sold','1','1263','sales','','','No',NULL,NULL,''),(7241,'4000','111613735775','2021-02-19 14:56:32',NULL,150.00,'','11','1','Good sold','1','1263','sales','28716060','','No',NULL,NULL,''),(7242,'1100','111613803170','2021-02-20 09:39:59',300.00,NULL,'','11','1','Good sold','1','1211','sales','','','No',NULL,NULL,''),(7243,'4000','111613803170','2021-02-20 09:39:59',NULL,300.00,'','11','1','Good sold','1','1211','sales','90380219','','No',NULL,NULL,''),(7244,'1100','111613813564','2021-02-20 12:33:32',700.00,NULL,'','11','1','Good sold','1','1264','sales','','','No',NULL,NULL,''),(7245,'4000','111613813564','2021-02-20 12:33:32',NULL,700.00,'','11','1','Good sold','1','1264','sales','69493023','','No',NULL,NULL,''),(7246,'1000','111613816625','2021-02-20 13:24:08',350.00,NULL,'','11','1','Good sold','1','1265','Payment','','','No',NULL,NULL,''),(7247,'4000','111613816625','2021-02-20 13:24:08',NULL,350.00,'','11','1','Good sold','1','1265','sales','69493023','','No',NULL,NULL,''),(7248,'1000','111613817260','2021-02-20 13:34:56',350.00,NULL,'','11','1','Good sold','1','1265','Payment','','','No',NULL,NULL,''),(7249,'4000','111613817260','2021-02-20 13:34:56',NULL,350.00,'','11','1','Good sold','1','1265','sales','41620741','','No',NULL,NULL,''),(7250,'1000','111613817995','2021-02-20 13:47:02',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7251,'4000','111613817995','2021-02-20 13:47:02',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7252,'1100','111613818719','2021-02-20 13:59:11',300.00,NULL,'','11','1','Good sold','1','1118','sales','','','No',NULL,NULL,''),(7253,'4000','111613818719','2021-02-20 13:59:11',NULL,300.00,'','11','1','Good sold','1','1118','sales','90380219','','No',NULL,NULL,''),(7254,'1100','111613818884','2021-02-20 14:01:59',300.00,NULL,'','11','1','Good sold','1','1266','sales','','','No',NULL,NULL,''),(7255,'4000','111613818884','2021-02-20 14:01:59',NULL,300.00,'','11','1','Good sold','1','1266','sales','90380219','','No',NULL,NULL,''),(7256,'1100','111613819056','2021-02-20 14:04:50',300.00,NULL,'','11','1','Good sold','1','829','sales','','','No',NULL,NULL,''),(7257,'4000','111613819056','2021-02-20 14:04:50',NULL,300.00,'','11','1','Good sold','1','829','sales','90380219','','No',NULL,NULL,''),(7258,'1100','111613819159','2021-02-20 14:06:27',300.00,NULL,'','11','1','Good sold','1','527','sales','','','No',NULL,NULL,''),(7259,'4000','111613819159','2021-02-20 14:06:27',NULL,300.00,'','11','1','Good sold','1','527','sales','90380219','','No',NULL,NULL,''),(7260,'1100','111613819351','2021-02-20 14:09:28',300.00,NULL,'','11','1','Good sold','1','346','sales','','','No',NULL,NULL,''),(7261,'4000','111613819351','2021-02-20 14:09:28',NULL,300.00,'','11','1','Good sold','1','346','sales','90380219','','No',NULL,NULL,''),(7262,'1100','111613819445','2021-02-20 14:11:37',600.00,NULL,'','11','1','Good sold','1','1140','sales','','','No',NULL,NULL,''),(7263,'4000','111613819445','2021-02-20 14:11:37',NULL,600.00,'','11','1','Good sold','1','1140','sales','90380219','','No',NULL,NULL,''),(7264,'1100','111613820005','2021-02-20 14:20:33',450.00,NULL,'','11','1','Good sold','1','590','sales','','','No',NULL,NULL,''),(7265,'4000','111613820005','2021-02-20 14:20:33',NULL,450.00,'','11','1','Good sold','1','590','sales','28716060','','No',NULL,NULL,''),(7266,'1100','111613820106','2021-02-20 14:22:09',600.00,NULL,'','11','1','Good sold','1','668','sales','','','No',NULL,NULL,''),(7267,'4000','111613820106','2021-02-20 14:22:09',NULL,600.00,'','11','1','Good sold','1','668','sales','90380219','','No',NULL,NULL,''),(7268,'1100','111613820179','2021-02-20 14:23:31',900.00,NULL,'','11','1','Good sold','1','1015','sales','','','No',NULL,NULL,''),(7269,'4000','111613820179','2021-02-20 14:23:31',NULL,900.00,'','11','1','Good sold','1','1015','sales','90380219','','No',NULL,NULL,''),(7270,'1100','111613820335','2021-02-20 14:25:48',300.00,NULL,'','11','1','Good sold','1','800','sales','','','No',NULL,NULL,''),(7271,'4000','111613820335','2021-02-20 14:25:48',NULL,300.00,'','11','1','Good sold','1','800','sales','90380219','','No',NULL,NULL,''),(7272,'1100','111613820408','2021-02-20 14:27:07',600.00,NULL,'','11','1','Good sold','1','645','sales','','','No',NULL,NULL,''),(7273,'4000','111613820408','2021-02-20 14:27:07',NULL,600.00,'','11','1','Good sold','1','645','sales','90380219','','No',NULL,NULL,''),(7274,'1000','111613820571','2021-02-20 14:30:18',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7275,'4000','111613820571','2021-02-20 14:30:18',NULL,350.00,'','11','1','Good sold','1','','sales','41620741','','No',NULL,NULL,''),(7276,'1100','111613820664','2021-02-20 14:31:28',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(7277,'4000','111613820664','2021-02-20 14:31:28',NULL,300.00,'','11','1','Good sold','1','617','sales','90380219','','No',NULL,NULL,''),(7278,'1100','111613820768','2021-02-20 14:33:10',600.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(7279,'4000','111613820768','2021-02-20 14:33:10',NULL,600.00,'','11','1','Good sold','1','597','sales','90380219','','No',NULL,NULL,''),(7280,'1100','111613820854','2021-02-20 14:34:28',300.00,NULL,'','11','1','Good sold','1','155','sales','','','No',NULL,NULL,''),(7281,'4000','111613820854','2021-02-20 14:34:28',NULL,300.00,'','11','1','Good sold','1','155','sales','90380219','','No',NULL,NULL,''),(7282,'1100','111613820979','2021-02-20 14:37:28',300.00,NULL,'','11','1','Good sold','1','1267','sales','','','No',NULL,NULL,''),(7283,'4000','111613820979','2021-02-20 14:37:28',NULL,300.00,'','11','1','Good sold','1','1267','sales','90380219','','No',NULL,NULL,''),(7284,'1000','111613821162','2021-02-20 14:39:43',300.00,NULL,'','11','1','Good sold','1','100','Payment','','','No',NULL,NULL,''),(7285,'4000','111613821162','2021-02-20 14:39:43',NULL,300.00,'','11','1','Good sold','1','100','sales','90380219','','No',NULL,NULL,''),(7286,'1100','111613821919','2021-02-20 14:52:25',150.00,NULL,'','11','1','Good sold','1','673','sales','','','No',NULL,NULL,''),(7287,'4000','111613821919','2021-02-20 14:52:25',NULL,150.00,'','11','1','Good sold','1','673','sales','28716060','','No',NULL,NULL,''),(7288,'1100','111613821919','2021-02-20 14:52:25',1200.00,NULL,'','11','1','Good sold','1','629','sales','','','No',NULL,NULL,''),(7289,'4000','111613821919','2021-02-20 14:52:25',NULL,1200.00,'','11','1','Good sold','1','629','sales','90380219','','No',NULL,NULL,''),(7290,'1100','111613824748','2021-02-20 15:39:23',300.00,NULL,'','11','1','Good sold','1','1268','sales','','','No',NULL,NULL,''),(7291,'4000','111613824748','2021-02-20 15:39:23',NULL,300.00,'','11','1','Good sold','1','1268','sales','90380219','','No',NULL,NULL,''),(7292,'1000','111613824835','2021-02-20 15:40:49',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7293,'4000','111613824835','2021-02-20 15:40:49',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7294,'1000','111613824902','2021-02-20 15:41:57',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7295,'4000','111613824902','2021-02-20 15:41:57',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(7296,'1100','111613825911','2021-02-20 15:59:12',350.00,NULL,'','11','1','Good sold','1','697','sales','','','No',NULL,NULL,''),(7297,'4000','111613825911','2021-02-20 15:59:12',NULL,350.00,'','11','1','Good sold','1','697','sales','69493023','','No',NULL,NULL,''),(7298,'1100','111613826029','2021-02-20 16:00:53',300.00,NULL,'','11','1','Good sold','1','1269','sales','','','No',NULL,NULL,''),(7299,'4000','111613826029','2021-02-20 16:00:53',NULL,300.00,'','11','1','Good sold','1','1269','sales','90380219','','No',NULL,NULL,''),(7300,'1100','111613829234','2021-02-20 16:54:24',150.00,NULL,'','11','1','Good sold','1','1270','sales','','','No',NULL,NULL,''),(7301,'4000','111613829234','2021-02-20 16:54:24',NULL,150.00,'','11','1','Good sold','1','1270','sales','28716060','','No',NULL,NULL,''),(7302,'1100','111613830557','2021-02-20 17:16:12',300.00,NULL,'','11','1','Good sold','1','1271','sales','','','No',NULL,NULL,''),(7303,'4000','111613830557','2021-02-20 17:16:12',NULL,300.00,'','11','1','Good sold','1','1271','sales','90380219','','No',NULL,NULL,''),(7304,'1000','111613836700','2021-02-20 18:58:59',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7305,'4000','111613836700','2021-02-20 18:58:59',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(7306,'1000','111613836780','2021-02-20 19:01:38',300.00,NULL,'','11','1','Good sold','1','1272','Payment','','','No',NULL,NULL,''),(7307,'4000','111613836780','2021-02-20 19:01:38',NULL,300.00,'','11','1','Good sold','1','1272','sales','90380219','','No',NULL,NULL,''),(7308,'1000','111613836948','2021-02-20 19:03:29',300.00,NULL,'','11','1','Good sold','1','836','Payment','','','No',NULL,NULL,''),(7309,'4000','111613836948','2021-02-20 19:03:29',NULL,300.00,'','11','1','Good sold','1','836','sales','90380219','','No',NULL,NULL,''),(7310,'1100','111613837573','2021-02-20 19:13:15',300.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(7311,'4000','111613837573','2021-02-20 19:13:15',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7312,'1100','111613837973','2021-02-20 19:20:01',300.00,NULL,'','11','1','Good sold','1','1273','sales','','','No',NULL,NULL,''),(7313,'4000','111613837973','2021-02-20 19:20:01',NULL,300.00,'','11','1','Good sold','1','1273','sales','90380219','','No',NULL,NULL,''),(7314,'1000','111613839402','2021-02-20 19:43:48',160.00,NULL,'','11','1','Good sold','1','1274','Payment','','','No',NULL,NULL,''),(7315,'4000','111613839402','2021-02-20 19:43:48',NULL,160.00,'','11','1','Good sold','1','1274','sales','17286979','','No',NULL,NULL,''),(7316,'1000','111613839532','2021-02-20 19:54:29',300.00,NULL,'','11','1','Good sold','1','740','Payment','','','No',NULL,NULL,''),(7317,'4000','111613839532','2021-02-20 19:54:29',NULL,300.00,'','11','1','Good sold','1','740','sales','90380219','','No',NULL,NULL,''),(7318,'1000','111613842207','2021-02-20 20:31:01',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7319,'4000','111613842207','2021-02-20 20:31:01',NULL,40.00,'','11','1','Good sold','1','','sales','30145488','','No',NULL,NULL,''),(7320,'1000','111613890809','2021-02-21 10:00:24',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7321,'4000','111613890809','2021-02-21 10:00:24',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7322,'1100','111613891262','2021-02-21 10:08:31',300.00,NULL,'','11','1','Good sold','1','523','sales','','','No',NULL,NULL,''),(7323,'4000','111613891262','2021-02-21 10:08:31',NULL,300.00,'','11','1','Good sold','1','523','sales','28716060','','No',NULL,NULL,''),(7324,'1100','111613892174','2021-02-21 10:23:28',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(7325,'4000','111613892174','2021-02-21 10:23:28',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(7326,'1100','111613894138','2021-02-21 10:56:00',600.00,NULL,'','11','1','Good sold','1','1275','sales','','','No',NULL,NULL,''),(7327,'4000','111613894138','2021-02-21 10:56:00',NULL,600.00,'','11','1','Good sold','1','1275','sales','90380219','','No',NULL,NULL,''),(7328,'1100','111613897163','2021-02-21 11:46:37',600.00,NULL,'','11','1','Good sold','1','731','sales','','','No',NULL,NULL,''),(7329,'4000','111613897163','2021-02-21 11:46:37',NULL,600.00,'','11','1','Good sold','1','731','sales','90380219','','No',NULL,NULL,''),(7330,'1100','111613899368','2021-02-21 12:23:21',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(7331,'4000','111613899368','2021-02-21 12:23:21',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(7332,'1100','111613901442','2021-02-21 12:58:15',300.00,NULL,'','11','1','Good sold','1','1276','sales','','','No',NULL,NULL,''),(7333,'4000','111613901442','2021-02-21 12:58:15',NULL,300.00,'','11','1','Good sold','1','1276','sales','90380219','','No',NULL,NULL,''),(7334,'1100','111613901557','2021-02-21 13:00:44',150.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(7335,'4000','111613901557','2021-02-21 13:00:44',NULL,150.00,'','11','1','Good sold','1','709','sales','28716060','','No',NULL,NULL,''),(7336,'1100','111613912396','2021-02-21 16:01:33',300.00,NULL,'','11','1','Good sold','1','1050','sales','','','No',NULL,NULL,''),(7337,'4000','111613912396','2021-02-21 16:01:33',NULL,300.00,'','11','1','Good sold','1','1050','sales','90380219','','No',NULL,NULL,''),(7338,'1100','111613912560','2021-02-21 16:03:02',900.00,NULL,'','11','1','Good sold','1','526','sales','','','No',NULL,NULL,''),(7339,'4000','111613912560','2021-02-21 16:03:02',NULL,900.00,'','11','1','Good sold','1','526','sales','90380219','','No',NULL,NULL,''),(7340,'1100','111613912740','2021-02-21 16:06:04',150.00,NULL,'','11','1','Good sold','1','844','sales','','','No',NULL,NULL,''),(7341,'4000','111613912740','2021-02-21 16:06:04',NULL,150.00,'','11','1','Good sold','1','844','sales','28716060','','No',NULL,NULL,''),(7342,'1100','111613912826','2021-02-21 16:09:00',300.00,NULL,'','11','1','Good sold','1','1277','sales','','','No',NULL,NULL,''),(7343,'4000','111613912826','2021-02-21 16:09:00',NULL,300.00,'','11','1','Good sold','1','1277','sales','90380219','','No',NULL,NULL,''),(7344,'1100','111613913103','2021-02-21 16:12:08',600.00,NULL,'','11','1','Good sold','1','563','sales','','','No',NULL,NULL,''),(7345,'4000','111613913103','2021-02-21 16:12:08',NULL,600.00,'','11','1','Good sold','1','563','sales','90380219','','No',NULL,NULL,''),(7346,'1100','111613913236','2021-02-21 16:14:23',300.00,NULL,'','11','1','Good sold','1','1193','sales','','','No',NULL,NULL,''),(7347,'4000','111613913236','2021-02-21 16:14:23',NULL,300.00,'','11','1','Good sold','1','1193','sales','90380219','','No',NULL,NULL,''),(7348,'1100','111613913356','2021-02-21 16:16:17',300.00,NULL,'','11','1','Good sold','1','1026','sales','','','No',NULL,NULL,''),(7349,'4000','111613913356','2021-02-21 16:16:17',NULL,300.00,'','11','1','Good sold','1','1026','sales','90380219','','No',NULL,NULL,''),(7350,'1000','111613913571','2021-02-21 16:20:07',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7351,'4000','111613913571','2021-02-21 16:20:07',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7352,'1100','111613913702','2021-02-21 16:21:59',600.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(7353,'4000','111613913702','2021-02-21 16:21:59',NULL,600.00,'','11','1','Good sold','1','599','sales','90380219','','No',NULL,NULL,''),(7354,'1100','111613913824','2021-02-21 16:24:07',600.00,NULL,'','11','1','Good sold','1','1203','sales','','','No',NULL,NULL,''),(7355,'4000','111613913824','2021-02-21 16:24:07',NULL,600.00,'','11','1','Good sold','1','1203','sales','90380219','','No',NULL,NULL,''),(7356,'1100','111613916886','2021-02-21 17:15:07',2100.00,NULL,'','11','1','Good sold','1','509','sales','','','No',NULL,NULL,''),(7357,'4000','111613916886','2021-02-21 17:15:07',NULL,2100.00,'','11','1','Good sold','1','509','sales','90380219','','No',NULL,NULL,''),(7358,'1000','111613917439','2021-02-21 17:24:19',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7359,'4000','111613917439','2021-02-21 17:24:19',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7360,'1100','111613920349','2021-02-21 18:12:47',450.00,NULL,'','11','1','Good sold','1','1278','sales','','','No',NULL,NULL,''),(7361,'4000','111613920349','2021-02-21 18:12:47',NULL,450.00,'','11','1','Good sold','1','1278','sales','6164001798022','','No',NULL,NULL,''),(7362,'1100','111613920434','2021-02-21 18:14:20',300.00,NULL,'','11','1','Good sold','1','1279','sales','','','No',NULL,NULL,''),(7363,'4000','111613920434','2021-02-21 18:14:20',NULL,300.00,'','11','1','Good sold','1','1279','sales','90380219','','No',NULL,NULL,''),(7364,'1100','111613920522','2021-02-21 18:15:41',300.00,NULL,'','11','1','Good sold','1','1280','sales','','','No',NULL,NULL,''),(7365,'4000','111613920522','2021-02-21 18:15:41',NULL,300.00,'','11','1','Good sold','1','1280','sales','90380219','','No',NULL,NULL,''),(7366,'1100','111613920606','2021-02-21 18:17:03',350.00,NULL,'','11','1','Good sold','1','755','sales','','','No',NULL,NULL,''),(7367,'4000','111613920606','2021-02-21 18:17:03',NULL,350.00,'','11','1','Good sold','1','755','sales','41620741','','No',NULL,NULL,''),(7368,'1100','111613920706','2021-02-21 18:18:43',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(7369,'4000','111613920706','2021-02-21 18:18:43',NULL,300.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(7370,'1100','111613920915','2021-02-21 18:22:09',300.00,NULL,'','11','1','Good sold','1','840','sales','','','No',NULL,NULL,''),(7371,'4000','111613920915','2021-02-21 18:22:09',NULL,300.00,'','11','1','Good sold','1','840','sales','90380219','','No',NULL,NULL,''),(7372,'1100','111613922503','2021-02-21 18:48:37',300.00,NULL,'','11','1','Good sold','1','935','sales','','','No',NULL,NULL,''),(7373,'4000','111613922503','2021-02-21 18:48:37',NULL,300.00,'','11','1','Good sold','1','935','sales','90380219','','No',NULL,NULL,''),(7374,'1100','111613927128','2021-02-21 20:05:45',300.00,NULL,'','11','1','Good sold','1','98','sales','','','No',NULL,NULL,''),(7375,'4000','111613927128','2021-02-21 20:05:45',NULL,300.00,'','11','1','Good sold','1','98','sales','90380219','','No',NULL,NULL,''),(7376,'1100','111613927349','2021-02-21 20:10:14',300.00,NULL,'','11','1','Good sold','1','1281','sales','','','No',NULL,NULL,''),(7377,'4000','111613927349','2021-02-21 20:10:14',NULL,300.00,'','11','1','Good sold','1','1281','sales','90380219','','No',NULL,NULL,''),(7378,'1100','111613973382','2021-02-22 08:57:21',300.00,NULL,'','11','1','Good sold','1','1049','sales','','','No',NULL,NULL,''),(7379,'4000','111613973382','2021-02-22 08:57:21',NULL,300.00,'','11','1','Good sold','1','1049','sales','90380219','','No',NULL,NULL,''),(7380,'1000','111613973698','2021-02-22 09:01:57',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7381,'4000','111613973698','2021-02-22 09:01:57',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7382,'1000','111613973779','2021-02-22 09:03:24',300.00,NULL,'','11','1','Good sold','1','1082','Payment','','','No',NULL,NULL,''),(7383,'4000','111613973779','2021-02-22 09:03:24',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(7384,'1100','111613973930','2021-02-22 09:06:03',120.00,NULL,'','11','1','Good sold','1','1282','sales','','','No',NULL,NULL,''),(7385,'4000','111613973930','2021-02-22 09:06:03',NULL,120.00,'','11','1','Good sold','1','1282','sales','01903810','','No',NULL,NULL,''),(7386,'1100','111613977639','2021-02-22 10:07:40',150.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(7387,'4000','111613977639','2021-02-22 10:07:40',NULL,150.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(7388,'1000','111613978945','2021-02-22 10:29:46',600.00,NULL,'','11','1','Good sold','1','1283','Payment','','','No',NULL,NULL,''),(7389,'4000','111613978945','2021-02-22 10:29:46',NULL,600.00,'','11','1','Good sold','1','1283','sales','90380219','','No',NULL,NULL,''),(7390,'1100','111613979093','2021-02-22 10:32:00',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(7391,'4000','111613979093','2021-02-22 10:32:00',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(7392,'1000','111613979244','2021-02-22 10:34:31',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7393,'4000','111613979244','2021-02-22 10:34:31',NULL,240.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7394,'1100','111613979695','2021-02-22 10:41:53',300.00,NULL,'','11','1','Good sold','1','1284','sales','','','No',NULL,NULL,''),(7395,'4000','111613979695','2021-02-22 10:41:53',NULL,300.00,'','11','1','Good sold','1','1284','sales','90380219','','No',NULL,NULL,''),(7396,'1100','111613990256','2021-02-22 13:37:57',300.00,NULL,'','11','1','Good sold','1','1215','sales','','','No',NULL,NULL,''),(7397,'4000','111613990256','2021-02-22 13:37:57',NULL,300.00,'','11','1','Good sold','1','1215','sales','90380219','','No',NULL,NULL,''),(7398,'1000','111613990705','2021-02-22 13:46:36',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7399,'4000','111613990705','2021-02-22 13:46:36',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7400,'1100','111613993123','2021-02-22 14:25:49',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(7401,'4000','111613993123','2021-02-22 14:25:49',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(7402,'1000','111613993291','2021-02-22 14:28:32',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7403,'4000','111613993291','2021-02-22 14:28:32',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(7404,'1100','111613995716','2021-02-22 15:09:03',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(7405,'4000','111613995716','2021-02-22 15:09:03',NULL,600.00,'','11','1','Good sold','1','156','sales','90380219','','No',NULL,NULL,''),(7406,'1100','111613996816','2021-02-22 15:27:10',150.00,NULL,'','11','1','Good sold','1','612','sales','','','No',NULL,NULL,''),(7407,'4000','111613996816','2021-02-22 15:27:10',NULL,150.00,'','11','1','Good sold','1','612','sales','28716060','','No',NULL,NULL,''),(7408,'1100','111614004100','2021-02-22 17:30:44',300.00,NULL,'','11','1','Good sold','1','715','sales','','','No',NULL,NULL,''),(7409,'4000','111614004100','2021-02-22 17:30:44',NULL,300.00,'','11','1','Good sold','1','715','sales','90380219','','No',NULL,NULL,''),(7410,'1100','111614004362','2021-02-22 17:33:03',150.00,NULL,'','11','1','Good sold','1','775','sales','','','No',NULL,NULL,''),(7411,'4000','111614004362','2021-02-22 17:33:03',NULL,150.00,'','11','1','Good sold','1','775','sales','28716060','','No',NULL,NULL,''),(7412,'1100','111614004568','2021-02-22 17:36:47',150.00,NULL,'','11','1','Good sold','1','1285','sales','','','No',NULL,NULL,''),(7413,'4000','111614004568','2021-02-22 17:36:47',NULL,150.00,'','11','1','Good sold','1','1285','sales','28716060','','No',NULL,NULL,''),(7414,'1100','111614004568','2021-02-22 17:36:47',300.00,NULL,'','11','1','Good sold','1','524','sales','','','No',NULL,NULL,''),(7415,'4000','111614004568','2021-02-22 17:36:47',NULL,150.00,'','11','1','Good sold','1','524','sales','28716060','','No',NULL,NULL,''),(7416,'4000','111614004568','2021-02-22 17:36:47',NULL,300.00,'','11','1','Good sold','1','524','sales','90380219','','No',NULL,NULL,''),(7417,'1000','111614004934','2021-02-22 17:42:45',300.00,NULL,'','11','1','Good sold','1','1199','Payment','','','No',NULL,NULL,''),(7418,'4000','111614004934','2021-02-22 17:42:45',NULL,300.00,'','11','1','Good sold','1','1199','sales','90380219','','No',NULL,NULL,''),(7419,'1100','111614005927','2021-02-22 17:59:10',600.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(7420,'4000','111614005927','2021-02-22 17:59:10',NULL,600.00,'','11','1','Good sold','1','555','sales','90380219','','No',NULL,NULL,''),(7421,'1100','111614006652','2021-02-22 18:11:18',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(7422,'4000','111614006652','2021-02-22 18:11:18',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(7423,'1000','111614006741','2021-02-22 18:12:41',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7424,'4000','111614006741','2021-02-22 18:12:41',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(7425,'1100','111614007633','2021-02-22 18:27:28',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(7426,'4000','111614007633','2021-02-22 18:27:28',NULL,300.00,'','11','1','Good sold','1','770','sales','90380219','','No',NULL,NULL,''),(7427,'1100','111614009016','2021-02-22 18:50:32',300.00,NULL,'','11','1','Good sold','1','968','sales','','','No',NULL,NULL,''),(7428,'4000','111614009016','2021-02-22 18:50:32',NULL,300.00,'','11','1','Good sold','1','968','sales','90380219','','No',NULL,NULL,''),(7429,'1100','111614009154','2021-02-22 18:52:57',300.00,NULL,'','11','1','Good sold','1','150','sales','','','No',NULL,NULL,''),(7430,'4000','111614009154','2021-02-22 18:52:57',NULL,300.00,'','11','1','Good sold','1','150','sales','90380219','','No',NULL,NULL,''),(7431,'1100','111614011504','2021-02-22 19:43:49',150.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(7432,'4000','111614011504','2021-02-22 19:43:49',NULL,150.00,'','11','1','Good sold','1','699','sales','28716060','','No',NULL,NULL,''),(7433,'1100','111614013568','2021-02-22 20:06:34',600.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(7434,'4000','111614013568','2021-02-22 20:06:34',NULL,300.00,'','11','1','Good sold','1','548','sales','90380219','','No',NULL,NULL,''),(7435,'4000','111614013568','2021-02-22 20:06:34',NULL,300.00,'','11','1','Good sold','1','548','sales','90380219','','No',NULL,NULL,''),(7436,'1100','111614013969','2021-02-22 20:13:24',150.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(7437,'4000','111614013969','2021-02-22 20:13:24',NULL,150.00,'','11','1','Good sold','1','548','sales','28716060','','No',NULL,NULL,''),(7438,'1000','111614017156','2021-02-22 21:06:25',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7439,'4000','111614017156','2021-02-22 21:06:25',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(7440,'1000','111614017235','2021-02-22 21:08:44',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7441,'4000','111614017235','2021-02-22 21:08:44',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7442,'1000','111614017331','2021-02-22 21:10:01',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7443,'4000','111614017331','2021-02-22 21:10:01',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7444,'1000','111614017416','2021-02-22 21:10:42',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7445,'4000','111614017416','2021-02-22 21:10:42',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7446,'1000','111614017502','2021-02-22 21:13:24',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7447,'4000','111614017502','2021-02-22 21:13:24',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7448,'1100','111614065876','2021-02-23 10:38:22',300.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(7449,'4000','111614065876','2021-02-23 10:38:22',NULL,300.00,'','11','1','Good sold','1','793','sales','90380219','','No',NULL,NULL,''),(7450,'1100','111614065974','2021-02-23 10:40:04',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7451,'4000','111614065974','2021-02-23 10:40:04',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7452,'1000','111614066057','2021-02-23 10:42:09',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7453,'4000','111614066057','2021-02-23 10:42:09',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7454,'1100','111614066209','2021-02-23 10:43:50',300.00,NULL,'','11','1','Good sold','1','898','sales','','','No',NULL,NULL,''),(7455,'4000','111614066209','2021-02-23 10:43:50',NULL,300.00,'','11','1','Good sold','1','898','sales','90380219','','No',NULL,NULL,''),(7456,'1000','111614069013','2021-02-23 11:31:02',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7457,'4000','111614069013','2021-02-23 11:31:02',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7458,'1100','111614069330','2021-02-23 11:35:47',300.00,NULL,'','11','1','Good sold','1','740','sales','','','No',NULL,NULL,''),(7459,'4000','111614069330','2021-02-23 11:35:47',NULL,300.00,'','11','1','Good sold','1','740','sales','90380219','','No',NULL,NULL,''),(7460,'1100','111614072830','2021-02-23 12:34:07',300.00,NULL,'','11','1','Good sold','1','725','sales','','','No',NULL,NULL,''),(7461,'4000','111614072830','2021-02-23 12:34:07',NULL,300.00,'','11','1','Good sold','1','725','sales','90380219','','No',NULL,NULL,''),(7462,'1100','111614080456','2021-02-23 14:41:35',300.00,NULL,'','11','1','Good sold','1','1186','sales','','','No',NULL,NULL,''),(7463,'4000','111614080456','2021-02-23 14:41:35',NULL,300.00,'','11','1','Good sold','1','1186','sales','90380219','','No',NULL,NULL,''),(7464,'1100','111614080587','2021-02-23 14:43:24',450.00,NULL,'','11','1','Good sold','1','1186','sales','','','No',NULL,NULL,''),(7465,'4000','111614080587','2021-02-23 14:43:24',NULL,450.00,'','11','1','Good sold','1','1186','sales','6164001798022','','No',NULL,NULL,''),(7466,'1100','111614080686','2021-02-23 14:45:06',1200.00,NULL,'','11','1','Good sold','1','809','sales','','','No',NULL,NULL,''),(7467,'4000','111614080686','2021-02-23 14:45:06',NULL,1200.00,'','11','1','Good sold','1','809','sales','90380219','','No',NULL,NULL,''),(7468,'1100','111614080783','2021-02-23 14:46:50',600.00,NULL,'','11','1','Good sold','1','619','sales','','','No',NULL,NULL,''),(7469,'4000','111614080783','2021-02-23 14:46:50',NULL,600.00,'','11','1','Good sold','1','619','sales','90380219','','No',NULL,NULL,''),(7470,'1100','111614080894','2021-02-23 14:48:35',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(7471,'4000','111614080894','2021-02-23 14:48:35',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(7472,'1100','111614081091','2021-02-23 14:52:53',250.00,NULL,'','11','1','Good sold','1','1286','sales','','','No',NULL,NULL,''),(7473,'4000','111614081091','2021-02-23 14:52:53',NULL,250.00,'','11','1','Good sold','1','1286','sales','6164001798077','','No',NULL,NULL,''),(7474,'1100','111614081343','2021-02-23 14:55:58',600.00,NULL,'','11','1','Good sold','1','1287','sales','','','No',NULL,NULL,''),(7475,'4000','111614081343','2021-02-23 14:55:58',NULL,600.00,'','11','1','Good sold','1','1287','sales','90380219','','No',NULL,NULL,''),(7476,'1100','111614082076','2021-02-23 15:08:21',300.00,NULL,'','11','1','Good sold','1','1046','sales','','','No',NULL,NULL,''),(7477,'4000','111614082076','2021-02-23 15:08:21',NULL,300.00,'','11','1','Good sold','1','1046','sales','90380219','','No',NULL,NULL,''),(7478,'1100','111614083317','2021-02-23 15:29:03',300.00,NULL,'','11','1','Good sold','1','756','sales','','','No',NULL,NULL,''),(7479,'4000','111614083317','2021-02-23 15:29:03',NULL,300.00,'','11','1','Good sold','1','756','sales','90380219','','No',NULL,NULL,''),(7480,'1100','111614086024','2021-02-23 16:14:24',600.00,NULL,'','11','1','Good sold','1','537','sales','','','No',NULL,NULL,''),(7481,'4000','111614086024','2021-02-23 16:14:24',NULL,600.00,'','11','1','Good sold','1','537','sales','90380219','','No',NULL,NULL,''),(7482,'1100','111614087077','2021-02-23 16:31:49',300.00,NULL,'','11','1','Good sold','1','1042','sales','','','No',NULL,NULL,''),(7483,'4000','111614087077','2021-02-23 16:31:49',NULL,300.00,'','11','1','Good sold','1','1042','sales','90380219','','No',NULL,NULL,''),(7484,'1100','111614087251','2021-02-23 16:34:38',600.00,NULL,'','11','1','Good sold','1','1288','sales','','','No',NULL,NULL,''),(7485,'4000','111614087251','2021-02-23 16:34:38',NULL,600.00,'','11','1','Good sold','1','1288','sales','90380219','','No',NULL,NULL,''),(7486,'1100','111614095671','2021-02-23 18:55:10',300.00,NULL,'','11','1','Good sold','1','601','sales','','','No',NULL,NULL,''),(7487,'4000','111614095671','2021-02-23 18:55:10',NULL,300.00,'','11','1','Good sold','1','601','sales','90380219','','No',NULL,NULL,''),(7488,'1000','111614095869','2021-02-23 18:58:06',300.00,NULL,'','11','1','Good sold','1','527','Payment','','','No',NULL,NULL,''),(7489,'4000','111614095869','2021-02-23 18:58:06',NULL,300.00,'','11','1','Good sold','1','527','sales','90380219','','No',NULL,NULL,''),(7490,'1000','111614096026','2021-02-23 19:01:00',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7491,'4000','111614096026','2021-02-23 19:01:00',NULL,240.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(7492,'1100','111614096105','2021-02-23 19:02:08',600.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(7493,'4000','111614096105','2021-02-23 19:02:08',NULL,600.00,'','11','1','Good sold','1','114','sales','90380219','','No',NULL,NULL,''),(7494,'1100','111614100457','2021-02-23 20:14:43',600.00,NULL,'','11','1','Good sold','1','651','sales','','','No',NULL,NULL,''),(7495,'4000','111614100457','2021-02-23 20:14:43',NULL,600.00,'','11','1','Good sold','1','651','sales','90380219','','No',NULL,NULL,''),(7496,'1100','111614100457','2021-02-23 20:14:43',600.00,NULL,'','11','1','Good sold','1','899','sales','','','No',NULL,NULL,''),(7497,'4000','111614100457','2021-02-23 20:14:43',NULL,600.00,'','11','1','Good sold','1','899','sales','90380219','','No',NULL,NULL,''),(7498,'4000','111614100457','2021-02-23 20:14:43',NULL,600.00,'','11','1','Good sold','1','899','sales','90380219','','No',NULL,NULL,''),(7499,'1000','111614101016','2021-02-23 20:24:33',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7500,'4000','111614101016','2021-02-23 20:24:33',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7501,'1100','111614148542','2021-02-24 09:36:07',600.00,NULL,'','11','1','Good sold','1','51','sales','','','No',NULL,NULL,''),(7502,'4000','111614148542','2021-02-24 09:36:07',NULL,600.00,'','11','1','Good sold','1','51','sales','90380219','','No',NULL,NULL,''),(7503,'1100','111614148725','2021-02-24 09:39:06',600.00,NULL,'','11','1','Good sold','1','885','sales','','','No',NULL,NULL,''),(7504,'4000','111614148725','2021-02-24 09:39:06',NULL,600.00,'','11','1','Good sold','1','885','sales','90380219','','No',NULL,NULL,''),(7505,'1100','111614148797','2021-02-24 09:40:23',600.00,NULL,'','11','1','Good sold','1','48','sales','','','No',NULL,NULL,''),(7506,'4000','111614148797','2021-02-24 09:40:23',NULL,600.00,'','11','1','Good sold','1','48','sales','90380219','','No',NULL,NULL,''),(7507,'1100','111614148920','2021-02-24 09:42:20',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(7508,'4000','111614148920','2021-02-24 09:42:20',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(7509,'1100','111614157408','2021-02-24 12:04:06',900.00,NULL,'','11','1','Good sold','1','1289','sales','','','No',NULL,NULL,''),(7510,'4000','111614157408','2021-02-24 12:04:06',NULL,900.00,'','11','1','Good sold','1','1289','sales','90380219','','No',NULL,NULL,''),(7511,'1100','111614157558','2021-02-24 12:06:21',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(7512,'4000','111614157558','2021-02-24 12:06:21',NULL,300.00,'','11','1','Good sold','1','643','sales','90380219','','No',NULL,NULL,''),(7513,'1100','111614160859','2021-02-24 13:01:23',300.00,NULL,'','11','1','Good sold','1','721','sales','','','No',NULL,NULL,''),(7514,'4000','111614160859','2021-02-24 13:01:23',NULL,300.00,'','11','1','Good sold','1','721','sales','90380219','','No',NULL,NULL,''),(7515,'1000','111614160958','2021-02-24 13:02:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7516,'4000','111614160958','2021-02-24 13:02:58',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7517,'1000','111614160958','2021-02-24 13:02:58',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7518,'4000','111614160958','2021-02-24 13:02:58',NULL,160.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7519,'4000','111614160958','2021-02-24 13:02:58',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7520,'1100','111614163386','2021-02-24 13:43:27',300.00,NULL,'','11','1','Good sold','1','553','sales','','','No',NULL,NULL,''),(7521,'4000','111614163386','2021-02-24 13:43:27',NULL,300.00,'','11','1','Good sold','1','553','sales','90380219','','No',NULL,NULL,''),(7522,'1100','111614166460','2021-02-24 14:34:46',900.00,NULL,'','11','1','Good sold','1','949','sales','','','No',NULL,NULL,''),(7523,'4000','111614166460','2021-02-24 14:34:46',NULL,900.00,'','11','1','Good sold','1','949','sales','90380219','','No',NULL,NULL,''),(7524,'1100','111614166576','2021-02-24 14:36:42',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(7525,'4000','111614166576','2021-02-24 14:36:42',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(7526,'1100','111614170297','2021-02-24 15:39:38',300.00,NULL,'','11','1','Good sold','1','1290','sales','','','No',NULL,NULL,''),(7527,'4000','111614170297','2021-02-24 15:39:38',NULL,300.00,'','11','1','Good sold','1','1290','sales','90380219','','No',NULL,NULL,''),(7528,'1100','111614171494','2021-02-24 15:58:57',80.00,NULL,'','11','1','Good sold','1','1291','sales','','','No',NULL,NULL,''),(7529,'4000','111614171494','2021-02-24 15:58:57',NULL,80.00,'','11','1','Good sold','1','1291','sales','17286979','','No',NULL,NULL,''),(7530,'1100','111614171614','2021-02-24 16:00:35',150.00,NULL,'','11','1','Good sold','1','1270','sales','','','No',NULL,NULL,''),(7531,'4000','111614171614','2021-02-24 16:00:35',NULL,150.00,'','11','1','Good sold','1','1270','sales','28716060','','No',NULL,NULL,''),(7532,'1000','111614171737','2021-02-24 16:02:39',600.00,NULL,'','11','1','Good sold','1','1292','Payment','','','No',NULL,NULL,''),(7533,'4000','111614171737','2021-02-24 16:02:39',NULL,600.00,'','11','1','Good sold','1','1292','sales','90380219','','No',NULL,NULL,''),(7534,'1000','111614171833','2021-02-24 16:04:16',600.00,NULL,'','11','1','Good sold','1','802','Payment','','','No',NULL,NULL,''),(7535,'4000','111614171833','2021-02-24 16:04:16',NULL,600.00,'','11','1','Good sold','1','802','sales','90380219','','No',NULL,NULL,''),(7536,'1100','111614171963','2021-02-24 16:06:25',300.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(7537,'4000','111614171963','2021-02-24 16:06:25',NULL,300.00,'','11','1','Good sold','1','533','sales','90380219','','No',NULL,NULL,''),(7538,'1000','111614172074','2021-02-24 16:08:13',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7539,'4000','111614172074','2021-02-24 16:08:13',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7540,'1100','111614172155','2021-02-24 16:09:34',300.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(7541,'4000','111614172155','2021-02-24 16:09:34',NULL,300.00,'','11','1','Good sold','1','866','sales','90380219','','No',NULL,NULL,''),(7542,'1100','111614172241','2021-02-24 16:10:53',150.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(7543,'4000','111614172241','2021-02-24 16:10:53',NULL,150.00,'','11','1','Good sold','1','866','sales','28716060','','No',NULL,NULL,''),(7544,'1100','111614176987','2021-02-24 17:30:24',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(7545,'4000','111614176987','2021-02-24 17:30:24',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(7546,'1100','111614176987','2021-02-24 17:30:24',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(7547,'4000','111614176987','2021-02-24 17:30:24',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(7548,'1100','111614177123','2021-02-24 17:32:22',450.00,NULL,'','11','1','Good sold','1','1293','sales','','','No',NULL,NULL,''),(7549,'4000','111614177123','2021-02-24 17:32:22',NULL,450.00,'','11','1','Good sold','1','1293','sales','6164001798022','','No',NULL,NULL,''),(7550,'1100','111614177326','2021-02-24 17:35:56',600.00,NULL,'','11','1','Good sold','1','96','sales','','','No',NULL,NULL,''),(7551,'4000','111614177326','2021-02-24 17:35:56',NULL,600.00,'','11','1','Good sold','1','96','sales','90380219','','No',NULL,NULL,''),(7552,'1100','111614177689','2021-02-24 17:41:48',300.00,NULL,'','11','1','Good sold','1','1259','sales','','','No',NULL,NULL,''),(7553,'4000','111614177689','2021-02-24 17:41:48',NULL,300.00,'','11','1','Good sold','1','1259','sales','90380219','','No',NULL,NULL,''),(7554,'1100','111614178451','2021-02-24 17:54:44',150.00,NULL,'','11','1','Good sold','1','613','sales','','','No',NULL,NULL,''),(7555,'4000','111614178451','2021-02-24 17:54:44',NULL,150.00,'','11','1','Good sold','1','613','sales','28716060','','No',NULL,NULL,''),(7556,'1100','111614179891','2021-02-24 18:18:35',300.00,NULL,'','11','1','Good sold','1','934','sales','','','No',NULL,NULL,''),(7557,'4000','111614179891','2021-02-24 18:18:35',NULL,300.00,'','11','1','Good sold','1','934','sales','90380219','','No',NULL,NULL,''),(7558,'1000','111614181548','2021-02-24 18:46:04',150.00,NULL,'','11','1','Good sold','1','1004','Payment','','','No',NULL,NULL,''),(7559,'4000','111614181548','2021-02-24 18:46:04',NULL,150.00,'','11','1','Good sold','1','1004','sales','28716060','','No',NULL,NULL,''),(7560,'1000','111614181690','2021-02-24 18:48:31',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7561,'4000','111614181690','2021-02-24 18:48:31',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(7562,'1000','111614183273','2021-02-24 19:15:13',300.00,NULL,'','11','1','Good sold','1','868','Payment','','','No',NULL,NULL,''),(7563,'4000','111614183273','2021-02-24 19:15:13',NULL,300.00,'','11','1','Good sold','1','868','sales','90380219','','No',NULL,NULL,''),(7564,'1000','111614185176','2021-02-24 19:47:12',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7565,'4000','111614185176','2021-02-24 19:47:12',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7566,'1000','111614185297','2021-02-24 19:48:44',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7567,'4000','111614185297','2021-02-24 19:48:44',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7568,'1100','111614246711','2021-02-25 12:52:19',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(7569,'4000','111614246711','2021-02-25 12:52:19',NULL,600.00,'','11','1','Good sold','1','547','sales','90380219','','No',NULL,NULL,''),(7570,'1000','111614246857','2021-02-25 12:54:33',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7571,'4000','111614246857','2021-02-25 12:54:33',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7572,'1100','111614246930','2021-02-25 12:55:47',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7573,'4000','111614246930','2021-02-25 12:55:47',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7574,'1100','111614247183','2021-02-25 13:00:14',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(7575,'4000','111614247183','2021-02-25 13:00:14',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(7576,'1100','111614247315','2021-02-25 13:02:21',600.00,NULL,'','11','1','Good sold','1','842','sales','','','No',NULL,NULL,''),(7577,'4000','111614247315','2021-02-25 13:02:21',NULL,600.00,'','11','1','Good sold','1','842','sales','90380219','','No',NULL,NULL,''),(7578,'1100','111614247418','2021-02-25 13:04:21',900.00,NULL,'','11','1','Good sold','1','879','sales','','','No',NULL,NULL,''),(7579,'4000','111614247418','2021-02-25 13:04:21',NULL,900.00,'','11','1','Good sold','1','879','sales','90380219','','No',NULL,NULL,''),(7580,'1100','111614247542','2021-02-25 13:05:59',300.00,NULL,'','11','1','Good sold','1','816','sales','','','No',NULL,NULL,''),(7581,'4000','111614247542','2021-02-25 13:05:59',NULL,300.00,'','11','1','Good sold','1','816','sales','90380219','','No',NULL,NULL,''),(7582,'1100','111614247616','2021-02-25 13:07:12',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(7583,'4000','111614247616','2021-02-25 13:07:12',NULL,300.00,'','11','1','Good sold','1','637','sales','90380219','','No',NULL,NULL,''),(7584,'1100','111614247691','2021-02-25 13:08:36',1200.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(7585,'4000','111614247691','2021-02-25 13:08:36',NULL,1200.00,'','11','1','Good sold','1','385','sales','90380219','','No',NULL,NULL,''),(7586,'1100','111614247821','2021-02-25 13:10:45',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(7587,'4000','111614247821','2021-02-25 13:10:45',NULL,600.00,'','11','1','Good sold','1','685','sales','90380219','','No',NULL,NULL,''),(7588,'1100','111614247954','2021-02-25 13:12:57',1800.00,NULL,'','11','1','Good sold','1','943','sales','','','No',NULL,NULL,''),(7589,'4000','111614247954','2021-02-25 13:12:57',NULL,1800.00,'','11','1','Good sold','1','943','sales','90380219','','No',NULL,NULL,''),(7590,'1100','111614248061','2021-02-25 13:14:48',150.00,NULL,'','11','1','Good sold','1','644','sales','','','No',NULL,NULL,''),(7591,'4000','111614248061','2021-02-25 13:14:48',NULL,150.00,'','11','1','Good sold','1','644','sales','28716060','','No',NULL,NULL,''),(7592,'1100','111614248152','2021-02-25 13:16:39',300.00,NULL,'','11','1','Good sold','1','1294','sales','','','No',NULL,NULL,''),(7593,'4000','111614248152','2021-02-25 13:16:39',NULL,300.00,'','11','1','Good sold','1','1294','sales','90380219','','No',NULL,NULL,''),(7594,'1100','111614256921','2021-02-25 15:42:21',300.00,NULL,'','11','1','Good sold','1','931','sales','','','No',NULL,NULL,''),(7595,'4000','111614256921','2021-02-25 15:42:21',NULL,300.00,'','11','1','Good sold','1','931','sales','28716060','','No',NULL,NULL,''),(7596,'1100','111614257088','2021-02-25 15:46:37',300.00,NULL,'','11','1','Good sold','1','585','sales','','','No',NULL,NULL,''),(7597,'4000','111614257088','2021-02-25 15:46:37',NULL,300.00,'','11','1','Good sold','1','585','sales','90380219','','No',NULL,NULL,''),(7598,'1100','111614257088','2021-02-25 15:46:37',600.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7599,'4000','111614257088','2021-02-25 15:46:37',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7600,'4000','111614257088','2021-02-25 15:46:37',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7601,'1000','111614257541','2021-02-25 15:52:36',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7602,'4000','111614257541','2021-02-25 15:52:36',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7603,'1100','111614257541','2021-02-25 15:52:36',300.00,NULL,'','11','1','Good sold','1','1295','sales','','','No',NULL,NULL,''),(7604,'4000','111614257541','2021-02-25 15:52:36',NULL,80.00,'','11','1','Good sold','1','1295','sales','17286979','','No',NULL,NULL,''),(7605,'4000','111614257541','2021-02-25 15:52:36',NULL,300.00,'','11','1','Good sold','1','1295','sales','90380219','','No',NULL,NULL,''),(7606,'1100','111614258245','2021-02-25 16:05:26',320.00,NULL,'','11','1','Good sold','1','849','sales','','','No',NULL,NULL,''),(7607,'4000','111614258245','2021-02-25 16:05:26',NULL,320.00,'','11','1','Good sold','1','849','sales','17286979','','No',NULL,NULL,''),(7608,'1000','111614261331','2021-02-25 16:56:04',300.00,NULL,'','11','1','Good sold','1','682','Payment','','','No',NULL,NULL,''),(7609,'4000','111614261331','2021-02-25 16:56:04',NULL,300.00,'','11','1','Good sold','1','682','sales','28716060','','No',NULL,NULL,''),(7610,'1100','111614271184','2021-02-25 19:40:12',300.00,NULL,'','11','1','Good sold','1','574','sales','','','No',NULL,NULL,''),(7611,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','574','sales','90380219','','No',NULL,NULL,''),(7612,'1100','111614271184','2021-02-25 19:40:12',300.00,NULL,'','11','1','Good sold','1','544','sales','','','No',NULL,NULL,''),(7613,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','544','sales','90380219','','No',NULL,NULL,''),(7614,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','544','sales','90380219','','No',NULL,NULL,''),(7615,'1100','111614271184','2021-02-25 19:40:12',600.00,NULL,'','11','1','Good sold','1','1296','sales','','','No',NULL,NULL,''),(7616,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','1296','sales','90380219','','No',NULL,NULL,''),(7617,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','1296','sales','90380219','','No',NULL,NULL,''),(7618,'4000','111614271184','2021-02-25 19:40:12',NULL,600.00,'','11','1','Good sold','1','1296','sales','90380219','','No',NULL,NULL,''),(7619,'1100','111614271184','2021-02-25 19:40:12',450.00,NULL,'','11','1','Good sold','1','1297','sales','','','No',NULL,NULL,''),(7620,'4000','111614271184','2021-02-25 19:40:12',NULL,450.00,'','11','1','Good sold','1','1297','sales','6164001798022','','No',NULL,NULL,''),(7621,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','1297','sales','90380219','','No',NULL,NULL,''),(7622,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','1297','sales','90380219','','No',NULL,NULL,''),(7623,'4000','111614271184','2021-02-25 19:40:12',NULL,600.00,'','11','1','Good sold','1','1297','sales','90380219','','No',NULL,NULL,''),(7624,'1000','111614271184','2021-02-25 19:40:12',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7625,'4000','111614271184','2021-02-25 19:40:12',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7626,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7627,'4000','111614271184','2021-02-25 19:40:12',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7628,'4000','111614271184','2021-02-25 19:40:12',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7629,'4000','111614271184','2021-02-25 19:40:12',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7630,'1000','111614272018','2021-02-25 19:54:01',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7631,'4000','111614272018','2021-02-25 19:54:01',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7632,'1100','111614272205','2021-02-25 19:58:34',300.00,NULL,'','11','1','Good sold','1','1298','sales','','','No',NULL,NULL,''),(7633,'4000','111614272205','2021-02-25 19:58:34',NULL,300.00,'','11','1','Good sold','1','1298','sales','90380219','','No',NULL,NULL,''),(7634,'1100','111614276985','2021-02-25 21:17:00',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(7635,'4000','111614276985','2021-02-25 21:17:00',NULL,300.00,'','11','1','Good sold','1','946','sales','90380219','','No',NULL,NULL,''),(7636,'1100','111614277136','2021-02-25 21:19:13',300.00,NULL,'','11','1','Good sold','1','714','sales','','','No',NULL,NULL,''),(7637,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','714','sales','90380219','','No',NULL,NULL,''),(7638,'1100','111614277136','2021-02-25 21:19:13',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(7639,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(7640,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(7641,'1100','111614277136','2021-02-25 21:19:13',300.00,NULL,'','11','1','Good sold','1','887','sales','','','No',NULL,NULL,''),(7642,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','887','sales','90380219','','No',NULL,NULL,''),(7643,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','887','sales','90380219','','No',NULL,NULL,''),(7644,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','887','sales','90380219','','No',NULL,NULL,''),(7645,'1000','111614277136','2021-02-25 21:19:13',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7646,'4000','111614277136','2021-02-25 21:19:13',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7647,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7648,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7649,'4000','111614277136','2021-02-25 21:19:13',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7650,'1100','111614327733','2021-02-26 11:22:38',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(7651,'4000','111614327733','2021-02-26 11:22:38',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(7652,'1100','111614327871','2021-02-26 11:24:50',300.00,NULL,'','11','1','Good sold','1','797','sales','','','No',NULL,NULL,''),(7653,'4000','111614327871','2021-02-26 11:24:50',NULL,300.00,'','11','1','Good sold','1','797','sales','90380219','','No',NULL,NULL,''),(7654,'1100','111614332517','2021-02-26 12:42:24',1400.00,NULL,'','11','1','Good sold','1','576','sales','','','No',NULL,NULL,''),(7655,'4000','111614332517','2021-02-26 12:42:24',NULL,1400.00,'','11','1','Good sold','1','576','sales','69493023','','No',NULL,NULL,''),(7656,'1100','111614334456','2021-02-26 13:15:07',300.00,NULL,'','11','1','Good sold','1','703','sales','','','No',NULL,NULL,''),(7657,'4000','111614334456','2021-02-26 13:15:07',NULL,300.00,'','11','1','Good sold','1','703','sales','90380219','','No',NULL,NULL,''),(7658,'1100','111614334592','2021-02-26 13:16:52',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(7659,'4000','111614334592','2021-02-26 13:16:52',NULL,300.00,'','11','1','Good sold','1','536','sales','90380219','','No',NULL,NULL,''),(7660,'1100','111614335572','2021-02-26 13:33:16',450.00,NULL,'','11','1','Good sold','1','885','sales','','','No',NULL,NULL,''),(7661,'4000','111614335572','2021-02-26 13:33:16',NULL,450.00,'','11','1','Good sold','1','885','sales','6164001798022','','No',NULL,NULL,''),(7662,'1000','111614336671','2021-02-26 13:51:26',300.00,NULL,'','11','1','Good sold','1','1201','Payment','','','No',NULL,NULL,''),(7663,'4000','111614336671','2021-02-26 13:51:26',NULL,300.00,'','11','1','Good sold','1','1201','sales','90380219','','No',NULL,NULL,''),(7664,'1100','111614336764','2021-02-26 13:53:23',80.00,NULL,'','11','1','Good sold','1','1299','sales','','','No',NULL,NULL,''),(7665,'4000','111614336764','2021-02-26 13:53:23',NULL,80.00,'','11','1','Good sold','1','1299','sales','17286979','','No',NULL,NULL,''),(7666,'1100','111614336893','2021-02-26 13:56:03',300.00,NULL,'','11','1','Good sold','1','662','sales','','','No',NULL,NULL,''),(7667,'4000','111614336893','2021-02-26 13:56:03',NULL,300.00,'','11','1','Good sold','1','662','sales','90380219','','No',NULL,NULL,''),(7668,'1100','111614337030','2021-02-26 13:58:04',300.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(7669,'4000','111614337030','2021-02-26 13:58:04',NULL,300.00,'','11','1','Good sold','1','608','sales','28716060','','No',NULL,NULL,''),(7670,'1100','111614337336','2021-02-26 14:03:47',900.00,NULL,'','11','1','Good sold','1','1173','sales','','','No',NULL,NULL,''),(7671,'4000','111614337336','2021-02-26 14:03:47',NULL,900.00,'','11','1','Good sold','1','1173','sales','90380219','','No',NULL,NULL,''),(7672,'1000','111614337509','2021-02-26 14:05:27',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7673,'4000','111614337509','2021-02-26 14:05:27',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(7674,'1100','111614337590','2021-02-26 14:06:50',300.00,NULL,'','11','1','Good sold','1','523','sales','','','No',NULL,NULL,''),(7675,'4000','111614337590','2021-02-26 14:06:50',NULL,300.00,'','11','1','Good sold','1','523','sales','90380219','','No',NULL,NULL,''),(7676,'1100','111614337665','2021-02-26 14:08:06',300.00,NULL,'','11','1','Good sold','1','584','sales','','','No',NULL,NULL,''),(7677,'4000','111614337665','2021-02-26 14:08:06',NULL,300.00,'','11','1','Good sold','1','584','sales','90380219','','No',NULL,NULL,''),(7678,'1000','111614337757','2021-02-26 14:10:18',600.00,NULL,'','11','1','Good sold','1','1164','Payment','','','No',NULL,NULL,''),(7679,'4000','111614337757','2021-02-26 14:10:18',NULL,600.00,'','11','1','Good sold','1','1164','sales','90380219','','No',NULL,NULL,''),(7680,'1000','111614337757','2021-02-26 14:10:18',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7681,'4000','111614337757','2021-02-26 14:10:18',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7682,'4000','111614337757','2021-02-26 14:10:18',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7683,'1100','111614338102','2021-02-26 14:17:10',5250.00,NULL,'','11','1','Good sold','1','686','sales','','','No',NULL,NULL,''),(7684,'4000','111614338102','2021-02-26 14:17:10',NULL,5250.00,'','11','1','Good sold','1','686','sales','69493023','','No',NULL,NULL,''),(7685,'1100','111614338504','2021-02-26 14:21:57',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(7686,'4000','111614338504','2021-02-26 14:21:57',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(7687,'1100','111614340566','2021-02-26 14:56:25',600.00,NULL,'','11','1','Good sold','1','1219','sales','','','No',NULL,NULL,''),(7688,'4000','111614340566','2021-02-26 14:56:25',NULL,600.00,'','11','1','Good sold','1','1219','sales','90380219','','No',NULL,NULL,''),(7689,'1100','111614345441','2021-02-26 16:17:36',300.00,NULL,'','11','1','Good sold','1','773','sales','','','No',NULL,NULL,''),(7690,'4000','111614345441','2021-02-26 16:17:36',NULL,300.00,'','11','1','Good sold','1','773','sales','90380219','','No',NULL,NULL,''),(7691,'1100','111614345525','2021-02-26 16:18:58',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(7692,'4000','111614345525','2021-02-26 16:18:58',NULL,300.00,'','11','1','Good sold','1','890','sales','90380219','','No',NULL,NULL,''),(7693,'1100','111614351907','2021-02-26 18:06:16',350.00,NULL,'','11','1','Good sold','1','1300','sales','','','No',NULL,NULL,''),(7694,'4000','111614351907','2021-02-26 18:06:16',NULL,350.00,'','11','1','Good sold','1','1300','sales','69493023','','No',NULL,NULL,''),(7695,'1100','111614352068','2021-02-26 18:08:20',300.00,NULL,'','11','1','Good sold','1','1168','sales','','','No',NULL,NULL,''),(7696,'4000','111614352068','2021-02-26 18:08:20',NULL,300.00,'','11','1','Good sold','1','1168','sales','90380219','','No',NULL,NULL,''),(7697,'1100','111614352177','2021-02-26 18:09:52',300.00,NULL,'','11','1','Good sold','1','1301','sales','','','No',NULL,NULL,''),(7698,'4000','111614352177','2021-02-26 18:09:52',NULL,300.00,'','11','1','Good sold','1','1301','sales','90380219','','No',NULL,NULL,''),(7699,'1100','111614352270','2021-02-26 18:11:31',300.00,NULL,'','11','1','Good sold','1','520','sales','','','No',NULL,NULL,''),(7700,'4000','111614352270','2021-02-26 18:11:31',NULL,300.00,'','11','1','Good sold','1','520','sales','28716060','','No',NULL,NULL,''),(7701,'1100','111614352362','2021-02-26 18:13:51',1350.00,NULL,'','11','1','Good sold','1','1302','sales','','','No',NULL,NULL,''),(7702,'4000','111614352362','2021-02-26 18:13:51',NULL,1350.00,'','11','1','Good sold','1','1302','sales','6164001798022','','No',NULL,NULL,''),(7703,'1000','111614352547','2021-02-26 18:16:12',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7704,'4000','111614352547','2021-02-26 18:16:12',NULL,240.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(7705,'1000','111614352616','2021-02-26 18:17:24',2800.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(7706,'4000','111614352616','2021-02-26 18:17:24',NULL,2800.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(7707,'1100','111614583913','2021-03-01 10:32:40',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7708,'4000','111614583913','2021-03-01 10:32:40',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7709,'1100','111614584059','2021-03-01 10:36:53',600.00,NULL,'','11','1','Good sold','1','740','sales','','','No',NULL,NULL,''),(7710,'4000','111614584059','2021-03-01 10:36:53',NULL,600.00,'','11','1','Good sold','1','740','sales','90380219','','No',NULL,NULL,''),(7711,'1100','111614584059','2021-03-01 10:36:53',600.00,NULL,'','11','1','Good sold','1','1228','sales','','','No',NULL,NULL,''),(7712,'4000','111614584059','2021-03-01 10:36:53',NULL,600.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7713,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7714,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7715,'1100','111614584059','2021-03-01 10:36:53',300.00,NULL,'','11','1','Good sold','1','1228','sales','','','No',NULL,NULL,''),(7716,'4000','111614584059','2021-03-01 10:36:53',NULL,600.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7717,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7718,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7719,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1228','sales','90380219','','No',NULL,NULL,''),(7720,'1000','111614584059','2021-03-01 10:36:53',300.00,NULL,'','11','1','Good sold','1','1303','Payment','','','No',NULL,NULL,''),(7721,'4000','111614584059','2021-03-01 10:36:53',NULL,600.00,'','11','1','Good sold','1','1303','sales','90380219','','No',NULL,NULL,''),(7722,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1303','sales','90380219','','No',NULL,NULL,''),(7723,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1303','sales','90380219','','No',NULL,NULL,''),(7724,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1303','sales','90380219','','No',NULL,NULL,''),(7725,'4000','111614584059','2021-03-01 10:36:53',NULL,300.00,'','11','1','Good sold','1','1303','sales','90380219','','No',NULL,NULL,''),(7726,'1100','111614585285','2021-03-01 10:55:13',300.00,NULL,'','11','1','Good sold','1','1304','sales','','','No',NULL,NULL,''),(7727,'4000','111614585285','2021-03-01 10:55:13',NULL,300.00,'','11','1','Good sold','1','1304','sales','90380219','','No',NULL,NULL,''),(7728,'1100','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','719','sales','','','No',NULL,NULL,''),(7729,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','719','sales','90380219','','No',NULL,NULL,''),(7730,'1100','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','1009','sales','','','No',NULL,NULL,''),(7731,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1009','sales','90380219','','No',NULL,NULL,''),(7732,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1009','sales','90380219','','No',NULL,NULL,''),(7733,'1100','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','881','sales','','','No',NULL,NULL,''),(7734,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','881','sales','90380219','','No',NULL,NULL,''),(7735,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','881','sales','90380219','','No',NULL,NULL,''),(7736,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','881','sales','90380219','','No',NULL,NULL,''),(7737,'1100','111614585484','2021-03-01 10:58:20',150.00,NULL,'','11','1','Good sold','1','1305','sales','','','No',NULL,NULL,''),(7738,'4000','111614585484','2021-03-01 10:58:20',NULL,150.00,'','11','1','Good sold','1','1305','sales','28716060','','No',NULL,NULL,''),(7739,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1305','sales','90380219','','No',NULL,NULL,''),(7740,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1305','sales','90380219','','No',NULL,NULL,''),(7741,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1305','sales','90380219','','No',NULL,NULL,''),(7742,'1100','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','1093','sales','','','No',NULL,NULL,''),(7743,'4000','111614585484','2021-03-01 10:58:20',NULL,150.00,'','11','1','Good sold','1','1093','sales','28716060','','No',NULL,NULL,''),(7744,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1093','sales','90380219','','No',NULL,NULL,''),(7745,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1093','sales','90380219','','No',NULL,NULL,''),(7746,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1093','sales','90380219','','No',NULL,NULL,''),(7747,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1093','sales','90380219','','No',NULL,NULL,''),(7748,'1100','111614585484','2021-03-01 10:58:20',450.00,NULL,'','11','1','Good sold','1','1306','sales','','','No',NULL,NULL,''),(7749,'4000','111614585484','2021-03-01 10:58:20',NULL,450.00,'','11','1','Good sold','1','1306','sales','6164001798022','','No',NULL,NULL,''),(7750,'4000','111614585484','2021-03-01 10:58:20',NULL,150.00,'','11','1','Good sold','1','1306','sales','28716060','','No',NULL,NULL,''),(7751,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1306','sales','90380219','','No',NULL,NULL,''),(7752,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1306','sales','90380219','','No',NULL,NULL,''),(7753,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1306','sales','90380219','','No',NULL,NULL,''),(7754,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','1306','sales','90380219','','No',NULL,NULL,''),(7755,'1100','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(7756,'4000','111614585484','2021-03-01 10:58:20',NULL,450.00,'','11','1','Good sold','1','782','sales','6164001798022','','No',NULL,NULL,''),(7757,'4000','111614585484','2021-03-01 10:58:20',NULL,150.00,'','11','1','Good sold','1','782','sales','28716060','','No',NULL,NULL,''),(7758,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7759,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7760,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7761,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7762,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','782','sales','90380219','','No',NULL,NULL,''),(7763,'1000','111614585484','2021-03-01 10:58:20',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7764,'4000','111614585484','2021-03-01 10:58:20',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7765,'4000','111614585484','2021-03-01 10:58:20',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(7766,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7767,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7768,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7769,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7770,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7771,'4000','111614585484','2021-03-01 10:58:20',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7772,'1100','111614586541','2021-03-01 11:16:17',300.00,NULL,'','11','1','Good sold','1','609','sales','','','No',NULL,NULL,''),(7773,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','609','sales','90380219','','No',NULL,NULL,''),(7774,'1100','111614586541','2021-03-01 11:16:17',300.00,NULL,'','11','1','Good sold','1','1167','sales','','','No',NULL,NULL,''),(7775,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','1167','sales','90380219','','No',NULL,NULL,''),(7776,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','1167','sales','90380219','','No',NULL,NULL,''),(7777,'1100','111614586541','2021-03-01 11:16:17',600.00,NULL,'','11','1','Good sold','1','753','sales','','','No',NULL,NULL,''),(7778,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','753','sales','90380219','','No',NULL,NULL,''),(7779,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','753','sales','90380219','','No',NULL,NULL,''),(7780,'4000','111614586541','2021-03-01 11:16:17',NULL,600.00,'','11','1','Good sold','1','753','sales','90380219','','No',NULL,NULL,''),(7781,'1100','111614586541','2021-03-01 11:16:17',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7782,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7783,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7784,'4000','111614586541','2021-03-01 11:16:17',NULL,600.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7785,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7786,'1100','111614586541','2021-03-01 11:16:17',300.00,NULL,'','11','1','Good sold','1','539','sales','','','No',NULL,NULL,''),(7787,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7788,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7789,'4000','111614586541','2021-03-01 11:16:17',NULL,600.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7790,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7791,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','539','sales','90380219','','No',NULL,NULL,''),(7792,'1100','111614586541','2021-03-01 11:16:17',600.00,NULL,'','11','1','Good sold','1','376','sales','','','No',NULL,NULL,''),(7793,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7794,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7795,'4000','111614586541','2021-03-01 11:16:17',NULL,600.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7796,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7797,'4000','111614586541','2021-03-01 11:16:17',NULL,300.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7798,'4000','111614586541','2021-03-01 11:16:17',NULL,600.00,'','11','1','Good sold','1','376','sales','90380219','','No',NULL,NULL,''),(7799,'1100','111614588462','2021-03-01 11:48:57',300.00,NULL,'','11','1','Good sold','1','573','sales','','','No',NULL,NULL,''),(7800,'4000','111614588462','2021-03-01 11:48:57',NULL,300.00,'','11','1','Good sold','1','573','sales','90380219','','No',NULL,NULL,''),(7801,'1100','111614588462','2021-03-01 11:48:57',600.00,NULL,'','11','1','Good sold','1','692','sales','','','No',NULL,NULL,''),(7802,'4000','111614588462','2021-03-01 11:48:57',NULL,300.00,'','11','1','Good sold','1','692','sales','90380219','','No',NULL,NULL,''),(7803,'4000','111614588462','2021-03-01 11:48:57',NULL,600.00,'','11','1','Good sold','1','692','sales','90380219','','No',NULL,NULL,''),(7804,'1100','111614591598','2021-03-01 12:40:22',300.00,NULL,'','11','1','Good sold','1','770','sales','','','No',NULL,NULL,''),(7805,'4000','111614591598','2021-03-01 12:40:22',NULL,300.00,'','11','1','Good sold','1','770','sales','90380219','','No',NULL,NULL,''),(7806,'1100','111614591598','2021-03-01 12:40:22',300.00,NULL,'','11','1','Good sold','1','1025','sales','','','No',NULL,NULL,''),(7807,'4000','111614591598','2021-03-01 12:40:22',NULL,300.00,'','11','1','Good sold','1','1025','sales','90380219','','No',NULL,NULL,''),(7808,'4000','111614591598','2021-03-01 12:40:22',NULL,300.00,'','11','1','Good sold','1','1025','sales','90380219','','No',NULL,NULL,''),(7809,'1100','111614591598','2021-03-01 12:40:22',900.00,NULL,'','11','1','Good sold','1','928','sales','','','No',NULL,NULL,''),(7810,'4000','111614591598','2021-03-01 12:40:22',NULL,300.00,'','11','1','Good sold','1','928','sales','90380219','','No',NULL,NULL,''),(7811,'4000','111614591598','2021-03-01 12:40:22',NULL,300.00,'','11','1','Good sold','1','928','sales','90380219','','No',NULL,NULL,''),(7812,'4000','111614591598','2021-03-01 12:40:22',NULL,900.00,'','11','1','Good sold','1','928','sales','90380219','','No',NULL,NULL,''),(7813,'1100','111614592049','2021-03-01 12:47:46',300.00,NULL,'','11','1','Good sold','1','922','sales','','','No',NULL,NULL,''),(7814,'4000','111614592049','2021-03-01 12:47:46',NULL,300.00,'','11','1','Good sold','1','922','sales','90380219','','No',NULL,NULL,''),(7815,'1000','111614592049','2021-03-01 12:47:46',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7816,'4000','111614592049','2021-03-01 12:47:46',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7817,'4000','111614592049','2021-03-01 12:47:46',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7818,'1100','111614592180','2021-03-01 12:50:58',300.00,NULL,'','11','1','Good sold','1','778','sales','','','No',NULL,NULL,''),(7819,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','778','sales','90380219','','No',NULL,NULL,''),(7820,'1100','111614592180','2021-03-01 12:50:58',80.00,NULL,'','11','1','Good sold','1','1307','sales','','','No',NULL,NULL,''),(7821,'4000','111614592180','2021-03-01 12:50:58',NULL,80.00,'','11','1','Good sold','1','1307','sales','17286979','','No',NULL,NULL,''),(7822,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','1307','sales','90380219','','No',NULL,NULL,''),(7823,'1100','111614592180','2021-03-01 12:50:58',300.00,NULL,'','11','1','Good sold','1','1082','sales','','','No',NULL,NULL,''),(7824,'4000','111614592180','2021-03-01 12:50:58',NULL,80.00,'','11','1','Good sold','1','1082','sales','17286979','','No',NULL,NULL,''),(7825,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(7826,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(7827,'1100','111614592180','2021-03-01 12:50:58',600.00,NULL,'','11','1','Good sold','1','1308','sales','','','No',NULL,NULL,''),(7828,'4000','111614592180','2021-03-01 12:50:58',NULL,80.00,'','11','1','Good sold','1','1308','sales','17286979','','No',NULL,NULL,''),(7829,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','1308','sales','90380219','','No',NULL,NULL,''),(7830,'4000','111614592180','2021-03-01 12:50:58',NULL,300.00,'','11','1','Good sold','1','1308','sales','90380219','','No',NULL,NULL,''),(7831,'4000','111614592180','2021-03-01 12:50:58',NULL,600.00,'','11','1','Good sold','1','1308','sales','90380219','','No',NULL,NULL,''),(7832,'1100','111614593021','2021-03-01 13:04:04',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(7833,'4000','111614593021','2021-03-01 13:04:04',NULL,300.00,'','11','1','Good sold','1','669','sales','90380219','','No',NULL,NULL,''),(7834,'1000','111614593640','2021-03-01 13:14:30',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7835,'4000','111614593640','2021-03-01 13:14:30',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7836,'1100','111614593716','2021-03-01 13:22:41',150.00,NULL,'','11','1','Good sold','1','942','sales','','','No',NULL,NULL,''),(7837,'4000','111614593716','2021-03-01 13:22:41',NULL,150.00,'','11','1','Good sold','1','942','sales','28716060','','No',NULL,NULL,''),(7838,'1100','111614594286','2021-03-01 13:25:56',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(7839,'4000','111614594286','2021-03-01 13:25:56',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(7840,'1100','111614594536','2021-03-01 13:29:25',300.00,NULL,'','11','1','Good sold','1','821','sales','','','No',NULL,NULL,''),(7841,'4000','111614594536','2021-03-01 13:29:25',NULL,300.00,'','11','1','Good sold','1','821','sales','90380219','','No',NULL,NULL,''),(7842,'1100','111614594673','2021-03-01 13:31:46',600.00,NULL,'','11','1','Good sold','1','1309','sales','','','No',NULL,NULL,''),(7843,'4000','111614594673','2021-03-01 13:31:46',NULL,600.00,'','11','1','Good sold','1','1309','sales','90380219','','No',NULL,NULL,''),(7844,'1100','111614594775','2021-03-01 13:33:17',300.00,NULL,'','11','1','Good sold','1','1010','sales','','','No',NULL,NULL,''),(7845,'4000','111614594775','2021-03-01 13:33:17',NULL,300.00,'','11','1','Good sold','1','1010','sales','90380219','','No',NULL,NULL,''),(7846,'1000','111614594883','2021-03-01 13:35:00',300.00,NULL,'','11','1','Good sold','1','747','Payment','','','No',NULL,NULL,''),(7847,'4000','111614594883','2021-03-01 13:35:00',NULL,300.00,'','11','1','Good sold','1','747','sales','90380219','','No',NULL,NULL,''),(7848,'1100','111614595326','2021-03-01 13:42:47',450.00,NULL,'','11','1','Good sold','1','1098','sales','','','No',NULL,NULL,''),(7849,'4000','111614595326','2021-03-01 13:42:47',NULL,450.00,'','11','1','Good sold','1','1098','sales','28716060','','No',NULL,NULL,''),(7850,'1100','111614595461','2021-03-01 13:44:37',300.00,NULL,'','11','1','Good sold','1','1143','sales','','','No',NULL,NULL,''),(7851,'4000','111614595461','2021-03-01 13:44:37',NULL,300.00,'','11','1','Good sold','1','1143','sales','90380219','','No',NULL,NULL,''),(7852,'1000','111614595580','2021-03-01 13:46:48',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7853,'4000','111614595580','2021-03-01 13:46:48',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(7854,'1100','111614595673','2021-03-01 13:48:33',1200.00,NULL,'','11','1','Good sold','1','634','sales','','','No',NULL,NULL,''),(7855,'4000','111614595673','2021-03-01 13:48:33',NULL,1200.00,'','11','1','Good sold','1','634','sales','90380219','','No',NULL,NULL,''),(7856,'1000','111614595794','2021-03-01 13:50:10',300.00,NULL,'','11','1','Good sold','1','1034','Payment','','','No',NULL,NULL,''),(7857,'4000','111614595794','2021-03-01 13:50:10',NULL,300.00,'','11','1','Good sold','1','1034','sales','90380219','','No',NULL,NULL,''),(7858,'1100','111614595897','2021-03-01 13:52:01',450.00,NULL,'','11','1','Good sold','1','1310','sales','','','No',NULL,NULL,''),(7859,'4000','111614595897','2021-03-01 13:52:01',NULL,450.00,'','11','1','Good sold','1','1310','sales','6164001798022','','No',NULL,NULL,''),(7860,'1100','111614596304','2021-03-01 13:59:16',300.00,NULL,'','11','1','Good sold','1','743','sales','','','No',NULL,NULL,''),(7861,'4000','111614596304','2021-03-01 13:59:16',NULL,300.00,'','11','1','Good sold','1','743','sales','90380219','','No',NULL,NULL,''),(7862,'1100','111614598059','2021-03-01 14:28:07',300.00,NULL,'','11','1','Good sold','1','535','sales','','','No',NULL,NULL,''),(7863,'4000','111614598059','2021-03-01 14:28:07',NULL,300.00,'','11','1','Good sold','1','535','sales','90380219','','No',NULL,NULL,''),(7864,'1100','111614598166','2021-03-01 14:29:43',300.00,NULL,'','11','1','Good sold','1','1215','sales','','','No',NULL,NULL,''),(7865,'4000','111614598166','2021-03-01 14:29:43',NULL,300.00,'','11','1','Good sold','1','1215','sales','90380219','','No',NULL,NULL,''),(7866,'1100','111614598286','2021-03-01 14:32:05',120.00,NULL,'','11','1','Good sold','1','1311','sales','','','No',NULL,NULL,''),(7867,'4000','111614598286','2021-03-01 14:32:05',NULL,120.00,'','11','1','Good sold','1','1311','sales','01903810','','No',NULL,NULL,''),(7868,'1100','111614598406','2021-03-01 14:33:51',1200.00,NULL,'','11','1','Good sold','1','641','sales','','','No',NULL,NULL,''),(7869,'4000','111614598406','2021-03-01 14:33:51',NULL,1200.00,'','11','1','Good sold','1','641','sales','90380219','','No',NULL,NULL,''),(7870,'1100','111614598493','2021-03-01 14:35:06',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(7871,'4000','111614598493','2021-03-01 14:35:06',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(7872,'1100','111614598573','2021-03-01 14:38:01',600.00,NULL,'','11','1','Good sold','1','871','sales','','','No',NULL,NULL,''),(7873,'4000','111614598573','2021-03-01 14:38:01',NULL,600.00,'','11','1','Good sold','1','871','sales','90380219','','No',NULL,NULL,''),(7874,'1100','111614598785','2021-03-01 14:40:10',600.00,NULL,'','11','1','Good sold','1','1115','sales','','','No',NULL,NULL,''),(7875,'4000','111614598785','2021-03-01 14:40:10',NULL,600.00,'','11','1','Good sold','1','1115','sales','90380219','','No',NULL,NULL,''),(7876,'1100','111614598877','2021-03-01 14:41:38',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(7877,'4000','111614598877','2021-03-01 14:41:38',NULL,300.00,'','11','1','Good sold','1','689','sales','90380219','','No',NULL,NULL,''),(7878,'1100','111614599025','2021-03-01 14:44:03',150.00,NULL,'','11','1','Good sold','1','1270','sales','','','No',NULL,NULL,''),(7879,'4000','111614599025','2021-03-01 14:44:03',NULL,150.00,'','11','1','Good sold','1','1270','sales','28716060','','No',NULL,NULL,''),(7880,'1100','111614599112','2021-03-01 14:45:26',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(7881,'4000','111614599112','2021-03-01 14:45:26',NULL,150.00,'','11','1','Good sold','1','921','sales','28716060','','No',NULL,NULL,''),(7882,'1100','111614599205','2021-03-01 14:47:37',350.00,NULL,'','11','1','Good sold','1','1312','sales','','','No',NULL,NULL,''),(7883,'4000','111614599205','2021-03-01 14:47:37',NULL,350.00,'','11','1','Good sold','1','1312','sales','41620741','','No',NULL,NULL,''),(7884,'1100','111614599384','2021-03-01 14:50:04',300.00,NULL,'','11','1','Good sold','1','1313','sales','','','No',NULL,NULL,''),(7885,'4000','111614599384','2021-03-01 14:50:04',NULL,300.00,'','11','1','Good sold','1','1313','sales','90380219','','No',NULL,NULL,''),(7886,'1100','111614599509','2021-03-01 14:53:21',600.00,NULL,'','11','1','Good sold','1','930','sales','','','No',NULL,NULL,''),(7887,'4000','111614599509','2021-03-01 14:53:21',NULL,600.00,'','11','1','Good sold','1','930','sales','90380219','','No',NULL,NULL,''),(7888,'1100','111614599509','2021-03-01 14:53:21',300.00,NULL,'','11','1','Good sold','1','1314','sales','','','No',NULL,NULL,''),(7889,'4000','111614599509','2021-03-01 14:53:21',NULL,600.00,'','11','1','Good sold','1','1314','sales','90380219','','No',NULL,NULL,''),(7890,'4000','111614599509','2021-03-01 14:53:21',NULL,300.00,'','11','1','Good sold','1','1314','sales','90380219','','No',NULL,NULL,''),(7891,'1100','111614600280','2021-03-01 15:05:09',600.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(7892,'4000','111614600280','2021-03-01 15:05:09',NULL,600.00,'','11','1','Good sold','1','507','sales','90380219','','No',NULL,NULL,''),(7893,'1100','111614600394','2021-03-01 15:07:28',300.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(7894,'4000','111614600394','2021-03-01 15:07:28',NULL,300.00,'','11','1','Good sold','1','681','sales','90380219','','No',NULL,NULL,''),(7895,'1100','111614600561','2021-03-01 15:09:36',150.00,NULL,'','11','1','Good sold','1','681','sales','','','No',NULL,NULL,''),(7896,'4000','111614600561','2021-03-01 15:09:36',NULL,150.00,'','11','1','Good sold','1','681','sales','28716060','','No',NULL,NULL,''),(7897,'1000','111614600655','2021-03-01 15:11:17',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7898,'4000','111614600655','2021-03-01 15:11:17',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7899,'1100','111614600732','2021-03-01 15:13:20',900.00,NULL,'','11','1','Good sold','1','886','sales','','','No',NULL,NULL,''),(7900,'4000','111614600732','2021-03-01 15:13:20',NULL,900.00,'','11','1','Good sold','1','886','sales','90380219','','No',NULL,NULL,''),(7901,'1100','111614600969','2021-03-01 15:16:31',300.00,NULL,'','11','1','Good sold','1','1315','sales','','','No',NULL,NULL,''),(7902,'4000','111614600969','2021-03-01 15:16:31',NULL,300.00,'','11','1','Good sold','1','1315','sales','90380219','','No',NULL,NULL,''),(7903,'1100','111614601067','2021-03-01 15:18:27',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(7904,'4000','111614601067','2021-03-01 15:18:27',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(7905,'1000','111614601176','2021-03-01 15:20:11',300.00,NULL,'','11','1','Good sold','1','980','Payment','','','No',NULL,NULL,''),(7906,'4000','111614601176','2021-03-01 15:20:11',NULL,300.00,'','11','1','Good sold','1','980','sales','90380219','','No',NULL,NULL,''),(7907,'1100','111614601658','2021-03-01 15:30:04',600.00,NULL,'','11','1','Good sold','1','930','sales','','','No',NULL,NULL,''),(7908,'4000','111614601658','2021-03-01 15:30:04',NULL,600.00,'','11','1','Good sold','1','930','sales','90380219','','No',NULL,NULL,''),(7909,'1100','111614601898','2021-03-01 15:31:56',150.00,NULL,'','11','1','Good sold','1','882','sales','','','No',NULL,NULL,''),(7910,'4000','111614601898','2021-03-01 15:31:56',NULL,150.00,'','11','1','Good sold','1','882','sales','28716060','','No',NULL,NULL,''),(7911,'1100','111614601981','2021-03-01 15:33:15',300.00,NULL,'','11','1','Good sold','1','508','sales','','','No',NULL,NULL,''),(7912,'4000','111614601981','2021-03-01 15:33:15',NULL,300.00,'','11','1','Good sold','1','508','sales','90380219','','No',NULL,NULL,''),(7913,'1100','111614609326','2021-03-01 17:35:47',300.00,NULL,'','11','1','Good sold','1','1316','sales','','','No',NULL,NULL,''),(7914,'4000','111614609326','2021-03-01 17:35:47',NULL,300.00,'','11','1','Good sold','1','1316','sales','90380219','','No',NULL,NULL,''),(7915,'1100','111614609437','2021-03-01 17:37:46',300.00,NULL,'','11','1','Good sold','1','832','sales','','','No',NULL,NULL,''),(7916,'4000','111614609437','2021-03-01 17:37:46',NULL,300.00,'','11','1','Good sold','1','832','sales','90380219','','No',NULL,NULL,''),(7917,'1100','111614609617','2021-03-01 17:40:47',300.00,NULL,'','11','1','Good sold','1','1198','sales','','','No',NULL,NULL,''),(7918,'4000','111614609617','2021-03-01 17:40:47',NULL,300.00,'','11','1','Good sold','1','1198','sales','90380219','','No',NULL,NULL,''),(7919,'1100','111614609749','2021-03-01 17:42:59',600.00,NULL,'','11','1','Good sold','1','1262','sales','','','No',NULL,NULL,''),(7920,'4000','111614609749','2021-03-01 17:42:59',NULL,600.00,'','11','1','Good sold','1','1262','sales','90380219','','No',NULL,NULL,''),(7921,'1100','111614609855','2021-03-01 17:44:40',900.00,NULL,'','11','1','Good sold','1','842','sales','','','No',NULL,NULL,''),(7922,'4000','111614609855','2021-03-01 17:44:40',NULL,900.00,'','11','1','Good sold','1','842','sales','90380219','','No',NULL,NULL,''),(7923,'1100','111614609948','2021-03-01 17:46:03',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(7924,'4000','111614609948','2021-03-01 17:46:03',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(7925,'1100','111614611370','2021-03-01 18:09:57',600.00,NULL,'','11','1','Good sold','1','919','sales','','','No',NULL,NULL,''),(7926,'4000','111614611370','2021-03-01 18:09:57',NULL,600.00,'','11','1','Good sold','1','919','sales','90380219','','No',NULL,NULL,''),(7927,'1100','111614612034','2021-03-01 18:20:54',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(7928,'4000','111614612034','2021-03-01 18:20:54',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(7929,'1100','111614613140','2021-03-01 18:39:16',300.00,NULL,'','11','1','Good sold','1','1211','sales','','','No',NULL,NULL,''),(7930,'4000','111614613140','2021-03-01 18:39:16',NULL,300.00,'','11','1','Good sold','1','1211','sales','90380219','','No',NULL,NULL,''),(7931,'1100','111614621838','2021-03-01 21:04:17',300.00,NULL,'','11','1','Good sold','1','983','sales','','','No',NULL,NULL,''),(7932,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','983','sales','90380219','','No',NULL,NULL,''),(7933,'1100','111614621838','2021-03-01 21:04:17',450.00,NULL,'','11','1','Good sold','1','983','sales','','','No',NULL,NULL,''),(7934,'4000','111614621838','2021-03-01 21:04:17',NULL,450.00,'','11','1','Good sold','1','983','sales','6164001798022','','No',NULL,NULL,''),(7935,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','983','sales','90380219','','No',NULL,NULL,''),(7936,'1100','111614621838','2021-03-01 21:04:17',300.00,NULL,'','11','1','Good sold','1','900','sales','','','No',NULL,NULL,''),(7937,'4000','111614621838','2021-03-01 21:04:17',NULL,450.00,'','11','1','Good sold','1','900','sales','6164001798022','','No',NULL,NULL,''),(7938,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','900','sales','90380219','','No',NULL,NULL,''),(7939,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','900','sales','90380219','','No',NULL,NULL,''),(7940,'1000','111614621838','2021-03-01 21:04:17',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7941,'4000','111614621838','2021-03-01 21:04:17',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7942,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7943,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7944,'4000','111614621838','2021-03-01 21:04:17',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(7945,'1100','111614622178','2021-03-01 21:10:02',250.00,NULL,'','11','1','Good sold','1','1317','sales','','','No',NULL,NULL,''),(7946,'4000','111614622178','2021-03-01 21:10:02',NULL,250.00,'','11','1','Good sold','1','1317','sales','6164001798077','','No',NULL,NULL,''),(7947,'1100','111614622178','2021-03-01 21:10:02',300.00,NULL,'','11','1','Good sold','1','1318','sales','','','No',NULL,NULL,''),(7948,'4000','111614622178','2021-03-01 21:10:02',NULL,250.00,'','11','1','Good sold','1','1318','sales','6164001798077','','No',NULL,NULL,''),(7949,'4000','111614622178','2021-03-01 21:10:02',NULL,300.00,'','11','1','Good sold','1','1318','sales','90380219','','No',NULL,NULL,''),(7950,'1100','111614622350','2021-03-01 21:12:48',600.00,NULL,'','11','1','Good sold','1','1012','sales','','','No',NULL,NULL,''),(7951,'4000','111614622350','2021-03-01 21:12:48',NULL,600.00,'','11','1','Good sold','1','1012','sales','90380219','','No',NULL,NULL,''),(7952,'1100','111614665436','2021-03-02 09:11:43',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(7953,'4000','111614665436','2021-03-02 09:11:43',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(7954,'1000','111614666264','2021-03-02 09:24:48',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7955,'4000','111614666264','2021-03-02 09:24:48',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(7956,'1100','111614666384','2021-03-02 09:26:45',300.00,NULL,'','11','1','Good sold','1','958','sales','','','No',NULL,NULL,''),(7957,'4000','111614666384','2021-03-02 09:26:45',NULL,300.00,'','11','1','Good sold','1','958','sales','90380219','','No',NULL,NULL,''),(7958,'1100','111614688654','2021-03-02 15:37:55',300.00,NULL,'','11','1','Good sold','1','1319','sales','','','No',NULL,NULL,''),(7959,'4000','111614688654','2021-03-02 15:37:55',NULL,300.00,'','11','1','Good sold','1','1319','sales','90380219','','No',NULL,NULL,''),(7960,'1100','111614688765','2021-03-02 15:39:59',600.00,NULL,'','11','1','Good sold','1','857','sales','','','No',NULL,NULL,''),(7961,'4000','111614688765','2021-03-02 15:39:59',NULL,600.00,'','11','1','Good sold','1','857','sales','90380219','','No',NULL,NULL,''),(7962,'1100','111614688864','2021-03-02 15:42:14',600.00,NULL,'','11','1','Good sold','1','156','sales','','','No',NULL,NULL,''),(7963,'4000','111614688864','2021-03-02 15:42:14',NULL,600.00,'','11','1','Good sold','1','156','sales','90380219','','No',NULL,NULL,''),(7964,'1100','111614689091','2021-03-02 15:45:09',300.00,NULL,'','11','1','Good sold','1','1146','sales','','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (7965,'4000','111614689091','2021-03-02 15:45:09',NULL,300.00,'','11','1','Good sold','1','1146','sales','90380219','','No',NULL,NULL,''),(7966,'1100','111614689239','2021-03-02 15:47:39',250.00,NULL,'','11','1','Good sold','1','1320','sales','','','No',NULL,NULL,''),(7967,'4000','111614689239','2021-03-02 15:47:39',NULL,250.00,'','11','1','Good sold','1','1320','sales','6164001798077','','No',NULL,NULL,''),(7968,'1000','111614689329','2021-03-02 16:02:03',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7969,'4000','111614689329','2021-03-02 16:02:03',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(7970,'1100','111614690176','2021-03-02 16:03:36',600.00,NULL,'','11','1','Good sold','1','1271','sales','','','No',NULL,NULL,''),(7971,'4000','111614690176','2021-03-02 16:03:36',NULL,600.00,'','11','1','Good sold','1','1271','sales','90380219','','No',NULL,NULL,''),(7972,'1100','111614690302','2021-03-02 16:05:38',300.00,NULL,'','11','1','Good sold','1','1321','sales','','','No',NULL,NULL,''),(7973,'4000','111614690302','2021-03-02 16:05:38',NULL,300.00,'','11','1','Good sold','1','1321','sales','90380219','','No',NULL,NULL,''),(7974,'1100','111614690302','2021-03-02 16:05:38',80.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(7975,'4000','111614690302','2021-03-02 16:05:38',NULL,80.00,'','11','1','Good sold','1','699','sales','17286979','','No',NULL,NULL,''),(7976,'4000','111614690302','2021-03-02 16:05:38',NULL,300.00,'','11','1','Good sold','1','699','sales','90380219','','No',NULL,NULL,''),(7977,'1100','111614690783','2021-03-02 16:13:31',80.00,NULL,'','11','1','Good sold','1','816','sales','','','No',NULL,NULL,''),(7978,'4000','111614690783','2021-03-02 16:13:31',NULL,80.00,'','11','1','Good sold','1','816','sales','17286979','','No',NULL,NULL,''),(7979,'1100','111614690880','2021-03-02 16:15:03',1500.00,NULL,'','11','1','Good sold','1','50','sales','','','No',NULL,NULL,''),(7980,'4000','111614690880','2021-03-02 16:15:03',NULL,1500.00,'','11','1','Good sold','1','50','sales','90380219','','No',NULL,NULL,''),(7981,'1100','111614694504','2021-03-02 17:15:29',300.00,NULL,'','11','1','Good sold','1','1322','sales','','','No',NULL,NULL,''),(7982,'4000','111614694504','2021-03-02 17:15:29',NULL,300.00,'','11','1','Good sold','1','1322','sales','90380219','','No',NULL,NULL,''),(7983,'1100','111614696390','2021-03-02 17:46:52',300.00,NULL,'','11','1','Good sold','1','954','sales','','','No',NULL,NULL,''),(7984,'4000','111614696390','2021-03-02 17:46:52',NULL,300.00,'','11','1','Good sold','1','954','sales','90380219','','No',NULL,NULL,''),(7985,'1100','111614696595','2021-03-02 17:50:17',600.00,NULL,'','11','1','Good sold','1','597','sales','','','No',NULL,NULL,''),(7986,'4000','111614696595','2021-03-02 17:50:17',NULL,600.00,'','11','1','Good sold','1','597','sales','90380219','','No',NULL,NULL,''),(7987,'1100','111614697949','2021-03-02 18:12:50',600.00,NULL,'','11','1','Good sold','1','898','sales','','','No',NULL,NULL,''),(7988,'4000','111614697949','2021-03-02 18:12:50',NULL,600.00,'','11','1','Good sold','1','898','sales','90380219','','No',NULL,NULL,''),(7989,'1000','111614698119','2021-03-02 18:15:35',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7990,'4000','111614698119','2021-03-02 18:15:35',NULL,450.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(7991,'1100','111614698155','2021-03-02 18:16:50',300.00,NULL,'','11','1','Good sold','1','533','sales','','','No',NULL,NULL,''),(7992,'4000','111614698155','2021-03-02 18:16:50',NULL,300.00,'','11','1','Good sold','1','533','sales','90380219','','No',NULL,NULL,''),(7993,'1100','111614699983','2021-03-02 18:46:53',600.00,NULL,'','11','1','Good sold','1','737','sales','','','No',NULL,NULL,''),(7994,'4000','111614699983','2021-03-02 18:46:53',NULL,600.00,'','11','1','Good sold','1','737','sales','90380219','','No',NULL,NULL,''),(7995,'1100','111614700204','2021-03-02 18:50:22',150.00,NULL,'','11','1','Good sold','1','1260','sales','','','No',NULL,NULL,''),(7996,'4000','111614700204','2021-03-02 18:50:22',NULL,150.00,'','11','1','Good sold','1','1260','sales','28716060','','No',NULL,NULL,''),(7997,'1100','111614700738','2021-03-02 18:59:45',600.00,NULL,'','11','1','Good sold','1','916','sales','','','No',NULL,NULL,''),(7998,'4000','111614700738','2021-03-02 18:59:45',NULL,600.00,'','11','1','Good sold','1','916','sales','90380219','','No',NULL,NULL,''),(7999,'1100','111614700846','2021-03-02 19:01:04',150.00,NULL,'','11','1','Good sold','1','699','sales','','','No',NULL,NULL,''),(8000,'4000','111614700846','2021-03-02 19:01:04',NULL,150.00,'','11','1','Good sold','1','699','sales','28716060','','No',NULL,NULL,''),(8001,'1100','111614705724','2021-03-02 20:22:17',300.00,NULL,'','11','1','Good sold','1','1323','sales','','','No',NULL,NULL,''),(8002,'4000','111614705724','2021-03-02 20:22:17',NULL,300.00,'','11','1','Good sold','1','1323','sales','90380219','','No',NULL,NULL,''),(8003,'1100','111614705841','2021-03-02 20:25:22',900.00,NULL,'','11','1','Good sold','1','75','sales','','','No',NULL,NULL,''),(8004,'4000','111614705841','2021-03-02 20:25:22',NULL,900.00,'','11','1','Good sold','1','75','sales','90380219','','No',NULL,NULL,''),(8005,'1000','111614705974','2021-03-02 20:26:50',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8006,'4000','111614705974','2021-03-02 20:26:50',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(8007,'1000','111614706030','2021-03-02 20:27:45',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8008,'4000','111614706030','2021-03-02 20:27:45',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8009,'1100','111614706088','2021-03-02 20:28:54',450.00,NULL,'','11','1','Good sold','1','1324','sales','','','No',NULL,NULL,''),(8010,'4000','111614706088','2021-03-02 20:28:54',NULL,450.00,'','11','1','Good sold','1','1324','sales','6164001798022','','No',NULL,NULL,''),(8011,'1100','111614706088','2021-03-02 20:28:54',300.00,NULL,'','11','1','Good sold','1','1153','sales','','','No',NULL,NULL,''),(8012,'4000','111614706088','2021-03-02 20:28:54',NULL,450.00,'','11','1','Good sold','1','1153','sales','6164001798022','','No',NULL,NULL,''),(8013,'4000','111614706088','2021-03-02 20:28:54',NULL,300.00,'','11','1','Good sold','1','1153','sales','90380219','','No',NULL,NULL,''),(8014,'1100','111614706420','2021-03-02 20:34:06',300.00,NULL,'','11','1','Good sold','1','894','sales','','','No',NULL,NULL,''),(8015,'4000','111614706420','2021-03-02 20:34:06',NULL,300.00,'','11','1','Good sold','1','894','sales','90380219','','No',NULL,NULL,''),(8016,'1100','111614756238','2021-03-03 10:24:22',300.00,NULL,'','11','1','Good sold','1','1237','sales','','','No',NULL,NULL,''),(8017,'4000','111614756238','2021-03-03 10:24:22',NULL,300.00,'','11','1','Good sold','1','1237','sales','90380219','','No',NULL,NULL,''),(8018,'1100','111614756600','2021-03-03 10:30:29',150.00,NULL,'','11','1','Good sold','1','1325','sales','','','No',NULL,NULL,''),(8019,'4000','111614756600','2021-03-03 10:30:29',NULL,150.00,'','11','1','Good sold','1','1325','sales','28716060','','No',NULL,NULL,''),(8020,'1100','111614756703','2021-03-03 10:32:02',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(8021,'4000','111614756703','2021-03-03 10:32:02',NULL,300.00,'','11','1','Good sold','1','643','sales','90380219','','No',NULL,NULL,''),(8022,'1100','111614756797','2021-03-03 10:33:33',300.00,NULL,'','11','1','Good sold','1','722','sales','','','No',NULL,NULL,''),(8023,'4000','111614756797','2021-03-03 10:33:33',NULL,300.00,'','11','1','Good sold','1','722','sales','90380219','','No',NULL,NULL,''),(8024,'1100','111614756964','2021-03-03 10:36:30',900.00,NULL,'','11','1','Good sold','1','846','sales','','','No',NULL,NULL,''),(8025,'4000','111614756964','2021-03-03 10:36:30',NULL,900.00,'','11','1','Good sold','1','846','sales','90380219','','No',NULL,NULL,''),(8026,'1100','111614757804','2021-03-03 10:55:38',300.00,NULL,'','11','1','Good sold','1','1158','sales','','','No',NULL,NULL,''),(8027,'4000','111614757804','2021-03-03 10:55:38',NULL,300.00,'','11','1','Good sold','1','1158','sales','90380219','','No',NULL,NULL,''),(8028,'1100','111614758205','2021-03-03 10:57:11',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(8029,'4000','111614758205','2021-03-03 10:57:11',NULL,300.00,'','11','1','Good sold','1','709','sales','90380219','','No',NULL,NULL,''),(8030,'1100','111614758761','2021-03-03 11:06:25',150.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(8031,'4000','111614758761','2021-03-03 11:06:25',NULL,150.00,'','11','1','Good sold','1','709','sales','28716060','','No',NULL,NULL,''),(8032,'1100','111614758932','2021-03-03 11:09:17',300.00,NULL,'','11','1','Good sold','1','713','sales','','','No',NULL,NULL,''),(8033,'4000','111614758932','2021-03-03 11:09:17',NULL,300.00,'','11','1','Good sold','1','713','sales','90380219','','No',NULL,NULL,''),(8034,'1100','111614759088','2021-03-03 11:11:44',300.00,NULL,'','11','1','Good sold','1','1266','sales','','','No',NULL,NULL,''),(8035,'4000','111614759088','2021-03-03 11:11:44',NULL,300.00,'','11','1','Good sold','1','1266','sales','90380219','','No',NULL,NULL,''),(8036,'1100','111614759189','2021-03-03 11:13:41',300.00,NULL,'','11','1','Good sold','1','1326','sales','','','No',NULL,NULL,''),(8037,'4000','111614759189','2021-03-03 11:13:41',NULL,300.00,'','11','1','Good sold','1','1326','sales','90380219','','No',NULL,NULL,''),(8038,'1100','111614759298','2021-03-03 11:15:13',150.00,NULL,'','11','1','Good sold','1','1326','sales','','','No',NULL,NULL,''),(8039,'4000','111614759298','2021-03-03 11:15:13',NULL,150.00,'','11','1','Good sold','1','1326','sales','28716060','','No',NULL,NULL,''),(8040,'1100','111614759472','2021-03-03 11:18:18',900.00,NULL,'','11','1','Good sold','1','846','sales','','','No',NULL,NULL,''),(8041,'4000','111614759472','2021-03-03 11:18:18',NULL,900.00,'','11','1','Good sold','1','846','sales','90380219','','No',NULL,NULL,''),(8042,'1000','111614759577','2021-03-03 11:19:54',300.00,NULL,'','11','1','Good sold','1','1327','Payment','','','No',NULL,NULL,''),(8043,'4000','111614759577','2021-03-03 11:19:54',NULL,300.00,'','11','1','Good sold','1','1327','sales','90380219','','No',NULL,NULL,''),(8044,'1000','111614759577','2021-03-03 11:19:54',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8045,'4000','111614759577','2021-03-03 11:19:54',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(8046,'4000','111614759577','2021-03-03 11:19:54',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8047,'1000','111614760136','2021-03-03 11:30:05',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8048,'4000','111614760136','2021-03-03 11:30:05',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(8049,'1100','111614760322','2021-03-03 11:32:49',450.00,NULL,'','11','1','Good sold','1','653','sales','','','No',NULL,NULL,''),(8050,'4000','111614760322','2021-03-03 11:32:49',NULL,450.00,'','11','1','Good sold','1','653','sales','6164001798022','','No',NULL,NULL,''),(8051,'1100','111614760434','2021-03-03 11:34:10',300.00,NULL,'','11','1','Good sold','1','653','sales','','','No',NULL,NULL,''),(8052,'4000','111614760434','2021-03-03 11:34:10',NULL,300.00,'','11','1','Good sold','1','653','sales','90380219','','No',NULL,NULL,''),(8053,'1100','111614763671','2021-03-03 12:28:04',300.00,NULL,'','11','1','Good sold','1','1036','sales','','','No',NULL,NULL,''),(8054,'4000','111614763671','2021-03-03 12:28:04',NULL,300.00,'','11','1','Good sold','1','1036','sales','90380219','','No',NULL,NULL,''),(8055,'1100','111614763779','2021-03-03 12:29:59',300.00,NULL,'','11','1','Good sold','1','840','sales','','','No',NULL,NULL,''),(8056,'4000','111614763779','2021-03-03 12:29:59',NULL,300.00,'','11','1','Good sold','1','840','sales','90380219','','No',NULL,NULL,''),(8057,'1100','111614769247','2021-03-03 14:01:05',300.00,NULL,'','11','1','Good sold','1','1328','sales','','','No',NULL,NULL,''),(8058,'4000','111614769247','2021-03-03 14:01:05',NULL,300.00,'','11','1','Good sold','1','1328','sales','90380219','','No',NULL,NULL,''),(8059,'1100','111614772231','2021-03-03 14:50:56',600.00,NULL,'','11','1','Good sold','1','968','sales','','','No',NULL,NULL,''),(8060,'4000','111614772231','2021-03-03 14:50:56',NULL,600.00,'','11','1','Good sold','1','968','sales','90380219','','No',NULL,NULL,''),(8061,'1100','111614773518','2021-03-03 15:12:14',300.00,NULL,'','11','1','Good sold','1','1329','sales','','','No',NULL,NULL,''),(8062,'4000','111614773518','2021-03-03 15:12:14',NULL,300.00,'','11','1','Good sold','1','1329','sales','90380219','','No',NULL,NULL,''),(8063,'1100','111614780451','2021-03-03 17:08:09',300.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(8064,'4000','111614780451','2021-03-03 17:08:09',NULL,300.00,'','11','1','Good sold','1','828','sales','90380219','','No',NULL,NULL,''),(8065,'1100','111614780579','2021-03-03 17:09:56',150.00,NULL,'','11','1','Good sold','1','828','sales','','','No',NULL,NULL,''),(8066,'4000','111614780579','2021-03-03 17:09:56',NULL,150.00,'','11','1','Good sold','1','828','sales','28716060','','No',NULL,NULL,''),(8067,'1100','111614780652','2021-03-03 17:11:24',600.00,NULL,'','11','1','Good sold','1','549','sales','','','No',NULL,NULL,''),(8068,'4000','111614780652','2021-03-03 17:11:24',NULL,600.00,'','11','1','Good sold','1','549','sales','90380219','','No',NULL,NULL,''),(8069,'1100','111614782653','2021-03-03 17:44:34',600.00,NULL,'','11','1','Good sold','1','1008','sales','','','No',NULL,NULL,''),(8070,'4000','111614782653','2021-03-03 17:44:34',NULL,600.00,'','11','1','Good sold','1','1008','sales','90380219','','No',NULL,NULL,''),(8071,'1100','111614782731','2021-03-03 17:45:48',600.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(8072,'4000','111614782731','2021-03-03 17:45:48',NULL,600.00,'','11','1','Good sold','1','555','sales','90380219','','No',NULL,NULL,''),(8073,'1100','111614785654','2021-03-03 18:35:00',300.00,NULL,'','11','1','Good sold','1','1330','sales','','','No',NULL,NULL,''),(8074,'4000','111614785654','2021-03-03 18:35:00',NULL,300.00,'','11','1','Good sold','1','1330','sales','90380219','','No',NULL,NULL,''),(8075,'1100','111614785771','2021-03-03 18:36:58',300.00,NULL,'','11','1','Good sold','1','1092','sales','','','No',NULL,NULL,''),(8076,'4000','111614785771','2021-03-03 18:36:58',NULL,300.00,'','11','1','Good sold','1','1092','sales','90380219','','No',NULL,NULL,''),(8077,'1100','111614792981','2021-03-03 20:36:43',300.00,NULL,'','11','1','Good sold','1','1331','sales','','','No',NULL,NULL,''),(8078,'4000','111614792981','2021-03-03 20:36:43',NULL,300.00,'','11','1','Good sold','1','1331','sales','90380219','','No',NULL,NULL,''),(8079,'1100','111614792981','2021-03-03 20:36:43',300.00,NULL,'','11','1','Good sold','1','1080','sales','','','No',NULL,NULL,''),(8080,'4000','111614792981','2021-03-03 20:36:43',NULL,300.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(8081,'4000','111614792981','2021-03-03 20:36:43',NULL,300.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(8082,'1100','111614793172','2021-03-03 20:40:13',300.00,NULL,'','11','1','Good sold','1','1237','sales','','','No',NULL,NULL,''),(8083,'4000','111614793172','2021-03-03 20:40:13',NULL,300.00,'','11','1','Good sold','1','1237','sales','90380219','','No',NULL,NULL,''),(8084,'1000','111614793256','2021-03-03 20:41:21',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8085,'4000','111614793256','2021-03-03 20:41:21',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(8086,'1100','111614793324','2021-03-03 20:43:13',300.00,NULL,'','11','1','Good sold','1','988','sales','','','No',NULL,NULL,''),(8087,'4000','111614793324','2021-03-03 20:43:13',NULL,300.00,'','11','1','Good sold','1','988','sales','90380219','','No',NULL,NULL,''),(8088,'1100','111614793324','2021-03-03 20:43:13',120.00,NULL,'','11','1','Good sold','1','1332','sales','','','No',NULL,NULL,''),(8089,'4000','111614793324','2021-03-03 20:43:13',NULL,120.00,'','11','1','Good sold','1','1332','sales','01903810','','No',NULL,NULL,''),(8090,'4000','111614793324','2021-03-03 20:43:13',NULL,300.00,'','11','1','Good sold','1','1332','sales','90380219','','No',NULL,NULL,''),(8091,'1000','111614793677','2021-03-03 20:48:10',300.00,NULL,'','11','1','Good sold','1','608','Payment','','','No',NULL,NULL,''),(8092,'4000','111614793677','2021-03-03 20:48:10',NULL,300.00,'','11','1','Good sold','1','608','sales','90380219','','No',NULL,NULL,''),(8093,'1100','111614843235','2021-03-04 10:34:18',600.00,NULL,'','11','1','Good sold','1','147','sales','','','No',NULL,NULL,''),(8094,'4000','111614843235','2021-03-04 10:34:18',NULL,600.00,'','11','1','Good sold','1','147','sales','90380219','','No',NULL,NULL,''),(8095,'1100','111614843335','2021-03-04 10:35:59',600.00,NULL,'','11','1','Good sold','1','605','sales','','','No',NULL,NULL,''),(8096,'4000','111614843335','2021-03-04 10:35:59',NULL,600.00,'','11','1','Good sold','1','605','sales','90380219','','No',NULL,NULL,''),(8097,'1100','111614843432','2021-03-04 10:37:23',450.00,NULL,'','11','1','Good sold','1','605','sales','','','No',NULL,NULL,''),(8098,'4000','111614843432','2021-03-04 10:37:23',NULL,450.00,'','11','1','Good sold','1','605','sales','6164001798022','','No',NULL,NULL,''),(8099,'1000','111614843508','2021-03-04 10:38:55',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8100,'4000','111614843508','2021-03-04 10:38:55',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(8101,'1000','111614843583','2021-03-04 10:40:00',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8102,'4000','111614843583','2021-03-04 10:40:00',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(8103,'1100','111614843680','2021-03-04 10:41:41',900.00,NULL,'','11','1','Good sold','1','1333','sales','','','No',NULL,NULL,''),(8104,'4000','111614843680','2021-03-04 10:41:41',NULL,900.00,'','11','1','Good sold','1','1333','sales','90380219','','No',NULL,NULL,''),(8105,'1100','111614843838','2021-03-04 10:45:13',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(8106,'4000','111614843838','2021-03-04 10:45:13',NULL,300.00,'','11','1','Good sold','1','536','sales','90380219','','No',NULL,NULL,''),(8107,'1000','111614844044','2021-03-04 10:47:46',150.00,NULL,'','11','1','Good sold','1','823','Payment','','','No',NULL,NULL,''),(8108,'4000','111614844044','2021-03-04 10:47:46',NULL,150.00,'','11','1','Good sold','1','823','sales','28716060','','No',NULL,NULL,''),(8109,'1100','111614844233','2021-03-04 10:54:32',300.00,NULL,'','11','1','Good sold','1','890','sales','','','No',NULL,NULL,''),(8110,'4000','111614844233','2021-03-04 10:54:32',NULL,300.00,'','11','1','Good sold','1','890','sales','90380219','','No',NULL,NULL,''),(8111,'1100','111614844680','2021-03-04 10:58:17',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(8112,'4000','111614844680','2021-03-04 10:58:17',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(8113,'1000','111614844759','2021-03-04 10:59:38',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8114,'4000','111614844759','2021-03-04 10:59:38',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8115,'1100','111614846076','2021-03-04 11:21:33',300.00,NULL,'','11','1','Good sold','1','745','sales','','','No',NULL,NULL,''),(8116,'4000','111614846076','2021-03-04 11:21:33',NULL,300.00,'','11','1','Good sold','1','745','sales','90380219','','No',NULL,NULL,''),(8117,'1100','111614846902','2021-03-04 11:35:19',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(8118,'4000','111614846902','2021-03-04 11:35:19',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(8119,'1000','111614849344','2021-03-04 12:16:07',300.00,NULL,'','11','1','Good sold','1','525','Payment','','','No',NULL,NULL,''),(8120,'4000','111614849344','2021-03-04 12:16:07',NULL,300.00,'','11','1','Good sold','1','525','sales','90380219','','No',NULL,NULL,''),(8121,'1100','111614849499','2021-03-04 12:19:14',80.00,NULL,'','11','1','Good sold','1','1334','sales','','','No',NULL,NULL,''),(8122,'4000','111614849499','2021-03-04 12:19:14',NULL,80.00,'','11','1','Good sold','1','1334','sales','17286979','','No',NULL,NULL,''),(8123,'1100','111614849499','2021-03-04 12:19:14',80.00,NULL,'','11','1','Good sold','1','1334','sales','','','No',NULL,NULL,''),(8124,'4000','111614849499','2021-03-04 12:19:14',NULL,80.00,'','11','1','Good sold','1','1334','sales','17286979','','No',NULL,NULL,''),(8125,'1100','111614849666','2021-03-04 12:21:45',120.00,NULL,'','11','1','Good sold','1','1334','sales','','','No',NULL,NULL,''),(8126,'4000','111614849666','2021-03-04 12:21:45',NULL,120.00,'','11','1','Good sold','1','1334','sales','01903810','','No',NULL,NULL,''),(8127,'1000','111614854743','2021-03-04 13:46:04',1250.00,NULL,'','11','1','Good sold','1','1335','Payment','','','No',NULL,NULL,''),(8128,'4000','111614854743','2021-03-04 13:46:04',NULL,1250.00,'','11','1','Good sold','1','1335','sales','6164001798077','','No',NULL,NULL,''),(8129,'1000','111614854888','2021-03-04 13:49:17',300.00,NULL,'','11','1','Good sold','1','1292','Payment','','','No',NULL,NULL,''),(8130,'4000','111614854888','2021-03-04 13:49:17',NULL,300.00,'','11','1','Good sold','1','1292','sales','90380219','','No',NULL,NULL,''),(8131,'1100','111614857729','2021-03-04 14:35:46',300.00,NULL,'','11','1','Good sold','1','853','sales','','','No',NULL,NULL,''),(8132,'4000','111614857729','2021-03-04 14:35:46',NULL,300.00,'','11','1','Good sold','1','853','sales','90380219','','No',NULL,NULL,''),(8133,'1100','111614858557','2021-03-04 14:49:29',300.00,NULL,'','11','1','Good sold','1','1164','sales','','','No',NULL,NULL,''),(8134,'4000','111614858557','2021-03-04 14:49:29',NULL,300.00,'','11','1','Good sold','1','1164','sales','90380219','','No',NULL,NULL,''),(8135,'1100','111614859360','2021-03-04 15:03:10',300.00,NULL,'','11','1','Good sold','1','572','sales','','','No',NULL,NULL,''),(8136,'4000','111614859360','2021-03-04 15:03:10',NULL,300.00,'','11','1','Good sold','1','572','sales','90380219','','No',NULL,NULL,''),(8137,'1100','111614861045','2021-03-04 15:31:24',150.00,NULL,'','11','1','Good sold','1','948','sales','','','No',NULL,NULL,''),(8138,'4000','111614861045','2021-03-04 15:31:24',NULL,150.00,'','11','1','Good sold','1','948','sales','28716060','','No',NULL,NULL,''),(8139,'1100','111614862617','2021-03-04 15:57:12',300.00,NULL,'','11','1','Good sold','1','637','sales','','','No',NULL,NULL,''),(8140,'4000','111614862617','2021-03-04 15:57:12',NULL,300.00,'','11','1','Good sold','1','637','sales','90380219','','No',NULL,NULL,''),(8141,'1100','111614864804','2021-03-04 16:33:44',300.00,NULL,'','11','1','Good sold','1','814','sales','','','No',NULL,NULL,''),(8142,'4000','111614864804','2021-03-04 16:33:44',NULL,300.00,'','11','1','Good sold','1','814','sales','90380219','','No',NULL,NULL,''),(8143,'1100','111614865765','2021-03-04 16:49:42',300.00,NULL,'','11','1','Good sold','1','1336','sales','','','No',NULL,NULL,''),(8144,'4000','111614865765','2021-03-04 16:49:42',NULL,300.00,'','11','1','Good sold','1','1336','sales','90380219','','No',NULL,NULL,''),(8145,'1100','111614869369','2021-03-04 17:50:22',2100.00,NULL,'','11','1','Good sold','1','1216','sales','','','No',NULL,NULL,''),(8146,'4000','111614869369','2021-03-04 17:50:22',NULL,2100.00,'','11','1','Good sold','1','1216','sales','90380219','','No',NULL,NULL,''),(8147,'1100','111614869369','2021-03-04 17:50:22',300.00,NULL,'','11','1','Good sold','1','1227','sales','','','No',NULL,NULL,''),(8148,'4000','111614869369','2021-03-04 17:50:22',NULL,2100.00,'','11','1','Good sold','1','1227','sales','90380219','','No',NULL,NULL,''),(8149,'4000','111614869369','2021-03-04 17:50:22',NULL,300.00,'','11','1','Good sold','1','1227','sales','90380219','','No',NULL,NULL,''),(8150,'1100','111614869369','2021-03-04 17:50:22',150.00,NULL,'','11','1','Good sold','1','1021','sales','','','No',NULL,NULL,''),(8151,'4000','111614869369','2021-03-04 17:50:22',NULL,150.00,'','11','1','Good sold','1','1021','sales','28716060','','No',NULL,NULL,''),(8152,'4000','111614869369','2021-03-04 17:50:22',NULL,2100.00,'','11','1','Good sold','1','1021','sales','90380219','','No',NULL,NULL,''),(8153,'4000','111614869369','2021-03-04 17:50:22',NULL,300.00,'','11','1','Good sold','1','1021','sales','90380219','','No',NULL,NULL,''),(8154,'1100','111614869369','2021-03-04 17:50:22',150.00,NULL,'','11','1','Good sold','1','775','sales','','','No',NULL,NULL,''),(8155,'4000','111614869369','2021-03-04 17:50:22',NULL,150.00,'','11','1','Good sold','1','775','sales','28716060','','No',NULL,NULL,''),(8156,'4000','111614869369','2021-03-04 17:50:22',NULL,150.00,'','11','1','Good sold','1','775','sales','28716060','','No',NULL,NULL,''),(8157,'4000','111614869369','2021-03-04 17:50:22',NULL,2100.00,'','11','1','Good sold','1','775','sales','90380219','','No',NULL,NULL,''),(8158,'4000','111614869369','2021-03-04 17:50:22',NULL,300.00,'','11','1','Good sold','1','775','sales','90380219','','No',NULL,NULL,''),(8159,'1100','111614871066','2021-03-04 18:18:07',900.00,NULL,'','11','1','Good sold','1','802','sales','','','No',NULL,NULL,''),(8160,'4000','111614871066','2021-03-04 18:18:07',NULL,900.00,'','11','1','Good sold','1','802','sales','90380219','','No',NULL,NULL,''),(8161,'1100','111614871443','2021-03-04 18:24:27',150.00,NULL,'','11','1','Good sold','1','971','sales','','','No',NULL,NULL,''),(8162,'4000','111614871443','2021-03-04 18:24:27',NULL,150.00,'','11','1','Good sold','1','971','sales','28716060','','No',NULL,NULL,''),(8163,'1100','111614934332','2021-03-05 11:52:32',450.00,NULL,'','11','1','Good sold','1','1337','sales','','','No',NULL,NULL,''),(8164,'4000','111614934332','2021-03-05 11:52:32',NULL,450.00,'','11','1','Good sold','1','1337','sales','6164001798022','','No',NULL,NULL,''),(8165,'1100','111614934593','2021-03-05 11:57:36',300.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(8166,'4000','111614934593','2021-03-05 11:57:36',NULL,300.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(8167,'1100','111614934780','2021-03-05 12:00:05',600.00,NULL,'','11','1','Good sold','1','1338','sales','','','No',NULL,NULL,''),(8168,'4000','111614934780','2021-03-05 12:00:05',NULL,600.00,'','11','1','Good sold','1','1338','sales','90380219','','No',NULL,NULL,''),(8169,'1000','111614934863','2021-03-05 12:01:23',1200.00,NULL,'','11','1','Good sold','1','1132','Payment','','','No',NULL,NULL,''),(8170,'4000','111614934863','2021-03-05 12:01:23',NULL,1200.00,'','11','1','Good sold','1','1132','sales','90380219','','No',NULL,NULL,''),(8171,'1100','111614934951','2021-03-05 12:02:48',300.00,NULL,'','11','1','Good sold','1','769','sales','','','No',NULL,NULL,''),(8172,'4000','111614934951','2021-03-05 12:02:48',NULL,300.00,'','11','1','Good sold','1','769','sales','90380219','','No',NULL,NULL,''),(8173,'1000','111614935022','2021-03-05 12:04:05',600.00,NULL,'','11','1','Good sold','1','1339','sales','','','No',NULL,NULL,''),(8174,'4000','111614935022','2021-03-05 12:04:05',NULL,600.00,'','11','1','Good sold','1','1339','sales','90380219','','No',NULL,NULL,''),(8175,'1000','111614935202','2021-03-05 12:07:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8176,'4000','111614935202','2021-03-05 12:07:08',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8177,'1100','111614935334','2021-03-05 12:11:02',600.00,NULL,'','11','1','Good sold','1','515','sales','','','No',NULL,NULL,''),(8178,'4000','111614935334','2021-03-05 12:11:02',NULL,600.00,'','11','1','Good sold','1','515','sales','90380219','','No',NULL,NULL,''),(8179,'1100','111614935547','2021-03-05 12:13:14',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(8180,'4000','111614935547','2021-03-05 12:13:14',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(8181,'1100','111614935677','2021-03-05 12:14:56',600.00,NULL,'','11','1','Good sold','1','1340','sales','','','No',NULL,NULL,''),(8182,'4000','111614935677','2021-03-05 12:14:56',NULL,600.00,'','11','1','Good sold','1','1340','sales','90380219','','No',NULL,NULL,''),(8183,'1100','111614958190','2021-03-05 18:30:04',300.00,NULL,'','11','1','Good sold','1','584','sales','','','No',NULL,NULL,''),(8184,'4000','111614958190','2021-03-05 18:30:04',NULL,300.00,'','11','1','Good sold','1','584','sales','90380219','','No',NULL,NULL,''),(8185,'1100','111614958273','2021-03-05 18:31:32',300.00,NULL,'','11','1','Good sold','1','990','sales','','','No',NULL,NULL,''),(8186,'4000','111614958273','2021-03-05 18:31:32',NULL,300.00,'','11','1','Good sold','1','990','sales','90380219','','No',NULL,NULL,''),(8187,'1100','111614958382','2021-03-05 18:34:32',300.00,NULL,'','11','1','Good sold','1','1169','sales','','','No',NULL,NULL,''),(8188,'4000','111614958382','2021-03-05 18:34:32',NULL,300.00,'','11','1','Good sold','1','1169','sales','90380219','','No',NULL,NULL,''),(8189,'1100','111614958525','2021-03-05 18:35:45',900.00,NULL,'','11','1','Good sold','1','1250','sales','','','No',NULL,NULL,''),(8190,'4000','111614958525','2021-03-05 18:35:45',NULL,900.00,'','11','1','Good sold','1','1250','sales','6164001798022','','No',NULL,NULL,''),(8191,'1000','111614958591','2021-03-05 18:37:00',300.00,NULL,'','11','1','Good sold','1','1341','sales','','','No',NULL,NULL,''),(8192,'4000','111614958591','2021-03-05 18:37:00',NULL,300.00,'','11','1','Good sold','1','1341','sales','90380219','','No',NULL,NULL,''),(8193,'1100','111614958591','2021-03-05 18:37:00',150.00,NULL,'','11','1','Good sold','1','1305','sales','','','No',NULL,NULL,''),(8194,'4000','111614958591','2021-03-05 18:37:00',NULL,150.00,'','11','1','Good sold','1','1305','sales','28716060','','No',NULL,NULL,''),(8195,'4000','111614958591','2021-03-05 18:37:00',NULL,300.00,'','11','1','Good sold','1','1305','sales','90380219','','No',NULL,NULL,''),(8196,'1100','111614958764','2021-03-05 18:39:37',150.00,NULL,'','11','1','Good sold','1','1342','sales','','','No',NULL,NULL,''),(8197,'4000','111614958764','2021-03-05 18:39:37',NULL,150.00,'','11','1','Good sold','1','1342','sales','28716060','','No',NULL,NULL,''),(8198,'1000','111614958827','2021-03-05 18:40:48',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8199,'4000','111614958827','2021-03-05 18:40:48',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8200,'1100','111614960359','2021-03-05 19:06:23',300.00,NULL,'','11','1','Good sold','1','932','sales','','','No',NULL,NULL,''),(8201,'4000','111614960359','2021-03-05 19:06:23',NULL,300.00,'','11','1','Good sold','1','932','sales','90380219','','No',NULL,NULL,''),(8202,'1000','111614960359','2021-03-05 19:06:23',300.00,NULL,'','11','1','Good sold','1','1343','Payment','','','No',NULL,NULL,''),(8203,'4000','111614960359','2021-03-05 19:06:23',NULL,300.00,'','11','1','Good sold','1','1343','sales','90380219','','No',NULL,NULL,''),(8204,'4000','111614960359','2021-03-05 19:06:23',NULL,300.00,'','11','1','Good sold','1','1343','sales','90380219','','No',NULL,NULL,''),(8205,'1100','111614960534','2021-03-05 19:11:00',300.00,NULL,'','11','1','Good sold','1','1344','sales','','','No',NULL,NULL,''),(8206,'4000','111614960534','2021-03-05 19:11:00',NULL,300.00,'','11','1','Good sold','1','1344','sales','90380219','','No',NULL,NULL,''),(8207,'1100','111614960534','2021-03-05 19:11:00',150.00,NULL,'','11','1','Good sold','1','1344','sales','','','No',NULL,NULL,''),(8208,'4000','111614960534','2021-03-05 19:11:00',NULL,150.00,'','11','1','Good sold','1','1344','sales','28716060','','No',NULL,NULL,''),(8209,'4000','111614960534','2021-03-05 19:11:00',NULL,300.00,'','11','1','Good sold','1','1344','sales','90380219','','No',NULL,NULL,''),(8210,'1000','111614961750','2021-03-05 19:29:27',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8211,'4000','111614961750','2021-03-05 19:29:27',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8212,'1000','111614961811','2021-03-05 19:31:08',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8213,'4000','111614961811','2021-03-05 19:31:08',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(8214,'1100','111614961899','2021-03-05 19:32:05',80.00,NULL,'','11','1','Good sold','1','1031','sales','','','No',NULL,NULL,''),(8215,'4000','111614961899','2021-03-05 19:32:05',NULL,80.00,'','11','1','Good sold','1','1031','sales','17286979','','No',NULL,NULL,''),(8216,'1100','111615010484','2021-03-06 09:01:40',300.00,NULL,'','11','1','Good sold','1','599','sales','','','No',NULL,NULL,''),(8217,'4000','111615010484','2021-03-06 09:01:40',NULL,300.00,'','11','1','Good sold','1','599','sales','90380219','','No',NULL,NULL,''),(8218,'1100','111615010558','2021-03-06 09:03:05',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(8219,'4000','111615010558','2021-03-06 09:03:05',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(8220,'1100','111615011612','2021-03-06 09:20:33',300.00,NULL,'','11','1','Good sold','1','1334','sales','','','No',NULL,NULL,''),(8221,'4000','111615011612','2021-03-06 09:20:33',NULL,300.00,'','11','1','Good sold','1','1334','sales','90380219','','No',NULL,NULL,''),(8222,'1000','111615012391','2021-03-06 09:33:34',1500.00,NULL,'','11','1','Good sold','1','1345','Payment','','','No',NULL,NULL,''),(8223,'4000','111615012391','2021-03-06 09:33:34',NULL,1500.00,'','11','1','Good sold','1','1345','sales','90380219','','No',NULL,NULL,''),(8224,'1100','111615014959','2021-03-06 10:16:26',160.00,NULL,'','11','1','Good sold','1','768','sales','','','No',NULL,NULL,''),(8225,'4000','111615014959','2021-03-06 10:16:26',NULL,160.00,'','11','1','Good sold','1','768','sales','17286979','','No',NULL,NULL,''),(8226,'1100','111615015073','2021-03-06 10:18:16',600.00,NULL,'','11','1','Good sold','1','685','sales','','','No',NULL,NULL,''),(8227,'4000','111615015073','2021-03-06 10:18:16',NULL,600.00,'','11','1','Good sold','1','685','sales','90380219','','No',NULL,NULL,''),(8228,'1100','111615016462','2021-03-06 10:41:32',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(8229,'4000','111615016462','2021-03-06 10:41:32',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(8230,'1100','111615016462','2021-03-06 10:41:32',600.00,NULL,'','11','1','Good sold','1','735','sales','','','No',NULL,NULL,''),(8231,'4000','111615016462','2021-03-06 10:41:32',NULL,600.00,'','11','1','Good sold','1','735','sales','90380219','','No',NULL,NULL,''),(8232,'1000','111615017189','2021-03-06 10:53:31',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8233,'4000','111615017189','2021-03-06 10:53:31',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(8234,'1100','111615019202','2021-03-06 11:27:03',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(8235,'4000','111615019202','2021-03-06 11:27:03',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(8236,'1000','111615019865','2021-03-06 11:38:02',300.00,NULL,'','11','1','Good sold','1','672','sales','','','No',NULL,NULL,''),(8237,'4000','111615019865','2021-03-06 11:38:02',NULL,300.00,'','11','1','Good sold','1','672','sales','90380219','','No',NULL,NULL,''),(8238,'1100','111615025078','2021-03-06 13:04:57',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(8239,'4000','111615025078','2021-03-06 13:04:57',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(8240,'1000','111615025184','2021-03-06 13:08:25',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8241,'4000','111615025184','2021-03-06 13:08:25',NULL,350.00,'','11','1','Good sold','1','','sales','41620741','','No',NULL,NULL,''),(8242,'1000','111615025184','2021-03-06 13:08:25',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8243,'4000','111615025184','2021-03-06 13:08:25',NULL,350.00,'','11','1','Good sold','1','','sales','41620741','','No',NULL,NULL,''),(8244,'4000','111615025184','2021-03-06 13:08:25',NULL,350.00,'','11','1','Good sold','1','','sales','41620741','','No',NULL,NULL,''),(8245,'1000','111615025575','2021-03-06 13:13:20',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8246,'4000','111615025575','2021-03-06 13:13:20',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(8247,'1100','111615025628','2021-03-06 13:14:20',300.00,NULL,'','11','1','Good sold','1','1075','sales','','','No',NULL,NULL,''),(8248,'4000','111615025628','2021-03-06 13:14:20',NULL,300.00,'','11','1','Good sold','1','1075','sales','90380219','','No',NULL,NULL,''),(8249,'1000','111615025744','2021-03-06 13:16:07',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8250,'4000','111615025744','2021-03-06 13:16:07',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8251,'1100','111615025744','2021-03-06 13:16:07',300.00,NULL,'','11','1','Good sold','1','1346','sales','','','No',NULL,NULL,''),(8252,'4000','111615025744','2021-03-06 13:16:07',NULL,300.00,'','11','1','Good sold','1','1346','sales','90380219','','No',NULL,NULL,''),(8253,'4000','111615025744','2021-03-06 13:16:07',NULL,300.00,'','11','1','Good sold','1','1346','sales','90380219','','No',NULL,NULL,''),(8254,'1100','111615029570','2021-03-06 14:20:11',300.00,NULL,'','11','1','Good sold','1','553','sales','','','No',NULL,NULL,''),(8255,'4000','111615029570','2021-03-06 14:20:11',NULL,300.00,'','11','1','Good sold','1','553','sales','90380219','','No',NULL,NULL,''),(8256,'1100','111615029664','2021-03-06 14:21:20',300.00,NULL,'','11','1','Good sold','1','1075','sales','','','No',NULL,NULL,''),(8257,'4000','111615029664','2021-03-06 14:21:20',NULL,300.00,'','11','1','Good sold','1','1075','sales','90380219','','No',NULL,NULL,''),(8258,'1100','111615029664','2021-03-06 14:21:20',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(8259,'4000','111615029664','2021-03-06 14:21:20',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(8260,'4000','111615029664','2021-03-06 14:21:20',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(8261,'1100','111615029867','2021-03-06 14:24:44',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(8262,'4000','111615029867','2021-03-06 14:24:44',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(8263,'1100','111615029938','2021-03-06 14:25:52',300.00,NULL,'','11','1','Good sold','1','732','sales','','','No',NULL,NULL,''),(8264,'4000','111615029938','2021-03-06 14:25:52',NULL,300.00,'','11','1','Good sold','1','732','sales','90380219','','No',NULL,NULL,''),(8265,'1100','111615030017','2021-03-06 14:27:16',300.00,NULL,'','11','1','Good sold','1','1347','sales','','','No',NULL,NULL,''),(8266,'4000','111615030017','2021-03-06 14:27:16',NULL,300.00,'','11','1','Good sold','1','1347','sales','90380219','','No',NULL,NULL,''),(8267,'1000','111615030298','2021-03-06 14:31:57',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8268,'4000','111615030298','2021-03-06 14:31:57',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8269,'1000','111615030600','2021-03-06 14:36:53',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8270,'4000','111615030600','2021-03-06 14:36:53',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8271,'1100','111615030692','2021-03-06 14:38:25',450.00,NULL,'','11','1','Good sold','1','1348','sales','','','No',NULL,NULL,''),(8272,'4000','111615030692','2021-03-06 14:38:25',NULL,450.00,'','11','1','Good sold','1','1348','sales','6164001798022','','No',NULL,NULL,''),(8273,'1100','111615030764','2021-03-06 14:39:40',150.00,NULL,'','11','1','Good sold','1','548','sales','','','No',NULL,NULL,''),(8274,'4000','111615030764','2021-03-06 14:39:40',NULL,150.00,'','11','1','Good sold','1','548','sales','28716060','','No',NULL,NULL,''),(8275,'1100','111615031721','2021-03-06 14:55:43',300.00,NULL,'','11','1','Good sold','1','617','sales','','','No',NULL,NULL,''),(8276,'4000','111615031721','2021-03-06 14:55:43',NULL,300.00,'','11','1','Good sold','1','617','sales','90380219','','No',NULL,NULL,''),(8277,'1000','111615032179','2021-03-06 15:03:20',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8278,'4000','111615032179','2021-03-06 15:03:20',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(8279,'1000','111615038591','2021-03-06 16:50:05',250.00,NULL,'','11','1','Good sold','1','1349','sales','','','No',NULL,NULL,''),(8280,'4000','111615038591','2021-03-06 16:50:05',NULL,250.00,'','11','1','Good sold','1','1349','sales','6164001798077','','No',NULL,NULL,''),(8281,'1100','111615038591','2021-03-06 16:50:05',300.00,NULL,'','11','1','Good sold','1','1350','sales','','','No',NULL,NULL,''),(8282,'4000','111615038591','2021-03-06 16:50:05',NULL,250.00,'','11','1','Good sold','1','1350','sales','6164001798077','','No',NULL,NULL,''),(8283,'4000','111615038591','2021-03-06 16:50:05',NULL,300.00,'','11','1','Good sold','1','1350','sales','90380219','','No',NULL,NULL,''),(8284,'1100','111615038782','2021-03-06 16:53:20',450.00,NULL,'','11','1','Good sold','1','1351','sales','','','No',NULL,NULL,''),(8285,'4000','111615038782','2021-03-06 16:53:20',NULL,450.00,'','11','1','Good sold','1','1351','sales','6164001798022','','No',NULL,NULL,''),(8286,'1000','111615038879','2021-03-06 16:54:57',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8287,'4000','111615038879','2021-03-06 16:54:57',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8288,'1100','111615040622','2021-03-06 17:24:06',300.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(8289,'4000','111615040622','2021-03-06 17:24:06',NULL,300.00,'','11','1','Good sold','1','835','sales','90380219','','No',NULL,NULL,''),(8290,'1100','111615040746','2021-03-06 17:26:06',150.00,NULL,'','11','1','Good sold','1','835','sales','','','No',NULL,NULL,''),(8291,'4000','111615040746','2021-03-06 17:26:06',NULL,150.00,'','11','1','Good sold','1','835','sales','28716060','','No',NULL,NULL,''),(8292,'1000','111615040825','2021-03-06 17:27:19',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8293,'4000','111615040825','2021-03-06 17:27:19',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8294,'1100','111615041560','2021-03-06 17:39:37',300.00,NULL,'','11','1','Good sold','1','819','sales','','','No',NULL,NULL,''),(8295,'4000','111615041560','2021-03-06 17:39:37',NULL,300.00,'','11','1','Good sold','1','819','sales','90380219','','No',NULL,NULL,''),(8296,'1100','111615046199','2021-03-06 18:56:57',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(8297,'4000','111615046199','2021-03-06 18:56:57',NULL,300.00,'','11','1','Good sold','1','689','sales','90380219','','No',NULL,NULL,''),(8298,'1100','111615049772','2021-03-06 19:56:30',300.00,NULL,'','11','1','Good sold','1','782','sales','','','No',NULL,NULL,''),(8299,'4000','111615049772','2021-03-06 19:56:30',NULL,300.00,'','11','1','Good sold','1','782','sales','28716060','','No',NULL,NULL,''),(8300,'1100','111615049772','2021-03-06 19:56:30',250.00,NULL,'','11','1','Good sold','1','1352','sales','','','No',NULL,NULL,''),(8301,'4000','111615049772','2021-03-06 19:56:30',NULL,250.00,'','11','1','Good sold','1','1352','sales','6164001798077','','No',NULL,NULL,''),(8302,'4000','111615049772','2021-03-06 19:56:30',NULL,300.00,'','11','1','Good sold','1','1352','sales','28716060','','No',NULL,NULL,''),(8303,'1000','111615049772','2021-03-06 19:56:30',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8304,'4000','111615049772','2021-03-06 19:56:30',NULL,250.00,'','11','1','Good sold','1','','sales','6164001798077','','No',NULL,NULL,''),(8305,'4000','111615049772','2021-03-06 19:56:30',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(8306,'4000','111615049772','2021-03-06 19:56:30',NULL,300.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8307,'1100','111615050023','2021-03-06 20:02:24',300.00,NULL,'','11','1','Good sold','1','712','sales','','','No',NULL,NULL,''),(8308,'4000','111615050023','2021-03-06 20:02:24',NULL,300.00,'','11','1','Good sold','1','712','sales','90380219','','No',NULL,NULL,''),(8309,'1100','111615106051','2021-03-07 11:34:30',300.00,NULL,'','11','1','Good sold','1','878','sales','','','No',NULL,NULL,''),(8310,'4000','111615106051','2021-03-07 11:34:30',NULL,300.00,'','11','1','Good sold','1','878','sales','90380219','','No',NULL,NULL,''),(8311,'1100','111615127489','2021-03-07 17:31:51',600.00,NULL,'','11','1','Good sold','1','1353','sales','','','No',NULL,NULL,''),(8312,'4000','111615127489','2021-03-07 17:31:51',NULL,600.00,'','11','1','Good sold','1','1353','sales','90380219','','No',NULL,NULL,''),(8313,'1100','111615127577','2021-03-07 17:33:14',150.00,NULL,'','11','1','Good sold','1','1317','sales','','','No',NULL,NULL,''),(8314,'4000','111615127577','2021-03-07 17:33:14',NULL,150.00,'','11','1','Good sold','1','1317','sales','28716060','','No',NULL,NULL,''),(8315,'1100','111615127666','2021-03-07 17:34:41',300.00,NULL,'','11','1','Good sold','1','575','sales','','','No',NULL,NULL,''),(8316,'4000','111615127666','2021-03-07 17:34:41',NULL,300.00,'','11','1','Good sold','1','575','sales','90380219','','No',NULL,NULL,''),(8317,'1100','111615127741','2021-03-07 17:35:57',300.00,NULL,'','11','1','Good sold','1','1354','sales','','','No',NULL,NULL,''),(8318,'4000','111615127741','2021-03-07 17:35:57',NULL,300.00,'','11','1','Good sold','1','1354','sales','90380219','','No',NULL,NULL,''),(8319,'1100','111615127821','2021-03-07 17:39:45',300.00,NULL,'','11','1','Good sold','1','878','sales','','','No',NULL,NULL,''),(8320,'4000','111615127821','2021-03-07 17:39:45',NULL,300.00,'','11','1','Good sold','1','878','sales','90380219','','No',NULL,NULL,''),(8321,'1100','111615127821','2021-03-07 17:39:45',300.00,NULL,'','11','1','Good sold','1','878','sales','','','No',NULL,NULL,''),(8322,'4000','111615127821','2021-03-07 17:39:45',NULL,300.00,'','11','1','Good sold','1','878','sales','90380219','','No',NULL,NULL,''),(8323,'1100','111615128046','2021-03-07 17:41:10',700.00,NULL,'','11','1','Good sold','1','1265','sales','','','No',NULL,NULL,''),(8324,'4000','111615128046','2021-03-07 17:41:10',NULL,700.00,'','11','1','Good sold','1','1265','sales','41620741','','No',NULL,NULL,''),(8325,'1100','111615128046','2021-03-07 17:41:10',300.00,NULL,'','11','1','Good sold','1','838','sales','','','No',NULL,NULL,''),(8326,'4000','111615128046','2021-03-07 17:41:10',NULL,300.00,'','11','1','Good sold','1','838','sales','90380219','','No',NULL,NULL,''),(8327,'4000','111615128046','2021-03-07 17:41:10',NULL,700.00,'','11','1','Good sold','1','838','sales','41620741','','No',NULL,NULL,''),(8328,'1100','111615128444','2021-03-07 17:47:43',150.00,NULL,'','11','1','Good sold','1','1355','sales','','','No',NULL,NULL,''),(8329,'4000','111615128444','2021-03-07 17:47:43',NULL,150.00,'','11','1','Good sold','1','1355','sales','28716060','','No',NULL,NULL,''),(8330,'1100','111615207604','2021-03-08 15:47:10',900.00,NULL,'','11','1','Good sold','1','1356','sales','','','No',NULL,NULL,''),(8331,'4000','111615207604','2021-03-08 15:47:10',NULL,900.00,'','11','1','Good sold','1','1356','sales','90380219','','No',NULL,NULL,''),(8332,'1100','111615207710','2021-03-08 15:48:47',300.00,NULL,'','11','1','Good sold','1','788','sales','','','No',NULL,NULL,''),(8333,'4000','111615207710','2021-03-08 15:48:47',NULL,300.00,'','11','1','Good sold','1','788','sales','90380219','','No',NULL,NULL,''),(8334,'1100','111615207812','2021-03-08 15:50:37',600.00,NULL,'','11','1','Good sold','1','1029','sales','','','No',NULL,NULL,''),(8335,'4000','111615207812','2021-03-08 15:50:37',NULL,600.00,'','11','1','Good sold','1','1029','sales','90380219','','No',NULL,NULL,''),(8336,'1100','111615207897','2021-03-08 15:51:53',300.00,NULL,'','11','1','Good sold','1','587','sales','','','No',NULL,NULL,''),(8337,'4000','111615207897','2021-03-08 15:51:53',NULL,300.00,'','11','1','Good sold','1','587','sales','90380219','','No',NULL,NULL,''),(8338,'1100','111615208151','2021-03-08 15:57:20',900.00,NULL,'','11','1','Good sold','1','845','sales','','','No',NULL,NULL,''),(8339,'4000','111615208151','2021-03-08 15:57:20',NULL,900.00,'','11','1','Good sold','1','845','sales','90380219','','No',NULL,NULL,''),(8340,'1100','111615208406','2021-03-08 16:01:29',150.00,NULL,'','11','1','Good sold','1','823','sales','','','No',NULL,NULL,''),(8341,'4000','111615208406','2021-03-08 16:01:29',NULL,150.00,'','11','1','Good sold','1','823','sales','28716060','','No',NULL,NULL,''),(8342,'1100','111615208632','2021-03-08 16:04:17',600.00,NULL,'','11','1','Good sold','1','48','sales','','','No',NULL,NULL,''),(8343,'4000','111615208632','2021-03-08 16:04:17',NULL,600.00,'','11','1','Good sold','1','48','sales','90380219','','No',NULL,NULL,''),(8344,'1000','111615208857','2021-03-08 16:07:53',300.00,NULL,'','11','1','Good sold','1','1232','Payment','','','No',NULL,NULL,''),(8345,'4000','111615208857','2021-03-08 16:07:53',NULL,300.00,'','11','1','Good sold','1','1232','sales','90380219','','No',NULL,NULL,''),(8346,'1000','111615208986','2021-03-08 16:10:16',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8347,'4000','111615208986','2021-03-08 16:10:16',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(8348,'1100','111615209083','2021-03-08 16:12:03',600.00,NULL,'','11','1','Good sold','1','1357','sales','','','No',NULL,NULL,''),(8349,'4000','111615209083','2021-03-08 16:12:03',NULL,600.00,'','11','1','Good sold','1','1357','sales','90380219','','No',NULL,NULL,''),(8350,'1000','111615209225','2021-03-08 16:14:35',300.00,NULL,'','11','1','Good sold','1','800','Payment','','','No',NULL,NULL,''),(8351,'4000','111615209225','2021-03-08 16:14:35',NULL,300.00,'','11','1','Good sold','1','800','sales','90380219','','No',NULL,NULL,''),(8352,'1100','111615209547','2021-03-08 16:20:58',900.00,NULL,'','11','1','Good sold','1','507','sales','','','No',NULL,NULL,''),(8353,'4000','111615209547','2021-03-08 16:20:58',NULL,900.00,'','11','1','Good sold','1','507','sales','90380219','','No',NULL,NULL,''),(8354,'1100','111615209724','2021-03-08 16:22:30',300.00,NULL,'','11','1','Good sold','1','1215','sales','','','No',NULL,NULL,''),(8355,'4000','111615209724','2021-03-08 16:22:30',NULL,300.00,'','11','1','Good sold','1','1215','sales','90380219','','No',NULL,NULL,''),(8356,'1100','111615209805','2021-03-08 16:23:43',450.00,NULL,'','11','1','Good sold','1','1358','sales','','','No',NULL,NULL,''),(8357,'4000','111615209805','2021-03-08 16:23:43',NULL,450.00,'','11','1','Good sold','1','1358','sales','6164001798022','','No',NULL,NULL,''),(8358,'1100','111615210406','2021-03-08 16:35:35',150.00,NULL,'','11','1','Good sold','1','631','sales','','','No',NULL,NULL,''),(8359,'4000','111615210406','2021-03-08 16:35:35',NULL,150.00,'','11','1','Good sold','1','631','sales','28716060','','No',NULL,NULL,''),(8360,'1100','111615210690','2021-03-08 16:38:38',300.00,NULL,'','11','1','Good sold','1','601','sales','','','No',NULL,NULL,''),(8361,'4000','111615210690','2021-03-08 16:38:38',NULL,300.00,'','11','1','Good sold','1','601','sales','90380219','','No',NULL,NULL,''),(8362,'1000','111615214323','2021-03-08 17:39:54',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8363,'4000','111615214323','2021-03-08 17:39:54',NULL,700.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(8364,'1100','111615214463','2021-03-08 17:41:32',300.00,NULL,'','11','1','Good sold','1','1359','sales','','','No',NULL,NULL,''),(8365,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1359','sales','90380219','','No',NULL,NULL,''),(8366,'1100','111615214463','2021-03-08 17:41:32',300.00,NULL,'','11','1','Good sold','1','1360','sales','','','No',NULL,NULL,''),(8367,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1360','sales','90380219','','No',NULL,NULL,''),(8368,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1360','sales','90380219','','No',NULL,NULL,''),(8369,'1000','111615214463','2021-03-08 17:41:32',300.00,NULL,'','11','1','Good sold','1','1082','Payment','','','No',NULL,NULL,''),(8370,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(8371,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(8372,'4000','111615214463','2021-03-08 17:41:32',NULL,300.00,'','11','1','Good sold','1','1082','sales','90380219','','No',NULL,NULL,''),(8373,'1100','111615214775','2021-03-08 17:48:37',300.00,NULL,'','11','1','Good sold','1','663','sales','','','No',NULL,NULL,''),(8374,'4000','111615214775','2021-03-08 17:48:37',NULL,300.00,'','11','1','Good sold','1','663','sales','90380219','','No',NULL,NULL,''),(8375,'1100','111615215081','2021-03-08 17:54:07',1200.00,NULL,'','11','1','Good sold','1','1080','sales','','','No',NULL,NULL,''),(8376,'4000','111615215081','2021-03-08 17:54:07',NULL,600.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(8377,'4000','111615215081','2021-03-08 17:54:07',NULL,600.00,'','11','1','Good sold','1','1080','sales','90380219','','No',NULL,NULL,''),(8378,'1100','111615215939','2021-03-08 18:07:36',600.00,NULL,'','11','1','Good sold','1','815','sales','','','No',NULL,NULL,''),(8379,'4000','111615215939','2021-03-08 18:07:36',NULL,600.00,'','11','1','Good sold','1','815','sales','90380219','','No',NULL,NULL,''),(8380,'1100','111615217706','2021-03-08 18:35:29',600.00,NULL,'','11','1','Good sold','1','1203','sales','','','No',NULL,NULL,''),(8381,'4000','111615217706','2021-03-08 18:35:29',NULL,600.00,'','11','1','Good sold','1','1203','sales','90380219','','No',NULL,NULL,''),(8382,'1100','111615218414','2021-03-08 18:47:11',300.00,NULL,'','11','1','Good sold','1','895','sales','','','No',NULL,NULL,''),(8383,'4000','111615218414','2021-03-08 18:47:11',NULL,300.00,'','11','1','Good sold','1','895','sales','90380219','','No',NULL,NULL,''),(8384,'1100','111615218517','2021-03-08 18:48:53',300.00,NULL,'','11','1','Good sold','1','708','sales','','','No',NULL,NULL,''),(8385,'4000','111615218517','2021-03-08 18:48:53',NULL,300.00,'','11','1','Good sold','1','708','sales','90380219','','No',NULL,NULL,''),(8386,'1100','111615269507','2021-03-09 08:58:51',300.00,NULL,'','11','1','Good sold','1','1011','sales','','','No',NULL,NULL,''),(8387,'4000','111615269507','2021-03-09 08:58:51',NULL,300.00,'','11','1','Good sold','1','1011','sales','90380219','','No',NULL,NULL,''),(8388,'1100','111615269634','2021-03-09 09:00:57',300.00,NULL,'','11','1','Good sold','1','592','sales','','','No',NULL,NULL,''),(8389,'4000','111615269634','2021-03-09 09:00:57',NULL,300.00,'','11','1','Good sold','1','592','sales','90380219','','No',NULL,NULL,''),(8390,'1100','111615270484','2021-03-09 09:15:13',900.00,NULL,'','11','1','Good sold','1','1173','sales','','','No',NULL,NULL,''),(8391,'4000','111615270484','2021-03-09 09:15:13',NULL,900.00,'','11','1','Good sold','1','1173','sales','90380219','','No',NULL,NULL,''),(8392,'1100','111615272146','2021-03-09 09:42:55',300.00,NULL,'','11','1','Good sold','1','1361','sales','','','No',NULL,NULL,''),(8393,'4000','111615272146','2021-03-09 09:42:55',NULL,300.00,'','11','1','Good sold','1','1361','sales','90380219','','No',NULL,NULL,''),(8394,'1000','111615272469','2021-03-09 09:48:28',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8395,'4000','111615272469','2021-03-09 09:48:28',NULL,240.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(8396,'1100','111615273794','2021-03-09 10:10:46',300.00,NULL,'','11','1','Good sold','1','626','sales','','','No',NULL,NULL,''),(8397,'4000','111615273794','2021-03-09 10:10:46',NULL,300.00,'','11','1','Good sold','1','626','sales','90380219','','No',NULL,NULL,''),(8398,'1100','111615280522','2021-03-09 12:02:21',300.00,NULL,'','11','1','Good sold','1','621','sales','','','No',NULL,NULL,''),(8399,'4000','111615280522','2021-03-09 12:02:21',NULL,300.00,'','11','1','Good sold','1','621','sales','90380219','','No',NULL,NULL,''),(8400,'1100','111615291066','2021-03-09 14:58:11',250.00,NULL,'','11','1','Good sold','1','1362','sales','','','No',NULL,NULL,''),(8401,'4000','111615291066','2021-03-09 14:58:11',NULL,250.00,'','11','1','Good sold','1','1362','sales','6164001798077','','No',NULL,NULL,''),(8402,'1100','111615291204','2021-03-09 15:00:21',300.00,NULL,'','11','1','Good sold','1','1363','sales','','','No',NULL,NULL,''),(8403,'4000','111615291204','2021-03-09 15:00:21',NULL,300.00,'','11','1','Good sold','1','1363','sales','90380219','','No',NULL,NULL,''),(8404,'1100','111615291280','2021-03-09 15:01:32',300.00,NULL,'','11','1','Good sold','1','1042','sales','','','No',NULL,NULL,''),(8405,'4000','111615291280','2021-03-09 15:01:32',NULL,300.00,'','11','1','Good sold','1','1042','sales','90380219','','No',NULL,NULL,''),(8406,'1100','111615291280','2021-03-09 15:01:32',600.00,NULL,'','11','1','Good sold','1','889','sales','','','No',NULL,NULL,''),(8407,'4000','111615291280','2021-03-09 15:01:32',NULL,600.00,'','11','1','Good sold','1','889','sales','90380219','','No',NULL,NULL,''),(8408,'1100','111615291522','2021-03-09 15:05:39',300.00,NULL,'','11','1','Good sold','1','1292','sales','','','No',NULL,NULL,''),(8409,'4000','111615291522','2021-03-09 15:05:39',NULL,300.00,'','11','1','Good sold','1','1292','sales','90380219','','No',NULL,NULL,''),(8410,'1100','111615291622','2021-03-09 15:07:42',150.00,NULL,'','11','1','Good sold','1','1317','sales','','','No',NULL,NULL,''),(8411,'4000','111615291622','2021-03-09 15:07:42',NULL,150.00,'','11','1','Good sold','1','1317','sales','28716060','','No',NULL,NULL,''),(8412,'1100','111615291771','2021-03-09 15:09:46',300.00,NULL,'','11','1','Good sold','1','1244','sales','','','No',NULL,NULL,''),(8413,'4000','111615291771','2021-03-09 15:09:46',NULL,300.00,'','11','1','Good sold','1','1244','sales','90380219','','No',NULL,NULL,''),(8414,'1100','111615294783','2021-03-09 15:59:56',300.00,NULL,'','11','1','Good sold','1','1364','sales','','','No',NULL,NULL,''),(8415,'4000','111615294783','2021-03-09 15:59:56',NULL,300.00,'','11','1','Good sold','1','1364','sales','90380219','','No',NULL,NULL,''),(8416,'1000','111615294867','2021-03-09 16:01:22',250.00,NULL,'','11','1','Good sold','1','1079','sales','','','No',NULL,NULL,''),(8417,'4000','111615294867','2021-03-09 16:01:22',NULL,250.00,'','11','1','Good sold','1','1079','sales','6164001798077','','No',NULL,NULL,''),(8418,'1000','111615294953','2021-03-09 16:02:46',150.00,NULL,'','11','1','Good sold','1','1079','sales','','','No',NULL,NULL,''),(8419,'4000','111615294953','2021-03-09 16:02:46',NULL,150.00,'','11','1','Good sold','1','1079','sales','28716060','','No',NULL,NULL,''),(8420,'1100','111615296314','2021-03-09 16:25:36',600.00,NULL,'','11','1','Good sold','1','642','sales','','','No',NULL,NULL,''),(8421,'4000','111615296314','2021-03-09 16:25:36',NULL,600.00,'','11','1','Good sold','1','642','sales','90380219','','No',NULL,NULL,''),(8422,'1100','111615296314','2021-03-09 16:25:36',300.00,NULL,'','11','1','Good sold','1','676','sales','','','No',NULL,NULL,''),(8423,'4000','111615296314','2021-03-09 16:25:36',NULL,600.00,'','11','1','Good sold','1','676','sales','90380219','','No',NULL,NULL,''),(8424,'4000','111615296314','2021-03-09 16:25:36',NULL,300.00,'','11','1','Good sold','1','676','sales','90380219','','No',NULL,NULL,''),(8425,'1100','111615296699','2021-03-09 16:31:55',300.00,NULL,'','11','1','Good sold','1','676','sales','','','No',NULL,NULL,''),(8426,'4000','111615296699','2021-03-09 16:31:55',NULL,300.00,'','11','1','Good sold','1','676','sales','90380219','','No',NULL,NULL,''),(8427,'1100','111615297124','2021-03-09 16:39:29',300.00,NULL,'','11','1','Good sold','1','608','sales','','','No',NULL,NULL,''),(8428,'4000','111615297124','2021-03-09 16:39:29',NULL,300.00,'','11','1','Good sold','1','608','sales','90380219','','No',NULL,NULL,''),(8429,'1100','111615302592','2021-03-09 18:10:06',300.00,NULL,'','11','1','Good sold','1','1365','sales','','','No',NULL,NULL,''),(8430,'4000','111615302592','2021-03-09 18:10:06',NULL,300.00,'','11','1','Good sold','1','1365','sales','90380219','','No',NULL,NULL,''),(8431,'1100','111615302681','2021-03-09 18:11:39',150.00,NULL,'','11','1','Good sold','1','1366','sales','','','No',NULL,NULL,''),(8432,'4000','111615302681','2021-03-09 18:11:39',NULL,150.00,'','11','1','Good sold','1','1366','sales','28716060','','No',NULL,NULL,''),(8433,'1100','111615302756','2021-03-09 18:12:50',450.00,NULL,'','11','1','Good sold','1','1249','sales','','','No',NULL,NULL,''),(8434,'4000','111615302756','2021-03-09 18:12:50',NULL,450.00,'','11','1','Good sold','1','1249','sales','6164001798022','','No',NULL,NULL,''),(8435,'1100','111615302851','2021-03-09 18:14:27',600.00,NULL,'','11','1','Good sold','1','114','sales','','','No',NULL,NULL,''),(8436,'4000','111615302851','2021-03-09 18:14:27',NULL,600.00,'','11','1','Good sold','1','114','sales','90380219','','No',NULL,NULL,''),(8437,'1100','111615303001','2021-03-09 18:16:58',600.00,NULL,'','11','1','Good sold','1','839','sales','','','No',NULL,NULL,''),(8438,'4000','111615303001','2021-03-09 18:16:58',NULL,600.00,'','11','1','Good sold','1','839','sales','90380219','','No',NULL,NULL,''),(8439,'1000','111615303427','2021-03-09 18:24:10',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8440,'4000','111615303427','2021-03-09 18:24:10',NULL,900.00,'','11','1','Good sold','1','','sales','6164001798022','','No',NULL,NULL,''),(8441,'1000','111615303472','2021-03-09 18:24:50',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8442,'4000','111615303472','2021-03-09 18:24:50',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8443,'1000','111615303531','2021-03-09 18:25:48',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8444,'4000','111615303531','2021-03-09 18:25:48',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8445,'1000','111615303608','2021-03-09 18:27:01',450.00,NULL,'','11','1','Good sold','1','1064','sales','','','No',NULL,NULL,''),(8446,'4000','111615303608','2021-03-09 18:27:01',NULL,450.00,'','11','1','Good sold','1','1064','sales','6164001798022','','No',NULL,NULL,''),(8447,'1000','111615303691','2021-03-09 18:28:33',450.00,NULL,'','11','1','Good sold','1','1367','sales','','','No',NULL,NULL,''),(8448,'4000','111615303691','2021-03-09 18:28:33',NULL,450.00,'','11','1','Good sold','1','1367','sales','6164001798022','','No',NULL,NULL,''),(8449,'1100','111615305997','2021-03-09 19:06:56',300.00,NULL,'','11','1','Good sold','1','778','sales','','','No',NULL,NULL,''),(8450,'4000','111615305997','2021-03-09 19:06:56',NULL,300.00,'','11','1','Good sold','1','778','sales','90380219','','No',NULL,NULL,''),(8451,'1100','111615361987','2021-03-10 10:40:11',600.00,NULL,'','11','1','Good sold','1','547','sales','','','No',NULL,NULL,''),(8452,'4000','111615361987','2021-03-10 10:40:11',NULL,600.00,'','11','1','Good sold','1','547','sales','90380219','','No',NULL,NULL,''),(8453,'1100','111615362097','2021-03-10 10:42:17',500.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(8454,'4000','111615362097','2021-03-10 10:42:17',NULL,500.00,'','11','1','Good sold','1','554','sales','6164001798077','','No',NULL,NULL,''),(8455,'1100','111615362193','2021-03-10 10:43:26',150.00,NULL,'','11','1','Good sold','1','554','sales','','','No',NULL,NULL,''),(8456,'4000','111615362193','2021-03-10 10:43:26',NULL,150.00,'','11','1','Good sold','1','554','sales','28716060','','No',NULL,NULL,''),(8457,'1100','111615362264','2021-03-10 10:44:45',1200.00,NULL,'','11','1','Good sold','1','385','sales','','','No',NULL,NULL,''),(8458,'4000','111615362264','2021-03-10 10:44:45',NULL,1200.00,'','11','1','Good sold','1','385','sales','90380219','','No',NULL,NULL,''),(8459,'1100','111615362384','2021-03-10 10:46:36',300.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(8460,'4000','111615362384','2021-03-10 10:46:36',NULL,300.00,'','11','1','Good sold','1','512','sales','90380219','','No',NULL,NULL,''),(8461,'1100','111615362492','2021-03-10 10:48:30',150.00,NULL,'','11','1','Good sold','1','512','sales','','','No',NULL,NULL,''),(8462,'4000','111615362492','2021-03-10 10:48:30',NULL,150.00,'','11','1','Good sold','1','512','sales','28716060','','No',NULL,NULL,''),(8463,'1100','111615363070','2021-03-10 10:58:28',300.00,NULL,'','11','1','Good sold','1','1002','sales','','','No',NULL,NULL,''),(8464,'4000','111615363070','2021-03-10 10:58:28',NULL,300.00,'','11','1','Good sold','1','1002','sales','90380219','','No',NULL,NULL,''),(8465,'1100','111615368148','2021-03-10 12:22:45',300.00,NULL,'','11','1','Good sold','1','1211','sales','','','No',NULL,NULL,''),(8466,'4000','111615368148','2021-03-10 12:22:45',NULL,300.00,'','11','1','Good sold','1','1211','sales','90380219','','No',NULL,NULL,''),(8467,'1000','111615368380','2021-03-10 12:26:36',150.00,NULL,'','11','1','Good sold','1','1305','sales','','','No',NULL,NULL,''),(8468,'4000','111615368380','2021-03-10 12:26:36',NULL,150.00,'','11','1','Good sold','1','1305','sales','28716060','','No',NULL,NULL,''),(8469,'1100','111615368486','2021-03-10 12:28:38',300.00,NULL,'','11','1','Good sold','1','1049','sales','','','No',NULL,NULL,''),(8470,'4000','111615368486','2021-03-10 12:28:38',NULL,300.00,'','11','1','Good sold','1','1049','sales','90380219','','No',NULL,NULL,''),(8471,'1000','111615369246','2021-03-10 12:43:51',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8472,'4000','111615369246','2021-03-10 12:43:51',NULL,900.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8473,'1100','111615369709','2021-03-10 12:54:07',240.00,NULL,'','11','1','Good sold','1','1368','sales','','','No',NULL,NULL,''),(8474,'4000','111615369709','2021-03-10 12:54:07',NULL,240.00,'','11','1','Good sold','1','1368','sales','17286979','','No',NULL,NULL,''),(8475,'1000','111615370171','2021-03-10 12:57:56',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8476,'4000','111615370171','2021-03-10 12:57:56',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8477,'1100','111615371769','2021-03-10 13:23:08',600.00,NULL,'','11','1','Good sold','1','820','sales','','','No',NULL,NULL,''),(8478,'4000','111615371769','2021-03-10 13:23:08',NULL,600.00,'','11','1','Good sold','1','820','sales','90380219','','No',NULL,NULL,''),(8479,'1100','111615374640','2021-03-10 14:11:13',300.00,NULL,'','11','1','Good sold','1','1009','sales','','','No',NULL,NULL,''),(8480,'4000','111615374640','2021-03-10 14:11:13',NULL,300.00,'','11','1','Good sold','1','1009','sales','90380219','','No',NULL,NULL,''),(8481,'1100','111615374775','2021-03-10 14:13:12',300.00,NULL,'','11','1','Good sold','1','1143','sales','','','No',NULL,NULL,''),(8482,'4000','111615374775','2021-03-10 14:13:12',NULL,300.00,'','11','1','Good sold','1','1143','sales','90380219','','No',NULL,NULL,''),(8483,'1100','111615374909','2021-03-10 14:15:23',300.00,NULL,'','11','1','Good sold','1','669','sales','','','No',NULL,NULL,''),(8484,'4000','111615374909','2021-03-10 14:15:23',NULL,300.00,'','11','1','Good sold','1','669','sales','90380219','','No',NULL,NULL,''),(8485,'1100','111615379241','2021-03-10 15:27:51',300.00,NULL,'','11','1','Good sold','1','536','sales','','','No',NULL,NULL,''),(8486,'4000','111615379241','2021-03-10 15:27:51',NULL,300.00,'','11','1','Good sold','1','536','sales','90380219','','No',NULL,NULL,''),(8487,'1100','111615379346','2021-03-10 15:29:26',300.00,NULL,'','11','1','Good sold','1','1221','sales','','','No',NULL,NULL,''),(8488,'4000','111615379346','2021-03-10 15:29:26',NULL,300.00,'','11','1','Good sold','1','1221','sales','90380219','','No',NULL,NULL,''),(8489,'1100','111615379714','2021-03-10 15:35:35',300.00,NULL,'','11','1','Good sold','1','646','sales','','','No',NULL,NULL,''),(8490,'4000','111615379714','2021-03-10 15:35:35',NULL,300.00,'','11','1','Good sold','1','646','sales','90380219','','No',NULL,NULL,''),(8491,'1100','111615380525','2021-03-10 15:48:59',300.00,NULL,'','11','1','Good sold','1','774','sales','','','No',NULL,NULL,''),(8492,'4000','111615380525','2021-03-10 15:48:59',NULL,300.00,'','11','1','Good sold','1','774','sales','90380219','','No',NULL,NULL,''),(8493,'1100','111615380605','2021-03-10 15:50:21',300.00,NULL,'','11','1','Good sold','1','720','sales','','','No',NULL,NULL,''),(8494,'4000','111615380605','2021-03-10 15:50:21',NULL,300.00,'','11','1','Good sold','1','720','sales','90380219','','No',NULL,NULL,''),(8495,'1000','111615465926','2021-03-11 15:32:53',120.00,NULL,'','11','1','Good sold','1','939','sales','','','No',NULL,NULL,''),(8496,'4000','111615465926','2021-03-11 15:32:53',NULL,120.00,'','11','1','Good sold','1','939','sales','01903810','','No',NULL,NULL,''),(8497,'1000','111615465926','2021-03-11 15:32:53',120.00,NULL,'','11','1','Good sold','1','939','sales','','','No',NULL,NULL,''),(8498,'4000','111615465926','2021-03-11 15:32:53',NULL,120.00,'','11','1','Good sold','1','939','sales','01903810','','No',NULL,NULL,''),(8499,'1000','111615466580','2021-03-11 15:43:32',300.00,NULL,'','11','1','Good sold','1','1017','sales','','','No',NULL,NULL,''),(8500,'4000','111615466580','2021-03-11 15:43:32',NULL,300.00,'','11','1','Good sold','1','1017','sales','90380219','','No',NULL,NULL,''),(8501,'1000','111615466769','2021-03-11 15:46:39',600.00,NULL,'','11','1','Good sold','1','740','Payment','','','No',NULL,NULL,''),(8502,'4000','111615466769','2021-03-11 15:46:39',NULL,600.00,'','11','1','Good sold','1','740','sales','90380219','','No',NULL,NULL,''),(8503,'1100','111615466969','2021-03-11 15:50:08',300.00,NULL,'','11','1','Good sold','1','779','sales','','','No',NULL,NULL,''),(8504,'4000','111615466969','2021-03-11 15:50:08',NULL,300.00,'','11','1','Good sold','1','779','sales','90380219','','No',NULL,NULL,''),(8505,'1000','111615467105','2021-03-11 15:54:58',350.00,NULL,'','11','1','Good sold','1','1020','sales','','','No',NULL,NULL,''),(8506,'4000','111615467105','2021-03-11 15:54:58',NULL,350.00,'','11','1','Good sold','1','1020','sales','69493023','','No',NULL,NULL,''),(8507,'1000','111615467417','2021-03-11 15:57:56',600.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(8508,'4000','111615467417','2021-03-11 15:57:56',NULL,600.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8509,'1000','111615467841','2021-03-11 16:05:59',150.00,NULL,'','11','1','Good sold','1','1016','sales','','','No',NULL,NULL,''),(8510,'4000','111615467841','2021-03-11 16:05:59',NULL,150.00,'','11','1','Good sold','1','1016','sales','28716060','','No',NULL,NULL,''),(8511,'1000','111615468070','2021-03-11 16:09:14',120.00,NULL,'','11','1','Good sold','1','1369','sales','','','No',NULL,NULL,''),(8512,'4000','111615468070','2021-03-11 16:09:14',NULL,120.00,'','11','1','Good sold','1','1369','sales','01903810','','No',NULL,NULL,''),(8513,'1000','111615468226','2021-03-11 16:10:58',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8514,'4000','111615468226','2021-03-11 16:10:58',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8515,'1000','111615468314','2021-03-11 16:12:30',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8516,'4000','111615468314','2021-03-11 16:12:30',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8517,'1000','111615468411','2021-03-11 16:13:59',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8518,'4000','111615468411','2021-03-11 16:13:59',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8519,'1000','111615468516','2021-03-11 16:15:43',300.00,NULL,'','11','1','Good sold','1','833','sales','','','No',NULL,NULL,''),(8520,'4000','111615468516','2021-03-11 16:15:43',NULL,300.00,'','11','1','Good sold','1','833','sales','90380219','','No',NULL,NULL,''),(8521,'1000','111615468656','2021-03-11 16:18:20',350.00,NULL,'','11','1','Good sold','1','1370','sales','','','No',NULL,NULL,''),(8522,'4000','111615468656','2021-03-11 16:18:20',NULL,350.00,'','11','1','Good sold','1','1370','sales','41620741','','No',NULL,NULL,''),(8523,'1000','111615468806','2021-03-11 16:20:30',350.00,NULL,'','11','1','Good sold','1','1370','sales','','','No',NULL,NULL,''),(8524,'4000','111615468806','2021-03-11 16:20:30',NULL,350.00,'','11','1','Good sold','1','1370','sales','69493023','','No',NULL,NULL,''),(8525,'1100','111615468937','2021-03-11 16:23:38',300.00,NULL,'','11','1','Good sold','1','1058','sales','','','No',NULL,NULL,''),(8526,'4000','111615468937','2021-03-11 16:23:38',NULL,300.00,'','11','1','Good sold','1','1058','sales','90380219','','No',NULL,NULL,''),(8527,'1000','111615469158','2021-03-11 16:26:21',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8528,'4000','111615469158','2021-03-11 16:26:21',NULL,80.00,'','11','1','Good sold','1','','sales','17286979','','No',NULL,NULL,''),(8529,'1000','111615469248','2021-03-11 16:30:55',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8530,'4000','111615469248','2021-03-11 16:30:55',NULL,300.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8531,'1000','111615469543','2021-03-11 16:33:06',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8532,'4000','111615469543','2021-03-11 16:33:06',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(8533,'1000','111615469543','2021-03-11 16:33:06',600.00,NULL,'','11','1','Good sold','1','1155','sales','','','No',NULL,NULL,''),(8534,'4000','111615469543','2021-03-11 16:33:06',NULL,600.00,'','11','1','Good sold','1','1155','sales','90380219','','No',NULL,NULL,''),(8535,'4000','111615469543','2021-03-11 16:33:06',NULL,350.00,'','11','1','Good sold','1','1155','sales','69493023','','No',NULL,NULL,''),(8536,'1000','111615469543','2021-03-11 16:33:06',600.00,NULL,'','11','1','Good sold','1','1262','sales','','','No',NULL,NULL,''),(8537,'4000','111615469543','2021-03-11 16:33:06',NULL,600.00,'','11','1','Good sold','1','1262','sales','90380219','','No',NULL,NULL,''),(8538,'4000','111615469543','2021-03-11 16:33:06',NULL,600.00,'','11','1','Good sold','1','1262','sales','90380219','','No',NULL,NULL,''),(8539,'4000','111615469543','2021-03-11 16:33:06',NULL,350.00,'','11','1','Good sold','1','1262','sales','69493023','','No',NULL,NULL,''),(8540,'1000','111615469904','2021-03-11 16:38:45',900.00,NULL,'','11','1','Good sold','1','1371','sales','','','No',NULL,NULL,''),(8541,'4000','111615469904','2021-03-11 16:38:45',NULL,900.00,'','11','1','Good sold','1','1371','sales','90380219','','No',NULL,NULL,''),(8542,'1100','111615470005','2021-03-11 16:40:43',150.00,NULL,'','11','1','Good sold','1','893','sales','','','No',NULL,NULL,''),(8543,'4000','111615470005','2021-03-11 16:40:43',NULL,150.00,'','11','1','Good sold','1','893','sales','28716060','','No',NULL,NULL,''),(8544,'1000','111615470106','2021-03-11 16:42:04',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8545,'4000','111615470106','2021-03-11 16:42:04',NULL,350.00,'','11','1','Good sold','1','','sales','69493023','','No',NULL,NULL,''),(8546,'1100','111615470152','2021-03-11 16:42:56',600.00,NULL,'','11','1','Good sold','1','345','sales','','','No',NULL,NULL,''),(8547,'4000','111615470152','2021-03-11 16:42:56',NULL,600.00,'','11','1','Good sold','1','345','sales','90380219','','No',NULL,NULL,''),(8548,'1000','111615470399','2021-03-11 16:46:56',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8549,'4000','111615470399','2021-03-11 16:46:56',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8550,'1000','111615470468','2021-03-11 16:48:04',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8551,'4000','111615470468','2021-03-11 16:48:04',NULL,120.00,'','11','1','Good sold','1','','sales','01903810','','No',NULL,NULL,''),(8552,'1000','111615470540','2021-03-11 16:49:18',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8553,'4000','111615470540','2021-03-11 16:49:18',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8554,'1100','111615470633','2021-03-11 16:50:49',300.00,NULL,'','11','1','Good sold','1','1372','sales','','','No',NULL,NULL,''),(8555,'4000','111615470633','2021-03-11 16:50:49',NULL,300.00,'','11','1','Good sold','1','1372','sales','90380219','','No',NULL,NULL,''),(8556,'1000','111615470708','2021-03-11 16:52:00',300.00,NULL,'','11','1','Good sold','1','1373','sales','','','No',NULL,NULL,''),(8557,'4000','111615470708','2021-03-11 16:52:00',NULL,300.00,'','11','1','Good sold','1','1373','sales','90380219','','No',NULL,NULL,''),(8558,'1100','111615470811','2021-03-11 16:54:04',300.00,NULL,'','11','1','Good sold','1','119','sales','','','No',NULL,NULL,''),(8559,'4000','111615470811','2021-03-11 16:54:04',NULL,300.00,'','11','1','Good sold','1','119','sales','90380219','','No',NULL,NULL,''),(8560,'1000','111615470811','2021-03-11 16:54:04',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8561,'4000','111615470811','2021-03-11 16:54:04',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8562,'4000','111615470811','2021-03-11 16:54:04',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8563,'1000','111615471058','2021-03-11 16:57:54',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8564,'4000','111615471058','2021-03-11 16:57:54',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8565,'1000','111615471058','2021-03-11 16:57:54',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8566,'4000','111615471058','2021-03-11 16:57:54',NULL,150.00,'','11','1','Good sold','1','','sales','28716060','','No',NULL,NULL,''),(8567,'4000','111615471058','2021-03-11 16:57:54',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8568,'1000','111615471201','2021-03-11 17:00:22',300.00,NULL,'','11','1','Good sold','1','1118','sales','','','No',NULL,NULL,''),(8569,'4000','111615471201','2021-03-11 17:00:22',NULL,300.00,'','11','1','Good sold','1','1118','sales','90380219','','No',NULL,NULL,''),(8570,'1100','111615471310','2021-03-11 17:02:18',600.00,NULL,'','11','1','Good sold','1','635','sales','','','No',NULL,NULL,''),(8571,'4000','111615471310','2021-03-11 17:02:18',NULL,600.00,'','11','1','Good sold','1','635','sales','90380219','','No',NULL,NULL,''),(8572,'1100','111615472388','2021-03-11 17:21:18',600.00,NULL,'','11','1','Good sold','1','602','sales','','','No',NULL,NULL,''),(8573,'4000','111615472388','2021-03-11 17:21:18',NULL,600.00,'','11','1','Good sold','1','602','sales','90380219','','No',NULL,NULL,''),(8574,'1000','111615472575','2021-03-11 17:23:16',600.00,NULL,'','11','1','Good sold','1','793','sales','','','No',NULL,NULL,''),(8575,'4000','111615472575','2021-03-11 17:23:16',NULL,600.00,'','11','1','Good sold','1','793','sales','90380219','','No',NULL,NULL,''),(8576,'1000','111615472680','2021-03-11 17:40:25',300.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(8577,'4000','111615472680','2021-03-11 17:40:25',NULL,300.00,'','11','1','Good sold','1','866','sales','90380219','','No',NULL,NULL,''),(8578,'1000','111615473730','2021-03-11 17:42:35',150.00,NULL,'','11','1','Good sold','1','866','sales','','','No',NULL,NULL,''),(8579,'4000','111615473730','2021-03-11 17:42:35',NULL,150.00,'','11','1','Good sold','1','866','sales','28716060','','No',NULL,NULL,''),(8580,'1000','111615473730','2021-03-11 17:42:35',300.00,NULL,'','11','1','Good sold','1','1341','sales','','','No',NULL,NULL,''),(8581,'4000','111615473730','2021-03-11 17:42:35',NULL,150.00,'','11','1','Good sold','1','1341','sales','28716060','','No',NULL,NULL,''),(8582,'4000','111615473730','2021-03-11 17:42:35',NULL,300.00,'','11','1','Good sold','1','1341','sales','90380219','','No',NULL,NULL,''),(8583,'1000','111615473961','2021-03-11 17:46:13',300.00,NULL,'','11','1','Good sold','1','1341','sales','','','No',NULL,NULL,''),(8584,'4000','111615473961','2021-03-11 17:46:13',NULL,300.00,'','11','1','Good sold','1','1341','sales','90380219','','No',NULL,NULL,''),(8585,'1000','111615474062','2021-03-11 17:47:58',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(8586,'4000','111615474062','2021-03-11 17:47:58',NULL,150.00,'','11','1','Good sold','1','921','sales','28716060','','No',NULL,NULL,''),(8587,'1000','111615476720','2021-03-11 18:33:03',300.00,NULL,'','11','1','Good sold','1','688','sales','','','No',NULL,NULL,''),(8588,'4000','111615476720','2021-03-11 18:33:03',NULL,300.00,'','11','1','Good sold','1','688','sales','90380219','','No',NULL,NULL,''),(8589,'1000','111615476882','2021-03-11 18:35:56',450.00,NULL,'','11','1','Good sold','1','747','sales','','','No',NULL,NULL,''),(8590,'4000','111615476882','2021-03-11 18:35:56',NULL,450.00,'','11','1','Good sold','1','747','sales','6164001798022','','No',NULL,NULL,''),(8591,'1000','111615477326','2021-03-11 18:42:31',450.00,NULL,'','11','1','Good sold','1','747','sales','','','No',NULL,NULL,''),(8592,'4000','111615477326','2021-03-11 18:42:31',NULL,450.00,'','11','1','Good sold','1','747','sales','6164001798022','','No',NULL,NULL,''),(8593,'1000','111615486954','2021-03-11 21:22:55',150.00,NULL,'','11','1','Good sold','1','921','sales','','','No',NULL,NULL,''),(8594,'4000','111615486954','2021-03-11 21:22:55',NULL,150.00,'','11','1','Good sold','1','921','sales','28716060','','No',NULL,NULL,''),(8595,'1000','111615487104','2021-03-11 21:25:28',300.00,NULL,'','11','1','Good sold','1','688','sales','','','No',NULL,NULL,''),(8596,'4000','111615487104','2021-03-11 21:25:28',NULL,300.00,'','11','1','Good sold','1','688','sales','90380219','','No',NULL,NULL,''),(8597,'1000','111615487271','2021-03-11 21:28:13',450.00,NULL,'','11','1','Good sold','1','747','sales','','','No',NULL,NULL,''),(8598,'4000','111615487271','2021-03-11 21:28:13',NULL,450.00,'','11','1','Good sold','1','747','sales','6164001798022','','No',NULL,NULL,''),(8599,'1000','111615487372','2021-03-11 21:30:19',300.00,NULL,'','11','1','Good sold','1','1026','sales','','','No',NULL,NULL,''),(8600,'4000','111615487372','2021-03-11 21:30:19',NULL,300.00,'','11','1','Good sold','1','1026','sales','90380219','','No',NULL,NULL,''),(8601,'1000','111615487498','2021-03-11 21:32:18',300.00,NULL,'','11','1','Good sold','1','','sales','','','No',NULL,NULL,''),(8602,'4000','111615487498','2021-03-11 21:32:18',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8603,'1000','111615487559','2021-03-11 21:33:38',300.00,NULL,'','11','1','Good sold','1','1374','sales','','','No',NULL,NULL,''),(8604,'4000','111615487559','2021-03-11 21:33:38',NULL,300.00,'','11','1','Good sold','1','1374','sales','90380219','','No',NULL,NULL,''),(8605,'1000','111615531890','2021-03-12 09:51:48',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(8606,'4000','111615531890','2021-03-12 09:51:48',NULL,300.00,'','11','1','Good sold','1','643','sales','90380219','','No',NULL,NULL,''),(8607,'1000','111615531974','2021-03-12 09:53:10',300.00,NULL,'','11','1','Good sold','1','643','sales','','','No',NULL,NULL,''),(8608,'4000','111615531974','2021-03-12 09:53:10',NULL,300.00,'','11','1','Good sold','1','643','sales','90380219','','No',NULL,NULL,''),(8609,'1000','111615534002','2021-03-12 10:27:31',600.00,NULL,'','11','1','Good sold','1','555','sales','','','No',NULL,NULL,''),(8610,'4000','111615534002','2021-03-12 10:27:31',NULL,600.00,'','11','1','Good sold','1','555','sales','90380219','','No',NULL,NULL,''),(8611,'1100','111615534242','2021-03-12 10:31:08',300.00,NULL,'','11','1','Good sold','1','709','sales','','','No',NULL,NULL,''),(8612,'4000','111615534242','2021-03-12 10:31:08',NULL,300.00,'','11','1','Good sold','1','709','sales','90380219','','No',NULL,NULL,''),(8613,'1100','111615534407','2021-03-12 10:33:51',300.00,NULL,'','11','1','Good sold','1','946','sales','','','No',NULL,NULL,''),(8614,'4000','111615534407','2021-03-12 10:33:51',NULL,300.00,'','11','1','Good sold','1','946','sales','90380219','','No',NULL,NULL,''),(8615,'1000','111615537070','2021-03-12 11:18:26',600.00,NULL,'','11','1','Good sold','1','1375','sales','','','No',NULL,NULL,''),(8616,'4000','111615537070','2021-03-12 11:18:26',NULL,600.00,'','11','1','Good sold','1','1375','sales','90380219','','No',NULL,NULL,''),(8617,'1100','111615547189','2021-03-12 14:07:06',600.00,NULL,'','11','1','Good sold','1','1375','sales','','','No',NULL,NULL,''),(8618,'4000','111615547189','2021-03-12 14:07:06',NULL,600.00,'','11','1','Good sold','1','1375','sales','90380219','','No',NULL,NULL,''),(8619,'1100','111615550074','2021-03-12 14:55:05',80.00,NULL,'','11','1','Good sold','1','1376','sales','','','No',NULL,NULL,''),(8620,'4000','111615550074','2021-03-12 14:55:05',NULL,80.00,'','11','1','Good sold','1','1376','sales','17286979','','No',NULL,NULL,''),(8621,'1100','111615628970','2021-03-13 12:49:57',300.00,NULL,'','11','1','Good sold','1','689','sales','','','No',NULL,NULL,''),(8622,'4000','111615628970','2021-03-13 12:49:57',NULL,300.00,'','11','1','Good sold','1','689','sales','90380219','','No',NULL,NULL,''),(8623,'1000','111615729379','2021-03-14 16:43:53',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8624,'4000','111615729379','2021-03-14 16:43:53',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8625,'1000','111615729772','2021-03-14 16:49:47',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8626,'4000','111615729772','2021-03-14 16:49:47',NULL,300.00,'','11','1','Good sold','1','','sales','90380219','','No',NULL,NULL,''),(8627,'1100','111615883489','2021-03-16 11:31:52',300.00,NULL,'','11','1','Good sold','1','895','sales','','','No',NULL,NULL,''),(8628,'4000','111615883489','2021-03-16 11:31:52',NULL,300.00,'','11','1','Good sold','1','895','sales','90380219','','No',NULL,NULL,''),(8629,'1100','111616069526','2021-03-18 15:12:25',600.00,NULL,'','11','1','Good sold','1','696','sales','','','No',NULL,NULL,''),(8630,'4000','111616069526','2021-03-18 15:12:25',NULL,600.00,'','11','1','Good sold','1','696','sales','90380219','','No',NULL,NULL,''),(8631,'1100','111616917990','2021-03-28 10:54:08',300.00,NULL,'','11','1','Good sold','1','1377','sales','','','No',NULL,NULL,''),(8632,'4000','111616917990','2021-03-28 10:54:08',NULL,300.00,'','11','1','Good sold','1','1377','sales','90380219','','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 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 */; /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `device` VALUES (1,'101','','2019-06-10 09:49:10am','active','1','','1'); /*!40000 ALTER TABLE `device` 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `documents` 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=4 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 (1,'10','NHIF','2020-09-25 04:45:26','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'NHIF'),(2,'9','NSSF','2020-09-25 04:45:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(3,'8','PAYE','2020-09-25 04:45:49','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'PAYE'); /*!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 AUTO_INCREMENT=4 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 */; INSERT INTO `employeepayments` VALUES (1,'8','PAYE','2020-09-25 04:46:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111600998402'),(2,'9','NSSF','2020-09-25 04:46:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111600998402'),(3,'10','NHIF','2020-09-25 04:46:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'111600998402'); /*!40000 ALTER TABLE `employeepayments` 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, 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, 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 `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','4','150','lunch expense','2020-11-10 19:24:10','','Closed','2020-11-10 19:10:59','','','','maureen','9628071605024482','9628071605024482','1','','1000','4','41605024467','n/a','','',0.00,0.00,'',0,1,'No','No',''),(2,'Expense','1','170','meal expense for maureen','2020-11-11 14:29:29','','Closed','2020-11-10 19:43:49','','','','maureen','','4202751605026498','1','','1000','','41605026410','n/a','','',0.00,0.00,'',0,1,'No','No',''),(3,'Expense','4','150','delivery expense ','2020-11-10 19:53:36','','Closed','2020-11-10 19:53:19','','','','maureen','3992271605026949','3992271605026949','1','','1000','4','41605026862','n/a','','',0.00,0.00,'',0,1,'No','No',''),(4,'Expense','4','150','delivery expense','2020-11-10 19:59:26','','Closed','2020-11-10 19:58:59','','','','maureen','2955551605027439','2955551605027439','1','','1000','4','41605027325','n/a','','',0.00,0.00,'',0,1,'No','No',''),(5,'Expense','4','150','hesbon','2020-11-11 13:00:44','','Closed','2020-11-11 13:00:28','','','254728482801','maureen','5938121605088700','5938121605088700','1','','1000','4','41605088696','n/a','','',0.00,0.00,'',0,1,'No','No',''),(6,'Expense','4','150','violet','2020-11-11 13:12:46','','Closed','2020-11-11 13:06:10','','','','maureen','9117251605088979','9117251605088979','1','','1000','4','41605088929','n/a','','',0.00,0.00,'',0,1,'No','No',''),(7,'Expense','4','150','mwangi lunch expenses','2020-11-11 13:38:55','','Closed','2020-11-11 13:18:16','','','','maureen','4352561605089641','4352561605089641','1','','1000','4','41605089571','n/a','','',0.00,0.00,'',0,1,'No','No',''),(8,'Expense','4','150','david lunch expense','2020-11-11 13:37:34','','Closed','2020-11-11 13:21:35','','','','maureen','3674181605089998','3674181605089998','1','','1000','4','41605089975','n/a','','',0.00,0.00,'',0,1,'No','No',''); /*!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 AUTO_INCREMENT=3 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 */; INSERT INTO `faqs` VALUES (1,'1','Do you work on weekend','YES','karenmakena3@gmail.com','0702400635','','hi i want to be a shujaa also','2016-12-13 06:47:33am','',0),(2,'1','Can You deliver anywhere in Kenya','Yes we do withing 48 hours outside Nairobi','','','','','','',0); /*!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=3 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,'2020 Fiscal Year','active','2020-01-01 00:00:00','2020-12-31 23:59:00',1,1,'2020-06-22 08:06:29',100.00,0.00,0),(2,'2021 Fiscal Year','closed','2021-01-01 00:00:00','2021-12-31 23:59:59',1,1,'2020-09-23 06:16:33',5000.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', 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 `followups` -- LOCK TABLES `followups` WRITE; /*!40000 ALTER TABLE `followups` DISABLE KEYS */; INSERT INTO `followups` VALUES (1,'2020-10-19 11:44:45','5','1','newstock','1','2020-10-20 12:00:00','TEST','TEST','','Followup 1',1,'5','2020-10-19 11:44:45','Customer'); /*!40000 ALTER TABLE `followups` 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) NOT 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` int(11) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=203 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,'','-3000','2020-10-01 13:01:12',1000,'1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','-2000','2020-05-10 17:28:13',1010,'1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-87000','2019-07-30 19:18:31',1030,'1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','0','2020-01-07 05:46:09',1100,''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','0','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,'351','1','14','Client trust accounts','','2018-07-23 12:38:55',2,'','0','2019-07-20 15:11:06',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,'351','1','29','Repairs & Maintenance','','2018-07-23 15:07:48',5,'','0','2019-07-20 22:02:26',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,'','0','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,'351','1','27','Pos Upgrade','94','2018-07-23 15:16:38',4,'','0','2019-07-20 16:27:18',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,'','0','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,'','0','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,'351','1','29','Cleaning','156','2018-11-05 16:46:57',5,'','0','2019-07-18 14:28:52',5910,'1'),(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,'','0','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,'351','1','27','Bulk Sms Account Set Up','131','2019-07-20 15:56:24',4,'','0','2019-07-20 16:07:37',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,'','0','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,'351','1','1','KCB 2 account','','2019-10-01 11:49:23',1,'','-40600','2019-10-23 11:51:03',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,''); /*!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 AUTO_INCREMENT=4 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 */; INSERT INTO `glfiscalyear` VALUES (1,'2019 Fiscal Year','active','2019-01-01 00:00:00','2019-12-31 23:59:59',1,1,'2019-08-28 05:51:23',5000.00,12000.00,0,'1035',1),(2,'2019 Fiscal Year ','active','0000-00-00 00:00:00','2019-12-31 23:59:59',1,1,'2019-08-28 05:41:05',10000.00,12000.00,0,'1010',1),(3,'2019 Fiscal Year','active','2019-01-01 00:00:00','2019-08-28 23:59:59',1,1,'2019-08-28 05:50:23',2000.00,8000.00,0,'1000',1); /*!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=4 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,'14','1','2020-08-11 12:35:55pm','','0','2020-08-11 12:36:08pm','6','1'),(2,'6161103940922','1','2020-10-15 10:33:21pm','','1','','7','1'),(3,'6161103943213','1','2020-10-15 11:09:38pm','','0','2020-10-15 11:13:18pm','8','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=4 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,7,NULL,'2020-04-08','2020-04-08',2,21.00,'',1,'2020-04-08 09:45:52am',0),(2,1,NULL,NULL,'2020-02-01','2020-12-31',2,10.00,'',1,'2020-04-08 09:56:33am',0),(3,NULL,1,NULL,'2020-05-06','2020-05-06',3,10.00,'',1,'2020-05-06 08:07:49pm',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, 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 `images` -- DROP TABLE IF EXISTS `images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `images` ( `id` int(50) NOT NULL AUTO_INCREMENT, `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 `images` -- LOCK TABLES `images` WRITE; /*!40000 ALTER TABLE `images` DISABLE KEYS */; /*!40000 ALTER TABLE `images` 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` 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, `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` 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, `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 `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 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 */; /*!40000 ALTER TABLE `journal` 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, 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` varchar(30) DEFAULT NULL, `enddate` varchar(30) 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, 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=4 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','','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','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=2328 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','2020-11-09 12:17:34','','','41.204.187.5','loggedin',1),(2,'admin','1','2020-11-09 13:27:54','','','41.80.29.169','loggedin',1),(3,'admin','1','2020-11-09 14:13:27','','','41.80.118.37','loggedin',1),(4,'admin','1','2020-11-09 14:32:05','','','41.80.118.37','loggedin',1),(5,'admin','1','2020-11-09 14:32:35','','','41.80.118.37','loggedin',1),(6,'admin','1','2020-11-09 14:34:16','','','41.80.118.37','loggedin',1),(7,'user','4','2020-11-09 14:36:21','','','41.80.118.37','loggedin',1),(8,'admin','1','2020-11-09 14:39:16','2020-11-09 14:39:43','','41.80.118.37','loggedin',1),(9,'user','4','2020-11-09 14:40:12','','','41.80.118.37','loggedin',1),(10,'user','4','2020-11-09 14:42:03','2020-11-09 15:26:29','','41.80.118.37','loggedin',1),(11,'admin','1','2020-11-09 15:26:41','2020-11-09 15:36:52','','41.80.118.37','loggedin',1),(12,'user','10','2020-11-09 15:33:18','','','105.163.132.62','loggedin',1),(13,'user','10','2020-11-09 15:37:01','2020-11-09 15:37:13','','41.80.118.37','loggedin',1),(14,'admin','1','2020-11-09 16:13:29','2020-11-09 16:14:36','','41.80.118.37','loggedin',1),(15,'user','10','2020-11-09 16:13:30','','','105.163.132.62','loggedin',1),(16,'user','4','2020-11-09 16:15:04','2020-11-09 16:19:24','','41.80.118.37','loggedin',1),(17,'admin','1','2020-11-09 16:20:31','','','41.80.118.37','loggedin',1),(18,'admin','1','2020-11-09 16:27:57','2020-11-09 16:28:59','','41.80.118.37','loggedin',1),(19,'user','12','2020-11-09 16:29:25','2020-11-09 16:34:32','','41.80.118.37','loggedin',1),(20,'user','11','2020-11-09 16:35:27','2020-11-09 16:37:16','','41.80.118.37','loggedin',1),(21,'user','11','2020-11-09 16:38:05','2020-11-09 16:41:09','','41.80.118.37','loggedin',1),(22,'user','11','2020-11-09 16:41:35','2020-11-09 16:44:35','','41.80.118.37','loggedin',1),(23,'admin','1','2020-11-09 16:44:43','','','41.80.118.37','loggedin',1),(24,'user','11','2020-11-09 16:45:38','2020-11-09 16:46:47','','41.80.118.37','loggedin',1),(25,'user','12','2020-11-09 16:47:00','2020-11-09 16:48:00','','41.80.118.37','loggedin',1),(26,'user','11','2020-11-09 16:49:06','2020-11-09 16:50:45','','41.80.118.37','loggedin',1),(27,'user','12','2020-11-09 16:51:00','2020-11-09 16:54:28','','41.80.118.37','loggedin',1),(28,'user','11','2020-11-09 16:55:49','2020-11-09 16:56:56','','41.80.118.37','loggedin',1),(29,'user','11','2020-11-09 16:57:28','2020-11-09 16:58:26','','41.80.118.37','loggedin',1),(30,'user','12','2020-11-09 16:58:40','2020-11-09 16:59:32','','41.80.118.37','loggedin',1),(31,'user','11','2020-11-09 17:00:09','','','41.80.118.37','loggedin',1),(32,'admin','1','2020-11-09 17:05:24','','','41.80.118.37','loggedin',1),(33,'user','4','2020-11-09 17:15:41','2020-11-09 17:28:18','','41.80.118.37','loggedin',1),(34,'user','4','2020-11-09 17:28:44','2020-11-09 18:30:55','','41.80.118.37','loggedin',1),(35,'user','10','2020-11-09 17:46:42','','','105.163.132.62','loggedin',1),(36,'user','4','2020-11-09 18:33:46','2020-11-09 18:39:59','','41.80.118.37','loggedin',1),(37,'user','10','2020-11-09 18:54:23','','','105.163.132.62','loggedin',1),(38,'admin','1','2020-11-09 18:54:53','','','41.90.7.55','loggedin',1),(39,'user','4','2020-11-09 19:00:41','','','41.80.118.37','loggedin',1),(40,'user','4','2020-11-09 19:09:05','','','41.80.118.37','loggedin',1),(41,'user','4','2020-11-09 19:14:05','','','41.80.118.37','loggedin',1),(42,'user','4','2020-11-09 19:21:50','','','41.80.118.37','loggedin',1),(43,'user','4','2020-11-09 19:37:34','','','41.80.118.37','loggedin',1),(44,'user','10','2020-11-09 19:44:57','','','105.163.132.62','loggedin',1),(45,'user','4','2020-11-09 19:46:30','2020-11-09 19:47:42','','41.80.118.37','loggedin',1),(46,'user','10','2020-11-09 19:47:39','','','105.163.132.62','loggedin',1),(47,'user','4','2020-11-09 19:48:00','','','41.80.118.37','loggedin',1),(48,'user','4','2020-11-09 20:32:58','2020-11-09 20:56:00','','41.80.118.37','loggedin',1),(49,'user','4','2020-11-09 20:56:14','2020-11-09 21:00:36','','41.80.118.37','loggedin',1),(50,'user','4','2020-11-09 21:01:32','','','41.80.118.37','loggedin',1),(51,'user','10','2020-11-10 05:54:31','','','105.163.132.62','loggedin',1),(52,'user','10','2020-11-10 06:47:13','','','105.163.132.62','loggedin',1),(53,'user','10','2020-11-10 08:05:24','','','105.163.132.62','loggedin',1),(54,'user','10','2020-11-10 08:10:04','2020-11-10 08:59:26','','105.163.132.62','loggedin',1),(55,'user','4','2020-11-10 08:12:31','2020-11-10 08:13:39','','41.80.118.37','loggedin',1),(56,'user','4','2020-11-10 08:13:51','','','41.80.118.37','loggedin',1),(57,'admin','1','2020-11-10 08:51:13','2020-11-10 09:01:03','','154.70.45.46','loggedin',1),(58,'user','10','2020-11-10 09:00:13','','','105.163.132.62','loggedin',1),(59,'user','10','2020-11-10 09:01:21','','','154.70.45.46','loggedin',1),(60,'user','4','2020-11-10 09:13:47','2020-11-10 09:17:13','','41.80.118.37','loggedin',1),(61,'user','4','2020-11-10 09:28:22','2020-11-10 09:30:32','','41.80.118.37','loggedin',1),(62,'user','10','2020-11-10 09:31:24','','','105.163.132.62','loggedin',1),(63,'user','4','2020-11-10 09:38:42','2020-11-10 10:06:20','','41.80.118.37','loggedin',1),(64,'user','4','2020-11-10 10:06:34','2020-11-10 10:10:13','','41.80.118.37','loggedin',1),(65,'user','10','2020-11-10 10:44:38','','','105.163.132.62','loggedin',1),(66,'user','4','2020-11-10 11:28:21','','','41.80.118.37','loggedin',1),(67,'user','4','2020-11-10 11:59:34','','','41.80.118.37','loggedin',1),(68,'user','4','2020-11-10 13:37:25','2020-11-10 14:01:08','','41.80.124.75','loggedin',1),(69,'user','4','2020-11-10 14:03:05','','','41.80.124.75','loggedin',1),(70,'user','4','2020-11-10 14:08:35','','','41.80.124.75','loggedin',1),(71,'user','4','2020-11-10 14:42:58','2020-11-10 14:50:17','','41.80.124.75','loggedin',1),(72,'user','4','2020-11-10 14:56:58','','','41.80.124.75','loggedin',1),(73,'user','4','2020-11-10 14:59:29','2020-11-10 15:00:02','','41.80.124.75','loggedin',1),(74,'user','4','2020-11-10 15:03:41','2020-11-10 15:35:57','','41.80.124.75','loggedin',1),(75,'user','4','2020-11-10 15:36:09','2020-11-10 15:38:45','','41.80.124.75','loggedin',1),(76,'user','10','2020-11-10 16:26:02','','','41.80.170.251','loggedin',1),(77,'user','4','2020-11-10 16:33:09','2020-11-10 16:35:10','','41.80.119.72','loggedin',1),(78,'user','4','2020-11-10 16:35:28','2020-11-10 16:52:08','','41.80.119.72','loggedin',1),(79,'user','4','2020-11-10 17:13:50','','','41.80.119.72','loggedin',1),(80,'user','4','2020-11-10 17:31:56','2020-11-10 17:56:37','','41.80.119.72','loggedin',1),(81,'user','4','2020-11-10 18:01:52','2020-11-10 18:02:58','','41.80.119.72','loggedin',1),(82,'user','4','2020-11-10 18:03:14','','','41.80.119.72','loggedin',1),(83,'user','4','2020-11-10 18:04:55','2020-11-10 18:06:06','','41.80.119.72','loggedin',1),(84,'user','4','2020-11-10 18:06:22','','','41.80.119.72','loggedin',1),(85,'user','4','2020-11-10 18:14:24','','','41.80.119.72','loggedin',1),(86,'user','4','2020-11-10 18:15:29','','','41.80.119.72','loggedin',1),(87,'user','4','2020-11-10 18:19:41','','','41.80.119.72','loggedin',1),(88,'user','4','2020-11-10 18:19:42','','','41.80.119.72','loggedin',1),(89,'user','4','2020-11-10 18:20:11','','','41.80.119.72','loggedin',1),(90,'user','10','2020-11-10 18:30:29','','','41.80.170.251','loggedin',1),(91,'user','4','2020-11-10 18:36:56','2020-11-10 18:50:20','','41.80.119.72','loggedin',1),(92,'user','4','2020-11-10 18:50:57','2020-11-10 18:54:34','','41.80.119.72','loggedin',1),(93,'user','4','2020-11-10 18:55:18','','','41.80.119.72','loggedin',1),(94,'user','4','2020-11-10 19:02:29','2020-11-10 19:05:13','','41.80.119.72','loggedin',1),(95,'admin','1','2020-11-10 19:05:49','2020-11-10 19:06:45','','196.201.218.128','loggedin',1),(96,'user','4','2020-11-10 19:07:24','2020-11-10 20:01:27','','41.80.119.72','loggedin',1),(97,'admin','1','2020-11-10 19:31:51','','','196.201.218.128','loggedin',1),(98,'user','4','2020-11-10 20:02:36','2020-11-10 20:28:08','','41.80.119.72','loggedin',1),(99,'user','4','2020-11-10 20:29:34','','','41.80.119.72','loggedin',1),(100,'user','4','2020-11-10 20:58:57','','','41.80.119.72','loggedin',1),(101,'user','10','2020-11-10 21:08:30','','','41.80.170.251','loggedin',1),(102,'user','10','2020-11-10 21:32:56','','','41.80.170.251','loggedin',1),(103,'user','10','2020-11-10 21:40:32','','','41.80.170.251','loggedin',1),(104,'user','4','2020-11-11 09:06:20','2020-11-11 09:13:55','','41.80.87.252','loggedin',1),(105,'user','4','2020-11-11 09:14:12','2020-11-11 09:16:20','','41.80.87.252','loggedin',1),(106,'user','4','2020-11-11 09:16:32','','','41.80.87.252','loggedin',1),(107,'user','4','2020-11-11 09:25:49','','','41.80.87.252','loggedin',1),(108,'user','4','2020-11-11 09:44:16','','','41.80.87.252','loggedin',1),(109,'user','4','2020-11-11 09:48:04','2020-11-11 09:56:13','','41.80.87.252','loggedin',1),(110,'user','4','2020-11-11 09:57:08','','','41.80.87.252','loggedin',1),(111,'user','4','2020-11-11 10:10:15','','','41.80.87.252','loggedin',1),(112,'user','4','2020-11-11 10:12:17','','','41.80.87.252','loggedin',1),(113,'user','4','2020-11-11 10:48:42','2020-11-11 10:51:23','','41.80.87.252','loggedin',1),(114,'user','4','2020-11-11 11:01:22','','','41.80.87.252','loggedin',1),(115,'user','4','2020-11-11 11:09:31','','','41.80.87.252','loggedin',1),(116,'user','4','2020-11-11 11:22:06','','','41.80.87.252','loggedin',1),(117,'user','4','2020-11-11 11:28:22','','','41.80.87.252','loggedin',1),(118,'user','4','2020-11-11 11:32:08','','','41.80.87.252','loggedin',1),(119,'user','4','2020-11-11 11:36:02','2020-11-11 11:41:52','','41.80.87.252','loggedin',1),(120,'user','11','2020-11-11 11:52:12','2020-11-11 11:53:26','','41.80.87.252','loggedin',1),(121,'user','4','2020-11-11 11:55:52','','','41.80.87.252','loggedin',1),(122,'user','4','2020-11-11 12:05:47','','','41.80.87.252','loggedin',1),(123,'user','4','2020-11-11 12:17:40','','','41.80.87.252','loggedin',1),(124,'user','4','2020-11-11 12:58:03','','','41.80.87.252','loggedin',1),(125,'user','4','2020-11-11 14:08:37','','','41.80.87.252','loggedin',1),(126,'user','4','2020-11-11 14:15:30','','','41.80.87.252','loggedin',1),(127,'user','4','2020-11-11 14:23:09','','','41.80.87.252','loggedin',1),(128,'admin','1','2020-11-11 14:28:18','','','41.90.6.31','loggedin',1),(129,'user','4','2020-11-11 14:33:32','','','41.80.87.252','loggedin',1),(130,'user','4','2020-11-11 14:39:10','','','41.80.87.252','loggedin',1),(131,'user','4','2020-11-11 15:15:30','','','41.80.87.252','loggedin',1),(132,'user','4','2020-11-11 15:42:32','','','41.80.87.252','loggedin',1),(133,'user','10','2020-11-11 15:49:55','','','105.163.137.187','loggedin',1),(134,'user','11','2020-11-11 15:55:06','','','41.80.87.252','loggedin',1),(135,'user','11','2020-11-11 16:31:28','2020-11-11 17:03:42','','105.163.130.123','loggedin',1),(136,'user','11','2020-11-11 17:04:50','','','105.163.130.123','loggedin',1),(137,'user','11','2020-11-11 17:21:33','2020-11-11 20:03:50','','105.163.130.123','loggedin',1),(138,'user','10','2020-11-11 19:32:43','','','105.163.149.225','loggedin',1),(139,'user','11','2020-11-11 20:10:26','','','105.163.130.123','loggedin',1),(140,'user','10','2020-11-11 20:28:50','','','105.163.149.225','loggedin',1),(141,'user','10','2020-11-11 20:32:32','','','105.163.149.225','loggedin',1),(142,'user','11','2020-11-11 20:45:37','2020-11-11 20:49:50','','105.163.130.123','loggedin',1),(143,'user','4','2020-11-11 20:53:35','','','105.163.130.123','loggedin',1),(144,'user','11','2020-11-11 20:54:47','2020-11-11 21:02:11','','105.163.130.123','loggedin',1),(145,'user','4','2020-11-11 21:02:24','2020-11-11 21:03:18','','105.163.130.123','loggedin',1),(146,'user','4','2020-11-11 21:03:54','','','105.163.130.123','loggedin',1),(147,'user','11','2020-11-11 21:16:16','2020-11-11 21:17:26','','105.163.130.123','loggedin',1),(148,'user','11','2020-11-11 21:18:43','','','105.163.130.123','loggedin',1),(149,'user','10','2020-11-11 21:22:17','','','105.163.149.225','loggedin',1),(150,'user','10','2020-11-11 21:30:25','','','105.163.149.225','loggedin',1),(151,'user','10','2020-11-11 21:43:05','','','105.163.149.225','loggedin',1),(152,'admin','1','2020-11-12 07:53:20','2020-11-12 08:32:37','','154.70.45.46','loggedin',1),(153,'user','10','2020-11-12 08:02:02','','','105.163.149.225','loggedin',1),(154,'user','10','2020-11-12 08:07:59','','','105.163.149.225','loggedin',1),(155,'user','10','2020-11-12 08:12:53','','','105.163.149.225','loggedin',1),(156,'user','10','2020-11-12 08:21:53','','','105.160.49.32','loggedin',1),(157,'admin','1','2020-11-12 08:33:05','','','154.70.45.46','loggedin',1),(158,'user','11','2020-11-12 10:41:05','2020-11-12 10:50:01','','41.80.77.73','loggedin',1),(159,'user','10','2020-11-12 10:41:11','','','105.163.144.83','loggedin',1),(160,'user','11','2020-11-12 10:50:33','2020-11-12 10:52:34','','41.80.77.73','loggedin',1),(161,'user','12','2020-11-12 10:59:17','','','41.80.77.73','loggedin',1),(162,'user','12','2020-11-12 11:00:39','','','41.80.77.73','loggedin',1),(163,'user','12','2020-11-12 11:04:23','2020-11-12 11:06:16','','41.80.77.73','loggedin',1),(164,'user','11','2020-11-12 11:07:03','','','41.80.77.73','loggedin',1),(165,'user','11','2020-11-12 11:33:00','','','41.80.77.73','loggedin',1),(166,'user','12','2020-11-12 11:57:27','2020-11-12 12:08:02','','41.80.77.73','loggedin',1),(167,'user','11','2020-11-12 12:32:40','2020-11-12 12:49:14','','41.80.77.73','loggedin',1),(168,'user','11','2020-11-12 12:50:05','2020-11-12 12:59:13','','41.80.77.73','loggedin',1),(169,'user','11','2020-11-12 13:14:29','2020-11-12 13:16:06','','41.80.77.73','loggedin',1),(170,'user','11','2020-11-12 13:16:28','2020-11-12 13:24:11','','41.80.77.73','loggedin',1),(171,'user','12','2020-11-12 13:25:13','','','41.80.77.73','loggedin',1),(172,'user','12','2020-11-12 13:31:47','','','41.80.77.73','loggedin',1),(173,'user','10','2020-11-12 14:41:12','','','105.163.144.83','loggedin',1),(174,'user','11','2020-11-12 14:45:29','2020-11-12 14:46:04','','41.80.77.73','loggedin',1),(175,'user','11','2020-11-12 14:46:27','2020-11-12 15:00:44','','41.80.77.73','loggedin',1),(176,'user','10','2020-11-12 14:59:01','','','105.163.144.83','loggedin',1),(177,'user','11','2020-11-12 15:07:30','','','41.80.77.73','loggedin',1),(178,'user','11','2020-11-12 15:09:11','','','41.80.77.73','loggedin',1),(179,'user','11','2020-11-12 15:10:34','2020-11-12 15:14:25','','41.80.77.73','loggedin',1),(180,'user','11','2020-11-12 15:15:14','2020-11-12 15:19:25','','41.80.77.73','loggedin',1),(181,'user','11','2020-11-12 15:19:59','','','41.80.77.73','loggedin',1),(182,'user','11','2020-11-12 15:55:45','','','41.80.29.112','loggedin',1),(183,'user','11','2020-11-12 15:56:16','2020-11-12 16:07:39','','41.80.29.112','loggedin',1),(184,'user','11','2020-11-12 16:08:00','2020-11-12 16:12:04','','41.80.29.112','loggedin',1),(185,'user','11','2020-11-12 16:12:33','','','41.80.29.112','loggedin',1),(186,'user','11','2020-11-12 17:06:30','','','41.80.29.112','loggedin',1),(187,'user','11','2020-11-12 17:24:38','','','41.80.29.112','loggedin',1),(188,'user','11','2020-11-12 17:56:41','','','41.80.29.112','loggedin',1),(189,'user','11','2020-11-12 18:14:20','2020-11-12 18:22:35','','41.80.29.112','loggedin',1),(190,'user','11','2020-11-12 18:22:55','','','41.80.29.112','loggedin',1),(191,'user','11','2020-11-12 18:29:30','2020-11-12 18:33:47','','41.80.29.112','loggedin',1),(192,'user','11','2020-11-12 18:34:12','2020-11-12 18:57:12','','41.80.29.112','loggedin',1),(193,'user','11','2020-11-12 18:57:30','2020-11-12 19:06:12','','41.80.29.112','loggedin',1),(194,'user','11','2020-11-12 19:06:30','2020-11-12 19:12:04','','41.80.29.112','loggedin',1),(195,'user','11','2020-11-12 19:12:36','','','41.80.29.112','loggedin',1),(196,'user','11','2020-11-12 19:50:37','','','41.80.29.112','loggedin',1),(197,'user','11','2020-11-12 20:04:03','2020-11-12 20:07:21','','41.80.29.112','loggedin',1),(198,'user','12','2020-11-12 20:34:12','2020-11-12 20:34:32','','41.80.29.112','loggedin',1),(199,'user','11','2020-11-12 20:55:26','2020-11-12 20:59:35','','41.80.29.112','loggedin',1),(200,'user','12','2020-11-12 21:13:08','','','41.80.29.112','loggedin',1),(201,'user','11','2020-11-13 08:09:04','','','41.80.115.247','loggedin',1),(202,'user','11','2020-11-13 08:38:54','','','41.80.115.247','loggedin',1),(203,'user','11','2020-11-13 09:56:35','','','41.80.115.247','loggedin',1),(204,'user','11','2020-11-13 10:53:50','','','41.80.115.247','loggedin',1),(205,'user','11','2020-11-13 11:07:14','','','41.80.115.247','loggedin',1),(206,'user','11','2020-11-13 11:14:59','','','41.80.115.247','loggedin',1),(207,'user','11','2020-11-13 11:38:24','2020-11-13 11:58:56','','41.80.115.247','loggedin',1),(208,'user','11','2020-11-13 11:59:11','','','41.80.115.247','loggedin',1),(209,'user','11','2020-11-13 12:02:43','','','41.80.115.247','loggedin',1),(210,'user','11','2020-11-13 12:07:58','','','41.80.115.247','loggedin',1),(211,'user','11','2020-11-13 12:30:18','','','41.80.115.247','loggedin',1),(212,'user','11','2020-11-13 12:32:43','','','41.80.115.247','loggedin',1),(213,'user','11','2020-11-13 12:53:28','','','41.80.115.247','loggedin',1),(214,'user','11','2020-11-13 12:57:00','','','41.80.115.247','loggedin',1),(215,'user','11','2020-11-13 13:29:53','','','41.80.183.244','loggedin',1),(216,'admin','1','2020-11-13 13:42:16','','','41.90.6.110','loggedin',1),(217,'user','11','2020-11-13 14:15:52','','','41.80.183.244','loggedin',1),(218,'user','11','2020-11-13 16:10:39','','','41.80.183.244','loggedin',1),(219,'user','11','2020-11-13 16:13:45','','','41.80.183.244','loggedin',1),(220,'user','11','2020-11-13 16:21:19','','','41.80.183.244','loggedin',1),(221,'user','11','2020-11-13 16:31:51','','','41.80.183.244','loggedin',1),(222,'user','11','2020-11-13 16:34:54','','','41.80.183.244','loggedin',1),(223,'user','11','2020-11-13 16:48:08','','','41.80.183.244','loggedin',1),(224,'user','11','2020-11-13 17:17:14','2020-11-13 17:19:30','','41.80.183.244','loggedin',1),(225,'user','11','2020-11-13 17:53:00','','','41.80.183.244','loggedin',1),(226,'user','11','2020-11-13 17:55:36','','','41.80.183.244','loggedin',1),(227,'user','11','2020-11-13 18:06:10','','','41.80.183.244','loggedin',1),(228,'user','11','2020-11-13 18:19:37','','','41.80.183.244','loggedin',1),(229,'user','11','2020-11-13 18:23:41','','','41.80.183.244','loggedin',1),(230,'user','11','2020-11-13 18:30:36','','','41.80.183.244','loggedin',1),(231,'user','11','2020-11-13 18:48:02','','','41.80.183.244','loggedin',1),(232,'user','11','2020-11-13 18:56:49','','','41.80.183.244','loggedin',1),(233,'user','11','2020-11-13 18:59:44','','','41.80.183.244','loggedin',1),(234,'user','11','2020-11-13 19:04:29','','','41.80.183.244','loggedin',1),(235,'user','11','2020-11-13 19:30:56','','','41.80.183.244','loggedin',1),(236,'user','11','2020-11-13 19:34:14','','','41.80.183.244','loggedin',1),(237,'user','11','2020-11-13 19:40:06','','','41.80.183.244','loggedin',1),(238,'user','11','2020-11-13 19:42:17','','','41.80.183.244','loggedin',1),(239,'user','11','2020-11-13 19:54:23','','','41.80.183.244','loggedin',1),(240,'user','11','2020-11-13 19:57:35','','','41.80.183.244','loggedin',1),(241,'user','11','2020-11-13 20:25:39','2020-11-13 20:26:20','','41.80.183.244','loggedin',1),(242,'user','11','2020-11-13 20:26:46','2020-11-13 20:27:09','','41.80.183.244','loggedin',1),(243,'user','11','2020-11-13 20:27:28','2020-11-13 20:35:54','','41.80.183.244','loggedin',1),(244,'user','11','2020-11-13 20:36:09','2020-11-13 20:40:50','','41.80.183.244','loggedin',1),(245,'user','11','2020-11-13 20:41:36','','','41.80.183.244','loggedin',1),(246,'user','10','2020-11-13 21:19:42','','','41.80.183.119','loggedin',1),(247,'user','11','2020-11-14 09:22:09','','','41.80.183.244','loggedin',1),(248,'user','11','2020-11-14 09:22:53','','','41.80.183.244','loggedin',1),(249,'user','11','2020-11-14 09:59:55','','','41.80.183.244','loggedin',1),(250,'user','11','2020-11-14 10:13:20','','','41.80.183.244','loggedin',1),(251,'user','11','2020-11-14 11:23:19','2020-11-14 11:33:14','','41.80.183.244','loggedin',1),(252,'user','11','2020-11-14 11:33:54','2020-11-14 11:43:22','','41.80.183.244','loggedin',1),(253,'user','11','2020-11-14 11:43:57','','','41.80.183.244','loggedin',1),(254,'user','11','2020-11-14 11:50:17','','','41.80.183.244','loggedin',1),(255,'user','11','2020-11-14 12:43:51','','','41.80.183.244','loggedin',1),(256,'user','11','2020-11-14 12:54:11','','','41.80.183.244','loggedin',1),(257,'user','11','2020-11-14 13:22:34','','','41.80.183.244','loggedin',1),(258,'user','11','2020-11-14 13:57:55','','','41.80.183.244','loggedin',1),(259,'user','11','2020-11-14 14:08:21','','','41.80.183.244','loggedin',1),(260,'user','11','2020-11-14 14:11:08','','','41.80.183.244','loggedin',1),(261,'user','11','2020-11-14 14:28:48','','','41.80.183.244','loggedin',1),(262,'user','11','2020-11-14 14:32:33','','','41.80.183.244','loggedin',1),(263,'user','11','2020-11-14 15:02:04','','','41.80.183.244','loggedin',1),(264,'user','11','2020-11-14 15:26:50','','','41.80.183.244','loggedin',1),(265,'user','11','2020-11-14 15:59:23','','','41.80.183.244','loggedin',1),(266,'user','11','2020-11-14 17:08:48','','','41.80.183.244','loggedin',1),(267,'user','11','2020-11-14 17:08:49','','','41.80.183.244','loggedin',1),(268,'user','11','2020-11-14 17:13:20','','','41.80.183.244','loggedin',1),(269,'user','11','2020-11-14 17:28:07','','','41.80.183.244','loggedin',1),(270,'user','11','2020-11-14 17:36:37','','','41.80.183.244','loggedin',1),(271,'user','11','2020-11-14 17:39:47','2020-11-14 17:45:55','','41.80.183.244','loggedin',1),(272,'user','11','2020-11-14 17:46:46','','','41.80.183.244','loggedin',1),(273,'user','11','2020-11-14 18:10:19','','','41.80.183.244','loggedin',1),(274,'user','11','2020-11-14 18:19:06','','','41.80.183.244','loggedin',1),(275,'user','11','2020-11-14 18:26:48','','','41.80.183.244','loggedin',1),(276,'user','11','2020-11-14 19:06:02','','','41.80.183.244','loggedin',1),(277,'user','11','2020-11-14 19:17:53','','','41.80.183.244','loggedin',1),(278,'user','11','2020-11-14 19:48:09','','','41.80.183.244','loggedin',1),(279,'user','11','2020-11-14 20:14:53','','','41.80.183.244','loggedin',1),(280,'user','11','2020-11-15 09:17:30','','','41.80.183.244','loggedin',1),(281,'user','11','2020-11-15 09:36:02','2020-11-15 09:53:16','','41.80.183.244','loggedin',1),(282,'user','11','2020-11-15 09:53:54','2020-11-15 10:13:30','','41.80.183.244','loggedin',1),(283,'user','11','2020-11-15 10:13:45','2020-11-15 10:18:20','','41.80.183.244','loggedin',1),(284,'user','11','2020-11-15 10:18:38','','','41.80.183.244','loggedin',1),(285,'user','11','2020-11-15 10:57:14','','','41.80.183.244','loggedin',1),(286,'user','11','2020-11-15 11:03:15','2020-11-15 11:25:23','','41.80.183.244','loggedin',1),(287,'user','11','2020-11-15 11:33:16','','','41.80.183.244','loggedin',1),(288,'user','11','2020-11-15 11:34:14','2020-11-15 11:37:11','','41.80.183.244','loggedin',1),(289,'user','11','2020-11-15 11:38:15','2020-11-15 11:41:15','','41.80.183.244','loggedin',1),(290,'user','11','2020-11-15 11:42:00','2020-11-15 11:44:35','','41.80.183.244','loggedin',1),(291,'user','11','2020-11-15 11:44:58','','','41.80.183.244','loggedin',1),(292,'user','11','2020-11-15 11:51:57','','','41.80.183.244','loggedin',1),(293,'user','10','2020-11-15 12:28:16','','','41.80.125.145','loggedin',1),(294,'user','11','2020-11-15 12:34:24','','','41.80.183.244','loggedin',1),(295,'user','11','2020-11-15 12:41:09','','','41.80.183.244','loggedin',1),(296,'user','11','2020-11-15 13:01:56','','','41.80.183.244','loggedin',1),(297,'user','11','2020-11-15 13:23:02','','','41.80.3.63','loggedin',1),(298,'user','11','2020-11-15 13:37:28','','','41.80.3.63','loggedin',1),(299,'user','11','2020-11-15 13:52:52','','','41.80.3.63','loggedin',1),(300,'user','11','2020-11-15 14:01:07','','','41.80.3.63','loggedin',1),(301,'user','11','2020-11-15 14:39:10','','','41.80.3.63','loggedin',1),(302,'user','11','2020-11-15 15:10:43','','','41.80.3.63','loggedin',1),(303,'user','11','2020-11-15 15:23:14','','','41.80.3.63','loggedin',1),(304,'user','11','2020-11-15 15:40:16','2020-11-15 15:43:03','','41.80.3.63','loggedin',1),(305,'user','11','2020-11-15 15:44:18','','','41.80.3.63','loggedin',1),(306,'user','11','2020-11-15 16:20:13','','','41.80.3.63','loggedin',1),(307,'user','11','2020-11-15 16:30:24','','','41.80.3.63','loggedin',1),(308,'user','11','2020-11-15 16:43:58','','','41.80.3.63','loggedin',1),(309,'user','11','2020-11-15 17:10:37','','','41.80.3.63','loggedin',1),(310,'user','11','2020-11-15 17:14:11','','','41.80.3.63','loggedin',1),(311,'user','11','2020-11-15 17:23:26','2020-11-15 17:31:11','','41.80.3.63','loggedin',1),(312,'user','11','2020-11-15 17:31:41','2020-11-15 17:41:39','','41.80.3.63','loggedin',1),(313,'user','11','2020-11-15 17:42:01','','','41.80.3.63','loggedin',1),(314,'user','11','2020-11-15 17:49:27','2020-11-15 17:50:07','','41.80.3.63','loggedin',1),(315,'user','11','2020-11-15 18:21:23','','','41.80.3.63','loggedin',1),(316,'user','11','2020-11-15 18:35:37','2020-11-15 18:47:19','','41.80.3.63','loggedin',1),(317,'user','10','2020-11-15 18:43:39','','','41.90.88.92','loggedin',1),(318,'user','11','2020-11-15 18:48:04','','','41.80.3.63','loggedin',1),(319,'user','11','2020-11-15 19:19:35','2020-11-15 19:21:05','','41.80.3.63','loggedin',1),(320,'user','11','2020-11-15 19:28:03','','','41.80.3.63','loggedin',1),(321,'user','11','2020-11-15 19:47:39','','','41.80.3.63','loggedin',1),(322,'user','11','2020-11-15 19:52:06','','','41.80.119.61','loggedin',1),(323,'user','11','2020-11-15 20:48:01','2020-11-15 20:50:30','','41.80.119.61','loggedin',1),(324,'user','11','2020-11-15 20:54:07','','','41.80.119.61','loggedin',1),(325,'user','10','2020-11-15 21:33:20','','','41.80.178.34','loggedin',1),(326,'user','11','2020-11-16 08:41:55','2020-11-16 08:45:19','','41.80.24.35','loggedin',1),(327,'user','11','2020-11-16 08:45:50','2020-11-16 09:21:58','','41.80.24.35','loggedin',1),(328,'user','11','2020-11-16 09:22:16','2020-11-16 09:24:44','','41.80.24.35','loggedin',1),(329,'user','11','2020-11-16 09:25:10','','','41.80.24.35','loggedin',1),(330,'user','11','2020-11-16 09:38:17','','','41.80.24.35','loggedin',1),(331,'user','11','2020-11-16 10:12:39','','','41.80.24.35','loggedin',1),(332,'user','11','2020-11-16 11:01:15','2020-11-16 12:02:04','','41.80.24.35','loggedin',1),(333,'user','11','2020-11-16 12:53:55','','','41.80.24.35','loggedin',1),(334,'user','11','2020-11-16 13:11:15','','','41.80.24.35','loggedin',1),(335,'user','11','2020-11-16 13:13:03','','','41.80.24.35','loggedin',1),(336,'user','11','2020-11-16 13:51:00','','','41.80.24.35','loggedin',1),(337,'user','11','2020-11-16 14:25:01','2020-11-16 14:35:26','','41.80.188.73','loggedin',1),(338,'user','11','2020-11-16 14:35:43','','','41.80.188.73','loggedin',1),(339,'user','11','2020-11-16 16:37:31','','','41.80.188.73','loggedin',1),(340,'user','11','2020-11-16 16:50:42','2020-11-16 16:52:34','','41.80.188.73','loggedin',1),(341,'user','11','2020-11-16 16:53:02','','','41.80.188.73','loggedin',1),(342,'user','10','2020-11-16 17:45:45','','','41.80.178.34','loggedin',1),(343,'user','11','2020-11-16 17:55:47','','','41.80.188.73','loggedin',1),(344,'user','11','2020-11-16 18:05:04','','','41.80.188.73','loggedin',1),(345,'user','11','2020-11-16 18:19:54','','','41.80.188.73','loggedin',1),(346,'user','11','2020-11-16 19:53:36','','','41.80.188.73','loggedin',1),(347,'user','10','2020-11-16 20:46:54','','','41.80.178.34','loggedin',1),(348,'user','11','2020-11-17 08:39:12','2020-11-17 08:42:14','','41.80.188.73','loggedin',1),(349,'user','11','2020-11-17 08:42:59','2020-11-17 09:18:22','','41.80.188.73','loggedin',1),(350,'user','11','2020-11-17 09:19:50','2020-11-17 09:22:15','','41.80.188.73','loggedin',1),(351,'admin','1','2020-11-17 09:22:15','2020-11-17 09:36:45','','154.70.45.46','loggedin',1),(352,'user','11','2020-11-17 09:26:07','2020-11-17 09:39:17','','41.80.188.73','loggedin',1),(353,'user','11','2020-11-17 09:39:35','','','41.80.188.73','loggedin',1),(354,'user','11','2020-11-17 11:10:18','','','41.80.188.73','loggedin',1),(355,'user','11','2020-11-17 11:51:28','','','41.90.81.43','loggedin',1),(356,'user','11','2020-11-17 11:52:12','','','41.90.81.43','loggedin',1),(357,'user','11','2020-11-17 11:53:08','2020-11-17 12:01:06','','41.90.81.43','loggedin',1),(358,'user','11','2020-11-17 12:01:23','','','41.90.81.43','loggedin',1),(359,'user','11','2020-11-17 12:31:33','2020-11-17 13:06:57','','41.90.81.43','loggedin',1),(360,'user','11','2020-11-17 13:17:29','','','41.90.81.43','loggedin',1),(361,'user','11','2020-11-17 13:52:31','','','41.90.81.43','loggedin',1),(362,'user','11','2020-11-17 14:10:00','2020-11-17 14:12:27','','41.90.81.43','loggedin',1),(363,'user','11','2020-11-17 14:12:45','2020-11-17 14:25:10','','41.90.81.43','loggedin',1),(364,'user','11','2020-11-17 14:25:35','2020-11-17 15:03:46','','41.90.81.43','loggedin',1),(365,'user','11','2020-11-17 15:03:59','','','41.90.81.43','loggedin',1),(366,'user','11','2020-11-17 15:52:45','','','41.90.81.43','loggedin',1),(367,'user','11','2020-11-17 15:53:36','','','41.90.81.43','loggedin',1),(368,'user','11','2020-11-17 16:02:04','','','41.90.81.43','loggedin',1),(369,'user','11','2020-11-17 16:53:20','','','41.90.81.43','loggedin',1),(370,'user','11','2020-11-17 16:53:21','2020-11-17 17:17:28','','41.90.81.43','loggedin',1),(371,'user','11','2020-11-17 17:17:43','2020-11-17 17:20:24','','41.90.81.43','loggedin',1),(372,'user','11','2020-11-17 17:21:03','','','41.90.81.43','loggedin',1),(373,'user','11','2020-11-17 17:40:37','2020-11-17 17:41:36','','41.90.211.45','loggedin',1),(374,'user','11','2020-11-17 18:15:07','','','41.90.211.45','loggedin',1),(375,'user','11','2020-11-17 18:24:37','2020-11-17 18:27:05','','41.90.211.45','loggedin',1),(376,'user','11','2020-11-17 18:27:49','','','41.90.211.45','loggedin',1),(377,'user','11','2020-11-17 18:37:41','','','41.90.211.45','loggedin',1),(378,'user','11','2020-11-17 18:40:04','2020-11-17 18:52:53','','41.90.211.45','loggedin',1),(379,'user','11','2020-11-17 18:54:56','','','41.90.211.45','loggedin',1),(380,'user','11','2020-11-17 19:38:56','','','41.90.211.45','loggedin',1),(381,'user','10','2020-11-17 19:39:01','','','41.90.210.104','loggedin',1),(382,'user','144','2020-11-17 19:43:36','2020-11-17 19:47:13','','41.90.211.45','loggedin',1),(383,'user','144','2020-11-17 19:47:35','','','41.90.211.45','loggedin',1),(384,'user','144','2020-11-17 19:48:58','','','41.90.211.45','loggedin',1),(385,'user','144','2020-11-17 19:50:52','2020-11-17 19:52:25','','41.90.211.45','loggedin',1),(386,'user','11','2020-11-17 19:52:45','2020-11-17 19:55:55','','41.90.211.45','loggedin',1),(387,'user','144','2020-11-17 19:56:12','2020-11-17 19:59:42','','41.90.211.45','loggedin',1),(388,'user','144','2020-11-17 20:12:47','2020-11-17 20:13:58','','41.90.211.45','loggedin',1),(389,'user','144','2020-11-17 20:14:23','2020-11-17 20:15:25','','41.90.211.45','loggedin',1),(390,'user','11','2020-11-17 20:15:41','2020-11-17 20:17:29','','41.90.211.45','loggedin',1),(391,'user','11','2020-11-17 20:17:46','2020-11-17 20:21:36','','41.90.211.45','loggedin',1),(392,'user','11','2020-11-17 20:24:04','2020-11-17 20:37:46','','41.90.211.45','loggedin',1),(393,'user','144','2020-11-18 08:44:02','2020-11-18 08:44:12','','41.90.211.45','loggedin',1),(394,'user','11','2020-11-18 08:44:29','2020-11-18 08:57:41','','41.90.211.45','loggedin',1),(395,'user','10','2020-11-18 08:50:12','','','41.90.210.104','loggedin',1),(396,'user','144','2020-11-18 08:57:53','2020-11-18 09:04:24','','41.90.211.45','loggedin',1),(397,'user','11','2020-11-18 09:04:45','2020-11-18 09:06:48','','41.90.211.45','loggedin',1),(398,'user','11','2020-11-18 09:07:40','','','41.90.211.45','loggedin',1),(399,'user','11','2020-11-18 09:07:41','','','41.90.211.45','loggedin',1),(400,'user','144','2020-11-18 09:11:40','2020-11-18 09:39:58','','41.90.211.45','loggedin',1),(401,'user','144','2020-11-18 09:40:24','2020-11-18 09:43:46','','41.90.211.45','loggedin',1),(402,'user','144','2020-11-18 09:46:02','','','41.90.211.45','loggedin',1),(403,'user','12','2020-11-18 10:09:46','','','41.90.211.45','loggedin',1),(404,'admin','1','2020-11-18 10:47:59','','','154.70.45.46','loggedin',1),(405,'user','12','2020-11-18 10:48:59','2020-11-18 10:55:12','','41.90.211.45','loggedin',1),(406,'user','144','2020-11-18 10:55:32','2020-11-18 11:13:43','','41.90.211.45','loggedin',1),(407,'user','144','2020-11-18 12:08:57','','','41.90.211.45','loggedin',1),(408,'user','11','2020-11-18 12:38:48','2020-11-18 12:41:16','','41.90.211.45','loggedin',1),(409,'user','11','2020-11-18 12:46:21','','','41.90.211.45','loggedin',1),(410,'user','11','2020-11-18 14:25:14','','','41.80.122.4','loggedin',1),(411,'user','144','2020-11-18 14:53:24','2020-11-18 15:01:37','','41.90.83.62','loggedin',1),(412,'user','11','2020-11-18 15:01:55','','','41.90.83.62','loggedin',1),(413,'admin','1','2020-11-18 15:06:25','','','154.70.45.46','loggedin',1),(414,'user','11','2020-11-18 15:28:06','','','41.90.83.62','loggedin',1),(415,'user','11','2020-11-18 15:32:18','','','41.90.83.62','loggedin',1),(416,'user','144','2020-11-18 15:38:37','','','41.90.83.62','loggedin',1),(417,'user','144','2020-11-18 16:12:33','2020-11-18 16:14:13','','41.90.83.62','loggedin',1),(418,'user','11','2020-11-18 16:14:35','','','41.90.83.62','loggedin',1),(419,'user','144','2020-11-18 16:19:11','','','41.90.83.62','loggedin',1),(420,'user','11','2020-11-18 16:24:57','2020-11-18 16:49:46','','41.90.83.62','loggedin',1),(421,'user','11','2020-11-18 16:50:04','','','41.90.83.62','loggedin',1),(422,'user','144','2020-11-18 17:10:02','2020-11-18 17:12:58','','41.90.83.62','loggedin',1),(423,'user','12','2020-11-18 17:13:08','','','41.90.83.62','loggedin',1),(424,'user','144','2020-11-18 17:26:02','','','41.90.83.62','loggedin',1),(425,'user','144','2020-11-18 17:31:45','2020-11-18 17:32:03','','41.90.83.62','loggedin',1),(426,'user','12','2020-11-18 17:32:19','','','41.90.83.62','loggedin',1),(427,'user','144','2020-11-18 17:49:02','2020-11-18 17:51:28','','41.90.83.62','loggedin',1),(428,'user','11','2020-11-18 17:51:45','2020-11-18 17:57:13','','41.90.83.62','loggedin',1),(429,'user','144','2020-11-18 17:57:48','','','41.90.83.62','loggedin',1),(430,'user','11','2020-11-18 18:11:00','','','41.90.83.62','loggedin',1),(431,'user','144','2020-11-18 18:17:45','','','41.90.83.62','loggedin',1),(432,'user','144','2020-11-18 18:33:17','','','41.90.83.62','loggedin',1),(433,'user','144','2020-11-18 18:34:12','','','41.90.83.62','loggedin',1),(434,'user','144','2020-11-18 18:55:56','','','41.90.83.62','loggedin',1),(435,'user','144','2020-11-18 19:04:50','','','41.90.83.62','loggedin',1),(436,'user','144','2020-11-18 19:16:09','','','41.90.83.62','loggedin',1),(437,'user','144','2020-11-18 19:53:14','','','41.90.83.62','loggedin',1),(438,'user','10','2020-11-18 20:30:10','','','41.90.81.99','loggedin',1),(439,'user','11','2020-11-18 20:39:09','','','41.90.83.62','loggedin',1),(440,'user','11','2020-11-18 21:08:18','','','41.90.83.62','loggedin',1),(441,'user','11','2020-11-18 21:09:02','','','41.90.83.62','loggedin',1),(442,'user','144','2020-11-19 08:04:02','2020-11-19 08:27:22','','41.80.200.104','loggedin',1),(443,'user','11','2020-11-19 08:28:06','','','41.80.200.104','loggedin',1),(444,'user','144','2020-11-19 08:56:01','','','41.80.200.104','loggedin',1),(445,'user','144','2020-11-19 09:14:02','','','41.80.200.104','loggedin',1),(446,'user','11','2020-11-19 09:14:45','','','41.80.200.104','loggedin',1),(447,'user','144','2020-11-19 09:31:27','','','41.80.200.104','loggedin',1),(448,'user','11','2020-11-19 09:50:15','','','41.80.200.104','loggedin',1),(449,'user','11','2020-11-19 09:55:01','2020-11-19 10:04:42','','41.80.200.104','loggedin',1),(450,'admin','1','2020-11-19 09:56:37','','','105.160.106.104','loggedin',1),(451,'admin','1','2020-11-19 09:57:15','','','105.160.106.104','loggedin',1),(452,'user','144','2020-11-19 10:04:56','','','41.80.200.104','loggedin',1),(453,'user','144','2020-11-19 10:06:03','','','41.80.200.104','loggedin',1),(454,'user','11','2020-11-19 10:19:17','2020-11-19 10:24:01','','41.80.200.104','loggedin',1),(455,'user','10','2020-11-19 10:22:22','','','41.80.183.59','loggedin',1),(456,'user','11','2020-11-19 10:24:21','2020-11-19 10:48:23','','41.80.200.104','loggedin',1),(457,'user','144','2020-11-19 10:48:59','2020-11-19 10:51:31','','41.80.200.104','loggedin',1),(458,'user','144','2020-11-19 10:52:09','2020-11-19 10:55:13','','41.80.200.104','loggedin',1),(459,'user','11','2020-11-19 10:55:32','2020-11-19 11:16:22','','41.80.200.104','loggedin',1),(460,'user','11','2020-11-19 11:16:45','2020-11-19 11:20:24','','41.80.200.104','loggedin',1),(461,'user','11','2020-11-19 11:20:51','','','41.80.200.104','loggedin',1),(462,'user','144','2020-11-19 11:55:54','','','41.80.200.104','loggedin',1),(463,'user','11','2020-11-19 12:10:57','','','41.80.200.104','loggedin',1),(464,'user','144','2020-11-19 12:25:52','','','41.80.200.104','loggedin',1),(465,'user','144','2020-11-19 12:34:56','','','41.80.200.104','loggedin',1),(466,'user','144','2020-11-19 12:39:41','','','41.80.200.104','loggedin',1),(467,'user','144','2020-11-19 12:53:38','','','41.80.200.104','loggedin',1),(468,'user','144','2020-11-19 13:08:08','','','41.80.200.104','loggedin',1),(469,'user','144','2020-11-19 13:20:17','','','41.80.200.104','loggedin',1),(470,'user','144','2020-11-19 13:54:09','','','41.80.200.104','loggedin',1),(471,'user','144','2020-11-19 14:06:55','','','41.80.200.104','loggedin',1),(472,'user','144','2020-11-19 14:16:21','','','41.80.200.104','loggedin',1),(473,'user','144','2020-11-19 14:38:03','','','41.80.200.104','loggedin',1),(474,'user','144','2020-11-19 14:42:39','','','41.80.200.104','loggedin',1),(475,'user','144','2020-11-19 15:27:45','2020-11-19 15:29:18','','41.80.200.104','loggedin',1),(476,'user','144','2020-11-19 15:29:37','','','41.80.200.104','loggedin',1),(477,'user','144','2020-11-19 15:38:01','','','41.80.200.104','loggedin',1),(478,'user','144','2020-11-19 16:17:03','','','41.80.200.104','loggedin',1),(479,'user','144','2020-11-19 16:59:43','','','41.80.200.104','loggedin',1),(480,'user','144','2020-11-19 17:23:01','','','41.80.200.104','loggedin',1),(481,'user','144','2020-11-19 17:35:52','','','41.80.200.104','loggedin',1),(482,'user','144','2020-11-19 17:38:02','','','41.80.200.104','loggedin',1),(483,'user','144','2020-11-19 17:58:17','','','41.80.200.104','loggedin',1),(484,'user','144','2020-11-19 18:07:25','','','41.80.200.104','loggedin',1),(485,'user','144','2020-11-19 19:07:40','','','41.80.200.104','loggedin',1),(486,'user','144','2020-11-19 19:17:33','','','41.80.200.104','loggedin',1),(487,'user','11','2020-11-19 19:36:29','2020-11-19 19:36:42','','41.80.200.104','loggedin',1),(488,'user','11','2020-11-19 19:37:49','2020-11-19 19:37:57','','41.80.200.104','loggedin',1),(489,'user','144','2020-11-19 19:38:09','2020-11-19 19:39:54','','41.80.200.104','loggedin',1),(490,'user','11','2020-11-19 19:41:47','','','41.80.200.104','loggedin',1),(491,'user','11','2020-11-19 19:48:51','','','41.80.200.104','loggedin',1),(492,'user','144','2020-11-19 19:50:26','','','41.80.200.104','loggedin',1),(493,'user','144','2020-11-19 19:52:15','','','41.80.200.104','loggedin',1),(494,'user','144','2020-11-19 20:10:15','','','41.80.200.104','loggedin',1),(495,'user','144','2020-11-19 20:26:31','2020-11-19 20:52:24','','41.80.200.104','loggedin',1),(496,'user','10','2020-11-19 20:37:13','','','41.80.183.59','loggedin',1),(497,'user','10','2020-11-19 20:39:24','','','41.80.183.59','loggedin',1),(498,'user','10','2020-11-19 20:44:27','','','41.80.183.59','loggedin',1),(499,'user','11','2020-11-19 20:52:44','2020-11-19 20:54:37','','41.80.200.104','loggedin',1),(500,'user','11','2020-11-19 20:54:57','','','41.80.200.104','loggedin',1),(501,'user','10','2020-11-19 20:57:30','','','41.80.183.59','loggedin',1),(502,'user','10','2020-11-19 21:10:37','','','41.80.183.59','loggedin',1),(503,'user','10','2020-11-19 21:38:38','','','41.80.183.59','loggedin',1),(504,'user','10','2020-11-19 21:46:31','','','41.80.183.59','loggedin',1),(505,'user','10','2020-11-19 21:52:24','','','41.80.183.59','loggedin',1),(506,'user','144','2020-11-20 08:37:38','','','41.80.44.129','loggedin',1),(507,'user','144','2020-11-20 08:39:36','','','41.80.44.129','loggedin',1),(508,'user','144','2020-11-20 08:49:14','','','41.80.44.129','loggedin',1),(509,'user','11','2020-11-20 08:53:21','','','41.80.44.129','loggedin',1),(510,'user','144','2020-11-20 08:55:51','','','41.80.44.129','loggedin',1),(511,'user','144','2020-11-20 10:38:15','','','41.80.44.129','loggedin',1),(512,'user','144','2020-11-20 10:38:17','','','41.80.44.129','loggedin',1),(513,'user','144','2020-11-20 11:11:13','2020-11-20 11:13:28','','41.80.44.129','loggedin',1),(514,'user','11','2020-11-20 11:13:59','','','41.80.44.129','loggedin',1),(515,'user','144','2020-11-20 11:19:06','','','41.80.44.129','loggedin',1),(516,'user','11','2020-11-20 11:23:14','','','41.80.44.129','loggedin',1),(517,'user','144','2020-11-20 11:39:08','2020-11-20 11:45:28','','41.80.44.129','loggedin',1),(518,'user','144','2020-11-20 11:45:45','2020-11-20 11:48:41','','41.80.44.129','loggedin',1),(519,'user','144','2020-11-20 11:51:05','','','41.80.44.129','loggedin',1),(520,'user','10','2020-11-20 11:59:34','','','41.80.46.40','loggedin',1),(521,'user','144','2020-11-20 12:04:17','','','41.80.44.129','loggedin',1),(522,'user','10','2020-11-20 12:21:25','','','41.80.46.40','loggedin',1),(523,'user','144','2020-11-20 12:25:21','2020-11-20 12:40:01','','41.80.44.129','loggedin',1),(524,'user','144','2020-11-20 12:40:18','2020-11-20 13:12:00','','41.80.44.129','loggedin',1),(525,'user','144','2020-11-20 13:12:15','2020-11-20 13:14:44','','41.80.44.129','loggedin',1),(526,'user','144','2020-11-20 13:14:56','','','41.80.44.129','loggedin',1),(527,'user','144','2020-11-20 14:14:52','','','41.80.44.129','loggedin',1),(528,'user','10','2020-11-20 14:20:30','','','41.80.46.40','loggedin',1),(529,'user','144','2020-11-20 14:58:33','2020-11-20 15:08:08','','41.80.44.129','loggedin',1),(530,'user','144','2020-11-20 15:08:17','','','41.80.44.129','loggedin',1),(531,'user','144','2020-11-20 15:13:10','','','41.80.44.129','loggedin',1),(532,'user','144','2020-11-20 15:16:12','2020-11-20 15:46:54','','41.80.44.129','loggedin',1),(533,'user','144','2020-11-20 15:47:06','','','41.80.44.129','loggedin',1),(534,'user','144','2020-11-20 16:03:41','2020-11-20 16:28:27','','41.80.44.129','loggedin',1),(535,'user','10','2020-11-20 16:17:10','','','41.80.46.40','loggedin',1),(536,'user','144','2020-11-20 16:28:38','','','41.80.44.129','loggedin',1),(537,'user','144','2020-11-20 16:31:55','2020-11-20 17:21:39','','41.80.44.129','loggedin',1),(538,'user','10','2020-11-20 17:11:43','','','41.80.46.40','loggedin',1),(539,'user','144','2020-11-20 17:21:49','2020-11-20 17:55:46','','41.80.44.129','loggedin',1),(540,'user','144','2020-11-20 17:55:58','','','41.80.44.129','loggedin',1),(541,'user','144','2020-11-20 18:51:17','2020-11-20 18:53:25','','41.80.44.129','loggedin',1),(542,'user','144','2020-11-20 18:53:44','2020-11-20 18:56:54','','41.80.44.129','loggedin',1),(543,'user','144','2020-11-20 18:57:06','','','41.80.44.129','loggedin',1),(544,'user','144','2020-11-21 10:41:45','','','41.80.41.249','loggedin',1),(545,'user','144','2020-11-21 10:46:33','2020-11-21 10:48:35','','41.80.41.249','loggedin',1),(546,'user','144','2020-11-21 10:48:45','','','41.80.41.249','loggedin',1),(547,'user','10','2020-11-21 11:52:39','','','105.160.30.17','loggedin',1),(548,'user','144','2020-11-21 12:38:27','','','105.162.24.46','loggedin',1),(549,'user','144','2020-11-21 13:16:55','2020-11-21 13:20:33','','105.162.24.46','loggedin',1),(550,'user','144','2020-11-21 13:20:45','','','105.162.24.46','loggedin',1),(551,'user','144','2020-11-21 13:27:01','','','105.162.24.46','loggedin',1),(552,'user','144','2020-11-21 14:24:06','','','105.162.24.46','loggedin',1),(553,'user','144','2020-11-21 15:00:05','','','105.162.24.46','loggedin',1),(554,'user','144','2020-11-21 19:28:53','2020-11-21 19:31:15','','105.162.10.11','loggedin',1),(555,'user','144','2020-11-21 19:31:26','2020-11-21 19:33:08','','105.162.10.11','loggedin',1),(556,'user','144','2020-11-21 19:33:20','2020-11-21 19:34:48','','105.162.10.11','loggedin',1),(557,'user','144','2020-11-21 19:34:58','2020-11-21 19:36:39','','105.162.10.11','loggedin',1),(558,'user','144','2020-11-21 19:37:01','','','105.162.10.11','loggedin',1),(559,'user','144','2020-11-21 19:42:23','2020-11-21 19:44:11','','105.162.10.11','loggedin',1),(560,'user','144','2020-11-21 19:44:23','2020-11-21 19:47:06','','105.162.10.11','loggedin',1),(561,'user','144','2020-11-21 19:47:20','2020-11-21 19:51:47','','105.162.10.11','loggedin',1),(562,'user','144','2020-11-21 19:51:59','2020-11-21 19:53:25','','105.162.10.11','loggedin',1),(563,'user','144','2020-11-21 19:53:40','2020-11-21 20:12:15','','105.162.10.11','loggedin',1),(564,'user','144','2020-11-21 20:12:48','2020-11-21 20:18:37','','105.162.10.11','loggedin',1),(565,'user','144','2020-11-21 20:18:48','2020-11-21 20:21:06','','105.162.10.11','loggedin',1),(566,'user','144','2020-11-21 20:21:31','2020-11-21 20:23:33','','105.162.10.11','loggedin',1),(567,'user','144','2020-11-21 20:23:47','2020-11-21 20:25:49','','105.162.10.11','loggedin',1),(568,'user','144','2020-11-21 20:26:27','','','105.162.10.11','loggedin',1),(569,'user','10','2020-11-21 20:44:22','','','105.162.2.243','loggedin',1),(570,'user','144','2020-11-21 20:53:47','2020-11-21 20:57:01','','105.162.10.11','loggedin',1),(571,'user','144','2020-11-21 20:57:18','2020-11-21 20:59:02','','105.162.10.11','loggedin',1),(572,'user','144','2020-11-21 20:59:38','2020-11-21 21:03:09','','105.162.10.11','loggedin',1),(573,'user','144','2020-11-21 21:03:39','','','105.162.10.11','loggedin',1),(574,'user','144','2020-11-21 21:06:35','2020-11-21 21:11:13','','105.162.10.11','loggedin',1),(575,'user','144','2020-11-21 21:11:35','2020-11-21 21:13:22','','105.162.10.11','loggedin',1),(576,'user','10','2020-11-22 09:37:45','','','105.162.2.243','loggedin',1),(577,'user','144','2020-11-22 09:46:42','2020-11-22 09:48:19','','105.162.10.11','loggedin',1),(578,'user','144','2020-11-22 09:49:14','','','105.162.10.11','loggedin',1),(579,'user','10','2020-11-22 09:53:23','2020-11-22 10:00:18','','105.162.2.243','loggedin',1),(580,'user','10','2020-11-22 10:00:40','','','105.162.2.243','loggedin',1),(581,'user','10','2020-11-22 10:18:28','','','105.162.2.243','loggedin',1),(582,'user','144','2020-11-22 10:21:20','2020-11-22 11:05:22','','105.162.10.11','loggedin',1),(583,'user','144','2020-11-22 11:05:32','2020-11-22 12:09:13','','105.162.10.11','loggedin',1),(584,'user','10','2020-11-22 11:42:39','','','105.162.2.243','loggedin',1),(585,'user','144','2020-11-22 12:09:55','2020-11-22 12:13:44','','105.162.10.11','loggedin',1),(586,'user','144','2020-11-22 12:13:57','','','105.162.10.11','loggedin',1),(587,'user','10','2020-11-22 12:19:44','','','105.162.2.243','loggedin',1),(588,'user','144','2020-11-22 12:39:09','','','105.162.10.11','loggedin',1),(589,'user','144','2020-11-22 12:53:33','','','105.162.10.11','loggedin',1),(590,'user','10','2020-11-22 12:54:38','','','105.162.2.243','loggedin',1),(591,'user','144','2020-11-22 13:14:31','','','105.162.10.11','loggedin',1),(592,'user','144','2020-11-22 14:14:34','','','105.162.10.11','loggedin',1),(593,'user','144','2020-11-22 14:31:37','2020-11-22 14:33:19','','105.162.10.11','loggedin',1),(594,'user','144','2020-11-22 14:33:34','','','105.162.10.11','loggedin',1),(595,'user','144','2020-11-22 15:31:49','2020-11-22 15:34:40','','105.162.10.11','loggedin',1),(596,'user','144','2020-11-22 15:34:50','2020-11-22 15:37:54','','105.162.10.11','loggedin',1),(597,'user','144','2020-11-22 15:38:12','2020-11-22 15:47:32','','105.162.10.11','loggedin',1),(598,'user','144','2020-11-22 15:47:49','','','105.162.10.11','loggedin',1),(599,'user','144','2020-11-22 16:11:06','2020-11-22 16:22:27','','105.162.10.11','loggedin',1),(600,'user','144','2020-11-22 16:22:42','','','105.162.10.11','loggedin',1),(601,'user','144','2020-11-22 16:38:31','','','105.162.10.11','loggedin',1),(602,'user','10','2020-11-22 16:54:39','','','105.162.2.243','loggedin',1),(603,'user','12','2020-11-22 17:49:52','2020-11-22 18:26:40','','105.162.10.11','loggedin',1),(604,'user','144','2020-11-22 18:26:59','','','105.162.10.11','loggedin',1),(605,'user','144','2020-11-22 18:48:43','2020-11-22 18:54:38','','105.162.10.11','loggedin',1),(606,'user','10','2020-11-22 18:50:11','','','105.162.2.243','loggedin',1),(607,'user','144','2020-11-22 18:54:48','2020-11-22 20:10:17','','105.162.10.11','loggedin',1),(608,'user','144','2020-11-22 20:10:28','','','105.162.10.11','loggedin',1),(609,'user','144','2020-11-22 20:18:20','','','105.162.10.11','loggedin',1),(610,'user','11','2020-11-22 20:39:13','','','105.162.10.11','loggedin',1),(611,'user','10','2020-11-23 04:12:18','','','105.162.2.243','loggedin',1),(612,'user','11','2020-11-23 08:16:30','','','105.162.10.11','loggedin',1),(613,'user','10','2020-11-23 09:07:37','','','105.162.2.243','loggedin',1),(614,'user','11','2020-11-23 09:32:44','2020-11-23 09:43:21','','105.162.10.11','loggedin',1),(615,'user','144','2020-11-23 09:43:39','','','105.162.10.11','loggedin',1),(616,'user','144','2020-11-23 09:59:22','','','105.162.10.11','loggedin',1),(617,'user','10','2020-11-23 10:21:32','','','105.162.2.243','loggedin',1),(618,'user','144','2020-11-23 10:24:20','2020-11-23 10:26:36','','105.162.10.11','loggedin',1),(619,'user','144','2020-11-23 10:26:48','','','105.162.10.11','loggedin',1),(620,'user','144','2020-11-23 10:29:55','','','105.162.10.11','loggedin',1),(621,'user','144','2020-11-23 11:28:08','','','105.162.10.11','loggedin',1),(622,'user','144','2020-11-23 11:36:45','','','105.162.10.11','loggedin',1),(623,'user','144','2020-11-23 12:05:09','','','105.162.10.11','loggedin',1),(624,'user','144','2020-11-23 12:50:00','2020-11-23 12:51:48','','105.162.10.11','loggedin',1),(625,'user','144','2020-11-23 12:52:01','','','105.162.10.11','loggedin',1),(626,'user','144','2020-11-23 13:33:43','','','105.162.10.11','loggedin',1),(627,'user','144','2020-11-23 13:42:11','2020-11-23 14:21:10','','105.162.10.11','loggedin',1),(628,'user','144','2020-11-23 14:21:31','','','105.162.10.11','loggedin',1),(629,'user','144','2020-11-23 14:52:41','','','105.162.10.11','loggedin',1),(630,'user','144','2020-11-23 15:26:54','','','105.162.10.11','loggedin',1),(631,'user','11','2020-11-23 15:32:34','','','105.162.10.11','loggedin',1),(632,'user','144','2020-11-23 15:48:22','2020-11-23 15:51:29','','105.162.10.11','loggedin',1),(633,'user','10','2020-11-23 15:50:19','','','105.162.2.243','loggedin',1),(634,'user','144','2020-11-23 15:51:39','','','105.162.10.11','loggedin',1),(635,'user','144','2020-11-23 16:27:15','','','105.162.10.11','loggedin',1),(636,'user','144','2020-11-23 17:00:47','','','105.162.10.11','loggedin',1),(637,'user','144','2020-11-23 17:27:03','','','105.162.10.11','loggedin',1),(638,'user','144','2020-11-23 17:41:05','','','105.162.10.11','loggedin',1),(639,'user','144','2020-11-23 17:52:34','','','105.162.10.11','loggedin',1),(640,'user','144','2020-11-23 18:21:29','2020-11-23 18:23:07','','105.162.10.11','loggedin',1),(641,'user','144','2020-11-23 18:23:36','2020-11-23 18:43:32','','105.162.10.11','loggedin',1),(642,'user','144','2020-11-23 18:59:27','','','105.162.10.11','loggedin',1),(643,'user','144','2020-11-23 20:14:58','2020-11-23 20:16:07','','105.162.10.11','loggedin',1),(644,'user','144','2020-11-23 20:16:38','','','105.162.10.11','loggedin',1),(645,'user','10','2020-11-23 20:33:30','','','105.162.2.243','loggedin',1),(646,'user','10','2020-11-23 20:44:36','','','105.162.2.243','loggedin',1),(647,'user','144','2020-11-23 20:48:46','','','105.162.10.11','loggedin',1),(648,'user','144','2020-11-23 20:49:23','','','105.162.10.11','loggedin',1),(649,'user','144','2020-11-23 20:51:50','2020-11-23 20:52:40','','105.162.10.11','loggedin',1),(650,'user','144','2020-11-24 07:44:30','','','105.162.10.11','loggedin',1),(651,'user','144','2020-11-24 07:46:49','','','105.162.10.11','loggedin',1),(652,'user','144','2020-11-24 08:59:26','2020-11-24 09:06:56','','105.162.10.11','loggedin',1),(653,'user','144','2020-11-24 09:07:14','','','105.162.10.11','loggedin',1),(654,'user','144','2020-11-24 09:40:06','','','105.162.10.11','loggedin',1),(655,'user','144','2020-11-24 10:50:55','2020-11-24 10:52:08','','105.162.10.11','loggedin',1),(656,'user','144','2020-11-24 10:52:24','','','105.162.10.11','loggedin',1),(657,'user','144','2020-11-24 11:33:59','2020-11-24 11:57:43','','105.162.10.11','loggedin',1),(658,'user','144','2020-11-24 11:57:57','','','105.162.10.11','loggedin',1),(659,'user','144','2020-11-24 12:24:17','','','105.162.10.11','loggedin',1),(660,'user','144','2020-11-24 12:42:08','','','105.162.10.11','loggedin',1),(661,'user','144','2020-11-24 13:25:12','','','105.162.10.11','loggedin',1),(662,'user','144','2020-11-24 13:27:22','','','105.162.10.11','loggedin',1),(663,'user','144','2020-11-24 14:19:08','','','105.162.10.11','loggedin',1),(664,'user','144','2020-11-24 15:36:52','2020-11-24 15:50:24','','105.162.10.11','loggedin',1),(665,'user','144','2020-11-24 15:50:36','','','105.162.10.11','loggedin',1),(666,'user','144','2020-11-24 16:07:29','2020-11-24 16:24:19','','105.162.10.11','loggedin',1),(667,'user','144','2020-11-24 16:24:42','','','105.162.10.11','loggedin',1),(668,'user','144','2020-11-24 17:04:38','','','105.162.10.11','loggedin',1),(669,'user','144','2020-11-24 18:05:37','','','105.162.10.11','loggedin',1),(670,'user','144','2020-11-24 18:49:07','','','105.162.10.11','loggedin',1),(671,'user','144','2020-11-24 18:58:43','2020-11-24 19:03:30','','105.162.10.11','loggedin',1),(672,'user','144','2020-11-24 19:04:26','2020-11-24 19:05:23','','105.162.10.11','loggedin',1),(673,'user','144','2020-11-24 19:08:11','','','105.162.10.11','loggedin',1),(674,'user','144','2020-11-24 19:32:50','2020-11-24 19:39:54','','105.162.10.11','loggedin',1),(675,'user','144','2020-11-24 19:40:43','','','105.162.10.11','loggedin',1),(676,'user','144','2020-11-24 20:26:14','','','105.162.10.11','loggedin',1),(677,'user','144','2020-11-24 20:30:52','','','105.162.10.11','loggedin',1),(678,'user','144','2020-11-24 20:33:28','','','105.162.10.11','loggedin',1),(679,'user','144','2020-11-24 20:44:24','','','105.162.10.11','loggedin',1),(680,'user','10','2020-11-24 20:45:22','','','105.162.2.243','loggedin',1),(681,'user','144','2020-11-24 20:54:08','','','105.162.10.11','loggedin',1),(682,'admin','1','2020-11-25 08:38:36','2020-11-25 08:39:14','','154.70.45.46','loggedin',1),(683,'user','144','2020-11-25 08:40:44','','','105.162.10.11','loggedin',1),(684,'user','144','2020-11-25 08:44:31','2020-11-25 08:48:37','','105.162.10.11','loggedin',1),(685,'user','144','2020-11-25 09:12:33','2020-11-25 09:28:29','','105.162.10.11','loggedin',1),(686,'user','144','2020-11-25 09:44:01','','','105.162.10.11','loggedin',1),(687,'user','144','2020-11-25 09:46:44','','','105.162.10.11','loggedin',1),(688,'user','144','2020-11-25 10:04:05','2020-11-25 10:36:04','','105.162.10.11','loggedin',1),(689,'user','144','2020-11-25 10:36:17','2020-11-25 10:38:19','','105.162.10.11','loggedin',1),(690,'user','144','2020-11-25 10:55:58','','','105.162.10.11','loggedin',1),(691,'user','144','2020-11-25 11:39:43','','','105.162.10.11','loggedin',1),(692,'user','144','2020-11-25 11:53:54','','','105.162.10.11','loggedin',1),(693,'user','144','2020-11-25 12:20:00','2020-11-25 12:22:24','','105.162.10.11','loggedin',1),(694,'user','144','2020-11-25 12:30:55','','','105.162.10.11','loggedin',1),(695,'user','144','2020-11-25 13:11:29','','','105.162.10.11','loggedin',1),(696,'user','144','2020-11-25 13:48:40','','','105.162.10.11','loggedin',1),(697,'user','144','2020-11-25 13:54:53','','','105.162.10.11','loggedin',1),(698,'user','144','2020-11-25 14:04:57','2020-11-25 14:06:36','','105.162.10.11','loggedin',1),(699,'user','144','2020-11-25 14:07:07','','','105.162.10.11','loggedin',1),(700,'user','144','2020-11-25 14:43:47','2020-11-25 15:14:03','','105.162.10.11','loggedin',1),(701,'user','144','2020-11-25 15:14:14','2020-11-25 15:42:20','','105.162.10.11','loggedin',1),(702,'user','144','2020-11-25 15:42:33','2020-11-25 15:44:50','','105.162.10.11','loggedin',1),(703,'user','144','2020-11-25 15:45:03','','','105.162.10.11','loggedin',1),(704,'user','144','2020-11-25 16:24:28','','','105.162.10.11','loggedin',1),(705,'user','144','2020-11-25 16:39:00','','','105.162.10.11','loggedin',1),(706,'user','144','2020-11-25 16:44:32','','','105.162.10.11','loggedin',1),(707,'user','144','2020-11-25 16:52:12','2020-11-25 16:53:41','','105.162.10.11','loggedin',1),(708,'user','144','2020-11-25 16:53:52','2020-11-25 16:56:53','','105.162.10.11','loggedin',1),(709,'user','144','2020-11-25 17:03:45','','','105.162.10.11','loggedin',1),(710,'user','144','2020-11-25 17:34:00','','','105.162.10.11','loggedin',1),(711,'user','144','2020-11-25 17:55:10','2020-11-25 18:11:10','','105.162.10.11','loggedin',1),(712,'user','144','2020-11-25 18:12:39','','','105.162.10.11','loggedin',1),(713,'user','144','2020-11-25 18:20:03','','','105.162.10.11','loggedin',1),(714,'user','144','2020-11-25 18:34:23','2020-11-25 18:36:23','','105.162.10.11','loggedin',1),(715,'user','144','2020-11-25 18:37:01','','','105.162.10.11','loggedin',1),(716,'user','144','2020-11-25 18:48:54','2020-11-25 18:55:03','','105.162.10.11','loggedin',1),(717,'user','144','2020-11-25 18:55:19','','','105.162.10.11','loggedin',1),(718,'user','144','2020-11-25 18:56:56','','','105.162.10.11','loggedin',1),(719,'user','144','2020-11-25 19:11:39','','','105.162.10.11','loggedin',1),(720,'user','144','2020-11-25 19:17:08','','','105.162.10.11','loggedin',1),(721,'user','144','2020-11-25 19:51:10','','','105.162.10.11','loggedin',1),(722,'user','144','2020-11-25 20:08:04','','','105.162.10.11','loggedin',1),(723,'user','144','2020-11-25 20:18:16','2020-11-25 20:55:43','','105.162.10.11','loggedin',1),(724,'user','10','2020-11-25 20:33:00','','','105.162.2.243','loggedin',1),(725,'user','144','2020-11-25 20:56:02','','','105.162.10.11','loggedin',1),(726,'user','144','2020-11-26 08:23:28','','','41.80.165.74','loggedin',1),(727,'user','144','2020-11-26 08:36:29','2020-11-26 08:37:59','','41.80.165.74','loggedin',1),(728,'user','144','2020-11-26 08:38:12','','','41.80.165.74','loggedin',1),(729,'user','144','2020-11-26 08:59:19','','','41.80.165.74','loggedin',1),(730,'user','144','2020-11-26 09:32:52','2020-11-26 10:09:15','','41.80.165.74','loggedin',1),(731,'user','144','2020-11-26 10:09:33','','','41.80.165.74','loggedin',1),(732,'user','144','2020-11-26 10:15:43','2020-11-26 10:17:44','','41.80.165.74','loggedin',1),(733,'user','144','2020-11-26 10:52:29','2020-11-26 10:59:10','','41.80.165.74','loggedin',1),(734,'user','144','2020-11-26 11:02:00','','','41.80.165.74','loggedin',1),(735,'user','144','2020-11-26 11:50:09','2020-11-26 11:51:44','','41.80.165.74','loggedin',1),(736,'user','144','2020-11-26 11:51:54','','','41.80.165.74','loggedin',1),(737,'user','144','2020-11-26 12:06:17','2020-11-26 12:10:59','','41.80.165.74','loggedin',1),(738,'user','144','2020-11-26 12:21:40','2020-11-26 12:30:17','','41.80.165.74','loggedin',1),(739,'user','144','2020-11-26 12:30:29','2020-11-26 12:33:44','','41.80.165.74','loggedin',1),(740,'user','144','2020-11-26 12:47:46','2020-11-26 13:10:50','','41.80.165.74','loggedin',1),(741,'user','144','2020-11-26 13:42:31','','','41.80.165.74','loggedin',1),(742,'user','144','2020-11-26 13:45:37','','','41.80.165.74','loggedin',1),(743,'user','144','2020-11-26 15:13:27','','','41.80.165.74','loggedin',1),(744,'user','144','2020-11-26 15:14:30','','','41.80.165.74','loggedin',1),(745,'user','144','2020-11-26 15:43:20','2020-11-26 15:45:13','','41.80.165.74','loggedin',1),(746,'user','144','2020-11-26 15:45:51','2020-11-26 15:48:55','','41.80.165.74','loggedin',1),(747,'user','144','2020-11-26 15:49:07','2020-11-26 15:58:07','','41.80.165.74','loggedin',1),(748,'user','144','2020-11-26 15:59:17','','','41.80.165.74','loggedin',1),(749,'user','144','2020-11-26 16:10:09','','','41.80.165.74','loggedin',1),(750,'user','144','2020-11-26 16:46:14','2020-11-26 17:08:10','','41.80.165.74','loggedin',1),(751,'user','144','2020-11-26 17:08:25','','','41.80.165.74','loggedin',1),(752,'user','144','2020-11-26 17:14:43','2020-11-26 17:32:06','','41.80.165.74','loggedin',1),(753,'user','144','2020-11-26 17:33:15','2020-11-26 17:36:07','','41.80.165.74','loggedin',1),(754,'user','144','2020-11-26 17:36:18','2020-11-26 17:37:58','','41.80.165.74','loggedin',1),(755,'user','144','2020-11-26 17:38:15','','','41.80.165.74','loggedin',1),(756,'user','144','2020-11-26 19:32:01','2020-11-26 19:34:10','','41.80.165.74','loggedin',1),(757,'user','144','2020-11-26 19:34:18','2020-11-26 19:37:52','','41.80.165.74','loggedin',1),(758,'user','144','2020-11-26 19:38:12','2020-11-26 19:39:29','','41.80.165.74','loggedin',1),(759,'user','144','2020-11-26 19:39:44','2020-11-26 19:51:51','','41.80.165.74','loggedin',1),(760,'user','144','2020-11-26 19:52:29','','','41.80.165.74','loggedin',1),(761,'user','144','2020-11-26 19:55:41','','','41.80.165.74','loggedin',1),(762,'user','10','2020-11-26 20:35:48','','','41.80.187.63','loggedin',1),(763,'user','144','2020-11-27 08:54:32','2020-11-27 09:04:26','','41.80.165.74','loggedin',1),(764,'user','144','2020-11-27 09:04:36','2020-11-27 10:03:20','','41.80.165.74','loggedin',1),(765,'user','144','2020-11-27 10:03:31','2020-11-27 10:45:02','','41.80.165.74','loggedin',1),(766,'user','144','2020-11-27 10:45:20','2020-11-27 10:47:15','','41.80.165.74','loggedin',1),(767,'user','144','2020-11-27 10:47:24','','','41.80.165.74','loggedin',1),(768,'user','144','2020-11-27 11:30:56','2020-11-27 13:05:52','','41.80.165.74','loggedin',1),(769,'user','144','2020-11-27 13:06:02','2020-11-27 13:09:01','','41.80.165.74','loggedin',1),(770,'user','144','2020-11-27 13:09:13','','','41.80.165.74','loggedin',1),(771,'user','144','2020-11-27 13:09:43','2020-11-27 13:11:14','','41.80.165.74','loggedin',1),(772,'user','144','2020-11-27 13:11:30','2020-11-27 13:58:12','','41.80.165.74','loggedin',1),(773,'user','144','2020-11-27 13:58:23','2020-11-27 14:34:54','','41.80.165.74','loggedin',1),(774,'user','144','2020-11-27 14:35:08','2020-11-27 14:48:56','','41.80.165.74','loggedin',1),(775,'user','144','2020-11-27 15:42:02','','','41.80.165.74','loggedin',1),(776,'user','144','2020-11-27 15:56:36','','','41.80.165.74','loggedin',1),(777,'user','144','2020-11-27 16:08:24','','','41.80.165.74','loggedin',1),(778,'user','144','2020-11-27 16:37:27','','','41.80.165.74','loggedin',1),(779,'user','144','2020-11-27 16:50:41','','','41.80.165.74','loggedin',1),(780,'user','144','2020-11-27 17:18:28','','','41.80.165.74','loggedin',1),(781,'user','144','2020-11-27 17:45:52','2020-11-27 17:51:42','','41.80.165.74','loggedin',1),(782,'user','144','2020-11-27 17:52:03','2020-11-27 17:53:57','','41.80.165.74','loggedin',1),(783,'user','144','2020-11-27 17:54:09','2020-11-27 18:07:31','','41.80.165.74','loggedin',1),(784,'user','144','2020-11-27 18:07:45','2020-11-27 18:22:36','','41.80.165.74','loggedin',1),(785,'user','144','2020-11-27 18:23:03','2020-11-27 18:26:22','','41.80.165.74','loggedin',1),(786,'user','144','2020-11-27 18:26:35','2020-11-27 18:46:34','','41.80.165.74','loggedin',1),(787,'user','144','2020-11-27 18:46:48','2020-11-27 18:50:05','','41.80.165.74','loggedin',1),(788,'user','144','2020-11-27 18:50:14','2020-11-27 19:02:32','','41.80.165.74','loggedin',1),(789,'user','144','2020-11-27 19:02:43','2020-11-27 19:06:43','','41.80.165.74','loggedin',1),(790,'user','144','2020-11-27 19:26:41','2020-11-27 20:06:45','','41.80.165.74','loggedin',1),(791,'user','144','2020-11-27 20:06:57','2020-11-27 20:16:41','','41.80.165.74','loggedin',1),(792,'user','144','2020-11-27 20:16:55','2020-11-27 20:38:51','','41.80.165.74','loggedin',1),(793,'user','10','2020-11-27 20:37:45','','','41.80.187.63','loggedin',1),(794,'user','144','2020-11-27 20:54:30','2020-11-27 20:55:57','','41.80.165.74','loggedin',1),(795,'user','144','2020-11-27 21:05:10','','','41.80.165.74','loggedin',1),(796,'user','144','2020-11-28 08:48:19','','','41.80.165.74','loggedin',1),(797,'user','10','2020-11-28 09:28:11','','','41.80.187.63','loggedin',1),(798,'user','144','2020-11-28 09:31:04','2020-11-28 09:32:37','','41.80.165.74','loggedin',1),(799,'user','144','2020-11-28 09:32:54','2020-11-28 10:09:00','','41.80.165.74','loggedin',1),(800,'user','144','2020-11-28 10:09:14','2020-11-28 10:28:59','','41.80.165.74','loggedin',1),(801,'user','10','2020-11-28 10:10:10','','','41.80.187.63','loggedin',1),(802,'user','144','2020-11-28 10:29:10','','','41.80.165.74','loggedin',1),(803,'user','144','2020-11-28 11:14:51','2020-11-28 11:33:29','','41.80.165.74','loggedin',1),(804,'user','144','2020-11-28 11:49:42','','','41.80.165.74','loggedin',1),(805,'user','144','2020-11-28 13:00:51','','','41.80.165.74','loggedin',1),(806,'user','144','2020-11-28 13:26:28','2020-11-28 13:52:47','','41.80.165.74','loggedin',1),(807,'user','144','2020-11-28 14:12:46','','','41.80.165.74','loggedin',1),(808,'user','144','2020-11-28 16:02:03','','','41.80.165.74','loggedin',1),(809,'user','144','2020-11-28 18:12:28','','','41.80.165.74','loggedin',1),(810,'user','10','2020-11-28 18:19:05','','','41.80.187.63','loggedin',1),(811,'user','10','2020-11-28 18:20:08','','','41.80.187.63','loggedin',1),(812,'user','144','2020-11-28 19:33:16','','','41.80.165.74','loggedin',1),(813,'user','144','2020-11-28 20:27:18','','','41.80.165.74','loggedin',1),(814,'user','10','2020-11-28 20:49:29','','','41.80.187.63','loggedin',1),(815,'user','11','2020-11-28 21:01:43','2020-11-28 21:08:41','','41.80.165.74','loggedin',1),(816,'user','11','2020-11-28 21:09:02','2020-11-28 21:11:23','','41.80.165.74','loggedin',1),(817,'user','144','2020-11-28 21:11:37','2020-11-28 21:12:50','','41.80.165.74','loggedin',1),(818,'user','10','2020-11-28 21:26:57','','','41.80.187.63','loggedin',1),(819,'user','144','2020-11-29 09:39:44','','','41.80.173.238','loggedin',1),(820,'user','144','2020-11-29 10:58:14','','','41.80.79.28','loggedin',1),(821,'user','144','2020-11-29 12:22:58','','','41.80.79.28','loggedin',1),(822,'user','144','2020-11-29 12:37:46','','','41.80.26.182','loggedin',1),(823,'user','144','2020-11-29 13:27:42','','','41.80.26.182','loggedin',1),(824,'user','144','2020-11-29 13:55:45','','','41.80.26.182','loggedin',1),(825,'user','144','2020-11-29 17:05:48','','','41.80.26.182','loggedin',1),(826,'user','144','2020-11-29 19:42:35','','','41.80.26.182','loggedin',1),(827,'user','10','2020-11-29 20:34:33','','','41.80.92.95','loggedin',1),(828,'user','11','2020-11-29 20:52:29','','','41.80.26.182','loggedin',1),(829,'user','10','2020-11-29 22:19:39','','','41.80.92.95','loggedin',1),(830,'user','10','2020-11-29 22:21:36','','','41.80.92.95','loggedin',1),(831,'user','10','2020-11-30 07:59:31','','','41.80.78.60','loggedin',1),(832,'user','144','2020-11-30 08:28:24','','','41.80.122.137','loggedin',1),(833,'user','144','2020-11-30 12:26:21','','','41.80.5.180','loggedin',1),(834,'user','144','2020-11-30 13:22:03','','','41.80.5.180','loggedin',1),(835,'user','144','2020-11-30 14:09:34','','','41.80.92.208','loggedin',1),(836,'user','144','2020-11-30 18:17:04','','','41.80.161.160','loggedin',1),(837,'user','144','2020-11-30 18:38:18','','','41.80.161.160','loggedin',1),(838,'user','10','2020-11-30 20:41:07','','','41.80.1.11','loggedin',1),(839,'user','11','2020-11-30 21:07:46','','','41.80.161.160','loggedin',1),(840,'user','11','2020-11-30 21:10:34','','','41.80.161.160','loggedin',1),(841,'user','11','2020-11-30 21:16:05','','','41.80.161.160','loggedin',1),(842,'user','10','2020-11-30 21:37:11','','','41.80.1.11','loggedin',1),(843,'user','144','2020-12-01 08:33:55','','','41.80.161.160','loggedin',1),(844,'user','144','2020-12-01 09:45:51','2020-12-01 10:22:41','','41.80.161.160','loggedin',1),(845,'user','144','2020-12-01 10:23:01','','','41.80.161.160','loggedin',1),(846,'user','144','2020-12-01 12:45:46','','','41.80.161.160','loggedin',1),(847,'user','10','2020-12-01 20:42:00','','','41.80.1.11','loggedin',1),(848,'user','144','2020-12-02 08:24:21','','','41.80.161.160','loggedin',1),(849,'user','144','2020-12-02 18:51:36','','','41.80.161.160','loggedin',1),(850,'user','144','2020-12-02 20:38:27','2020-12-02 20:59:29','','41.80.161.160','loggedin',1),(851,'user','144','2020-12-02 20:59:46','2020-12-02 21:04:05','','41.80.161.160','loggedin',1),(852,'user','144','2020-12-02 21:04:19','2020-12-02 21:05:01','','41.80.161.160','loggedin',1),(853,'user','144','2020-12-02 21:05:18','','','41.80.161.160','loggedin',1),(854,'user','144','2020-12-03 08:32:24','','','41.80.161.160','loggedin',1),(855,'user','144','2020-12-03 08:33:21','','','41.80.161.160','loggedin',1),(856,'user','144','2020-12-03 15:23:32','','','41.80.161.160','loggedin',1),(857,'user','10','2020-12-03 20:37:07','','','41.80.1.11','loggedin',1),(858,'user','144','2020-12-03 20:42:44','2020-12-03 21:05:52','','41.80.81.115','loggedin',1),(859,'user','10','2020-12-03 20:49:16','','','41.80.1.11','loggedin',1),(860,'user','144','2020-12-03 21:17:26','2020-12-03 21:19:29','','41.80.81.115','loggedin',1),(861,'user','144','2020-12-03 21:19:39','','','41.80.81.115','loggedin',1),(862,'user','144','2020-12-04 08:43:06','','','41.80.81.115','loggedin',1),(863,'user','144','2020-12-04 09:23:14','','','41.80.81.115','loggedin',1),(864,'user','144','2020-12-04 11:57:02','2020-12-04 20:57:14','','41.80.81.115','loggedin',1),(865,'user','144','2020-12-04 20:57:37','','','41.80.81.115','loggedin',1),(866,'user','10','2020-12-04 21:03:47','','','41.80.174.194','loggedin',1),(867,'user','144','2020-12-05 08:59:03','','','41.80.81.115','loggedin',1),(868,'user','144','2020-12-05 14:18:51','','','41.80.81.115','loggedin',1),(869,'user','144','2020-12-05 20:46:15','','','41.80.90.98','loggedin',1),(870,'user','144','2020-12-06 09:19:44','','','41.80.90.98','loggedin',1),(871,'user','10','2020-12-06 12:01:50','','','41.80.22.236','loggedin',1),(872,'user','144','2020-12-06 13:53:42','','','41.80.90.98','loggedin',1),(873,'user','10','2020-12-06 17:04:40','','','41.80.22.236','loggedin',1),(874,'user','10','2020-12-06 21:06:10','','','41.80.22.236','loggedin',1),(875,'user','144','2020-12-07 08:41:39','','','41.80.90.98','loggedin',1),(876,'user','144','2020-12-07 09:22:01','2020-12-07 11:15:58','','41.80.90.98','loggedin',1),(877,'user','144','2020-12-07 11:16:22','','','41.80.90.98','loggedin',1),(878,'user','10','2020-12-07 20:49:40','','','41.80.22.236','loggedin',1),(879,'user','144','2020-12-08 09:47:20','','','41.80.119.22','loggedin',1),(880,'user','144','2020-12-08 09:47:46','','','41.80.119.22','loggedin',1),(881,'user','144','2020-12-08 11:54:41','','','41.80.119.99','loggedin',1),(882,'user','144','2020-12-08 16:25:21','','','41.80.119.99','loggedin',1),(883,'user','144','2020-12-09 09:42:21','','','41.80.89.103','loggedin',1),(884,'user','144','2020-12-09 10:11:19','','','41.80.89.103','loggedin',1),(885,'user','144','2020-12-09 10:13:41','','','41.80.89.103','loggedin',1),(886,'user','144','2020-12-09 10:15:43','','','41.80.89.103','loggedin',1),(887,'user','144','2020-12-09 15:32:15','','','41.80.89.103','loggedin',1),(888,'user','144','2020-12-09 16:10:49','','','41.80.89.103','loggedin',1),(889,'user','144','2020-12-09 17:53:27','2020-12-09 20:54:54','','41.80.89.103','loggedin',1),(890,'user','144','2020-12-09 20:55:05','2020-12-09 20:55:27','','41.80.89.103','loggedin',1),(891,'user','10','2020-12-09 21:50:28','','','41.80.167.131','loggedin',1),(892,'user','144','2020-12-10 18:51:28','','','41.80.176.59','loggedin',1),(893,'user','144','2020-12-10 18:51:44','','','41.80.176.59','loggedin',1),(894,'user','144','2020-12-10 18:52:11','','','41.80.176.59','loggedin',1),(895,'user','144','2020-12-10 18:53:15','','','41.80.176.59','loggedin',1),(896,'user','144','2020-12-10 18:54:09','','','41.80.176.59','loggedin',1),(897,'user','144','2020-12-10 18:56:13','','','41.80.176.59','loggedin',1),(898,'user','11','2020-12-10 18:56:48','','','41.80.176.59','loggedin',1),(899,'user','144','2020-12-10 18:58:18','','','41.80.176.59','loggedin',1),(900,'user','144','2020-12-10 19:02:34','','','41.80.176.59','loggedin',1),(901,'user','144','2020-12-10 19:04:54','','','41.80.176.59','loggedin',1),(902,'user','144','2020-12-10 19:08:37','','','41.80.176.59','loggedin',1),(903,'user','144','2020-12-11 08:44:34','2020-12-11 11:40:08','','41.80.176.59','loggedin',1),(904,'user','144','2020-12-11 11:45:29','2020-12-11 20:50:32','','41.80.176.59','loggedin',1),(905,'user','144','2020-12-12 08:26:02','','','41.80.176.59','loggedin',1),(906,'user','144','2020-12-12 17:15:32','','','41.80.176.59','loggedin',1),(907,'user','10','2020-12-12 20:47:18','','','41.80.161.137','loggedin',1),(908,'user','10','2020-12-12 20:48:21','','','41.80.161.137','loggedin',1),(909,'user','144','2020-12-13 10:14:43','','','41.80.176.59','loggedin',1),(910,'user','144','2020-12-13 12:29:29','','','41.80.176.59','loggedin',1),(911,'user','144','2020-12-14 08:57:06','','','41.80.176.59','loggedin',1),(912,'user','144','2020-12-14 12:52:06','','','41.80.176.59','loggedin',1),(913,'user','144','2020-12-14 12:53:17','','','41.80.176.59','loggedin',1),(914,'user','144','2020-12-14 12:54:49','','','41.80.176.59','loggedin',1),(915,'user','10','2020-12-14 14:12:32','','','41.80.161.137','loggedin',1),(916,'user','10','2020-12-14 14:15:30','','','41.80.161.137','loggedin',1),(917,'user','144','2020-12-14 17:41:04','','','41.80.69.233','loggedin',1),(918,'user','144','2020-12-14 21:02:40','2020-12-14 21:14:42','','41.80.69.233','loggedin',1),(919,'user','144','2020-12-14 21:14:55','','','41.80.69.233','loggedin',1),(920,'user','144','2020-12-14 21:15:31','2020-12-14 21:15:37','','41.80.69.233','loggedin',1),(921,'user','11','2020-12-14 21:16:05','2020-12-14 21:23:50','','41.80.69.233','loggedin',1),(922,'user','144','2020-12-14 21:24:07','','','41.80.69.233','loggedin',1),(923,'user','144','2020-12-14 21:27:23','','','41.80.69.233','loggedin',1),(924,'user','144','2020-12-14 21:35:18','','','41.80.69.233','loggedin',1),(925,'user','11','2020-12-14 21:44:39','','','41.80.69.233','loggedin',1),(926,'user','11','2020-12-15 08:19:38','2020-12-15 08:22:14','','41.80.69.233','loggedin',1),(927,'user','11','2020-12-15 08:22:32','2020-12-15 08:38:00','','41.80.69.233','loggedin',1),(928,'user','11','2020-12-15 08:38:21','2020-12-15 09:06:29','','41.80.69.233','loggedin',1),(929,'user','11','2020-12-15 09:06:44','2020-12-15 09:19:10','','41.80.69.233','loggedin',1),(930,'user','11','2020-12-15 09:19:24','','','41.80.69.233','loggedin',1),(931,'user','11','2020-12-15 09:44:23','','','41.80.69.233','loggedin',1),(932,'user','10','2020-12-15 10:35:22','','','41.80.161.137','loggedin',1),(933,'user','11','2020-12-15 10:58:26','2020-12-15 11:01:56','','41.80.69.233','loggedin',1),(934,'user','11','2020-12-15 11:02:15','2020-12-15 11:32:23','','41.80.69.233','loggedin',1),(935,'user','11','2020-12-15 11:33:30','','','41.80.69.233','loggedin',1),(936,'user','11','2020-12-15 11:57:04','2020-12-15 12:14:26','','41.80.69.233','loggedin',1),(937,'user','11','2020-12-15 12:21:17','','','41.80.69.233','loggedin',1),(938,'user','11','2020-12-15 15:06:32','2020-12-15 15:08:21','','41.80.93.71','loggedin',1),(939,'user','11','2020-12-15 15:20:27','2020-12-15 16:48:24','','41.80.93.71','loggedin',1),(940,'user','10','2020-12-15 15:59:27','','','41.80.118.136','loggedin',1),(941,'user','11','2020-12-15 16:52:51','','','41.80.93.71','loggedin',1),(942,'user','11','2020-12-15 16:55:48','','','41.80.93.71','loggedin',1),(943,'user','11','2020-12-15 17:02:03','','','41.80.93.71','loggedin',1),(944,'user','144','2020-12-15 17:07:18','','','41.80.93.71','loggedin',1),(945,'user','11','2020-12-15 17:19:21','2020-12-15 17:47:33','','41.80.93.71','loggedin',1),(946,'user','11','2020-12-15 17:47:54','','','41.80.93.71','loggedin',1),(947,'user','10','2020-12-15 17:59:42','','','41.80.118.136','loggedin',1),(948,'user','11','2020-12-15 19:02:43','2020-12-15 19:15:16','','41.80.93.71','loggedin',1),(949,'user','11','2020-12-15 19:15:51','','','41.80.93.71','loggedin',1),(950,'user','11','2020-12-15 19:33:19','2020-12-15 19:35:57','','41.80.93.71','loggedin',1),(951,'user','11','2020-12-15 19:36:21','2020-12-15 19:38:22','','41.80.93.71','loggedin',1),(952,'user','11','2020-12-15 19:38:43','2020-12-15 19:58:09','','41.80.93.71','loggedin',1),(953,'user','11','2020-12-15 19:58:36','2020-12-15 20:09:43','','41.80.93.71','loggedin',1),(954,'user','11','2020-12-15 20:09:59','2020-12-15 20:13:23','','41.80.93.71','loggedin',1),(955,'user','11','2020-12-15 20:13:43','2020-12-15 20:42:45','','41.80.93.71','loggedin',1),(956,'user','11','2020-12-15 20:45:34','','','41.80.93.71','loggedin',1),(957,'user','11','2020-12-16 09:56:08','2020-12-16 10:01:20','','41.80.93.71','loggedin',1),(958,'user','11','2020-12-16 10:01:32','2020-12-16 10:03:58','','41.80.93.71','loggedin',1),(959,'user','11','2020-12-16 10:39:55','2020-12-16 10:44:35','','41.80.93.71','loggedin',1),(960,'user','11','2020-12-16 10:45:14','2020-12-16 10:53:50','','41.80.93.71','loggedin',1),(961,'user','11','2020-12-16 10:54:33','2020-12-16 11:00:03','','41.80.93.71','loggedin',1),(962,'user','11','2020-12-16 11:08:02','','','41.80.93.71','loggedin',1),(963,'user','11','2020-12-16 11:15:27','','','41.80.93.71','loggedin',1),(964,'user','11','2020-12-16 11:32:25','','','41.80.93.71','loggedin',1),(965,'user','11','2020-12-16 12:00:52','','','41.80.93.71','loggedin',1),(966,'user','11','2020-12-16 13:26:56','2020-12-16 13:29:41','','41.80.93.71','loggedin',1),(967,'user','11','2020-12-16 13:30:00','','','41.80.93.71','loggedin',1),(968,'user','11','2020-12-16 13:49:52','2020-12-16 13:54:37','','41.80.93.71','loggedin',1),(969,'user','11','2020-12-16 13:54:50','2020-12-16 14:29:56','','41.80.93.71','loggedin',1),(970,'user','11','2020-12-16 14:30:52','2020-12-16 14:48:48','','41.80.93.71','loggedin',1),(971,'user','11','2020-12-16 14:49:06','','','41.80.93.71','loggedin',1),(972,'user','11','2020-12-16 15:02:07','2020-12-16 15:07:26','','41.80.93.71','loggedin',1),(973,'user','11','2020-12-16 15:08:10','2020-12-16 15:10:14','','41.80.93.71','loggedin',1),(974,'user','11','2020-12-16 15:10:33','2020-12-16 15:15:19','','41.80.93.71','loggedin',1),(975,'user','11','2020-12-16 15:15:31','2020-12-16 15:21:36','','41.80.93.71','loggedin',1),(976,'user','11','2020-12-16 16:04:30','2020-12-16 17:02:08','','41.80.93.71','loggedin',1),(977,'user','11','2020-12-16 17:02:26','','','41.80.93.71','loggedin',1),(978,'user','11','2020-12-16 17:31:46','','','41.80.93.71','loggedin',1),(979,'user','11','2020-12-16 17:34:18','2020-12-16 17:41:50','','41.80.93.71','loggedin',1),(980,'user','11','2020-12-16 17:52:16','2020-12-16 18:09:20','','41.80.93.71','loggedin',1),(981,'user','11','2020-12-16 18:09:38','2020-12-16 18:11:52','','41.80.93.71','loggedin',1),(982,'user','11','2020-12-16 18:12:08','2020-12-16 18:15:56','','41.80.93.71','loggedin',1),(983,'user','11','2020-12-16 18:16:24','','','41.80.93.71','loggedin',1),(984,'user','11','2020-12-16 18:41:47','2020-12-16 18:44:32','','41.80.93.71','loggedin',1),(985,'user','11','2020-12-16 18:45:00','2020-12-16 18:50:57','','41.80.93.71','loggedin',1),(986,'user','11','2020-12-16 18:51:11','2020-12-16 18:59:33','','41.80.93.71','loggedin',1),(987,'user','11','2020-12-16 19:00:00','2020-12-16 19:02:24','','41.80.93.71','loggedin',1),(988,'user','11','2020-12-16 19:02:42','2020-12-16 19:06:32','','41.80.93.71','loggedin',1),(989,'user','11','2020-12-16 19:06:56','','','41.80.93.71','loggedin',1),(990,'user','11','2020-12-16 19:25:20','','','41.80.93.71','loggedin',1),(991,'user','11','2020-12-16 19:30:37','','','41.80.93.71','loggedin',1),(992,'user','11','2020-12-16 19:51:53','2020-12-16 19:56:35','','41.80.93.71','loggedin',1),(993,'user','11','2020-12-16 20:42:29','','','41.80.93.71','loggedin',1),(994,'user','11','2020-12-16 21:16:12','','','41.80.93.71','loggedin',1),(995,'user','11','2020-12-16 21:16:42','','','41.80.93.71','loggedin',1),(996,'user','10','2020-12-16 21:38:37','','','41.80.118.136','loggedin',1),(997,'user','11','2020-12-17 09:37:31','2020-12-17 09:41:39','','41.80.93.71','loggedin',1),(998,'user','11','2020-12-17 09:43:11','','','41.80.93.71','loggedin',1),(999,'user','11','2020-12-17 10:31:26','','','41.80.93.71','loggedin',1),(1000,'user','11','2020-12-17 12:24:34','2020-12-17 12:53:17','','41.80.93.71','loggedin',1),(1001,'user','11','2020-12-17 12:53:32','','','41.80.93.71','loggedin',1),(1002,'user','11','2020-12-17 13:13:50','','','41.80.93.71','loggedin',1),(1003,'user','11','2020-12-17 14:03:39','','','41.80.93.71','loggedin',1),(1004,'user','11','2020-12-17 14:05:40','','','41.80.93.71','loggedin',1),(1005,'user','11','2020-12-17 14:24:20','','','41.80.93.71','loggedin',1),(1006,'user','11','2020-12-17 15:09:13','2020-12-17 16:27:01','','41.80.93.71','loggedin',1),(1007,'user','11','2020-12-17 16:27:20','2020-12-17 16:30:33','','41.80.93.71','loggedin',1),(1008,'user','11','2020-12-17 16:31:16','','','41.80.93.71','loggedin',1),(1009,'user','11','2020-12-17 16:50:13','','','41.80.93.71','loggedin',1),(1010,'user','11','2020-12-17 17:17:38','2020-12-17 18:05:20','','41.80.93.71','loggedin',1),(1011,'user','11','2020-12-17 18:05:42','','','41.80.93.71','loggedin',1),(1012,'user','11','2020-12-17 18:08:11','2020-12-17 18:12:57','','41.80.93.71','loggedin',1),(1013,'user','11','2020-12-17 18:14:12','','','41.80.93.71','loggedin',1),(1014,'user','11','2020-12-17 18:40:31','2020-12-17 18:55:01','','41.80.93.71','loggedin',1),(1015,'user','11','2020-12-17 18:55:23','2020-12-17 19:01:53','','41.80.93.71','loggedin',1),(1016,'user','11','2020-12-17 19:02:20','2020-12-17 19:47:52','','41.80.93.71','loggedin',1),(1017,'user','11','2020-12-17 19:48:13','2020-12-17 20:19:54','','41.80.93.71','loggedin',1),(1018,'user','11','2020-12-17 20:20:23','','','41.80.93.71','loggedin',1),(1019,'user','11','2020-12-17 20:58:45','2020-12-17 21:01:04','','41.80.93.71','loggedin',1),(1020,'user','11','2020-12-17 21:01:34','','','41.80.93.71','loggedin',1),(1021,'user','11','2020-12-18 08:41:49','2020-12-18 09:11:42','','41.80.93.71','loggedin',1),(1022,'user','11','2020-12-18 09:12:09','2020-12-18 09:14:09','','41.80.93.71','loggedin',1),(1023,'user','11','2020-12-18 09:14:52','','','41.80.93.71','loggedin',1),(1024,'user','11','2020-12-18 10:44:32','','','41.80.93.71','loggedin',1),(1025,'user','11','2020-12-18 12:19:51','','','41.80.93.71','loggedin',1),(1026,'user','11','2020-12-18 12:32:45','','','41.80.93.71','loggedin',1),(1027,'user','11','2020-12-18 12:39:43','','','41.80.93.71','loggedin',1),(1028,'user','11','2020-12-18 12:45:12','','','41.80.93.71','loggedin',1),(1029,'user','144','2020-12-18 14:11:33','','','41.80.93.71','loggedin',1),(1030,'user','11','2020-12-18 14:21:35','','','41.80.93.71','loggedin',1),(1031,'user','11','2020-12-18 14:50:32','','','41.80.93.71','loggedin',1),(1032,'user','11','2020-12-18 16:07:31','','','41.80.93.71','loggedin',1),(1033,'user','11','2020-12-18 16:43:50','2020-12-18 17:56:32','','41.80.93.71','loggedin',1),(1034,'user','11','2020-12-18 17:57:46','2020-12-18 18:00:47','','41.80.93.71','loggedin',1),(1035,'user','11','2020-12-18 18:01:08','2020-12-18 18:08:56','','41.80.93.71','loggedin',1),(1036,'user','11','2020-12-18 18:09:14','','','41.80.93.71','loggedin',1),(1037,'user','11','2020-12-18 18:27:32','2020-12-18 18:30:38','','41.80.93.71','loggedin',1),(1038,'user','11','2020-12-18 18:30:50','','','41.80.93.71','loggedin',1),(1039,'user','11','2020-12-18 18:36:54','','','41.80.93.71','loggedin',1),(1040,'user','11','2020-12-18 19:18:12','','','41.80.93.71','loggedin',1),(1041,'user','11','2020-12-18 20:10:26','','','41.80.93.71','loggedin',1),(1042,'user','11','2020-12-18 20:45:06','2020-12-18 21:20:28','','41.80.93.71','loggedin',1),(1043,'user','11','2020-12-18 21:20:44','','','41.80.93.71','loggedin',1),(1044,'user','10','2020-12-18 22:03:18','','','41.80.118.136','loggedin',1),(1045,'user','10','2020-12-18 22:13:30','','','41.80.118.136','loggedin',1),(1046,'user','10','2020-12-18 22:14:41','','','41.80.118.136','loggedin',1),(1047,'user','11','2020-12-19 08:20:18','','','41.80.93.71','loggedin',1),(1048,'user','11','2020-12-19 10:40:46','','','41.80.93.71','loggedin',1),(1049,'user','11','2020-12-19 11:03:26','2020-12-19 11:19:38','','41.80.93.71','loggedin',1),(1050,'user','11','2020-12-19 11:19:57','','','41.80.93.71','loggedin',1),(1051,'user','11','2020-12-19 11:42:38','2020-12-19 12:05:12','','41.80.93.71','loggedin',1),(1052,'user','11','2020-12-19 12:05:34','','','41.80.93.71','loggedin',1),(1053,'user','11','2020-12-19 12:45:39','','','41.80.93.71','loggedin',1),(1054,'user','11','2020-12-19 13:25:26','2020-12-19 13:27:39','','41.80.93.71','loggedin',1),(1055,'user','11','2020-12-19 13:27:53','','','41.80.93.71','loggedin',1),(1056,'user','11','2020-12-19 14:34:15','','','41.80.93.71','loggedin',1),(1057,'user','11','2020-12-19 14:52:11','','','41.80.93.71','loggedin',1),(1058,'user','11','2020-12-19 15:02:21','','','41.80.93.71','loggedin',1),(1059,'user','11','2020-12-19 15:14:16','2020-12-19 15:16:13','','41.80.93.71','loggedin',1),(1060,'user','11','2020-12-19 15:16:35','','','41.80.93.71','loggedin',1),(1061,'user','11','2020-12-19 15:21:41','','','41.80.93.71','loggedin',1),(1062,'user','11','2020-12-19 16:03:03','','','41.80.93.71','loggedin',1),(1063,'user','11','2020-12-19 16:10:14','','','41.80.93.71','loggedin',1),(1064,'user','11','2020-12-19 16:18:03','','','41.80.93.71','loggedin',1),(1065,'user','11','2020-12-19 16:45:40','','','41.80.93.71','loggedin',1),(1066,'user','11','2020-12-19 16:52:24','','','41.80.93.71','loggedin',1),(1067,'user','11','2020-12-19 18:03:27','','','41.80.93.71','loggedin',1),(1068,'user','11','2020-12-19 18:10:11','','','41.80.93.71','loggedin',1),(1069,'user','11','2020-12-19 18:44:30','','','41.80.93.71','loggedin',1),(1070,'user','11','2020-12-19 19:06:51','','','41.80.93.71','loggedin',1),(1071,'user','11','2020-12-19 19:36:04','','','41.80.93.71','loggedin',1),(1072,'user','11','2020-12-19 21:18:29','','','41.80.93.71','loggedin',1),(1073,'user','10','2020-12-19 21:21:31','','','41.80.118.136','loggedin',1),(1074,'user','11','2020-12-20 09:56:36','','','41.80.93.71','loggedin',1),(1075,'user','11','2020-12-20 10:20:13','','','41.80.93.71','loggedin',1),(1076,'user','11','2020-12-20 10:23:10','','','41.80.93.71','loggedin',1),(1077,'user','144','2020-12-20 10:36:56','','','41.80.93.71','loggedin',1),(1078,'user','11','2020-12-20 10:49:00','','','41.80.93.71','loggedin',1),(1079,'user','11','2020-12-20 10:51:14','','','41.80.93.71','loggedin',1),(1080,'user','11','2020-12-20 11:09:40','','','41.80.93.71','loggedin',1),(1081,'user','11','2020-12-20 11:46:47','','','41.80.93.71','loggedin',1),(1082,'user','11','2020-12-20 12:00:04','','','41.80.93.71','loggedin',1),(1083,'user','11','2020-12-20 12:11:12','','','41.80.93.71','loggedin',1),(1084,'user','11','2020-12-20 12:21:10','','','41.80.93.71','loggedin',1),(1085,'user','11','2020-12-20 12:37:56','','','41.80.93.71','loggedin',1),(1086,'user','11','2020-12-20 12:44:57','','','41.80.93.71','loggedin',1),(1087,'user','11','2020-12-20 13:35:15','','','41.80.93.71','loggedin',1),(1088,'user','11','2020-12-20 13:41:25','','','41.80.93.71','loggedin',1),(1089,'user','11','2020-12-20 16:16:03','','','41.80.93.71','loggedin',1),(1090,'user','11','2020-12-20 16:34:02','','','41.80.93.71','loggedin',1),(1091,'user','11','2020-12-20 16:42:50','','','41.80.93.71','loggedin',1),(1092,'user','11','2020-12-20 16:52:27','','','41.80.93.71','loggedin',1),(1093,'user','11','2020-12-20 17:02:10','','','41.80.93.71','loggedin',1),(1094,'user','11','2020-12-20 17:26:47','','','41.80.93.71','loggedin',1),(1095,'user','11','2020-12-20 18:14:00','','','41.80.93.71','loggedin',1),(1096,'user','11','2020-12-20 18:16:49','','','41.80.93.71','loggedin',1),(1097,'user','11','2020-12-20 18:24:30','','','41.80.93.71','loggedin',1),(1098,'user','11','2020-12-20 18:31:03','','','41.80.93.71','loggedin',1),(1099,'user','11','2020-12-20 19:17:03','','','41.80.93.71','loggedin',1),(1100,'user','11','2020-12-20 19:18:03','','','41.80.93.71','loggedin',1),(1101,'user','11','2020-12-20 20:01:55','','','41.80.93.71','loggedin',1),(1102,'user','11','2020-12-20 20:35:10','','','41.80.93.71','loggedin',1),(1103,'user','10','2020-12-20 21:15:30','','','41.80.118.136','loggedin',1),(1104,'user','11','2020-12-21 08:59:55','','','41.80.93.71','loggedin',1),(1105,'user','11','2020-12-21 09:58:25','','','41.80.93.71','loggedin',1),(1106,'user','11','2020-12-21 10:06:43','','','41.80.93.71','loggedin',1),(1107,'user','11','2020-12-21 11:10:45','','','41.80.93.71','loggedin',1),(1108,'user','11','2020-12-21 11:38:07','','','41.80.93.71','loggedin',1),(1109,'user','11','2020-12-21 11:45:53','','','41.80.93.71','loggedin',1),(1110,'user','11','2020-12-21 13:07:33','','','41.80.93.71','loggedin',1),(1111,'user','11','2020-12-21 14:22:15','','','41.80.93.71','loggedin',1),(1112,'user','11','2020-12-21 14:40:13','','','41.80.93.71','loggedin',1),(1113,'user','11','2020-12-21 15:06:37','','','41.80.93.71','loggedin',1),(1114,'user','11','2020-12-21 15:50:02','','','41.80.93.71','loggedin',1),(1115,'user','11','2020-12-21 15:55:27','','','41.80.93.71','loggedin',1),(1116,'user','11','2020-12-21 16:06:59','','','41.80.93.71','loggedin',1),(1117,'user','11','2020-12-21 17:23:33','','','41.80.93.71','loggedin',1),(1118,'user','11','2020-12-21 18:06:54','','','41.80.93.71','loggedin',1),(1119,'user','11','2020-12-21 18:12:18','','','41.80.93.71','loggedin',1),(1120,'user','11','2020-12-21 18:31:11','','','41.80.93.71','loggedin',1),(1121,'user','11','2020-12-21 19:13:33','','','41.80.93.71','loggedin',1),(1122,'user','11','2020-12-21 20:21:12','','','41.80.93.71','loggedin',1),(1123,'user','10','2020-12-21 20:58:49','','','41.80.118.136','loggedin',1),(1124,'user','11','2020-12-21 21:07:45','','','41.80.93.71','loggedin',1),(1125,'user','11','2020-12-22 08:56:32','','','41.80.93.71','loggedin',1),(1126,'user','11','2020-12-22 08:59:25','','','41.80.93.71','loggedin',1),(1127,'user','11','2020-12-22 09:24:22','','','41.80.93.71','loggedin',1),(1128,'user','11','2020-12-22 11:26:05','','','41.80.93.71','loggedin',1),(1129,'user','11','2020-12-22 11:53:53','','','41.80.93.71','loggedin',1),(1130,'user','11','2020-12-22 11:54:28','','','41.80.93.71','loggedin',1),(1131,'user','11','2020-12-22 12:08:06','','','41.80.93.71','loggedin',1),(1132,'user','11','2020-12-22 12:19:32','','','41.80.93.71','loggedin',1),(1133,'user','11','2020-12-22 12:38:55','','','41.80.93.71','loggedin',1),(1134,'user','11','2020-12-22 13:06:18','','','41.80.93.71','loggedin',1),(1135,'user','11','2020-12-22 13:45:21','','','41.80.93.71','loggedin',1),(1136,'user','11','2020-12-22 13:54:27','','','41.80.93.71','loggedin',1),(1137,'user','11','2020-12-22 13:57:04','','','41.80.93.71','loggedin',1),(1138,'user','11','2020-12-22 14:26:49','','','41.80.93.71','loggedin',1),(1139,'user','11','2020-12-22 14:47:45','','','41.80.93.71','loggedin',1),(1140,'user','11','2020-12-22 15:33:09','','','41.80.93.71','loggedin',1),(1141,'user','11','2020-12-22 16:23:17','','','41.80.93.71','loggedin',1),(1142,'user','11','2020-12-22 17:04:22','','','41.80.93.71','loggedin',1),(1143,'user','11','2020-12-22 17:22:38','','','41.80.93.71','loggedin',1),(1144,'user','11','2020-12-22 17:45:28','','','41.80.93.71','loggedin',1),(1145,'user','11','2020-12-22 17:50:46','','','41.80.93.71','loggedin',1),(1146,'user','11','2020-12-22 17:53:19','','','41.80.93.71','loggedin',1),(1147,'user','11','2020-12-22 19:05:47','','','41.80.93.71','loggedin',1),(1148,'user','10','2020-12-22 19:24:39','','','41.80.118.136','loggedin',1),(1149,'user','11','2020-12-22 19:51:19','','','41.80.93.71','loggedin',1),(1150,'user','11','2020-12-22 20:03:27','','','41.80.93.71','loggedin',1),(1151,'user','11','2020-12-22 20:30:30','','','41.80.93.71','loggedin',1),(1152,'user','11','2020-12-22 20:38:17','','','41.80.93.71','loggedin',1),(1153,'user','11','2020-12-22 20:57:41','','','41.80.93.71','loggedin',1),(1154,'user','10','2020-12-22 21:17:42','','','41.80.118.136','loggedin',1),(1155,'user','10','2020-12-22 21:57:24','','','41.80.118.136','loggedin',1),(1156,'user','11','2020-12-23 08:47:34','','','41.80.93.71','loggedin',1),(1157,'user','11','2020-12-23 09:11:24','','','41.80.93.71','loggedin',1),(1158,'user','11','2020-12-23 09:36:12','','','41.80.93.71','loggedin',1),(1159,'user','11','2020-12-23 10:37:11','','','41.80.93.71','loggedin',1),(1160,'user','11','2020-12-23 10:43:43','','','41.80.93.71','loggedin',1),(1161,'user','11','2020-12-23 10:52:25','','','41.80.93.71','loggedin',1),(1162,'user','11','2020-12-23 11:03:35','','','41.80.93.71','loggedin',1),(1163,'user','11','2020-12-23 11:39:52','','','41.80.93.71','loggedin',1),(1164,'user','11','2020-12-23 12:37:10','','','41.80.93.71','loggedin',1),(1165,'user','11','2020-12-23 12:53:33','','','41.80.93.71','loggedin',1),(1166,'user','11','2020-12-23 13:35:04','','','41.80.93.71','loggedin',1),(1167,'user','11','2020-12-23 14:00:18','','','41.80.93.71','loggedin',1),(1168,'user','11','2020-12-23 14:36:10','','','41.80.93.71','loggedin',1),(1169,'user','11','2020-12-23 14:51:15','','','41.80.93.71','loggedin',1),(1170,'user','11','2020-12-23 15:26:14','','','41.80.93.71','loggedin',1),(1171,'user','11','2020-12-23 16:42:38','','','41.80.93.71','loggedin',1),(1172,'user','11','2020-12-23 17:12:36','','','41.80.93.71','loggedin',1),(1173,'user','11','2020-12-23 17:43:33','','','41.80.93.71','loggedin',1),(1174,'user','11','2020-12-23 18:14:52','','','41.80.93.71','loggedin',1),(1175,'user','11','2020-12-23 18:22:29','2020-12-23 18:36:35','','41.80.93.71','loggedin',1),(1176,'user','11','2020-12-23 18:36:53','2020-12-23 18:54:26','','41.80.93.71','loggedin',1),(1177,'user','11','2020-12-23 18:54:49','','','41.80.93.71','loggedin',1),(1178,'user','11','2020-12-23 18:59:55','2020-12-23 19:40:14','','41.80.93.71','loggedin',1),(1179,'user','11','2020-12-23 19:40:31','2020-12-23 19:42:19','','41.80.93.71','loggedin',1),(1180,'user','11','2020-12-23 19:42:41','','','41.80.93.71','loggedin',1),(1181,'user','11','2020-12-23 19:55:05','','','41.80.93.71','loggedin',1),(1182,'user','11','2020-12-23 20:07:32','','','41.80.93.71','loggedin',1),(1183,'user','11','2020-12-23 20:35:39','','','41.80.93.71','loggedin',1),(1184,'user','11','2020-12-23 20:44:59','2020-12-23 20:51:58','','41.80.93.71','loggedin',1),(1185,'user','11','2020-12-23 20:52:08','','','41.80.93.71','loggedin',1),(1186,'user','11','2020-12-23 20:59:18','','','41.80.93.71','loggedin',1),(1187,'user','11','2020-12-23 21:08:39','','','41.80.93.71','loggedin',1),(1188,'user','11','2020-12-23 21:11:24','','','41.80.93.71','loggedin',1),(1189,'user','11','2020-12-24 09:37:50','2020-12-24 09:39:26','','41.80.93.71','loggedin',1),(1190,'user','11','2020-12-24 09:39:51','','','41.80.93.71','loggedin',1),(1191,'user','11','2020-12-24 10:23:36','','','41.80.93.71','loggedin',1),(1192,'user','11','2020-12-24 10:42:23','','','41.80.93.71','loggedin',1),(1193,'user','11','2020-12-24 11:41:43','','','41.80.93.71','loggedin',1),(1194,'user','11','2020-12-24 12:09:00','','','41.80.93.71','loggedin',1),(1195,'user','11','2020-12-24 12:19:47','','','41.80.93.71','loggedin',1),(1196,'user','11','2020-12-24 12:31:44','2020-12-24 12:48:08','','41.80.93.71','loggedin',1),(1197,'user','11','2020-12-24 12:48:26','','','41.80.93.71','loggedin',1),(1198,'user','11','2020-12-24 13:48:43','2020-12-24 13:51:06','','41.80.163.132','loggedin',1),(1199,'user','11','2020-12-24 13:51:30','','','41.80.163.132','loggedin',1),(1200,'user','11','2020-12-24 13:54:08','','','41.80.163.132','loggedin',1),(1201,'user','11','2020-12-24 13:59:37','2020-12-24 14:26:24','','41.80.163.132','loggedin',1),(1202,'user','11','2020-12-24 14:26:43','2020-12-24 14:49:52','','41.80.163.132','loggedin',1),(1203,'user','11','2020-12-24 14:50:08','','','41.80.163.132','loggedin',1),(1204,'user','11','2020-12-24 15:17:45','2020-12-24 16:09:56','','41.80.163.132','loggedin',1),(1205,'user','11','2020-12-24 16:10:14','2020-12-24 16:17:27','','41.80.163.132','loggedin',1),(1206,'user','11','2020-12-24 16:17:44','2020-12-24 16:23:05','','41.80.163.132','loggedin',1),(1207,'user','11','2020-12-24 16:23:26','2020-12-24 16:33:11','','41.80.163.132','loggedin',1),(1208,'user','11','2020-12-24 16:33:31','','','41.80.163.132','loggedin',1),(1209,'user','11','2020-12-24 16:48:01','','','41.80.163.132','loggedin',1),(1210,'user','11','2020-12-24 16:51:22','2020-12-24 17:57:39','','41.80.163.132','loggedin',1),(1211,'user','11','2020-12-24 17:58:04','','','41.80.163.132','loggedin',1),(1212,'user','11','2020-12-24 17:58:05','2020-12-24 17:59:25','','41.80.163.132','loggedin',1),(1213,'user','11','2020-12-24 17:59:44','2020-12-24 18:00:25','','41.80.163.132','loggedin',1),(1214,'user','11','2020-12-24 18:01:45','','','41.80.163.132','loggedin',1),(1215,'user','11','2020-12-24 18:28:49','2020-12-24 18:30:20','','41.80.163.132','loggedin',1),(1216,'user','11','2020-12-24 18:30:34','','','41.80.163.132','loggedin',1),(1217,'user','11','2020-12-24 20:03:08','','','41.80.163.132','loggedin',1),(1218,'user','11','2020-12-24 20:32:28','','','41.80.163.132','loggedin',1),(1219,'user','11','2020-12-24 20:42:07','2020-12-24 21:05:12','','41.80.163.132','loggedin',1),(1220,'user','11','2020-12-24 21:05:25','','','41.80.163.132','loggedin',1),(1221,'user','11','2020-12-27 09:26:43','2020-12-27 10:01:01','','41.80.163.132','loggedin',1),(1222,'user','11','2020-12-27 10:01:14','2020-12-27 10:13:54','','41.80.163.132','loggedin',1),(1223,'user','11','2020-12-27 10:14:11','2020-12-27 10:16:31','','41.80.163.132','loggedin',1),(1224,'user','11','2020-12-27 10:16:48','2020-12-27 10:30:20','','41.80.163.132','loggedin',1),(1225,'user','11','2020-12-27 10:30:35','','','41.80.163.132','loggedin',1),(1226,'user','11','2020-12-27 10:54:47','','','41.80.163.132','loggedin',1),(1227,'user','11','2020-12-27 11:04:10','','','41.80.163.132','loggedin',1),(1228,'user','11','2020-12-27 12:42:02','','','41.80.163.132','loggedin',1),(1229,'user','11','2020-12-27 12:52:03','2020-12-27 15:44:48','','41.80.163.132','loggedin',1),(1230,'user','11','2020-12-27 15:58:21','2020-12-27 15:59:56','','41.80.163.132','loggedin',1),(1231,'user','11','2020-12-27 17:22:10','','','41.80.163.132','loggedin',1),(1232,'user','11','2020-12-27 18:54:38','','','41.80.163.132','loggedin',1),(1233,'user','11','2020-12-27 19:10:01','2020-12-27 19:25:42','','41.80.163.132','loggedin',1),(1234,'user','11','2020-12-27 19:25:54','2020-12-27 19:33:38','','41.80.163.132','loggedin',1),(1235,'user','11','2020-12-27 19:34:06','2020-12-27 19:55:48','','41.80.163.132','loggedin',1),(1236,'user','11','2020-12-27 20:04:01','','','41.80.163.132','loggedin',1),(1237,'user','11','2020-12-28 08:42:54','2020-12-28 08:45:37','','41.80.163.132','loggedin',1),(1238,'user','11','2020-12-28 08:45:53','','','41.80.163.132','loggedin',1),(1239,'user','11','2020-12-28 08:57:10','','','41.80.163.132','loggedin',1),(1240,'user','11','2020-12-28 10:12:01','2020-12-28 10:19:19','','41.80.163.132','loggedin',1),(1241,'user','11','2020-12-28 10:20:17','2020-12-28 10:38:21','','41.80.163.132','loggedin',1),(1242,'user','11','2020-12-28 10:52:32','','','41.80.163.132','loggedin',1),(1243,'user','11','2020-12-28 12:22:56','2020-12-28 12:24:38','','41.80.163.132','loggedin',1),(1244,'user','11','2020-12-28 12:24:51','2020-12-28 12:44:51','','41.80.163.132','loggedin',1),(1245,'user','11','2020-12-28 12:45:04','','','41.80.163.132','loggedin',1),(1246,'user','11','2020-12-28 12:49:59','','','41.80.163.132','loggedin',1),(1247,'user','11','2020-12-28 13:29:08','','','41.80.163.132','loggedin',1),(1248,'user','11','2020-12-28 14:03:37','','','41.80.163.132','loggedin',1),(1249,'user','11','2020-12-28 14:27:40','','','41.80.163.132','loggedin',1),(1250,'user','11','2020-12-28 15:05:05','','','41.80.163.132','loggedin',1),(1251,'user','11','2020-12-28 15:09:41','','','41.80.163.132','loggedin',1),(1252,'user','11','2020-12-28 16:04:32','','','41.80.163.132','loggedin',1),(1253,'user','11','2020-12-28 16:28:04','2020-12-28 16:58:37','','41.80.163.132','loggedin',1),(1254,'user','11','2020-12-28 16:58:49','2020-12-28 17:06:26','','41.80.163.132','loggedin',1),(1255,'user','11','2020-12-28 17:07:12','','','41.80.163.132','loggedin',1),(1256,'user','11','2020-12-28 17:36:07','2020-12-28 17:42:02','','41.80.163.132','loggedin',1),(1257,'user','11','2020-12-28 17:42:17','2020-12-28 17:44:24','','41.80.163.132','loggedin',1),(1258,'user','11','2020-12-28 17:44:41','2020-12-28 17:51:45','','41.80.163.132','loggedin',1),(1259,'user','11','2020-12-28 17:53:09','2020-12-28 17:57:47','','41.80.163.132','loggedin',1),(1260,'user','11','2020-12-28 17:58:01','2020-12-28 18:02:54','','41.80.163.132','loggedin',1),(1261,'user','11','2020-12-28 18:03:07','2020-12-28 18:22:34','','41.80.163.132','loggedin',1),(1262,'user','11','2020-12-28 18:22:49','2020-12-28 18:26:05','','41.80.163.132','loggedin',1),(1263,'user','11','2020-12-28 18:26:52','2020-12-28 18:50:22','','41.80.163.132','loggedin',1),(1264,'user','11','2020-12-28 18:50:42','','','41.80.163.132','loggedin',1),(1265,'user','11','2020-12-28 19:18:34','','','41.80.163.132','loggedin',1),(1266,'user','11','2020-12-28 19:51:17','2020-12-28 20:10:45','','41.80.163.132','loggedin',1),(1267,'user','11','2020-12-28 20:11:09','','','41.80.163.132','loggedin',1),(1268,'user','11','2020-12-28 20:23:31','2020-12-28 20:34:05','','41.80.163.132','loggedin',1),(1269,'user','11','2020-12-28 20:34:29','2020-12-28 20:36:08','','41.80.163.132','loggedin',1),(1270,'user','11','2020-12-28 20:36:23','','','41.80.163.132','loggedin',1),(1271,'user','11','2020-12-29 08:35:41','2020-12-29 09:13:07','','41.80.163.132','loggedin',1),(1272,'user','11','2020-12-29 09:14:53','2020-12-29 10:03:23','','41.80.163.132','loggedin',1),(1273,'user','11','2020-12-29 10:03:42','2020-12-29 10:09:36','','41.80.163.132','loggedin',1),(1274,'user','11','2020-12-29 10:10:15','','','41.80.163.132','loggedin',1),(1275,'user','11','2020-12-29 10:12:22','','','41.80.163.132','loggedin',1),(1276,'user','11','2020-12-29 10:12:56','2020-12-29 10:44:42','','41.80.163.132','loggedin',1),(1277,'user','11','2020-12-29 10:44:59','','','41.80.163.132','loggedin',1),(1278,'user','11','2020-12-29 12:47:49','','','41.80.163.132','loggedin',1),(1279,'user','11','2020-12-29 13:39:42','2020-12-29 14:00:00','','41.80.163.132','loggedin',1),(1280,'user','11','2020-12-29 14:00:14','2020-12-29 14:01:57','','41.80.163.132','loggedin',1),(1281,'user','11','2020-12-29 14:02:10','2020-12-29 14:03:46','','41.80.163.132','loggedin',1),(1282,'user','11','2020-12-29 14:03:59','2020-12-29 14:17:39','','41.80.163.132','loggedin',1),(1283,'user','11','2020-12-29 14:17:57','2020-12-29 15:50:21','','41.80.163.132','loggedin',1),(1284,'user','11','2020-12-29 15:50:34','2020-12-29 16:00:45','','41.80.163.132','loggedin',1),(1285,'user','11','2020-12-29 16:01:09','2020-12-29 16:41:13','','41.80.163.132','loggedin',1),(1286,'user','11','2020-12-29 16:41:27','2020-12-29 16:44:56','','41.80.163.132','loggedin',1),(1287,'user','11','2020-12-29 16:46:37','','','41.80.163.132','loggedin',1),(1288,'user','11','2020-12-29 17:15:33','','','41.80.163.132','loggedin',1),(1289,'user','11','2020-12-29 18:27:21','','','41.80.163.132','loggedin',1),(1290,'user','11','2020-12-29 18:43:28','','','41.80.163.132','loggedin',1),(1291,'user','11','2020-12-29 18:50:00','2020-12-29 18:59:57','','41.80.163.132','loggedin',1),(1292,'user','11','2020-12-29 19:02:33','2020-12-29 19:14:48','','41.80.163.132','loggedin',1),(1293,'user','11','2020-12-29 19:15:00','2020-12-29 19:41:15','','41.80.163.132','loggedin',1),(1294,'user','11','2020-12-29 19:41:57','2020-12-29 19:54:28','','41.80.163.132','loggedin',1),(1295,'user','11','2020-12-29 19:54:54','','','41.80.163.132','loggedin',1),(1296,'user','11','2020-12-30 09:46:34','','','41.80.163.132','loggedin',1),(1297,'user','11','2020-12-30 10:58:49','2020-12-30 12:19:15','','41.80.163.132','loggedin',1),(1298,'user','11','2020-12-30 12:19:31','2020-12-30 13:29:47','','41.80.163.132','loggedin',1),(1299,'user','11','2020-12-30 13:30:14','2020-12-30 14:39:18','','41.80.163.132','loggedin',1),(1300,'user','11','2020-12-30 14:39:41','2020-12-30 14:41:45','','41.80.163.132','loggedin',1),(1301,'user','11','2020-12-30 14:42:08','2020-12-30 15:07:04','','41.80.163.132','loggedin',1),(1302,'user','11','2020-12-30 15:07:19','2020-12-30 16:13:25','','41.80.163.132','loggedin',1),(1303,'user','11','2020-12-30 16:13:38','2020-12-30 16:43:18','','41.80.163.132','loggedin',1),(1304,'user','11','2020-12-30 16:43:33','2020-12-30 16:53:29','','41.80.163.132','loggedin',1),(1305,'user','11','2020-12-30 16:53:43','2020-12-30 16:56:28','','41.80.163.132','loggedin',1),(1306,'user','11','2020-12-30 16:56:42','','','41.80.163.132','loggedin',1),(1307,'user','11','2020-12-30 17:21:39','','','41.80.163.132','loggedin',1),(1308,'user','11','2020-12-30 17:41:36','2020-12-30 18:15:42','','41.80.163.132','loggedin',1),(1309,'user','11','2020-12-30 18:15:56','2020-12-30 18:48:16','','41.80.163.132','loggedin',1),(1310,'user','11','2020-12-30 18:48:33','2020-12-30 18:53:08','','41.80.163.132','loggedin',1),(1311,'user','11','2020-12-30 18:53:34','2020-12-30 18:55:53','','41.80.163.132','loggedin',1),(1312,'user','11','2020-12-30 19:01:52','2020-12-30 19:20:44','','41.80.163.132','loggedin',1),(1313,'user','11','2020-12-30 19:20:59','','','41.80.163.132','loggedin',1),(1314,'user','11','2020-12-30 19:40:58','','','41.80.163.132','loggedin',1),(1315,'user','11','2020-12-30 20:04:40','','','41.80.163.132','loggedin',1),(1316,'user','11','2020-12-30 20:27:31','','','41.80.163.132','loggedin',1),(1317,'user','11','2020-12-30 20:27:59','','','41.80.163.132','loggedin',1),(1318,'user','11','2020-12-31 11:36:59','2020-12-31 11:38:29','','41.80.78.84','loggedin',1),(1319,'user','11','2020-12-31 11:38:42','2020-12-31 11:39:59','','41.80.78.84','loggedin',1),(1320,'user','11','2020-12-31 11:40:29','','','41.80.78.84','loggedin',1),(1321,'user','11','2020-12-31 11:52:17','','','41.80.78.84','loggedin',1),(1322,'user','11','2020-12-31 12:16:05','','','41.80.177.218','loggedin',1),(1323,'user','11','2020-12-31 12:20:42','2020-12-31 12:23:44','','41.80.177.218','loggedin',1),(1324,'user','11','2020-12-31 12:24:15','2020-12-31 12:26:21','','41.80.177.218','loggedin',1),(1325,'user','11','2020-12-31 12:49:58','','','41.80.177.218','loggedin',1),(1326,'user','11','2020-12-31 13:17:25','','','41.80.177.218','loggedin',1),(1327,'user','11','2020-12-31 13:24:29','2020-12-31 13:56:20','','41.80.177.218','loggedin',1),(1328,'user','11','2020-12-31 13:56:37','','','41.80.177.218','loggedin',1),(1329,'user','11','2020-12-31 14:08:59','','','41.80.177.218','loggedin',1),(1330,'user','11','2020-12-31 14:30:05','2020-12-31 15:15:17','','41.80.177.218','loggedin',1),(1331,'user','11','2020-12-31 15:23:36','2020-12-31 16:49:29','','41.80.177.218','loggedin',1),(1332,'user','11','2020-12-31 16:49:40','2020-12-31 17:14:44','','41.80.177.218','loggedin',1),(1333,'user','11','2020-12-31 17:17:00','','','41.80.177.218','loggedin',1),(1334,'user','11','2020-12-31 17:27:45','2020-12-31 17:38:50','','41.80.177.218','loggedin',1),(1335,'user','11','2020-12-31 17:39:10','2020-12-31 17:50:25','','41.80.177.218','loggedin',1),(1336,'user','11','2020-12-31 17:50:40','2020-12-31 18:09:22','','41.80.177.218','loggedin',1),(1337,'user','11','2020-12-31 18:11:48','2020-12-31 18:32:00','','41.80.177.218','loggedin',1),(1338,'user','11','2020-12-31 18:40:36','2020-12-31 19:32:27','','41.80.177.218','loggedin',1),(1339,'user','11','2020-12-31 19:32:43','2020-12-31 20:56:58','','41.80.177.218','loggedin',1),(1340,'user','11','2020-12-31 20:57:10','','','41.80.177.218','loggedin',1),(1341,'user','11','2021-01-01 10:31:58','2021-01-01 10:34:20','','41.80.177.218','loggedin',1),(1342,'user','11','2021-01-01 10:34:36','2021-01-01 10:43:57','','41.80.177.218','loggedin',1),(1343,'user','11','2021-01-01 11:00:37','','','41.80.177.218','loggedin',1),(1344,'user','11','2021-01-01 11:25:13','2021-01-01 11:51:59','','41.80.177.218','loggedin',1),(1345,'user','11','2021-01-01 12:10:22','2021-01-01 12:16:50','','41.80.177.218','loggedin',1),(1346,'user','11','2021-01-01 12:21:13','2021-01-01 12:22:45','','41.80.177.218','loggedin',1),(1347,'user','11','2021-01-01 12:23:00','2021-01-01 12:49:03','','41.80.177.218','loggedin',1),(1348,'user','11','2021-01-01 12:49:25','2021-01-01 12:51:57','','41.80.177.218','loggedin',1),(1349,'user','11','2021-01-01 12:55:07','','','41.80.177.218','loggedin',1),(1350,'user','11','2021-01-01 13:36:47','2021-01-01 14:09:07','','41.80.177.218','loggedin',1),(1351,'user','11','2021-01-01 14:09:39','','','41.80.67.216','loggedin',1),(1352,'user','11','2021-01-01 14:31:52','2021-01-01 14:35:50','','41.80.67.216','loggedin',1),(1353,'user','11','2021-01-01 14:36:07','','','41.80.67.216','loggedin',1),(1354,'user','11','2021-01-01 15:41:57','','','41.80.67.216','loggedin',1),(1355,'user','11','2021-01-01 15:46:34','2021-01-01 16:32:17','','41.80.67.216','loggedin',1),(1356,'user','11','2021-01-01 16:32:29','2021-01-01 16:55:32','','41.80.67.216','loggedin',1),(1357,'user','11','2021-01-01 16:55:44','2021-01-01 16:59:10','','41.80.67.216','loggedin',1),(1358,'user','11','2021-01-01 16:59:20','','','41.80.67.216','loggedin',1),(1359,'user','11','2021-01-01 17:05:48','2021-01-01 18:25:56','','41.80.67.216','loggedin',1),(1360,'user','11','2021-01-01 18:26:18','','','41.80.67.216','loggedin',1),(1361,'user','11','2021-01-01 19:41:53','2021-01-01 20:08:27','','41.80.67.216','loggedin',1),(1362,'user','11','2021-01-01 20:50:21','','','41.80.67.216','loggedin',1),(1363,'user','11','2021-01-02 09:21:23','','','41.80.67.216','loggedin',1),(1364,'user','11','2021-01-02 11:02:30','','','41.80.67.216','loggedin',1),(1365,'user','11','2021-01-02 12:33:58','','','41.80.67.216','loggedin',1),(1366,'user','11','2021-01-02 12:42:14','','','41.80.67.216','loggedin',1),(1367,'user','11','2021-01-02 14:02:24','','','41.80.67.216','loggedin',1),(1368,'user','11','2021-01-02 14:07:19','','','41.80.67.216','loggedin',1),(1369,'user','11','2021-01-02 14:37:38','','','41.80.67.216','loggedin',1),(1370,'user','11','2021-01-02 14:54:44','','','41.80.67.216','loggedin',1),(1371,'user','11','2021-01-02 15:29:03','','','41.80.67.216','loggedin',1),(1372,'user','11','2021-01-02 15:49:45','','','41.80.67.216','loggedin',1),(1373,'user','11','2021-01-02 16:00:10','','','41.80.67.216','loggedin',1),(1374,'user','11','2021-01-02 16:42:57','','','41.80.67.216','loggedin',1),(1375,'user','11','2021-01-02 17:30:49','','','41.80.67.216','loggedin',1),(1376,'user','11','2021-01-02 17:59:48','','','41.80.67.216','loggedin',1),(1377,'user','11','2021-01-02 18:05:50','','','41.80.67.216','loggedin',1),(1378,'user','11','2021-01-02 18:59:13','','','41.80.67.216','loggedin',1),(1379,'user','11','2021-01-02 19:04:14','','','41.80.67.216','loggedin',1),(1380,'user','11','2021-01-02 19:35:57','','','41.80.67.216','loggedin',1),(1381,'user','11','2021-01-02 19:48:53','','','41.80.67.216','loggedin',1),(1382,'user','11','2021-01-02 20:01:10','','','41.80.67.216','loggedin',1),(1383,'user','11','2021-01-02 20:16:37','','','41.80.67.216','loggedin',1),(1384,'user','11','2021-01-02 20:21:35','','','41.80.67.216','loggedin',1),(1385,'user','11','2021-01-02 20:34:03','','','41.80.67.216','loggedin',1),(1386,'user','11','2021-01-02 20:53:25','','','41.80.67.216','loggedin',1),(1387,'user','11','2021-01-03 08:39:13','','','41.80.91.182','loggedin',1),(1388,'user','11','2021-01-03 09:05:55','2021-01-03 09:30:48','','41.80.91.182','loggedin',1),(1389,'user','11','2021-01-03 09:31:04','','','41.80.91.182','loggedin',1),(1390,'user','11','2021-01-03 10:26:45','','','41.80.91.182','loggedin',1),(1391,'user','11','2021-01-03 10:48:40','2021-01-03 10:50:54','','41.80.91.182','loggedin',1),(1392,'user','11','2021-01-03 10:51:24','2021-01-03 11:10:51','','41.80.91.182','loggedin',1),(1393,'user','11','2021-01-03 11:18:40','2021-01-03 12:19:10','','41.80.91.182','loggedin',1),(1394,'user','11','2021-01-03 12:19:37','2021-01-03 12:22:21','','41.80.91.182','loggedin',1),(1395,'user','11','2021-01-03 12:22:38','2021-01-03 12:25:29','','41.80.91.182','loggedin',1),(1396,'user','11','2021-01-03 12:25:58','','','41.80.91.182','loggedin',1),(1397,'user','11','2021-01-03 12:51:48','2021-01-03 13:25:21','','41.80.91.182','loggedin',1),(1398,'user','11','2021-01-03 13:25:40','2021-01-03 13:27:45','','41.80.91.182','loggedin',1),(1399,'user','11','2021-01-03 13:28:01','2021-01-03 13:50:30','','41.80.91.182','loggedin',1),(1400,'user','11','2021-01-03 13:50:43','2021-01-03 14:14:27','','41.80.91.182','loggedin',1),(1401,'user','11','2021-01-03 14:14:52','2021-01-03 14:40:59','','41.80.91.182','loggedin',1),(1402,'user','11','2021-01-03 14:41:48','2021-01-03 14:44:38','','41.80.91.182','loggedin',1),(1403,'user','11','2021-01-03 14:44:55','2021-01-03 15:26:10','','41.80.91.182','loggedin',1),(1404,'user','11','2021-01-03 16:01:30','2021-01-03 16:05:13','','41.80.91.182','loggedin',1),(1405,'user','11','2021-01-03 16:06:48','2021-01-03 16:17:39','','41.80.91.182','loggedin',1),(1406,'user','11','2021-01-03 16:17:53','','','41.80.91.182','loggedin',1),(1407,'user','11','2021-01-03 16:50:44','2021-01-03 17:08:45','','41.80.91.182','loggedin',1),(1408,'user','11','2021-01-03 17:09:00','2021-01-03 17:35:37','','41.80.91.182','loggedin',1),(1409,'user','11','2021-01-03 17:36:02','2021-01-03 18:09:58','','41.80.91.182','loggedin',1),(1410,'user','11','2021-01-03 18:10:14','2021-01-03 19:17:42','','41.80.91.182','loggedin',1),(1411,'user','11','2021-01-03 19:18:04','','','41.80.91.182','loggedin',1),(1412,'user','11','2021-01-03 19:56:21','2021-01-03 19:59:55','','41.80.91.182','loggedin',1),(1413,'user','11','2021-01-03 20:00:09','2021-01-03 20:28:27','','41.80.91.182','loggedin',1),(1414,'user','11','2021-01-03 20:28:47','','','41.80.91.182','loggedin',1),(1415,'user','11','2021-01-04 10:15:22','','','41.80.91.182','loggedin',1),(1416,'user','11','2021-01-04 11:09:13','2021-01-04 11:14:58','','41.80.91.182','loggedin',1),(1417,'user','11','2021-01-04 12:44:40','2021-01-04 12:46:26','','41.80.91.182','loggedin',1),(1418,'user','11','2021-01-04 12:46:49','','','41.80.91.182','loggedin',1),(1419,'user','11','2021-01-04 14:50:47','','','41.80.91.182','loggedin',1),(1420,'user','11','2021-01-04 15:16:09','','','41.80.91.182','loggedin',1),(1421,'user','11','2021-01-04 15:26:44','2021-01-04 15:43:38','','41.80.91.182','loggedin',1),(1422,'user','11','2021-01-04 15:49:36','2021-01-04 15:51:30','','41.80.91.182','loggedin',1),(1423,'user','11','2021-01-04 15:51:42','','','41.80.91.182','loggedin',1),(1424,'user','11','2021-01-04 16:31:29','2021-01-04 16:36:03','','41.80.91.182','loggedin',1),(1425,'user','11','2021-01-04 16:36:16','','','41.80.91.182','loggedin',1),(1426,'user','11','2021-01-04 16:54:11','2021-01-04 16:56:29','','41.80.91.182','loggedin',1),(1427,'user','11','2021-01-04 16:56:44','2021-01-04 17:06:49','','41.80.91.182','loggedin',1),(1428,'user','11','2021-01-04 18:01:19','2021-01-04 18:02:45','','41.80.91.182','loggedin',1),(1429,'user','11','2021-01-04 18:03:00','','','41.80.91.182','loggedin',1),(1430,'user','11','2021-01-04 19:41:06','2021-01-04 20:32:59','','41.80.91.182','loggedin',1),(1431,'user','11','2021-01-04 20:33:16','2021-01-04 20:45:52','','41.80.91.182','loggedin',1),(1432,'user','11','2021-01-04 21:09:24','','','41.80.91.182','loggedin',1),(1433,'user','11','2021-01-05 08:13:14','2021-01-05 09:32:44','','41.80.91.182','loggedin',1),(1434,'user','11','2021-01-05 09:32:57','2021-01-05 09:34:42','','41.80.91.182','loggedin',1),(1435,'user','11','2021-01-05 09:34:55','2021-01-05 09:47:21','','41.80.91.182','loggedin',1),(1436,'user','11','2021-01-05 09:47:38','2021-01-05 10:27:24','','41.80.91.182','loggedin',1),(1437,'user','11','2021-01-05 10:28:11','2021-01-05 10:30:16','','41.80.91.182','loggedin',1),(1438,'user','11','2021-01-05 10:30:27','','','41.80.91.182','loggedin',1),(1439,'user','11','2021-01-05 10:32:56','2021-01-05 11:17:35','','41.80.91.182','loggedin',1),(1440,'user','11','2021-01-05 11:17:46','2021-01-05 11:43:20','','41.80.91.182','loggedin',1),(1441,'user','11','2021-01-05 11:53:42','2021-01-05 13:20:42','','41.80.91.182','loggedin',1),(1442,'user','11','2021-01-05 13:20:59','2021-01-05 13:23:55','','41.80.91.182','loggedin',1),(1443,'user','11','2021-01-05 13:24:09','','','41.80.91.182','loggedin',1),(1444,'user','11','2021-01-05 14:14:10','','','41.80.91.182','loggedin',1),(1445,'user','11','2021-01-05 14:29:30','','','41.80.91.182','loggedin',1),(1446,'user','11','2021-01-05 14:50:56','','','41.80.91.182','loggedin',1),(1447,'user','11','2021-01-05 15:12:38','','','41.80.91.182','loggedin',1),(1448,'user','11','2021-01-05 15:48:59','2021-01-05 16:07:32','','41.80.91.182','loggedin',1),(1449,'user','11','2021-01-05 16:07:47','2021-01-05 16:09:18','','41.80.91.182','loggedin',1),(1450,'user','11','2021-01-05 16:09:31','2021-01-05 16:31:03','','41.80.91.182','loggedin',1),(1451,'user','11','2021-01-05 16:31:21','2021-01-05 16:37:52','','41.80.91.182','loggedin',1),(1452,'user','11','2021-01-05 16:38:06','','','41.80.91.182','loggedin',1),(1453,'user','11','2021-01-05 17:49:08','','','41.80.91.182','loggedin',1),(1454,'user','11','2021-01-05 18:02:04','','','41.80.91.182','loggedin',1),(1455,'user','11','2021-01-05 18:26:36','2021-01-05 18:29:35','','41.80.91.182','loggedin',1),(1456,'user','11','2021-01-05 18:29:47','2021-01-05 18:55:12','','41.80.91.182','loggedin',1),(1457,'user','11','2021-01-05 18:55:27','','','41.80.91.182','loggedin',1),(1458,'user','11','2021-01-05 19:25:31','2021-01-05 19:30:40','','41.80.91.182','loggedin',1),(1459,'user','11','2021-01-05 19:30:51','','','41.80.91.182','loggedin',1),(1460,'user','11','2021-01-05 19:43:31','2021-01-05 19:47:45','','41.80.91.182','loggedin',1),(1461,'user','11','2021-01-05 19:47:57','','','41.80.91.182','loggedin',1),(1462,'user','11','2021-01-05 20:20:26','2021-01-05 20:29:02','','41.80.91.182','loggedin',1),(1463,'user','11','2021-01-05 20:59:10','','','41.80.91.182','loggedin',1),(1464,'user','10','2021-01-05 21:03:28','','','41.80.31.116','loggedin',1),(1465,'user','11','2021-01-06 09:59:41','2021-01-06 10:01:52','','41.80.91.182','loggedin',1),(1466,'user','11','2021-01-06 10:35:56','2021-01-06 10:38:15','','41.80.91.182','loggedin',1),(1467,'user','11','2021-01-06 10:38:56','2021-01-06 10:40:24','','41.80.91.182','loggedin',1),(1468,'user','11','2021-01-06 10:40:36','2021-01-06 10:42:14','','41.80.91.182','loggedin',1),(1469,'user','11','2021-01-06 10:42:34','2021-01-06 11:42:13','','41.80.91.182','loggedin',1),(1470,'user','11','2021-01-06 11:42:25','2021-01-06 12:03:14','','41.80.91.182','loggedin',1),(1471,'user','11','2021-01-06 12:03:27','2021-01-06 12:07:06','','41.80.91.182','loggedin',1),(1472,'user','11','2021-01-06 12:07:18','2021-01-06 12:45:33','','41.80.91.182','loggedin',1),(1473,'user','11','2021-01-06 12:45:46','2021-01-06 12:57:39','','41.80.91.182','loggedin',1),(1474,'user','11','2021-01-06 12:57:56','2021-01-06 12:59:02','','41.80.91.182','loggedin',1),(1475,'user','11','2021-01-06 12:59:15','','','41.80.91.182','loggedin',1),(1476,'user','11','2021-01-06 13:53:22','2021-01-06 13:54:59','','41.80.91.182','loggedin',1),(1477,'user','11','2021-01-06 13:55:24','','','41.80.91.182','loggedin',1),(1478,'user','11','2021-01-06 15:00:00','','','41.80.91.182','loggedin',1),(1479,'user','11','2021-01-06 15:34:22','2021-01-06 15:45:39','','41.80.91.182','loggedin',1),(1480,'user','11','2021-01-06 15:49:12','','','41.80.91.182','loggedin',1),(1481,'user','11','2021-01-06 16:41:09','','','41.80.91.182','loggedin',1),(1482,'user','11','2021-01-06 16:43:17','2021-01-06 17:22:09','','41.80.91.182','loggedin',1),(1483,'user','11','2021-01-06 17:24:56','2021-01-06 17:57:25','','41.80.91.182','loggedin',1),(1484,'user','11','2021-01-06 17:58:01','2021-01-06 17:59:52','','41.80.91.182','loggedin',1),(1485,'user','11','2021-01-06 18:00:05','','','41.80.91.182','loggedin',1),(1486,'user','11','2021-01-06 19:24:52','2021-01-06 19:27:30','','41.80.91.182','loggedin',1),(1487,'user','11','2021-01-06 19:27:44','2021-01-06 19:31:07','','41.80.91.182','loggedin',1),(1488,'user','11','2021-01-06 19:31:20','','','41.80.91.182','loggedin',1),(1489,'user','11','2021-01-06 19:51:01','2021-01-06 19:53:17','','41.80.91.182','loggedin',1),(1490,'user','11','2021-01-06 19:53:29','','','41.80.91.182','loggedin',1),(1491,'user','11','2021-01-07 08:52:35','','','41.80.28.1','loggedin',1),(1492,'user','10','2021-01-07 09:14:51','','','41.80.91.210','loggedin',1),(1493,'user','11','2021-01-07 09:34:19','','','41.80.28.1','loggedin',1),(1494,'user','11','2021-01-07 10:30:42','2021-01-07 10:32:35','','41.80.28.1','loggedin',1),(1495,'user','11','2021-01-07 10:32:46','2021-01-07 10:35:03','','41.80.28.1','loggedin',1),(1496,'user','11','2021-01-07 10:35:14','2021-01-07 10:37:02','','41.80.28.1','loggedin',1),(1497,'user','11','2021-01-07 10:37:17','2021-01-07 10:38:41','','41.80.28.1','loggedin',1),(1498,'user','11','2021-01-07 10:39:09','2021-01-07 10:41:05','','41.80.28.1','loggedin',1),(1499,'user','11','2021-01-07 10:41:17','2021-01-07 10:45:06','','41.80.28.1','loggedin',1),(1500,'user','11','2021-01-07 10:45:21','2021-01-07 10:46:49','','41.80.28.1','loggedin',1),(1501,'user','11','2021-01-07 10:47:01','','','41.80.28.1','loggedin',1),(1502,'user','11','2021-01-07 11:19:58','','','41.80.28.1','loggedin',1),(1503,'user','11','2021-01-07 12:25:07','2021-01-07 13:14:50','','41.80.28.1','loggedin',1),(1504,'user','11','2021-01-07 13:19:33','','','41.80.28.1','loggedin',1),(1505,'user','11','2021-01-07 15:06:11','','','41.80.77.252','loggedin',1),(1506,'user','11','2021-01-07 15:52:13','','','41.80.77.252','loggedin',1),(1507,'user','11','2021-01-07 16:12:45','2021-01-07 16:54:52','','41.80.77.252','loggedin',1),(1508,'user','11','2021-01-07 16:55:03','2021-01-07 17:11:25','','41.80.77.252','loggedin',1),(1509,'user','11','2021-01-07 17:11:39','2021-01-07 17:17:06','','41.80.77.252','loggedin',1),(1510,'user','11','2021-01-07 17:17:18','2021-01-07 17:19:53','','41.80.77.252','loggedin',1),(1511,'user','11','2021-01-07 17:20:06','','','41.80.77.252','loggedin',1),(1512,'user','11','2021-01-07 18:07:11','2021-01-07 18:34:23','','41.80.77.252','loggedin',1),(1513,'user','11','2021-01-07 18:34:38','','','41.80.77.252','loggedin',1),(1514,'user','11','2021-01-07 18:52:14','','','41.80.77.252','loggedin',1),(1515,'user','11','2021-01-07 19:10:42','','','41.80.77.252','loggedin',1),(1516,'user','11','2021-01-07 19:15:59','2021-01-07 19:20:07','','41.80.77.252','loggedin',1),(1517,'user','11','2021-01-07 19:39:10','','','41.80.77.252','loggedin',1),(1518,'user','11','2021-01-07 19:54:39','2021-01-07 19:56:13','','41.80.77.252','loggedin',1),(1519,'user','11','2021-01-07 19:56:26','2021-01-07 20:07:22','','41.80.77.252','loggedin',1),(1520,'user','11','2021-01-07 20:07:36','2021-01-07 20:24:05','','41.80.77.252','loggedin',1),(1521,'user','11','2021-01-07 20:28:05','2021-01-07 20:30:48','','41.80.77.252','loggedin',1),(1522,'user','11','2021-01-07 20:35:52','2021-01-07 21:02:40','','41.80.77.252','loggedin',1),(1523,'user','11','2021-01-07 21:06:30','','','41.80.77.252','loggedin',1),(1524,'user','10','2021-01-08 08:07:08','','','41.80.70.142','loggedin',1),(1525,'user','11','2021-01-08 08:28:22','','','41.80.77.252','loggedin',1),(1526,'user','11','2021-01-08 08:28:29','','','41.80.77.252','loggedin',1),(1527,'user','11','2021-01-08 08:58:53','','','41.80.77.252','loggedin',1),(1528,'user','11','2021-01-08 09:41:39','2021-01-08 09:45:28','','41.80.77.252','loggedin',1),(1529,'user','11','2021-01-08 09:46:23','2021-01-08 09:48:03','','41.80.77.252','loggedin',1),(1530,'user','11','2021-01-08 09:48:15','','','41.80.77.252','loggedin',1),(1531,'user','11','2021-01-08 10:13:17','2021-01-08 10:17:08','','41.80.77.252','loggedin',1),(1532,'user','11','2021-01-08 10:17:26','2021-01-08 11:14:00','','41.80.77.252','loggedin',1),(1533,'user','11','2021-01-08 11:14:15','','','41.80.77.252','loggedin',1),(1534,'user','11','2021-01-08 13:26:02','2021-01-08 13:38:34','','41.80.77.252','loggedin',1),(1535,'user','11','2021-01-08 13:38:51','2021-01-08 14:56:46','','41.80.77.252','loggedin',1),(1536,'user','11','2021-01-08 14:57:05','','','41.80.77.252','loggedin',1),(1537,'user','11','2021-01-08 15:06:54','2021-01-08 15:12:50','','41.80.77.252','loggedin',1),(1538,'user','11','2021-01-08 15:13:08','2021-01-08 16:27:18','','41.80.77.252','loggedin',1),(1539,'user','11','2021-01-08 16:27:32','2021-01-08 16:54:29','','41.80.77.252','loggedin',1),(1540,'user','11','2021-01-08 17:22:17','2021-01-08 17:25:49','','41.80.77.252','loggedin',1),(1541,'user','11','2021-01-08 17:26:10','','','41.80.77.252','loggedin',1),(1542,'user','11','2021-01-08 17:45:47','','','41.80.77.252','loggedin',1),(1543,'user','11','2021-01-08 17:51:24','2021-01-08 17:52:50','','41.80.77.252','loggedin',1),(1544,'user','11','2021-01-08 17:53:21','2021-01-08 17:59:45','','41.80.77.252','loggedin',1),(1545,'user','11','2021-01-08 18:00:06','','','41.80.77.252','loggedin',1),(1546,'user','11','2021-01-08 18:17:04','2021-01-08 18:18:58','','41.80.77.252','loggedin',1),(1547,'user','11','2021-01-08 18:19:12','2021-01-08 18:23:03','','41.80.77.252','loggedin',1),(1548,'user','11','2021-01-08 18:23:17','','','41.80.77.252','loggedin',1),(1549,'user','11','2021-01-08 18:51:37','','','41.80.77.252','loggedin',1),(1550,'user','11','2021-01-09 16:31:32','','','41.80.29.82','loggedin',1),(1551,'user','11','2021-01-09 16:54:51','','','41.80.29.82','loggedin',1),(1552,'user','11','2021-01-09 16:56:42','','','41.80.29.82','loggedin',1),(1553,'user','11','2021-01-09 17:01:42','','','41.80.29.82','loggedin',1),(1554,'user','11','2021-01-09 17:04:20','','','41.80.29.82','loggedin',1),(1555,'user','11','2021-01-09 17:07:34','','','41.80.29.82','loggedin',1),(1556,'user','11','2021-01-09 17:09:50','','','41.80.29.82','loggedin',1),(1557,'user','11','2021-01-09 17:11:21','','','41.80.29.82','loggedin',1),(1558,'user','11','2021-01-09 17:13:18','','','41.80.29.82','loggedin',1),(1559,'user','11','2021-01-09 17:16:39','','','41.80.29.82','loggedin',1),(1560,'user','11','2021-01-09 17:19:09','','','41.80.29.82','loggedin',1),(1561,'user','11','2021-01-09 17:20:47','','','41.80.29.82','loggedin',1),(1562,'user','11','2021-01-09 17:23:49','','','41.80.29.82','loggedin',1),(1563,'user','11','2021-01-09 17:25:51','','','41.80.29.82','loggedin',1),(1564,'user','11','2021-01-09 17:30:52','','','41.80.29.82','loggedin',1),(1565,'user','11','2021-01-09 17:32:21','','','41.80.29.82','loggedin',1),(1566,'user','11','2021-01-09 17:35:29','','','41.80.29.82','loggedin',1),(1567,'user','11','2021-01-09 17:39:08','','','41.80.29.82','loggedin',1),(1568,'user','11','2021-01-09 17:42:48','','','41.80.29.82','loggedin',1),(1569,'user','11','2021-01-09 17:45:48','','','41.80.29.82','loggedin',1),(1570,'user','11','2021-01-09 17:48:34','','','41.80.29.82','loggedin',1),(1571,'user','11','2021-01-09 17:50:26','','','41.80.29.82','loggedin',1),(1572,'user','11','2021-01-10 10:20:57','','','41.80.171.124','loggedin',1),(1573,'user','11','2021-01-10 10:23:18','','','41.80.171.124','loggedin',1),(1574,'user','11','2021-01-10 10:25:47','','','41.80.171.124','loggedin',1),(1575,'user','11','2021-01-10 10:41:59','','','41.80.171.124','loggedin',1),(1576,'user','11','2021-01-10 10:45:09','','','41.80.171.124','loggedin',1),(1577,'user','11','2021-01-10 11:03:16','','','41.80.171.124','loggedin',1),(1578,'user','11','2021-01-10 11:09:21','','','41.80.171.124','loggedin',1),(1579,'user','11','2021-01-10 11:31:00','','','41.80.171.124','loggedin',1),(1580,'user','11','2021-01-10 11:42:55','','','41.80.171.124','loggedin',1),(1581,'user','11','2021-01-10 12:19:49','','','41.80.171.124','loggedin',1),(1582,'user','11','2021-01-10 12:24:20','','','41.80.171.124','loggedin',1),(1583,'user','11','2021-01-10 12:44:21','','','41.80.171.124','loggedin',1),(1584,'user','11','2021-01-10 12:47:38','','','41.80.171.124','loggedin',1),(1585,'user','11','2021-01-10 13:43:29','','','41.80.171.124','loggedin',1),(1586,'user','11','2021-01-10 14:23:07','','','41.80.171.124','loggedin',1),(1587,'user','11','2021-01-10 15:08:08','','','41.80.171.124','loggedin',1),(1588,'user','11','2021-01-10 15:13:58','','','41.80.171.124','loggedin',1),(1589,'user','11','2021-01-10 15:26:41','','','41.80.171.124','loggedin',1),(1590,'user','11','2021-01-10 15:39:24','','','41.80.171.124','loggedin',1),(1591,'user','11','2021-01-10 15:41:47','','','41.80.171.124','loggedin',1),(1592,'user','11','2021-01-10 15:48:06','','','41.80.171.124','loggedin',1),(1593,'user','11','2021-01-10 15:59:10','','','41.80.171.124','loggedin',1),(1594,'user','11','2021-01-10 16:01:05','','','41.80.171.124','loggedin',1),(1595,'user','11','2021-01-10 16:23:57','','','41.80.171.124','loggedin',1),(1596,'user','11','2021-01-10 16:33:20','','','41.80.171.124','loggedin',1),(1597,'user','11','2021-01-10 16:50:46','','','41.80.171.124','loggedin',1),(1598,'user','11','2021-01-10 16:54:56','','','41.80.171.124','loggedin',1),(1599,'user','11','2021-01-10 16:57:20','','','41.80.171.124','loggedin',1),(1600,'user','11','2021-01-10 17:44:27','','','41.80.171.124','loggedin',1),(1601,'user','11','2021-01-10 18:07:24','','','41.80.171.124','loggedin',1),(1602,'user','11','2021-01-10 18:18:49','','','41.80.171.124','loggedin',1),(1603,'user','11','2021-01-10 18:24:35','','','41.80.171.124','loggedin',1),(1604,'user','11','2021-01-10 18:53:38','','','41.80.171.124','loggedin',1),(1605,'user','11','2021-01-10 19:04:36','','','41.80.171.124','loggedin',1),(1606,'user','11','2021-01-10 19:42:29','','','41.80.171.124','loggedin',1),(1607,'user','11','2021-01-10 19:45:06','','','41.80.171.124','loggedin',1),(1608,'user','11','2021-01-10 19:49:24','','','41.80.171.124','loggedin',1),(1609,'user','11','2021-01-10 19:51:42','','','41.80.171.124','loggedin',1),(1610,'user','11','2021-01-10 19:56:04','','','41.80.171.124','loggedin',1),(1611,'user','11','2021-01-10 20:17:29','','','41.80.171.124','loggedin',1),(1612,'user','11','2021-01-10 20:42:40','','','41.80.171.124','loggedin',1),(1613,'user','11','2021-01-11 08:07:03','','','41.80.171.124','loggedin',1),(1614,'user','11','2021-01-11 08:17:01','','','41.80.171.124','loggedin',1),(1615,'user','11','2021-01-11 08:21:08','','','41.80.171.124','loggedin',1),(1616,'user','11','2021-01-11 09:07:34','','','41.80.171.124','loggedin',1),(1617,'user','11','2021-01-11 09:15:02','','','41.80.171.124','loggedin',1),(1618,'user','11','2021-01-11 09:19:31','','','41.80.171.124','loggedin',1),(1619,'user','11','2021-01-11 09:35:27','','','41.80.171.124','loggedin',1),(1620,'user','11','2021-01-11 10:50:56','','','41.80.171.124','loggedin',1),(1621,'user','11','2021-01-11 11:29:28','','','41.80.171.124','loggedin',1),(1622,'user','11','2021-01-11 11:39:34','','','41.80.171.124','loggedin',1),(1623,'user','11','2021-01-11 11:40:49','','','41.80.171.124','loggedin',1),(1624,'user','11','2021-01-11 11:41:32','','','41.80.171.124','loggedin',1),(1625,'user','11','2021-01-11 11:42:23','','','41.80.171.124','loggedin',1),(1626,'user','10','2021-01-11 12:03:47','','','41.80.21.83','loggedin',1),(1627,'user','11','2021-01-11 12:08:01','','','41.80.171.124','loggedin',1),(1628,'user','11','2021-01-11 12:16:27','','','41.80.171.124','loggedin',1),(1629,'user','11','2021-01-11 12:43:18','','','41.80.171.124','loggedin',1),(1630,'user','11','2021-01-11 12:44:57','','','41.80.171.124','loggedin',1),(1631,'user','11','2021-01-11 12:46:16','','','41.80.171.124','loggedin',1),(1632,'user','11','2021-01-11 12:47:39','','','41.80.171.124','loggedin',1),(1633,'user','11','2021-01-11 13:24:27','','','41.80.171.124','loggedin',1),(1634,'user','11','2021-01-11 14:07:49','','','41.80.171.124','loggedin',1),(1635,'user','11','2021-01-11 14:51:49','','','41.80.171.124','loggedin',1),(1636,'user','11','2021-01-11 15:02:14','','','41.80.171.124','loggedin',1),(1637,'user','11','2021-01-11 15:16:50','','','41.80.171.124','loggedin',1),(1638,'user','11','2021-01-11 15:28:33','','','41.80.171.124','loggedin',1),(1639,'user','11','2021-01-11 16:17:07','','','41.80.171.124','loggedin',1),(1640,'user','11','2021-01-11 16:31:51','','','41.80.171.124','loggedin',1),(1641,'user','11','2021-01-11 17:03:08','','','41.80.171.124','loggedin',1),(1642,'user','10','2021-01-11 17:39:38','','','41.80.21.83','loggedin',1),(1643,'user','10','2021-01-11 17:39:38','','','41.80.21.83','loggedin',1),(1644,'user','10','2021-01-11 17:39:39','','','41.80.21.83','loggedin',1),(1645,'user','10','2021-01-11 17:39:39','','','41.80.21.83','loggedin',1),(1646,'user','11','2021-01-11 18:27:29','','','41.80.171.124','loggedin',1),(1647,'user','11','2021-01-11 18:34:31','','','41.80.171.124','loggedin',1),(1648,'user','11','2021-01-11 19:09:32','','','41.80.171.124','loggedin',1),(1649,'user','11','2021-01-11 19:26:31','','','41.80.171.124','loggedin',1),(1650,'user','11','2021-01-11 19:37:49','','','41.80.171.124','loggedin',1),(1651,'user','10','2021-01-12 08:59:14','','','41.80.125.28','loggedin',1),(1652,'user','11','2021-01-12 16:23:18','','','41.80.125.157','loggedin',1),(1653,'user','11','2021-01-12 17:01:25','','','41.80.125.157','loggedin',1),(1654,'user','11','2021-01-12 17:36:21','','','41.80.125.157','loggedin',1),(1655,'user','11','2021-01-12 17:57:37','','','41.80.125.157','loggedin',1),(1656,'user','10','2021-01-12 18:49:18','','','41.80.123.215','loggedin',1),(1657,'user','11','2021-01-13 08:16:51','','','41.80.190.196','loggedin',1),(1658,'user','10','2021-01-13 08:31:27','','','41.80.123.215','loggedin',1),(1659,'user','11','2021-01-13 10:32:48','','','41.80.112.5','loggedin',1),(1660,'user','11','2021-01-13 11:15:41','','','41.80.112.5','loggedin',1),(1661,'user','10','2021-01-13 11:46:07','','','41.80.167.132','loggedin',1),(1662,'user','11','2021-01-13 12:21:31','','','41.80.112.5','loggedin',1),(1663,'user','11','2021-01-13 12:46:43','','','41.80.112.5','loggedin',1),(1664,'user','11','2021-01-13 12:59:07','','','41.80.112.5','loggedin',1),(1665,'user','11','2021-01-13 13:15:49','','','41.80.112.5','loggedin',1),(1666,'user','10','2021-01-13 13:15:52','','','41.80.167.132','loggedin',1),(1667,'user','11','2021-01-13 13:43:09','','','41.80.112.5','loggedin',1),(1668,'user','11','2021-01-13 14:45:00','','','41.80.112.5','loggedin',1),(1669,'user','11','2021-01-13 14:59:02','','','41.80.112.5','loggedin',1),(1670,'user','11','2021-01-13 15:26:38','','','41.80.112.5','loggedin',1),(1671,'user','11','2021-01-13 15:52:34','','','41.80.112.5','loggedin',1),(1672,'user','11','2021-01-13 16:31:25','','','41.80.112.5','loggedin',1),(1673,'user','11','2021-01-13 16:43:19','','','41.80.112.5','loggedin',1),(1674,'user','11','2021-01-13 16:50:45','','','41.80.112.5','loggedin',1),(1675,'user','11','2021-01-13 17:16:09','','','41.80.112.5','loggedin',1),(1676,'user','11','2021-01-13 17:40:09','','','41.80.112.5','loggedin',1),(1677,'user','11','2021-01-13 18:14:41','','','41.80.112.5','loggedin',1),(1678,'user','11','2021-01-13 18:40:40','','','41.80.112.5','loggedin',1),(1679,'user','11','2021-01-13 19:00:59','','','41.80.112.5','loggedin',1),(1680,'user','11','2021-01-13 19:28:19','','','41.80.112.5','loggedin',1),(1681,'user','11','2021-01-13 19:53:59','','','41.80.112.5','loggedin',1),(1682,'user','10','2021-01-13 19:55:44','','','41.80.167.132','loggedin',1),(1683,'user','11','2021-01-13 20:02:03','','','41.80.112.5','loggedin',1),(1684,'user','11','2021-01-13 20:21:42','','','41.80.112.5','loggedin',1),(1685,'user','11','2021-01-13 20:55:04','','','41.80.112.5','loggedin',1),(1686,'user','11','2021-01-14 08:43:30','','','41.80.112.5','loggedin',1),(1687,'user','11','2021-01-14 08:47:43','','','41.80.112.5','loggedin',1),(1688,'user','11','2021-01-14 09:38:28','','','41.80.112.5','loggedin',1),(1689,'user','11','2021-01-14 11:11:00','','','41.80.112.5','loggedin',1),(1690,'user','11','2021-01-14 12:23:02','','','41.80.112.5','loggedin',1),(1691,'user','11','2021-01-14 12:33:05','','','41.80.112.5','loggedin',1),(1692,'user','11','2021-01-14 13:01:39','','','41.80.112.5','loggedin',1),(1693,'user','11','2021-01-14 13:44:34','','','41.80.112.5','loggedin',1),(1694,'user','11','2021-01-14 13:49:54','','','41.80.112.5','loggedin',1),(1695,'user','11','2021-01-14 14:00:17','','','41.80.112.5','loggedin',1),(1696,'user','11','2021-01-14 14:07:59','','','41.80.112.5','loggedin',1),(1697,'user','11','2021-01-14 15:18:32','','','41.80.112.5','loggedin',1),(1698,'user','11','2021-01-14 15:38:32','','','41.80.112.5','loggedin',1),(1699,'user','11','2021-01-14 15:57:11','','','41.80.112.5','loggedin',1),(1700,'user','11','2021-01-14 16:26:26','','','41.80.112.5','loggedin',1),(1701,'user','11','2021-01-14 17:57:35','','','41.80.112.5','loggedin',1),(1702,'user','11','2021-01-14 18:11:30','','','41.80.112.5','loggedin',1),(1703,'user','11','2021-01-14 18:36:32','','','41.80.112.5','loggedin',1),(1704,'user','11','2021-01-14 18:59:46','','','41.80.112.5','loggedin',1),(1705,'user','11','2021-01-14 19:30:40','','','41.80.112.5','loggedin',1),(1706,'user','11','2021-01-14 20:15:22','','','41.80.112.5','loggedin',1),(1707,'user','11','2021-01-14 20:27:50','','','41.80.112.5','loggedin',1),(1708,'user','11','2021-01-14 20:58:28','','','41.80.112.5','loggedin',1),(1709,'user','11','2021-01-14 21:33:50','','','41.80.112.5','loggedin',1),(1710,'user','11','2021-01-15 09:39:12','','','41.80.112.5','loggedin',1),(1711,'user','11','2021-01-15 10:58:37','','','41.80.112.5','loggedin',1),(1712,'user','11','2021-01-15 12:27:23','','','41.80.75.228','loggedin',1),(1713,'user','11','2021-01-15 12:51:41','','','41.80.75.228','loggedin',1),(1714,'user','11','2021-01-15 13:01:56','','','41.80.75.228','loggedin',1),(1715,'user','11','2021-01-15 13:50:04','','','41.80.75.228','loggedin',1),(1716,'user','11','2021-01-15 14:42:24','','','41.80.75.228','loggedin',1),(1717,'user','11','2021-01-15 15:53:35','','','41.80.75.228','loggedin',1),(1718,'user','11','2021-01-15 17:23:17','','','41.80.125.202','loggedin',1),(1719,'user','11','2021-01-15 17:48:13','','','41.80.125.202','loggedin',1),(1720,'user','11','2021-01-15 17:53:28','','','41.80.125.202','loggedin',1),(1721,'user','11','2021-01-15 18:49:01','','','41.80.125.202','loggedin',1),(1722,'user','11','2021-01-15 20:06:37','','','41.80.125.202','loggedin',1),(1723,'user','11','2021-01-16 08:34:27','','','41.80.125.202','loggedin',1),(1724,'user','11','2021-01-16 08:49:08','','','41.80.125.202','loggedin',1),(1725,'user','11','2021-01-16 09:21:29','','','41.80.125.202','loggedin',1),(1726,'user','11','2021-01-16 10:11:50','','','41.80.125.202','loggedin',1),(1727,'user','11','2021-01-16 10:38:39','','','41.80.125.202','loggedin',1),(1728,'user','11','2021-01-16 11:50:36','','','41.80.125.202','loggedin',1),(1729,'user','11','2021-01-16 12:12:42','','','41.80.125.202','loggedin',1),(1730,'user','11','2021-01-16 15:20:34','','','41.80.125.202','loggedin',1),(1731,'user','10','2021-01-17 00:22:53','','','41.139.227.150','loggedin',1),(1732,'user','11','2021-01-18 11:42:03','','','41.80.184.87','loggedin',1),(1733,'user','11','2021-01-18 15:00:50','','','41.80.71.35','loggedin',1),(1734,'user','11','2021-01-19 09:10:00','','','41.80.71.35','loggedin',1),(1735,'user','11','2021-01-19 09:34:56','','','41.80.71.35','loggedin',1),(1736,'user','11','2021-01-19 15:27:43','','','41.80.71.35','loggedin',1),(1737,'user','11','2021-01-19 16:18:52','','','41.80.71.35','loggedin',1),(1738,'user','11','2021-01-19 18:05:26','','','41.80.71.35','loggedin',1),(1739,'user','11','2021-01-19 18:34:44','','','41.80.170.19','loggedin',1),(1740,'user','11','2021-01-20 08:53:58','','','41.80.170.19','loggedin',1),(1741,'user','11','2021-01-20 18:13:23','','','41.80.112.102','loggedin',1),(1742,'user','11','2021-01-20 19:28:10','','','41.80.112.102','loggedin',1),(1743,'user','11','2021-01-21 08:32:04','','','41.80.16.106','loggedin',1),(1744,'user','11','2021-01-22 11:01:36','','','41.80.93.24','loggedin',1),(1745,'user','11','2021-01-22 15:14:45','2021-01-22 15:26:39','','41.80.93.24','loggedin',1),(1746,'user','11','2021-01-22 15:32:56','','','41.80.93.24','loggedin',1),(1747,'user','11','2021-01-22 16:02:40','','','41.80.93.24','loggedin',1),(1748,'user','11','2021-01-22 16:29:33','','','41.80.93.24','loggedin',1),(1749,'user','11','2021-01-22 17:14:22','','','41.80.93.24','loggedin',1),(1750,'user','11','2021-01-22 18:41:45','','','41.80.93.24','loggedin',1),(1751,'user','10','2021-01-22 22:21:50','','','41.80.93.211','loggedin',1),(1752,'user','11','2021-01-23 08:27:12','','','105.162.94.42','loggedin',1),(1753,'user','11','2021-01-23 10:29:53','','','105.162.94.42','loggedin',1),(1754,'user','11','2021-01-23 11:08:31','','','105.162.94.42','loggedin',1),(1755,'user','11','2021-01-23 11:17:50','','','105.162.94.42','loggedin',1),(1756,'user','11','2021-01-23 12:40:39','','','105.162.94.42','loggedin',1),(1757,'user','11','2021-01-23 17:57:52','','','105.162.94.42','loggedin',1),(1758,'user','11','2021-01-24 10:58:26','','','105.162.94.42','loggedin',1),(1759,'user','11','2021-01-24 15:57:57','','','105.162.50.222','loggedin',1),(1760,'user','11','2021-01-24 19:31:32','','','105.162.50.222','loggedin',1),(1761,'user','10','2021-01-24 20:59:10','','','105.162.89.234','loggedin',1),(1762,'user','11','2021-01-25 08:53:47','','','105.162.50.222','loggedin',1),(1763,'user','11','2021-01-25 10:20:33','','','105.162.50.222','loggedin',1),(1764,'admin','1','2021-01-25 11:25:07','2021-01-25 11:45:13','','105.162.87.70','loggedin',1),(1765,'admin','1','2021-01-25 12:19:10','','','105.61.253.98','loggedin',1),(1766,'admin','1','2021-01-25 13:14:26','2021-01-25 13:20:43','','105.162.64.55','loggedin',1),(1767,'user','11','2021-01-25 13:21:12','','','105.162.64.55','loggedin',1),(1768,'admin','1','2021-01-25 13:25:42','','','105.160.18.157','loggedin',1),(1769,'user','11','2021-01-25 17:31:51','','','105.162.64.55','loggedin',1),(1770,'user','11','2021-01-25 18:24:20','','','105.162.64.55','loggedin',1),(1771,'user','11','2021-01-25 19:17:20','','','105.162.64.55','loggedin',1),(1772,'user','11','2021-01-25 19:41:47','','','105.162.64.55','loggedin',1),(1773,'user','11','2021-01-25 20:26:59','','','105.162.64.55','loggedin',1),(1774,'user','10','2021-01-25 21:01:53','','','41.90.4.145','loggedin',1),(1775,'user','10','2021-01-25 21:42:25','','','105.160.113.162','loggedin',1),(1776,'user','11','2021-01-26 09:01:47','','','105.162.64.55','loggedin',1),(1777,'user','11','2021-01-26 12:02:17','','','105.162.64.55','loggedin',1),(1778,'user','11','2021-01-26 13:59:19','','','105.162.64.55','loggedin',1),(1779,'user','11','2021-01-26 16:06:38','','','105.162.64.55','loggedin',1),(1780,'user','11','2021-01-26 17:42:31','','','105.162.64.55','loggedin',1),(1781,'user','11','2021-01-26 18:21:50','','','105.162.64.55','loggedin',1),(1782,'user','11','2021-01-26 19:48:09','','','105.162.64.55','loggedin',1),(1783,'user','11','2021-01-26 20:52:49','','','105.162.64.55','loggedin',1),(1784,'user','11','2021-01-27 11:09:27','','','105.162.64.55','loggedin',1),(1785,'user','11','2021-01-27 15:29:50','','','105.162.64.55','loggedin',1),(1786,'user','11','2021-01-27 19:18:56','','','105.162.64.55','loggedin',1),(1787,'user','11','2021-01-28 10:05:44','','','105.162.90.183','loggedin',1),(1788,'user','11','2021-01-28 11:37:46','','','105.162.90.183','loggedin',1),(1789,'user','11','2021-01-28 13:01:59','','','105.162.90.183','loggedin',1),(1790,'user','11','2021-01-28 13:23:00','','','105.162.90.183','loggedin',1),(1791,'user','11','2021-01-28 14:24:58','','','105.162.90.183','loggedin',1),(1792,'user','11','2021-01-28 16:52:23','','','105.162.90.183','loggedin',1),(1793,'user','11','2021-01-28 18:28:44','','','105.162.90.183','loggedin',1),(1794,'user','11','2021-01-28 19:53:58','','','105.162.90.183','loggedin',1),(1795,'user','11','2021-01-28 20:33:48','','','105.162.90.183','loggedin',1),(1796,'user','11','2021-01-29 10:03:17','','','105.162.90.183','loggedin',1),(1797,'user','11','2021-01-29 11:07:31','','','105.162.90.183','loggedin',1),(1798,'user','11','2021-01-29 12:34:10','','','105.162.90.183','loggedin',1),(1799,'user','11','2021-01-29 13:56:04','','','105.162.90.183','loggedin',1),(1800,'user','11','2021-01-29 15:24:27','','','105.162.90.183','loggedin',1),(1801,'user','11','2021-01-29 18:27:07','','','105.162.90.183','loggedin',1),(1802,'user','11','2021-01-29 19:44:44','','','105.162.90.183','loggedin',1),(1803,'user','11','2021-01-29 20:31:36','','','105.162.90.183','loggedin',1),(1804,'user','11','2021-01-30 10:22:22','','','105.162.90.183','loggedin',1),(1805,'user','11','2021-01-30 11:19:38','','','105.162.90.183','loggedin',1),(1806,'user','11','2021-01-30 12:05:47','','','105.162.90.183','loggedin',1),(1807,'user','11','2021-01-30 12:27:03','','','105.162.90.183','loggedin',1),(1808,'user','11','2021-01-30 15:47:03','','','105.162.90.183','loggedin',1),(1809,'user','11','2021-01-30 18:36:56','','','105.162.90.183','loggedin',1),(1810,'user','11','2021-01-30 19:38:17','','','105.162.90.183','loggedin',1),(1811,'user','11','2021-01-30 20:06:09','','','105.162.90.183','loggedin',1),(1812,'user','11','2021-01-30 20:36:33','','','105.162.90.183','loggedin',1),(1813,'user','11','2021-01-30 21:04:06','','','105.162.90.183','loggedin',1),(1814,'user','11','2021-01-31 10:43:21','2021-01-31 10:46:06','','105.162.90.183','loggedin',1),(1815,'user','11','2021-01-31 10:46:19','2021-01-31 10:48:07','','105.162.90.183','loggedin',1),(1816,'user','11','2021-01-31 10:48:20','2021-01-31 10:51:03','','105.162.90.183','loggedin',1),(1817,'user','11','2021-01-31 10:51:14','','','105.162.90.183','loggedin',1),(1818,'user','11','2021-01-31 12:56:53','','','105.162.90.183','loggedin',1),(1819,'user','11','2021-01-31 15:09:32','','','105.162.90.183','loggedin',1),(1820,'user','11','2021-01-31 16:13:24','','','105.162.90.183','loggedin',1),(1821,'user','11','2021-01-31 17:56:44','','','105.162.90.183','loggedin',1),(1822,'user','11','2021-02-01 08:03:15','','','105.162.90.183','loggedin',1),(1823,'user','11','2021-02-01 08:40:57','','','105.162.90.183','loggedin',1),(1824,'user','11','2021-02-01 13:03:56','','','105.162.59.188','loggedin',1),(1825,'user','11','2021-02-01 14:31:40','','','105.162.96.91','loggedin',1),(1826,'user','11','2021-02-02 08:42:35','','','105.162.96.91','loggedin',1),(1827,'user','11','2021-02-02 10:46:03','','','105.162.119.154','loggedin',1),(1828,'user','11','2021-02-02 17:03:10','','','105.162.119.154','loggedin',1),(1829,'user','11','2021-02-02 19:19:35','','','105.162.63.40','loggedin',1),(1830,'user','11','2021-02-03 11:27:46','','','105.162.63.40','loggedin',1),(1831,'user','11','2021-02-03 14:50:15','','','105.162.63.40','loggedin',1),(1832,'user','11','2021-02-03 15:10:22','','','105.162.63.40','loggedin',1),(1833,'user','11','2021-02-03 15:17:57','','','105.162.63.40','loggedin',1),(1834,'user','11','2021-02-03 16:30:33','','','105.162.5.13','loggedin',1),(1835,'user','11','2021-02-03 19:42:16','','','105.162.5.13','loggedin',1),(1836,'user','11','2021-02-03 21:04:45','','','105.162.5.13','loggedin',1),(1837,'user','11','2021-02-04 08:39:03','','','105.162.5.13','loggedin',1),(1838,'user','11','2021-02-04 09:40:50','','','105.162.5.13','loggedin',1),(1839,'user','11','2021-02-04 09:42:03','','','105.162.5.13','loggedin',1),(1840,'user','11','2021-02-04 10:59:03','','','105.162.5.13','loggedin',1),(1841,'user','11','2021-02-04 11:07:37','','','105.162.5.13','loggedin',1),(1842,'user','11','2021-02-04 11:29:22','','','105.162.5.13','loggedin',1),(1843,'user','11','2021-02-04 11:50:47','','','105.162.5.13','loggedin',1),(1844,'user','11','2021-02-04 12:47:55','','','105.162.5.13','loggedin',1),(1845,'user','11','2021-02-04 15:38:23','','','105.162.5.13','loggedin',1),(1846,'user','11','2021-02-04 15:44:37','','','105.162.5.13','loggedin',1),(1847,'user','11','2021-02-04 17:16:54','','','105.162.5.13','loggedin',1),(1848,'user','11','2021-02-04 18:30:48','','','105.162.5.13','loggedin',1),(1849,'user','11','2021-02-04 20:48:22','','','105.162.5.13','loggedin',1),(1850,'user','11','2021-02-05 10:31:56','','','105.162.5.13','loggedin',1),(1851,'user','11','2021-02-05 12:06:23','','','105.162.5.13','loggedin',1),(1852,'user','11','2021-02-05 13:11:35','','','105.162.5.13','loggedin',1),(1853,'user','11','2021-02-05 18:53:44','','','105.162.5.13','loggedin',1),(1854,'user','11','2021-02-05 19:40:05','','','105.162.5.13','loggedin',1),(1855,'user','11','2021-02-05 20:37:52','','','105.162.5.13','loggedin',1),(1856,'user','11','2021-02-06 08:22:44','','','105.162.5.13','loggedin',1),(1857,'user','11','2021-02-06 15:07:16','','','105.162.5.13','loggedin',1),(1858,'user','11','2021-02-06 18:34:28','','','105.162.5.13','loggedin',1),(1859,'user','11','2021-02-07 11:16:28','','','105.162.33.96','loggedin',1),(1860,'user','11','2021-02-07 15:17:31','','','105.162.33.96','loggedin',1),(1861,'user','11','2021-02-07 15:17:33','','','105.162.33.96','loggedin',1),(1862,'user','11','2021-02-07 16:05:11','','','105.162.33.96','loggedin',1),(1863,'user','11','2021-02-07 16:43:23','','','105.162.33.96','loggedin',1),(1864,'user','11','2021-02-07 18:36:05','','','105.162.33.96','loggedin',1),(1865,'user','11','2021-02-07 18:46:26','','','105.162.33.96','loggedin',1),(1866,'user','11','2021-02-07 18:57:33','','','105.162.33.96','loggedin',1),(1867,'user','11','2021-02-07 19:01:34','','','105.162.33.96','loggedin',1),(1868,'user','10','2021-02-07 20:53:46','','','105.162.45.44','loggedin',1),(1869,'user','11','2021-02-08 09:10:02','','','105.162.33.96','loggedin',1),(1870,'user','11','2021-02-08 09:10:03','','','105.162.33.96','loggedin',1),(1871,'user','11','2021-02-08 10:01:00','','','105.162.33.96','loggedin',1),(1872,'user','11','2021-02-08 10:20:49','','','105.162.33.96','loggedin',1),(1873,'user','11','2021-02-08 10:39:57','','','105.162.33.96','loggedin',1),(1874,'user','11','2021-02-08 10:57:05','','','105.162.33.96','loggedin',1),(1875,'user','11','2021-02-08 11:50:28','','','105.162.33.96','loggedin',1),(1876,'user','11','2021-02-08 11:53:23','','','105.162.33.96','loggedin',1),(1877,'user','11','2021-02-08 11:57:03','','','105.162.33.96','loggedin',1),(1878,'user','11','2021-02-08 12:42:09','','','105.162.33.96','loggedin',1),(1879,'user','11','2021-02-08 12:46:32','','','105.162.33.96','loggedin',1),(1880,'user','11','2021-02-08 13:21:15','','','105.162.33.96','loggedin',1),(1881,'user','11','2021-02-08 13:28:38','','','105.162.33.96','loggedin',1),(1882,'user','11','2021-02-08 14:51:50','','','105.162.33.96','loggedin',1),(1883,'user','11','2021-02-08 14:56:48','','','105.162.33.96','loggedin',1),(1884,'user','11','2021-02-08 15:02:43','','','105.162.33.96','loggedin',1),(1885,'user','11','2021-02-08 15:04:02','','','105.162.33.96','loggedin',1),(1886,'user','11','2021-02-08 15:04:37','','','105.162.33.96','loggedin',1),(1887,'user','11','2021-02-08 15:05:49','','','105.162.33.96','loggedin',1),(1888,'user','11','2021-02-08 15:06:38','','','105.162.33.96','loggedin',1),(1889,'user','11','2021-02-08 15:07:34','','','105.162.33.96','loggedin',1),(1890,'user','11','2021-02-08 16:16:36','','','105.162.33.96','loggedin',1),(1891,'user','11','2021-02-08 17:32:46','','','105.162.33.96','loggedin',1),(1892,'user','11','2021-02-08 17:54:31','','','105.162.33.96','loggedin',1),(1893,'user','11','2021-02-08 18:44:03','','','105.162.33.96','loggedin',1),(1894,'user','11','2021-02-08 18:49:59','','','105.162.33.96','loggedin',1),(1895,'user','11','2021-02-08 19:04:03','','','105.162.33.96','loggedin',1),(1896,'user','11','2021-02-09 16:48:13','','','105.162.0.65','loggedin',1),(1897,'user','11','2021-02-09 16:48:54','','','105.162.0.65','loggedin',1),(1898,'user','11','2021-02-09 17:24:20','','','105.162.0.65','loggedin',1),(1899,'user','11','2021-02-09 17:44:48','','','105.162.0.65','loggedin',1),(1900,'user','11','2021-02-09 17:45:15','','','105.162.0.65','loggedin',1),(1901,'user','11','2021-02-09 17:46:00','','','105.162.0.65','loggedin',1),(1902,'user','11','2021-02-09 19:45:50','','','105.162.0.65','loggedin',1),(1903,'user','11','2021-02-10 11:43:56','','','105.162.0.65','loggedin',1),(1904,'user','11','2021-02-10 16:59:06','','','105.162.0.65','loggedin',1),(1905,'user','11','2021-02-10 16:59:45','','','105.162.0.65','loggedin',1),(1906,'user','11','2021-02-10 17:33:48','','','105.162.0.65','loggedin',1),(1907,'user','11','2021-02-10 18:07:27','','','105.162.0.65','loggedin',1),(1908,'user','11','2021-02-10 18:08:08','','','105.162.0.65','loggedin',1),(1909,'user','11','2021-02-10 18:57:38','','','105.162.0.65','loggedin',1),(1910,'user','11','2021-02-10 20:24:41','','','105.162.0.65','loggedin',1),(1911,'user','11','2021-02-11 08:45:06','','','105.162.0.65','loggedin',1),(1912,'user','11','2021-02-11 13:28:39','','','105.162.0.65','loggedin',1),(1913,'user','10','2021-02-11 14:34:18','','','41.80.109.215','loggedin',1),(1914,'user','11','2021-02-11 15:33:49','','','105.162.0.65','loggedin',1),(1915,'user','11','2021-02-11 15:56:20','','','41.80.105.17','loggedin',1),(1916,'user','11','2021-02-11 16:22:06','','','41.80.105.17','loggedin',1),(1917,'user','11','2021-02-11 17:00:26','','','41.80.105.17','loggedin',1),(1918,'user','11','2021-02-11 18:01:40','','','41.80.105.17','loggedin',1),(1919,'user','11','2021-02-11 18:14:15','','','41.80.105.17','loggedin',1),(1920,'user','11','2021-02-11 18:53:12','','','41.80.105.17','loggedin',1),(1921,'user','10','2021-02-12 06:37:30','','','41.80.109.215','loggedin',1),(1922,'user','11','2021-02-12 08:27:44','','','41.80.105.17','loggedin',1),(1923,'user','11','2021-02-12 09:03:23','','','41.80.105.17','loggedin',1),(1924,'user','11','2021-02-12 10:37:02','','','41.80.105.17','loggedin',1),(1925,'user','11','2021-02-12 10:58:22','','','41.80.105.17','loggedin',1),(1926,'user','11','2021-02-12 10:59:01','','','41.80.105.17','loggedin',1),(1927,'user','11','2021-02-12 11:16:22','','','41.80.105.17','loggedin',1),(1928,'user','11','2021-02-12 13:44:50','','','41.80.105.17','loggedin',1),(1929,'user','11','2021-02-12 14:17:11','','','41.80.105.17','loggedin',1),(1930,'user','11','2021-02-12 15:36:44','','','41.80.105.17','loggedin',1),(1931,'user','11','2021-02-12 16:29:18','','','41.80.105.17','loggedin',1),(1932,'user','11','2021-02-12 16:57:42','','','41.80.105.17','loggedin',1),(1933,'user','11','2021-02-12 17:27:26','','','41.80.105.17','loggedin',1),(1934,'user','11','2021-02-12 17:29:40','','','41.80.105.17','loggedin',1),(1935,'user','11','2021-02-12 17:32:33','','','41.80.105.17','loggedin',1),(1936,'user','11','2021-02-12 17:41:01','','','41.80.105.17','loggedin',1),(1937,'user','11','2021-02-12 19:08:32','','','41.80.105.17','loggedin',1),(1938,'user','11','2021-02-13 09:05:20','','','41.80.105.17','loggedin',1),(1939,'user','11','2021-02-13 09:14:50','','','41.80.105.17','loggedin',1),(1940,'user','11','2021-02-13 09:55:03','','','105.162.59.139','loggedin',1),(1941,'user','11','2021-02-13 10:15:43','','','105.162.59.139','loggedin',1),(1942,'user','11','2021-02-13 11:08:46','','','105.162.59.139','loggedin',1),(1943,'user','11','2021-02-13 11:10:59','','','105.162.59.139','loggedin',1),(1944,'user','11','2021-02-13 11:27:06','','','105.162.59.139','loggedin',1),(1945,'user','11','2021-02-13 11:49:58','','','105.162.59.139','loggedin',1),(1946,'user','11','2021-02-13 12:16:16','','','105.162.59.139','loggedin',1),(1947,'user','11','2021-02-13 13:42:56','','','105.162.59.139','loggedin',1),(1948,'user','11','2021-02-13 15:26:43','','','105.162.59.139','loggedin',1),(1949,'user','11','2021-02-13 15:39:00','','','105.162.59.139','loggedin',1),(1950,'user','11','2021-02-13 16:14:23','','','105.162.59.139','loggedin',1),(1951,'user','11','2021-02-13 17:05:51','','','105.162.59.139','loggedin',1),(1952,'user','11','2021-02-13 17:17:54','','','105.162.59.139','loggedin',1),(1953,'user','11','2021-02-13 17:34:55','','','105.162.59.139','loggedin',1),(1954,'user','11','2021-02-13 18:11:47','','','105.162.59.139','loggedin',1),(1955,'user','11','2021-02-14 09:20:22','','','105.162.59.139','loggedin',1),(1956,'user','11','2021-02-14 14:14:59','','','105.162.59.139','loggedin',1),(1957,'user','11','2021-02-14 14:41:41','','','105.162.59.139','loggedin',1),(1958,'user','11','2021-02-14 15:12:08','','','105.162.59.139','loggedin',1),(1959,'user','11','2021-02-14 16:41:31','','','105.162.59.139','loggedin',1),(1960,'user','11','2021-02-14 16:58:13','','','105.162.59.139','loggedin',1),(1961,'user','11','2021-02-14 17:01:24','','','105.162.59.139','loggedin',1),(1962,'user','11','2021-02-14 17:23:47','','','105.162.59.139','loggedin',1),(1963,'user','11','2021-02-14 18:06:06','','','105.162.59.139','loggedin',1),(1964,'user','11','2021-02-14 18:39:05','','','105.162.59.139','loggedin',1),(1965,'user','11','2021-02-14 20:16:33','','','105.162.59.139','loggedin',1),(1966,'user','11','2021-02-14 20:43:33','2021-02-14 20:46:03','','105.162.59.139','loggedin',1),(1967,'user','11','2021-02-14 20:46:19','','','105.162.59.139','loggedin',1),(1968,'user','11','2021-02-14 20:48:41','','','105.162.59.139','loggedin',1),(1969,'user','11','2021-02-15 10:32:26','','','105.162.59.139','loggedin',1),(1970,'user','11','2021-02-15 12:27:21','','','105.162.59.139','loggedin',1),(1971,'user','11','2021-02-15 13:05:38','','','105.162.59.139','loggedin',1),(1972,'user','11','2021-02-15 16:07:27','','','105.162.59.139','loggedin',1),(1973,'user','11','2021-02-15 16:55:17','','','105.162.59.139','loggedin',1),(1974,'user','11','2021-02-15 17:16:11','','','105.162.59.139','loggedin',1),(1975,'user','11','2021-02-15 20:54:20','','','105.162.59.139','loggedin',1),(1976,'user','11','2021-02-16 15:48:54','','','105.162.59.139','loggedin',1),(1977,'user','11','2021-02-16 16:15:53','','','105.162.59.139','loggedin',1),(1978,'user','11','2021-02-16 16:38:15','','','105.162.54.193','loggedin',1),(1979,'user','11','2021-02-16 18:07:00','','','105.162.54.193','loggedin',1),(1980,'user','11','2021-02-16 19:29:25','','','105.162.54.193','loggedin',1),(1981,'user','11','2021-02-17 07:51:09','','','105.162.54.193','loggedin',1),(1982,'user','11','2021-02-17 10:16:33','','','105.162.54.193','loggedin',1),(1983,'user','11','2021-02-17 15:02:36','','','105.162.54.193','loggedin',1),(1984,'user','11','2021-02-17 15:24:46','','','105.162.54.193','loggedin',1),(1985,'user','11','2021-02-17 15:32:01','','','105.162.54.193','loggedin',1),(1986,'user','11','2021-02-17 16:33:42','','','105.162.79.253','loggedin',1),(1987,'user','11','2021-02-17 17:10:53','','','105.162.79.253','loggedin',1),(1988,'user','11','2021-02-17 17:30:11','','','105.162.79.253','loggedin',1),(1989,'user','11','2021-02-17 17:59:45','','','105.162.79.253','loggedin',1),(1990,'user','11','2021-02-17 18:18:24','','','105.162.79.253','loggedin',1),(1991,'user','11','2021-02-17 18:24:06','','','105.162.79.253','loggedin',1),(1992,'user','11','2021-02-17 18:39:30','','','105.162.79.253','loggedin',1),(1993,'user','11','2021-02-17 18:49:52','','','105.162.79.253','loggedin',1),(1994,'user','11','2021-02-18 09:41:22','','','105.162.79.253','loggedin',1),(1995,'user','11','2021-02-18 09:44:59','','','105.162.79.253','loggedin',1),(1996,'user','11','2021-02-18 09:50:57','','','105.162.79.253','loggedin',1),(1997,'user','11','2021-02-18 10:51:10','','','105.162.79.253','loggedin',1),(1998,'user','11','2021-02-18 10:54:30','','','105.162.79.253','loggedin',1),(1999,'user','11','2021-02-18 11:58:38','','','105.162.79.253','loggedin',1),(2000,'user','11','2021-02-18 12:40:55','','','105.162.79.253','loggedin',1),(2001,'user','11','2021-02-18 12:46:39','','','105.162.79.253','loggedin',1),(2002,'user','11','2021-02-18 12:48:18','','','105.162.79.253','loggedin',1),(2003,'user','11','2021-02-18 14:37:51','','','105.162.79.253','loggedin',1),(2004,'user','11','2021-02-18 14:54:11','','','105.162.79.253','loggedin',1),(2005,'user','11','2021-02-18 15:06:20','','','105.162.79.253','loggedin',1),(2006,'user','11','2021-02-18 15:36:34','','','105.162.79.253','loggedin',1),(2007,'user','11','2021-02-18 16:37:05','','','105.162.79.253','loggedin',1),(2008,'user','11','2021-02-18 16:40:19','','','105.162.79.253','loggedin',1),(2009,'user','11','2021-02-18 16:46:04','','','105.162.79.253','loggedin',1),(2010,'user','11','2021-02-18 17:16:53','','','105.162.79.253','loggedin',1),(2011,'user','11','2021-02-18 18:34:48','','','105.162.79.253','loggedin',1),(2012,'user','11','2021-02-18 18:37:31','','','105.162.79.253','loggedin',1),(2013,'user','11','2021-02-18 18:51:42','','','105.162.79.253','loggedin',1),(2014,'user','11','2021-02-18 18:52:33','','','105.162.79.253','loggedin',1),(2015,'user','11','2021-02-18 19:11:50','','','105.162.79.253','loggedin',1),(2016,'user','11','2021-02-18 20:15:33','','','105.162.79.253','loggedin',1),(2017,'user','11','2021-02-18 20:19:06','','','105.162.79.253','loggedin',1),(2018,'user','11','2021-02-18 20:19:07','','','105.162.79.253','loggedin',1),(2019,'user','11','2021-02-18 21:14:25','','','105.162.79.253','loggedin',1),(2020,'user','11','2021-02-18 21:27:42','','','105.162.79.253','loggedin',1),(2021,'user','11','2021-02-19 09:47:39','','','105.162.12.94','loggedin',1),(2022,'user','11','2021-02-19 10:05:04','','','105.162.12.94','loggedin',1),(2023,'user','11','2021-02-19 10:17:19','','','105.162.12.94','loggedin',1),(2024,'user','11','2021-02-19 10:47:41','','','105.162.12.94','loggedin',1),(2025,'user','11','2021-02-19 11:42:45','','','105.162.12.94','loggedin',1),(2026,'user','11','2021-02-19 12:47:08','','','105.162.12.94','loggedin',1),(2027,'user','11','2021-02-19 12:50:43','','','105.162.12.94','loggedin',1),(2028,'user','11','2021-02-19 14:38:02','','','105.162.12.94','loggedin',1),(2029,'user','11','2021-02-19 14:59:10','','','105.162.12.94','loggedin',1),(2030,'user','11','2021-02-19 14:59:31','','','105.162.12.94','loggedin',1),(2031,'user','11','2021-02-19 14:59:52','','','105.162.12.94','loggedin',1),(2032,'user','11','2021-02-19 15:00:39','','','105.162.12.94','loggedin',1),(2033,'user','11','2021-02-19 15:01:20','','','105.162.12.94','loggedin',1),(2034,'user','11','2021-02-19 15:05:29','','','105.162.12.94','loggedin',1),(2035,'user','11','2021-02-19 15:06:02','','','105.162.12.94','loggedin',1),(2036,'user','11','2021-02-19 15:06:37','','','105.162.12.94','loggedin',1),(2037,'user','11','2021-02-19 15:07:03','','','105.162.12.94','loggedin',1),(2038,'user','11','2021-02-19 15:08:22','','','105.162.12.94','loggedin',1),(2039,'user','11','2021-02-19 15:08:46','','','105.162.12.94','loggedin',1),(2040,'user','11','2021-02-19 15:09:31','','','105.162.12.94','loggedin',1),(2041,'user','11','2021-02-19 15:13:17','','','105.162.12.94','loggedin',1),(2042,'user','11','2021-02-19 15:17:24','','','105.162.12.94','loggedin',1),(2043,'user','11','2021-02-19 16:07:14','','','105.162.12.94','loggedin',1),(2044,'user','11','2021-02-19 16:08:09','','','105.162.12.94','loggedin',1),(2045,'user','11','2021-02-19 16:13:49','','','105.162.12.94','loggedin',1),(2046,'user','144','2021-02-19 16:16:56','','','105.162.12.94','loggedin',1),(2047,'user','11','2021-02-19 16:18:07','','','105.162.12.94','loggedin',1),(2048,'user','11','2021-02-19 16:22:19','','','105.162.12.94','loggedin',1),(2049,'user','11','2021-02-19 16:23:14','','','105.162.12.94','loggedin',1),(2050,'user','144','2021-02-19 16:23:50','','','105.162.12.94','loggedin',1),(2051,'user','11','2021-02-19 16:24:47','','','105.162.12.94','loggedin',1),(2052,'user','11','2021-02-19 16:37:54','','','105.162.12.94','loggedin',1),(2053,'user','11','2021-02-19 16:47:22','','','105.162.12.94','loggedin',1),(2054,'user','11','2021-02-19 16:49:55','','','105.162.12.94','loggedin',1),(2055,'user','11','2021-02-19 17:23:02','','','105.162.12.94','loggedin',1),(2056,'user','11','2021-02-19 17:36:49','','','105.162.12.94','loggedin',1),(2057,'user','11','2021-02-19 18:22:21','','','105.162.12.94','loggedin',1),(2058,'user','11','2021-02-20 09:39:15','','','41.80.107.85','loggedin',1),(2059,'user','11','2021-02-20 12:32:42','','','41.80.107.85','loggedin',1),(2060,'user','11','2021-02-20 12:55:25','','','41.80.107.85','loggedin',1),(2061,'user','11','2021-02-20 13:23:44','','','41.80.107.85','loggedin',1),(2062,'user','11','2021-02-20 13:34:19','','','41.80.107.85','loggedin',1),(2063,'user','11','2021-02-20 13:46:34','','','41.80.107.85','loggedin',1),(2064,'user','11','2021-02-20 14:19:55','','','41.80.107.85','loggedin',1),(2065,'user','11','2021-02-20 14:51:49','','','41.80.107.85','loggedin',1),(2066,'user','11','2021-02-20 15:39:05','','','41.80.107.85','loggedin',1),(2067,'user','11','2021-02-20 15:58:30','','','41.80.107.85','loggedin',1),(2068,'user','11','2021-02-20 16:53:53','','','41.80.107.85','loggedin',1),(2069,'user','11','2021-02-20 17:15:56','','','41.80.107.85','loggedin',1),(2070,'user','11','2021-02-20 18:03:20','','','41.80.107.85','loggedin',1),(2071,'user','11','2021-02-20 18:58:00','','','41.80.107.85','loggedin',1),(2072,'user','11','2021-02-20 19:12:51','','','41.80.107.85','loggedin',1),(2073,'user','11','2021-02-20 19:19:33','','','41.80.107.85','loggedin',1),(2074,'user','11','2021-02-20 19:43:21','','','41.80.107.85','loggedin',1),(2075,'user','11','2021-02-20 20:30:06','','','41.80.107.85','loggedin',1),(2076,'user','11','2021-02-21 09:36:49','','','41.80.107.85','loggedin',1),(2077,'user','11','2021-02-21 10:00:07','','','41.80.107.85','loggedin',1),(2078,'user','11','2021-02-21 10:07:42','','','41.80.107.85','loggedin',1),(2079,'user','11','2021-02-21 10:22:52','','','41.80.107.85','loggedin',1),(2080,'user','11','2021-02-21 10:55:36','','','41.80.107.85','loggedin',1),(2081,'user','11','2021-02-21 11:46:00','','','41.80.107.85','loggedin',1),(2082,'user','11','2021-02-21 12:08:56','','','41.80.107.85','loggedin',1),(2083,'user','11','2021-02-21 12:22:47','','','41.80.107.85','loggedin',1),(2084,'user','11','2021-02-21 12:34:04','','','41.80.107.85','loggedin',1),(2085,'user','11','2021-02-21 12:57:02','','','41.80.107.85','loggedin',1),(2086,'user','10','2021-02-21 13:40:58','','','105.162.77.31','loggedin',1),(2087,'user','11','2021-02-21 15:59:52','','','41.80.107.85','loggedin',1),(2088,'user','11','2021-02-21 17:14:44','','','41.80.107.85','loggedin',1),(2089,'user','11','2021-02-21 17:23:58','','','41.80.107.85','loggedin',1),(2090,'user','11','2021-02-21 18:12:27','','','41.80.107.85','loggedin',1),(2091,'user','11','2021-02-21 18:48:22','','','41.80.107.85','loggedin',1),(2092,'user','11','2021-02-21 19:47:26','','','41.80.107.85','loggedin',1),(2093,'user','11','2021-02-21 20:05:27','','','41.80.107.85','loggedin',1),(2094,'user','11','2021-02-21 20:09:08','','','41.80.107.85','loggedin',1),(2095,'user','11','2021-02-21 20:34:16','','','41.80.107.85','loggedin',1),(2096,'user','10','2021-02-22 08:26:49','','','105.162.77.31','loggedin',1),(2097,'user','11','2021-02-22 08:56:21','','','41.80.107.85','loggedin',1),(2098,'user','11','2021-02-22 10:07:17','','','41.80.107.85','loggedin',1),(2099,'user','11','2021-02-22 10:29:03','','','41.80.107.85','loggedin',1),(2100,'user','11','2021-02-22 10:41:34','','','41.80.107.85','loggedin',1),(2101,'user','11','2021-02-22 13:37:34','','','41.80.107.85','loggedin',1),(2102,'user','11','2021-02-22 13:45:04','','','41.80.107.85','loggedin',1),(2103,'user','11','2021-02-22 14:28:10','','','41.80.107.85','loggedin',1),(2104,'user','11','2021-02-22 14:53:02','','','41.80.107.85','loggedin',1),(2105,'user','11','2021-02-22 15:08:23','','','41.80.107.85','loggedin',1),(2106,'user','11','2021-02-22 15:26:55','','','41.80.107.85','loggedin',1),(2107,'user','11','2021-02-22 16:37:31','','','41.80.64.230','loggedin',1),(2108,'user','11','2021-02-22 17:28:18','','','41.80.64.230','loggedin',1),(2109,'user','11','2021-02-22 17:58:06','','','41.80.64.230','loggedin',1),(2110,'user','11','2021-02-22 17:58:46','','','41.80.64.230','loggedin',1),(2111,'user','11','2021-02-22 18:10:23','','','41.80.64.230','loggedin',1),(2112,'user','11','2021-02-22 18:10:51','','','41.80.64.230','loggedin',1),(2113,'user','11','2021-02-22 18:27:09','','','41.80.64.230','loggedin',1),(2114,'user','11','2021-02-22 18:50:15','','','41.80.64.230','loggedin',1),(2115,'user','11','2021-02-22 19:31:43','','','41.80.64.230','loggedin',1),(2116,'user','11','2021-02-22 19:43:48','','','41.80.64.230','loggedin',1),(2117,'user','11','2021-02-22 20:06:07','','','41.80.64.230','loggedin',1),(2118,'user','11','2021-02-22 20:12:48','','','41.80.64.230','loggedin',1),(2119,'user','11','2021-02-22 20:58:06','','','41.80.64.230','loggedin',1),(2120,'user','11','2021-02-23 10:37:54','','','41.80.64.230','loggedin',1),(2121,'user','11','2021-02-23 11:30:12','','','41.80.64.230','loggedin',1),(2122,'user','11','2021-02-23 11:35:29','','','41.80.64.230','loggedin',1),(2123,'user','11','2021-02-23 12:33:48','','','41.80.64.230','loggedin',1),(2124,'user','11','2021-02-23 14:40:54','','','41.80.64.230','loggedin',1),(2125,'user','11','2021-02-23 15:07:55','','','41.80.64.230','loggedin',1),(2126,'user','11','2021-02-23 15:28:35','','','41.80.64.230','loggedin',1),(2127,'user','11','2021-02-23 16:13:42','','','41.80.64.230','loggedin',1),(2128,'user','11','2021-02-23 16:31:16','','','41.80.64.230','loggedin',1),(2129,'user','11','2021-02-23 16:34:09','','','41.80.64.230','loggedin',1),(2130,'user','11','2021-02-23 18:54:30','','','41.80.64.230','loggedin',1),(2131,'user','11','2021-02-23 20:13:49','','','41.80.64.230','loggedin',1),(2132,'user','11','2021-02-23 20:23:35','','','41.80.64.230','loggedin',1),(2133,'user','11','2021-02-24 09:35:30','','','41.80.4.9','loggedin',1),(2134,'user','11','2021-02-24 12:03:26','','','41.80.4.9','loggedin',1),(2135,'user','11','2021-02-24 13:00:56','','','41.80.82.213','loggedin',1),(2136,'user','11','2021-02-24 13:43:04','','','41.80.82.213','loggedin',1),(2137,'user','11','2021-02-24 14:34:18','','','41.80.90.116','loggedin',1),(2138,'user','11','2021-02-24 15:38:05','','','41.80.90.116','loggedin',1),(2139,'user','11','2021-02-24 15:58:13','','','41.80.90.116','loggedin',1),(2140,'user','11','2021-02-24 17:25:57','','','41.80.90.116','loggedin',1),(2141,'user','11','2021-02-24 17:29:46','','','41.80.90.116','loggedin',1),(2142,'user','11','2021-02-24 17:41:28','','','41.80.90.116','loggedin',1),(2143,'user','11','2021-02-24 17:54:10','','','41.80.90.116','loggedin',1),(2144,'user','11','2021-02-24 18:18:10','','','41.80.90.116','loggedin',1),(2145,'user','11','2021-02-24 18:45:47','','','41.80.90.116','loggedin',1),(2146,'user','11','2021-02-24 19:14:32','','','41.80.90.116','loggedin',1),(2147,'user','11','2021-02-24 19:18:05','','','41.80.90.116','loggedin',1),(2148,'user','11','2021-02-24 19:45:56','','','41.80.90.116','loggedin',1),(2149,'user','11','2021-02-24 20:12:48','','','41.80.90.116','loggedin',1),(2150,'user','11','2021-02-24 20:46:59','','','41.80.90.116','loggedin',1),(2151,'user','11','2021-02-25 12:51:42','','','41.80.90.116','loggedin',1),(2152,'user','10','2021-02-25 13:21:23','','','154.70.56.239','loggedin',1),(2153,'user','11','2021-02-25 15:41:59','','','41.80.90.116','loggedin',1),(2154,'user','11','2021-02-25 16:55:30','','','41.80.90.116','loggedin',1),(2155,'user','11','2021-02-25 19:39:43','','','41.80.90.116','loggedin',1),(2156,'user','11','2021-02-25 19:56:44','','','41.80.90.116','loggedin',1),(2157,'user','11','2021-02-25 21:16:24','','','41.80.90.116','loggedin',1),(2158,'user','11','2021-02-26 11:22:11','','','41.80.90.116','loggedin',1),(2159,'user','11','2021-02-26 12:41:56','','','41.80.90.116','loggedin',1),(2160,'user','11','2021-02-26 13:14:15','','','41.80.90.116','loggedin',1),(2161,'user','11','2021-02-26 13:32:51','','','41.80.90.116','loggedin',1),(2162,'user','10','2021-02-26 13:34:11','','','154.70.56.239','loggedin',1),(2163,'user','10','2021-02-26 13:36:17','','','154.70.56.239','loggedin',1),(2164,'user','10','2021-02-26 13:38:41','','','41.80.80.157','loggedin',1),(2165,'user','11','2021-02-26 13:51:10','','','41.80.90.116','loggedin',1),(2166,'user','11','2021-02-26 14:21:43','','','41.80.90.116','loggedin',1),(2167,'user','11','2021-02-26 14:56:05','','','41.80.90.116','loggedin',1),(2168,'user','11','2021-02-26 16:17:18','','','41.80.90.116','loggedin',1),(2169,'user','11','2021-02-26 17:09:01','','','41.80.90.116','loggedin',1),(2170,'user','11','2021-02-26 18:05:05','','','41.80.90.116','loggedin',1),(2171,'user','11','2021-03-01 10:31:50','','','41.80.72.220','loggedin',1),(2172,'user','11','2021-03-01 10:34:17','','','41.80.72.220','loggedin',1),(2173,'user','11','2021-03-01 10:45:43','','','41.80.72.220','loggedin',1),(2174,'user','11','2021-03-01 10:58:03','','','41.80.72.220','loggedin',1),(2175,'user','11','2021-03-01 11:47:41','','','41.80.72.220','loggedin',1),(2176,'user','11','2021-03-01 12:39:57','','','41.80.72.220','loggedin',1),(2177,'user','11','2021-03-01 13:42:05','','','41.80.72.220','loggedin',1),(2178,'user','11','2021-03-01 13:57:41','','','41.80.72.220','loggedin',1),(2179,'user','11','2021-03-01 13:58:23','','','41.80.72.220','loggedin',1),(2180,'user','11','2021-03-01 14:27:38','','','41.80.72.220','loggedin',1),(2181,'user','11','2021-03-01 14:49:43','','','41.80.72.220','loggedin',1),(2182,'user','11','2021-03-01 17:35:25','','','41.80.124.241','loggedin',1),(2183,'user','11','2021-03-01 18:09:29','','','41.80.124.241','loggedin',1),(2184,'user','11','2021-03-01 18:20:33','','','41.80.124.241','loggedin',1),(2185,'user','11','2021-03-01 18:38:59','','','41.80.124.241','loggedin',1),(2186,'user','11','2021-03-01 20:57:52','','','41.80.124.241','loggedin',1),(2187,'user','11','2021-03-02 09:09:55','','','41.80.124.241','loggedin',1),(2188,'user','11','2021-03-02 09:10:35','','','41.80.124.241','loggedin',1),(2189,'user','11','2021-03-02 09:24:22','','','41.80.124.241','loggedin',1),(2190,'user','11','2021-03-02 15:37:32','','','41.80.124.241','loggedin',1),(2191,'user','11','2021-03-02 16:02:01','','','41.80.5.226','loggedin',1),(2192,'user','11','2021-03-02 17:09:20','','','41.80.5.226','loggedin',1),(2193,'user','11','2021-03-02 17:15:02','','','41.80.5.226','loggedin',1),(2194,'user','11','2021-03-02 17:46:27','','','41.80.5.226','loggedin',1),(2195,'user','11','2021-03-02 18:12:28','','','41.80.5.226','loggedin',1),(2196,'user','11','2021-03-02 18:46:21','','','41.80.5.226','loggedin',1),(2197,'user','11','2021-03-02 18:58:56','','','41.80.5.226','loggedin',1),(2198,'user','11','2021-03-02 20:16:46','','','41.80.5.226','loggedin',1),(2199,'user','11','2021-03-02 20:33:38','','','41.80.5.226','loggedin',1),(2200,'user','11','2021-03-03 10:23:56','','','41.80.5.226','loggedin',1),(2201,'user','11','2021-03-03 11:05:59','','','41.80.5.226','loggedin',1),(2202,'user','11','2021-03-03 12:27:50','','','41.80.5.226','loggedin',1),(2203,'user','11','2021-03-03 13:59:58','','','41.80.5.226','loggedin',1),(2204,'user','11','2021-03-03 14:00:45','','','41.80.5.226','loggedin',1),(2205,'user','11','2021-03-03 14:50:26','','','41.80.5.226','loggedin',1),(2206,'user','11','2021-03-03 15:11:57','','','41.80.5.226','loggedin',1),(2207,'user','11','2021-03-03 17:07:29','','','41.80.5.226','loggedin',1),(2208,'user','11','2021-03-03 17:44:11','','','41.80.5.226','loggedin',1),(2209,'user','11','2021-03-03 18:34:13','','','41.80.5.226','loggedin',1),(2210,'user','11','2021-03-03 19:24:14','','','41.80.5.226','loggedin',1),(2211,'user','11','2021-03-03 20:36:20','','','41.80.5.226','loggedin',1),(2212,'user','11','2021-03-04 10:31:47','','','41.80.5.226','loggedin',1),(2213,'user','11','2021-03-04 10:33:54','','','41.80.5.226','loggedin',1),(2214,'user','11','2021-03-04 11:21:14','','','41.80.5.226','loggedin',1),(2215,'user','11','2021-03-04 11:35:00','','','41.80.5.226','loggedin',1),(2216,'user','11','2021-03-04 12:15:43','','','41.80.5.226','loggedin',1),(2217,'user','11','2021-03-04 13:44:48','','','41.80.5.226','loggedin',1),(2218,'user','10','2021-03-04 14:06:49','','','41.80.116.217','loggedin',1),(2219,'user','11','2021-03-04 14:35:27','','','41.80.5.226','loggedin',1),(2220,'user','11','2021-03-04 14:49:16','','','41.80.5.226','loggedin',1),(2221,'user','11','2021-03-04 15:02:38','','','41.80.5.226','loggedin',1),(2222,'user','11','2021-03-04 15:30:12','','','41.80.5.226','loggedin',1),(2223,'user','11','2021-03-04 15:56:29','','','41.80.5.226','loggedin',1),(2224,'user','11','2021-03-04 15:56:55','','','41.80.5.226','loggedin',1),(2225,'user','11','2021-03-04 16:33:21','','','41.80.5.226','loggedin',1),(2226,'user','11','2021-03-04 16:49:24','','','41.80.5.226','loggedin',1),(2227,'user','11','2021-03-04 17:49:27','','','41.80.5.226','loggedin',1),(2228,'user','11','2021-03-04 18:17:44','','','41.80.5.226','loggedin',1),(2229,'user','11','2021-03-04 18:24:01','','','41.80.5.226','loggedin',1),(2230,'user','10','2021-03-05 09:55:01','','','41.80.22.16','loggedin',1),(2231,'user','11','2021-03-05 11:52:10','','','41.80.5.226','loggedin',1),(2232,'user','11','2021-03-05 16:22:31','','','41.80.5.226','loggedin',1),(2233,'user','11','2021-03-05 18:29:48','','','41.80.5.226','loggedin',1),(2234,'user','11','2021-03-05 19:05:57','','','41.80.5.226','loggedin',1),(2235,'user','11','2021-03-05 19:29:08','','','41.80.5.226','loggedin',1),(2236,'user','11','2021-03-06 09:01:21','','','41.80.5.226','loggedin',1),(2237,'user','11','2021-03-06 09:20:09','','','41.80.5.226','loggedin',1),(2238,'user','11','2021-03-06 09:32:40','','','41.80.5.226','loggedin',1),(2239,'user','11','2021-03-06 09:33:09','','','41.80.5.226','loggedin',1),(2240,'user','11','2021-03-06 10:15:57','','','41.80.5.226','loggedin',1),(2241,'user','11','2021-03-06 10:40:59','','','41.80.5.226','loggedin',1),(2242,'user','11','2021-03-06 10:52:37','','','41.80.5.226','loggedin',1),(2243,'user','11','2021-03-06 11:26:41','','','41.80.5.226','loggedin',1),(2244,'user','11','2021-03-06 11:37:44','','','41.80.5.226','loggedin',1),(2245,'user','11','2021-03-06 13:04:36','','','41.80.5.226','loggedin',1),(2246,'user','11','2021-03-06 13:12:53','','','41.80.5.226','loggedin',1),(2247,'user','11','2021-03-06 14:19:28','','','41.80.5.226','loggedin',1),(2248,'user','11','2021-03-06 14:31:36','','','41.80.5.226','loggedin',1),(2249,'user','11','2021-03-06 14:55:20','','','41.80.5.226','loggedin',1),(2250,'user','11','2021-03-06 15:02:57','','','41.80.5.226','loggedin',1),(2251,'user','11','2021-03-06 16:48:47','','','41.80.5.226','loggedin',1),(2252,'user','11','2021-03-06 17:23:39','','','41.80.5.226','loggedin',1),(2253,'user','11','2021-03-06 17:39:18','','','41.80.5.226','loggedin',1),(2254,'user','11','2021-03-06 18:56:35','','','41.80.5.226','loggedin',1),(2255,'user','11','2021-03-06 19:55:24','','','41.80.5.226','loggedin',1),(2256,'user','11','2021-03-07 11:34:07','','','41.80.5.226','loggedin',1),(2257,'user','11','2021-03-07 17:31:25','','','41.80.84.152','loggedin',1),(2258,'user','11','2021-03-07 19:17:27','','','41.80.84.152','loggedin',1),(2259,'user','11','2021-03-07 20:45:42','','','41.80.84.152','loggedin',1),(2260,'user','10','2021-03-08 11:22:33','','','154.70.56.239','loggedin',1),(2261,'user','11','2021-03-08 15:46:29','','','41.80.84.152','loggedin',1),(2262,'user','11','2021-03-08 16:33:24','','','41.80.84.152','loggedin',1),(2263,'user','11','2021-03-08 17:38:40','','','41.80.84.152','loggedin',1),(2264,'user','11','2021-03-08 17:51:00','','','41.80.84.152','loggedin',1),(2265,'user','11','2021-03-08 17:53:44','','','41.80.84.152','loggedin',1),(2266,'user','11','2021-03-08 18:05:26','','','41.80.84.152','loggedin',1),(2267,'user','11','2021-03-08 18:35:03','','','41.80.84.152','loggedin',1),(2268,'user','11','2021-03-09 08:58:25','','','41.80.27.202','loggedin',1),(2269,'user','11','2021-03-09 09:14:43','','','41.80.23.147','loggedin',1),(2270,'user','11','2021-03-09 09:42:22','','','41.80.23.147','loggedin',1),(2271,'user','11','2021-03-09 10:09:52','','','41.80.23.147','loggedin',1),(2272,'user','11','2021-03-09 12:02:00','','','41.80.23.147','loggedin',1),(2273,'user','11','2021-03-09 14:57:44','','','41.80.23.147','loggedin',1),(2274,'user','11','2021-03-09 15:59:39','','','41.80.23.147','loggedin',1),(2275,'user','11','2021-03-09 16:25:10','','','41.80.23.147','loggedin',1),(2276,'user','11','2021-03-09 16:31:37','','','41.80.23.147','loggedin',1),(2277,'user','11','2021-03-09 16:38:42','','','41.80.23.147','loggedin',1),(2278,'user','11','2021-03-09 18:09:51','','','41.80.23.147','loggedin',1),(2279,'user','11','2021-03-09 18:16:40','','','41.80.23.147','loggedin',1),(2280,'user','11','2021-03-09 18:23:45','','','41.80.23.147','loggedin',1),(2281,'user','11','2021-03-09 19:06:36','','','41.80.23.147','loggedin',1),(2282,'user','11','2021-03-10 10:39:44','','','41.80.84.64','loggedin',1),(2283,'user','11','2021-03-10 10:57:49','','','41.80.84.64','loggedin',1),(2284,'user','11','2021-03-10 12:22:26','','','41.80.84.64','loggedin',1),(2285,'user','11','2021-03-10 13:21:56','','','41.80.84.64','loggedin',1),(2286,'user','11','2021-03-10 13:22:47','','','41.80.84.64','loggedin',1),(2287,'user','11','2021-03-10 14:10:38','','','41.80.84.64','loggedin',1),(2288,'user','11','2021-03-10 15:27:18','','','41.80.84.64','loggedin',1),(2289,'user','11','2021-03-10 15:35:11','','','41.80.84.64','loggedin',1),(2290,'user','11','2021-03-10 15:48:43','','','41.80.84.64','loggedin',1),(2291,'user','11','2021-03-11 15:22:17','','','41.80.86.189','loggedin',1),(2292,'user','11','2021-03-11 16:03:59','','','41.80.86.189','loggedin',1),(2293,'user','11','2021-03-11 17:19:04','','','41.80.86.189','loggedin',1),(2294,'user','11','2021-03-11 17:19:44','','','41.80.86.189','loggedin',1),(2295,'user','11','2021-03-11 17:40:23','','','41.80.86.189','loggedin',1),(2296,'user','11','2021-03-11 17:42:08','','','41.80.86.189','loggedin',1),(2297,'user','11','2021-03-11 18:31:56','','','41.80.86.189','loggedin',1),(2298,'user','11','2021-03-11 18:42:04','','','41.80.86.189','loggedin',1),(2299,'user','11','2021-03-11 21:07:59','','','41.80.86.189','loggedin',1),(2300,'user','11','2021-03-11 21:18:32','','','41.80.86.189','loggedin',1),(2301,'user','11','2021-03-11 21:18:37','','','41.80.86.189','loggedin',1),(2302,'user','11','2021-03-12 09:51:26','','','41.80.125.133','loggedin',1),(2303,'user','11','2021-03-12 10:26:40','','','41.80.125.133','loggedin',1),(2304,'user','11','2021-03-12 10:29:45','','','41.80.125.133','loggedin',1),(2305,'user','11','2021-03-12 10:30:41','','','41.80.125.133','loggedin',1),(2306,'user','11','2021-03-12 11:17:48','','','41.80.7.150','loggedin',1),(2307,'user','11','2021-03-12 12:32:09','','','41.80.7.150','loggedin',1),(2308,'user','11','2021-03-12 13:55:10','','','41.80.7.150','loggedin',1),(2309,'user','11','2021-03-12 14:05:30','','','41.80.7.150','loggedin',1),(2310,'user','11','2021-03-12 14:54:31','','','41.80.7.150','loggedin',1),(2311,'user','11','2021-03-13 12:49:23','','','41.80.29.52','loggedin',1),(2312,'user','11','2021-03-14 16:42:56','','','41.80.29.52','loggedin',1),(2313,'user','11','2021-03-14 16:49:31','','','41.80.29.52','loggedin',1),(2314,'user','10','2021-03-15 15:06:00','','','154.70.56.239','loggedin',1),(2315,'user','10','2021-03-16 07:32:17','','','41.80.124.181','loggedin',1),(2316,'user','11','2021-03-16 11:31:16','','','41.80.29.52','loggedin',1),(2317,'user','11','2021-03-18 15:11:01','','','41.80.15.39','loggedin',1),(2318,'user','11','2021-03-19 09:02:22','','','41.80.15.39','loggedin',1),(2319,'user','10','2021-03-22 13:18:14','','','154.70.44.135','loggedin',1),(2320,'user','11','2021-03-24 18:38:30','','','41.80.166.37','loggedin',1),(2321,'user','11','2021-03-28 10:52:40','','','41.80.21.226','loggedin',1),(2322,'user','11','2021-03-28 10:52:43','','','41.80.21.226','loggedin',1),(2323,'user','10','2021-03-29 12:31:23','','','154.70.44.135','loggedin',1),(2324,'user','10','2021-03-29 12:34:30','','','154.70.44.135','loggedin',1),(2325,'admin','1','2021-04-10 12:59:49','2021-04-10 13:01:35','','154.159.243.202','loggedin',1),(2326,'user','10','2021-04-15 14:39:31','','','154.70.44.135','loggedin',1),(2327,'admin','1','2021-12-09 11:58:19','','','41.81.132.78','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 AUTO_INCREMENT=2 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 */; INSERT INTO `maincategory` VALUES (1,'NATURAL CHILL WATER','','2020-11-09 14:14:38','active','1','','1'); /*!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 `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, 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 `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','0','admin/viewpallmyplots','side','accomodation'),('Accounting',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','0','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'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','0','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','Create Departments','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','0','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','0','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','0','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','0','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','0','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('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','0','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/recorddelivery','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Select User',1,'rss-square','selectuser','1','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','0','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','0','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','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','recorddelivery','Add Delivery',1),('add','sales','add',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),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addhouse','accomodation','Add House',1),('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),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('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),('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','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),('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),('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),('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','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),('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),('displaycustomers','sales','Display customers using buttons',5),('dontprint','sales','Display Dont Print Button',15),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','reports','download',2),('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),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('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),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('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),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Move consumable stock',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('return','viewreturnsales','Return Sales',4),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('select','sales','Select Customers',5),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('transfer','productlist','Transfer Products',3),('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','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('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),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updatestock','productlist','Update Stock (Cl.Stock)',2),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('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','recorddelivery','View Delivery',2),('view','reports','view',1),('viewall','deals','View other people\'s deals',5),('viewall','reports','View all Branches',6),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('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),('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),('vieworders','ecommerce','View Orders',4),('viewothersgeneraltask','task','View Others General Task',9),('viewothersspecifictask','task','View Others Specific Task',7),('viewpurchase','purchases','Purchase Order',9),('viewquotation','purchases','View Quotation',7),('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','income','View all invoices',3),('wiewinvoices','incomeexpenses','View all invoices',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 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 */; /*!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, `code` varchar(2) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` 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 `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'KE','Kenya',''),(2,'CA','Canada',''),(3,'AF','Afghanistan',''),(4,'AL','Albania',''),(5,'DZ','Algeria',''),(6,'DS','American Samoa',''),(7,'AD','Andorra',''),(8,'AO','Angola',''),(9,'AI','Anguilla',''),(10,'AQ','Antarctica',''),(11,'AG','Antigua and/or Barbuda',''),(12,'AR','Argentina',''),(13,'AM','Armenia',''),(14,'AW','Aruba',''),(15,'AU','Australia',''),(16,'AT','Austria',''),(17,'AZ','Azerbaijan',''),(18,'BS','Bahamas',''),(19,'BH','Bahrain',''),(20,'BD','Bangladesh',''),(21,'BB','Barbados',''),(22,'BY','Belarus',''),(23,'BE','Belgium',''),(24,'BZ','Belize',''),(25,'BJ','Benin',''),(26,'BM','Bermuda',''),(27,'BT','Bhutan',''),(28,'BO','Bolivia',''),(29,'BA','Bosnia and Herzegovina',''),(30,'BW','Botswana',''),(31,'BV','Bouvet Island',''),(32,'BR','Brazil',''),(33,'IO','British lndian Ocean Territory',''),(34,'BN','Brunei Darussalam',''),(35,'BG','Bulgaria',''),(36,'BF','Burkina Faso',''),(37,'BI','Burundi',''),(38,'KH','Cambodia',''),(39,'CM','Cameroon',''),(40,'CV','Cape Verde',''),(41,'KY','Cayman Islands',''),(42,'CF','Central African Republic',''),(43,'TD','Chad',''),(44,'CL','Chile',''),(45,'CN','China',''),(46,'CX','Christmas Island',''),(47,'CC','Cocos (Keeling) Islands',''),(48,'CO','Colombia',''),(49,'KM','Comoros',''),(50,'CG','Congo',''),(51,'CK','Cook Islands',''),(52,'CR','Costa Rica',''),(53,'HR','Croatia (Hrvatska)',''),(54,'CU','Cuba',''),(55,'CY','Cyprus',''),(56,'CZ','Czech Republic',''),(57,'DK','Denmark',''),(58,'DJ','Djibouti',''),(59,'DM','Dominica',''),(60,'DO','Dominican Republic',''),(61,'TP','East Timor',''),(62,'EC','Ecuador',''),(63,'EG','Egypt',''),(64,'SV','El Salvador',''),(65,'GQ','Equatorial Guinea',''),(66,'ER','Eritrea',''),(67,'EE','Estonia',''),(68,'ET','Ethiopia',''),(69,'FK','Falkland Islands (Malvinas)',''),(70,'FO','Faroe Islands',''),(71,'FJ','Fiji',''),(72,'FI','Finland',''),(73,'FR','France',''),(74,'FX','France, Metropolitan',''),(75,'GF','French Guiana',''),(76,'PF','French Polynesia',''),(77,'TF','French Southern Territories',''),(78,'GA','Gabon',''),(79,'GM','Gambia',''),(80,'GE','Georgia',''),(81,'DE','Germany',''),(82,'GH','Ghana',''),(83,'GI','Gibraltar',''),(84,'GR','Greece',''),(85,'GL','Greenland',''),(86,'GD','Grenada',''),(87,'GP','Guadeloupe',''),(88,'GU','Guam',''),(89,'GT','Guatemala',''),(90,'GN','Guinea',''),(91,'GW','Guinea-Bissau',''),(92,'GY','Guyana',''),(93,'HT','Haiti',''),(94,'HM','Heard and Mc Donald Islands',''),(95,'HN','Honduras',''),(96,'HK','Hong Kong',''),(97,'HU','Hungary',''),(98,'IS','Iceland',''),(99,'IN','India',''),(100,'ID','Indonesia',''),(101,'IR','Iran (Islamic Republic of)',''),(102,'IQ','Iraq',''),(103,'IE','Ireland',''),(104,'IL','Israel',''),(105,'IT','Italy',''),(106,'CI','Ivory Coast',''),(107,'JM','Jamaica',''),(108,'JP','Japan',''),(109,'JO','Jordan',''),(110,'KZ','Kazakhstan',''),(111,'US','United States ',''),(112,'KI','Kiribati',''),(113,'KP','Korea, Democratic People\'s Republic of',''),(114,'KR','Korea, Republic of',''),(115,'XK','Kosovo',''),(116,'KW','Kuwait',''),(117,'KG','Kyrgyzstan',''),(118,'LA','Lao People\'s Democratic Republic',''),(119,'LV','Latvia',''),(120,'LB','Lebanon',''),(121,'LS','Lesotho',''),(122,'LR','Liberia',''),(123,'LY','Libyan Arab Jamahiriya',''),(124,'LI','Liechtenstein',''),(125,'LT','Lithuania',''),(126,'LU','Luxembourg',''),(127,'MO','Macau',''),(128,'MK','Macedonia',''),(129,'MG','Madagascar',''),(130,'MW','Malawi',''),(131,'MY','Malaysia',''),(132,'MV','Maldives',''),(133,'ML','Mali',''),(134,'MT','Malta',''),(135,'MH','Marshall Islands',''),(136,'MQ','Martinique',''),(137,'MR','Mauritania',''),(138,'MU','Mauritius',''),(139,'TY','Mayotte',''),(140,'MX','Mexico',''),(141,'FM','Micronesia, Federated States of',''),(142,'MD','Moldova, Republic of',''),(143,'MC','Monaco',''),(144,'MN','Mongolia',''),(145,'ME','Montenegro',''),(146,'MS','Montserrat',''),(147,'MA','Morocco',''),(148,'MZ','Mozambique',''),(149,'MM','Myanmar',''),(150,'NA','Namibia',''),(151,'NR','Nauru',''),(152,'NP','Nepal',''),(153,'NL','Netherlands',''),(154,'AN','Netherlands Antilles',''),(155,'NC','New Caledonia',''),(156,'NZ','New Zealand',''),(157,'NI','Nicaragua',''),(158,'NE','Niger',''),(159,'NG','Nigeria',''),(160,'NU','Niue',''),(161,'NF','Norfork Island',''),(162,'MP','Northern Mariana Islands',''),(163,'NO','Norway',''),(164,'OM','Oman',''),(165,'PK','Pakistan',''),(166,'PW','Palau',''),(167,'PA','Panama',''),(168,'PG','Papua New Guinea',''),(169,'PY','Paraguay',''),(170,'PE','Peru',''),(171,'PH','Philippines',''),(172,'PN','Pitcairn',''),(173,'PL','Poland',''),(174,'PT','Portugal',''),(175,'PR','Puerto Rico',''),(176,'QA','Qatar',''),(177,'RE','Reunion',''),(178,'RO','Romania',''),(179,'RU','Russian Federation',''),(180,'RW','Rwanda',''),(181,'KN','Saint Kitts and Nevis',''),(182,'LC','Saint Lucia',''),(183,'VC','Saint Vincent and the Grenadines',''),(184,'WS','Samoa',''),(185,'SM','San Marino',''),(186,'ST','Sao Tome and Principe',''),(187,'SA','Saudi Arabia',''),(188,'SN','Senegal',''),(189,'RS','Serbia',''),(190,'SC','Seychelles',''),(191,'SL','Sierra Leone',''),(192,'SG','Singapore',''),(193,'SK','Slovakia',''),(194,'SI','Slovenia',''),(195,'SB','Solomon Islands',''),(196,'SO','Somalia',''),(197,'ZA','South Africa',''),(198,'GS','South Georgia South Sandwich Islands',''),(199,'ES','Spain',''),(200,'LK','Sri Lanka',''),(201,'SH','St. Helena',''),(202,'PM','St. Pierre and Miquelon',''),(203,'SD','Sudan',''),(204,'SR','Suriname',''),(205,'SJ','Svalbarn and Jan Mayen Islands',''),(206,'SZ','Swaziland',''),(207,'SE','Sweden',''),(208,'CH','Switzerland',''),(209,'SY','Syrian Arab Republic',''),(210,'TW','Taiwan',''),(211,'TJ','Tajikistan',''),(212,'TZ','Tanzania, United Republic of',''),(213,'TH','Thailand',''),(214,'TG','Togo',''),(215,'TK','Tokelau',''),(216,'TO','Tonga',''),(217,'TT','Trinidad and Tobago',''),(218,'TN','Tunisia',''),(219,'TR','Turkey',''),(220,'TM','Turkmenistan',''),(221,'TC','Turks and Caicos Islands',''),(222,'TV','Tuvalu',''),(223,'UG','Uganda',''),(224,'UA','Ukraine',''),(225,'AE','United Arab Emirates',''),(226,'GB','United Kingdom',''),(227,'UM','United States minor outlying islands',''),(228,'UY','Uruguay',''),(229,'UZ','Uzbekistan',''),(230,'VU','Vanuatu',''),(231,'VA','Vatican City State',''),(232,'VE','Venezuela',''),(233,'VN','Vietnam',''),(234,'VG','Virigan Islands (British)',''),(235,'VI','Virgin Islands (U.S.)',''),(236,'WF','Wallis and Futuna Islands',''),(237,'EH','Western Sahara',''),(238,'YE','Yemen',''),(239,'YU','Yugoslavia',''),(240,'ZR','Zaire',''),(241,'ZM','Zambia',''),(242,'ZW','Zimbabwe',''),(243,'','ugali',' \r\n'); /*!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,2) 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(30) 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, `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, 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 `newstock` -- LOCK TABLES `newstock` WRITE; /*!40000 ALTER TABLE `newstock` DISABLE KEYS */; INSERT INTO `newstock` VALUES (1,'REFILL 5 LITRES','',100.00,'2020-11-09 14:24:33','0.00','1','newstock','1','','',0.00,'','1','100','internal','1','6','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(2,'REFILL 1 LITRES','',100.00,'2020-11-09 15:09:13','0.00','4','newstock','1','','',0.00,'','1','100','internal','1','12','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(3,'','1',320.00,'2020-11-12 08:26:05','1000.00','10','newstock','1','101605158660','3',0.00,'','1','1320','supplier','1','9','','',0.00,'VATABLE','350','','','','','received',0,'0000-00-00 00:00:00','pc','320',1,NULL,'Inclusive','branch',NULL),(4,'BLUE CAPS','stock as from 18th November 2020',357.00,'2020-11-18 12:29:15','0.00','1','newstock','1','','',0.00,'','Main','357','Internal','Main','14','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',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, 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 `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,5999.00,150.00,0,1,'active','employee',1),(2,6000.00,7999.00,300.00,0,1,'active','employee',1),(3,8000.00,11999.00,400.00,0,1,'active','employee',1),(4,12000.00,14999.00,500.00,0,1,'active','employee',1),(5,15000.00,19999.00,600.00,0,1,'active','employee',1),(6,20000.00,24999.00,750.00,0,1,'active','employee',1),(7,25000.00,29999.00,850.00,0,1,'active','employee',1),(8,30000.00,34999.00,900.00,0,1,'active','employee',1),(9,35000.00,39000.00,950.00,0,1,'active','employee',1),(10,40000.00,44999.00,1000.00,0,1,'active','employee',1),(11,45000.00,49000.00,1100.00,0,1,'active','employee',1),(12,50000.00,59999.00,1200.00,0,1,'active','employee',1),(13,60000.00,69999.00,1300.00,0,1,'active','employee',1),(14,70000.00,79999.00,1400.00,0,1,'active','employee',1),(15,80000.00,89999.00,1500.00,0,1,'active','employee',1),(16,90000.00,99999.00,1600.00,0,1,'active','employee',1),(17,100000.00,99999999.00,1700.00,0,1,'active','employee',1),(18,0.00,0.00,500.00,0,1,'active','employer',1); /*!40000 ALTER TABLE `nhif` 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, 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 `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,3000.00,180.00,0,1,'active','employee',1,180.00,0.00,180.00),(2,3000.00,4500.00,270.00,0,1,'active','employee',1,270.00,0.00,270.00),(3,4500.00,6000.00,360.00,0,1,'active','employee',1,360.00,0.00,360.00),(4,6000.00,10000.00,360.00,0,1,'active','employee',1,360.00,240.00,600.00),(5,10000.00,14000.00,360.00,0,1,'active','employee',1,360.00,480.00,840.00),(6,14000.00,18000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(7,18000.00,20000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(8,20000.00,100000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(9,100000.00,500000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00); /*!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=4 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,'Morning is off','2018-05-17 04:41:13am'),(3,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` 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 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 */; /*!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 AUTO_INCREMENT=11 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 */; INSERT INTO `outgoingstock` VALUES (1,'BLUE CAPS','store to kitchen','16','2020-11-18 15:16:09','14','11','newstock','1','','','0','','store','1 10l 15 20l',1),(2,'BLUE CAPS','store to kitchen','31','2020-11-18 20:43:45','14','11','newstock','1','','','0','','store','2 10l 29 20l',1),(3,'BLUE CAPS','store to kitchen','5','2020-11-20 11:16:33','14','11','newstock','1','','','0','','store','5 -20l',1),(4,'BLUE CAPS','store to kitchen','50','2020-11-22 20:42:47','14','11','newstock','1','','','0','','store','5-10l 45-20l',1),(5,'BLUE CAPS','store to kitchen','47','2020-11-22 20:46:57','14','11','newstock','1','','','0','','store','10-11l 20-36l',1),(6,'BLUE CAPS','store to kitchen','44','2020-11-23 20:25:24','14','144','newstock','1','','','0','','store','4-10L 40-20L',1),(7,'BLUE CAPS','store to kitchen','23','2020-11-24 19:02:23','14','144','newstock','1','','','0','','store','10l-5 20l-18',1),(8,'BLUE CAPS','store to kitchen','27','2020-11-24 20:27:52','14','144','newstock','1','','','0','','store','10l-5 20l-22',1),(9,'BLUE CAPS','store to kitchen','28','2020-11-24 20:31:45','14','144','newstock','1','','','0','','store','10l-5 20l-23',1),(10,'BLUE CAPS','store to kitchen','51','2020-11-25 20:15:50','14','144','newstock','1','','','0','','store','10l - 3 20l - 48',1); /*!40000 ALTER TABLE `outgoingstock` 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 */; INSERT INTO `password_resets` VALUES ('rmanyala@jkuat.ac.ke','55addf31b644939f3e4e858a70d3fe997eeef74149f54eca8e593f9c077becea','2016-07-02 02:47:19'); /*!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=5 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,40667.00,16666.00,1,1,'active',15.00),(3,40668.00,57333.00,16665.00,1,1,'active',20.00),(4,57333.00,1000000000.00,57333.00,1,1,'active',25.00); /*!40000 ALTER TABLE `paye` 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, 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 `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'MOBILE MONEY','','active','2018-03-24 04:57:04am','1','1','',''),(2,'MPESA','MPESA','active','2018-03-24 04:57:18am','1','1','1',''),(3,'CASH','','active','2018-03-24 04:59:50am','1','1','',''),(4,'BANK','BANK','active','2018-03-24 05:00:12am','1','1','',''),(5,'CARD','','active','2018-03-26 14:34:44pm','1','1','',''); /*!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, `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) NOT NULL, `nssf` varchar(50) NOT NULL, `nhif` varchar(50) NOT 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 'yes', `lastbalancedate` varchar(30) NOT NULL, `transactionid` int(11) 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 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=1378 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,'Robi','Robisearch','robert','254789927564','robisearch@gmail.com','12345678','','female','','','','',NULL,'user','1','Robisearch LTD','','','',0.00,'1','2020-11-09','','1','2020-04-13','Permanent',24000.00,'','2020-05-11','','','','2020-04-13','2020-04-21','JKUAT KCB','775879333','Monthly','2','2020-04-30','900',0.00,'','','Single','1',0.00,1,'','','yes','admin','',0,0,0,'','2019-01-26',0,'2019-03-10',0.00,'2342342234234','3446666','3446666','Yes',0.00,0,0.00,3.99,'no',0.00,'','2020-09-17 07:31:50',0,'','','','','',NULL,NULL,''),(2,'Default','Supplier','','254789927564','','','4444','female','','2021-06-22','1 ','',NULL,'member','1','Customer A','','','',0.00,'1','2020-07-21 13:47:04','','1','2020-06-22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,490.00,300.27,'no',0.00,'yes','2020-08-24 06:51:22',0,'','','','','','','Kenga',''),(3,'supplier','','Nyambura','254789927564','','','','female','','','1 ','',NULL,'supplier','1','Default','','','',0.00,'1','2020-11-12 08:21:24','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-10-23 11:06:52',0,'','','','','','','',''),(9,'mwangi','',NULL,'254712235689',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-09 14:48:32','','1','2020-11-09 14:48:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(10,'admin','admin',NULL,'254721732580','moureen@gmail.com','user','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2020-11-12','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,''),(11,'MAKORI','HESBON',NULL,'254728482801','hesbonmakori07@gmail.com','35274146','','male','','','','',NULL,'user','1',NULL,'','','',300.00,'','2020-11-19','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','2020-12-14 18:50:54',0,'','','','','',NULL,NULL,''),(13,'HARVESTERT D2','','','254711727316','','','','','','','0','',NULL,'member','1','','','','',0.00,'4','2020-11-11 09:54:23','','1','2020-11-09 17:16:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-09 17:21:50',0,'','','','','','','',''),(14,'midview mb6 flozzy','',NULL,'254723874808',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'4','2020-11-10 10:00:59','','1','2020-11-10 10:00:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 08:43:24',0,'','','','','',NULL,NULL,''),(15,'jedida mekita a5','',NULL,'254716973969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-10 13:39:37','','1','2020-11-10 13:39:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(16,'raya tsavo a513','',NULL,'254703778137',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1000.00,'4','2020-11-10 14:23:08','','1','2020-11-10 14:23:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 20:36:16',0,'','','','','',NULL,NULL,''),(17,'samuel serene court b12','',NULL,'254723608982',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'4','2020-11-10 14:24:50','','1','2020-11-10 14:24:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 10:48:01',0,'','','','','',NULL,NULL,''),(18,'julia westview b6','',NULL,'254724904126',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'4','2020-11-10 15:04:01','','1','2020-11-10 15:04:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 12:11:04',0,'','','','','',NULL,NULL,''),(19,'miriam 932 apartment a8','','','254708547913 / 254721315863','','','','','','','0','',NULL,'member','1','','','','',0.00,'4','2020-11-11 10:19:13','','1','2020-11-10 15:36:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','','','',''),(20,'mekita a3','',NULL,'254792000947',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-10 17:16:25','','1','2020-11-10 17:16:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 19:57:45',0,'','','','','',NULL,NULL,''),(21,'nzinza d76','',NULL,'254738406101',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-10 20:19:36','','1','2020-11-10 20:19:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(22,'teresia father oasis gate b 13a','',NULL,'254721744587',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'4','2020-11-11 09:06:42','','1','2020-11-11 09:06:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 14:05:08',0,'','','','','',NULL,NULL,''),(23,'jemimah reality plaza','',NULL,'254700216967','','','','','','2021-11-11','1','',NULL,'member','1','','','','',2100.00,'4','2020-11-11 09:32:33','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 08:42:09',0,'','','','','',NULL,NULL,''),(24,'schekem a24','',NULL,'2544713654567','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 09:39:06','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(25,'father oasis 12d','',NULL,'254756198737','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 09:40:19','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(26,'nancy tsavo b109','',NULL,'254700605303','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 09:41:58','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(27,'farah next kaluani','','','254725232392','','','','','','2021-11-11','1 ','',NULL,'member','1','','','','',300.00,'4','2020-11-11 09:48:56','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 17:53:17',0,'','','','','','','',''),(28,'miriam petra 18','',NULL,'254722740167','','','','female','','2021-11-11','1','',NULL,'member','1','','','','',1800.00,'4','2020-11-11 09:50:37','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:05:02',0,'','','','','',NULL,NULL,''),(29,'tsavo c509','',NULL,'254724548292','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 09:53:04','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(30,'farida spearnet dm3','',NULL,'254711956826','','','','','','2021-11-11','1','',NULL,'member','1','','','','',900.00,'4','2020-11-11 10:16:02','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 18:49:07',0,'','','','','',NULL,NULL,''),(31,'lonah mufea c9','',NULL,'254729838362','','','','','','2021-11-11','1','',NULL,'member','1','','','','',1200.00,'4','2020-11-11 10:27:23','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 17:01:43',0,'','','','','',NULL,NULL,''),(32,'tsavo c011','',NULL,'254721857283','','','','','','2021-11-11','1','',NULL,'member','1','','','','',450.00,'4','2020-11-11 10:28:17','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 14:09:47',0,'','','','','',NULL,NULL,''),(33,'mercy olive c1','',NULL,'254702292454','','','','','','2021-11-11','1','',NULL,'member','1','','','','',1200.00,'4','2020-11-11 11:23:56','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 10:30:39',0,'','','','','',NULL,NULL,''),(34,'faith jenid a1 ','',NULL,'254722318330','','','','','','2021-11-11','1','',NULL,'member','1','','','','',1800.00,'4','2020-11-11 11:25:32','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 18:28:22',0,'','','','','',NULL,NULL,''),(35,'mufea 35','',NULL,'254712448674','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 11:37:38','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(36,'harvenest tower kasarini wing a','',NULL,'254768252575','','','','','','2021-11-11','1','',NULL,'member','1','','','','',300.00,'4','2020-11-11 12:08:45','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 15:59:16',0,'','','','','',NULL,NULL,''),(37,'ldydia pinewood 606','',NULL,'254704700068',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'4','2020-11-11 12:19:57','','1','2020-11-11 12:19:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 13:50:18',0,'','','','','',NULL,NULL,''),(38,'alice mufea 4g','',NULL,'254722835756','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 13:29:43','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(39,'samuel midview mc5','',NULL,'254722918503','','','','','','2021-11-11','1','',NULL,'member','1','','','','',0.00,'4','2020-11-11 14:10:14','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(40,'spring garden kwa pastor b7','',NULL,'254758705126','','','','','','2021-11-11','1','',NULL,'member','1','','','','',1500.00,'4','2020-11-11 14:12:32','','1','2020-11-11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 15:13:47',0,'','','','','',NULL,NULL,''),(41,'david maingi','',NULL,'254722816281',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-11 14:27:20','','1','2020-11-11 14:27:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(42,'pinewood 102','',NULL,'254701345168',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-11 15:38:20','','1','2020-11-11 15:38:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(43,'morning star a8','',NULL,'254748483785',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-11-11 15:43:05','','1','2020-11-11 15:43:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(44,'zena jenid b6','',NULL,'254720808730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-11 16:36:26','','1','2020-11-11 16:36:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 10:22:02',0,'','','','','',NULL,NULL,''),(45,'tsavo b518','',NULL,'254723934017',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',710.00,'11','2020-11-11 16:40:40','','1','2020-11-11 16:40:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 16:33:20',0,'','','','','',NULL,NULL,''),(46,'mufea 2d','',NULL,'254724315381',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-11 17:37:40','','1','2020-11-11 17:37:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 18:41:28',0,'','','','','',NULL,NULL,''),(47,'mufea 4d ','',NULL,'254724237294',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-11 21:19:14','','1','2020-11-11 21:19:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 19:33:07',0,'','','','','',NULL,NULL,''),(48,'HAVESTER C3','',NULL,'0707689955',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-11-12 10:41:30','','1','2020-11-12 10:41:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:04:17',0,'','','','','',NULL,NULL,''),(49,'MUFEA 4B','',NULL,'0723157253',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-12 12:33:55','','1','2020-11-12 12:33:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-20 18:59:20',0,'','','','','',NULL,NULL,''),(50,'PETRA 4','',NULL,'0722492403',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5400.00,'11','2020-11-12 12:38:43','','1','2020-11-12 12:38:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 16:15:03',0,'','','','','',NULL,NULL,''),(51,'MUFEA F8','',NULL,'0721808473',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-12 13:19:07','','1','2020-11-12 13:19:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 09:36:07',0,'','','','','',NULL,NULL,''),(52,'ISAVO A315','',NULL,'0702855206',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-12 14:49:10','','1','2020-11-12 14:49:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-12 14:49:10',0,'','','','','',NULL,NULL,''),(53,'ISAVO A513','',NULL,'0703778137',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1250.00,'11','2020-11-12 15:16:31','','1','2020-11-12 15:16:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 12:57:11',0,'','','','','',NULL,NULL,''),(54,'SARAH NELION','',NULL,'254711589036',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-11-12 15:56:35','','1','2020-11-12 15:56:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(55,'kimani court b3','',NULL,'254721828880',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-12 16:02:09','','1','2020-11-12 16:02:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 17:28:23',0,'','','','','',NULL,NULL,''),(56,'kimani court b3','',NULL,'0721828880',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-11-12 16:08:34','','1','2020-11-12 16:08:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-24 19:34:44',0,'','','','','',NULL,NULL,''),(57,'father oasis c7','',NULL,'254722354995',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-12 18:15:02','','1','2020-11-12 18:15:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 17:34:45',0,'','','','','',NULL,NULL,''),(58,'jenid a19','',NULL,'254723702689',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-11-12 18:55:20','','1','2020-11-12 18:55:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 10:45:37',0,'','','','','',NULL,NULL,''),(59,'tsavo c507','',NULL,'254711444966',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',160.00,'11','2020-11-12 19:04:11','','1','2020-11-12 19:04:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-12 19:04:11',0,'','','','','',NULL,NULL,''),(60,'syndey c519','',NULL,'254762238278',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-12 19:06:46','','1','2020-11-12 19:06:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 18:03:01',0,'','','','','',NULL,NULL,''),(61,'serene caroline d8','',NULL,'254726709117 ',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-12 19:13:14','','1','2020-11-12 19:13:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 16:20:20',0,'','','','','',NULL,NULL,''),(62,'jonh tsavo a206','',NULL,'254727518227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-12 19:50:54','','1','2020-11-12 19:50:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 19:21:41',0,'','','','','',NULL,NULL,''),(63,'jenid c4','',NULL,'0700798887',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-12 20:05:17','','1','2020-11-12 20:05:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-12 20:05:17',0,'','','','','',NULL,NULL,''),(64,'mufea a4','',NULL,'0724610156',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-12 20:56:13','','1','2020-11-12 20:56:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 17:24:58',0,'','','','','',NULL,NULL,''),(65,'HARVESTER D8','',NULL,'254733332231',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 10:54:19','','1','2020-11-13 10:54:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 08:33:38',0,'','','','','',NULL,NULL,''),(66,'TSAVO C119','',NULL,'254704060322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 11:03:13','','1','2020-11-13 11:03:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 20:16:36',0,'','','','','',NULL,NULL,''),(67,'TSAVO NAOMI B608','','','254727208087','','','','','','','0','',NULL,'member','1','','','','',150.00,'10','2020-11-22 12:11:50','','1','2020-11-13 11:10:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 20:17:13',0,'','','','','','','',''),(68,'HARVESTER D8','',NULL,'2547',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 11:15:50','','1','2020-11-13 11:15:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 11:15:50',0,'','','','','',NULL,NULL,''),(69,'TSAVO A708','',NULL,'254725112711',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-13 12:30:35','','1','2020-11-13 12:30:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 19:13:50',0,'','','','','',NULL,NULL,''),(70,'TSAVO A518','',NULL,'254792657628',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 12:32:58','','1','2020-11-13 12:32:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 13:28:53',0,'','','','','',NULL,NULL,''),(71,'godwin serene c1','',NULL,'254729773463',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-13 14:16:11','','1','2020-11-13 14:16:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:22:38',0,'','','','','',NULL,NULL,''),(72,'wilson philly c7','',NULL,'254721991098',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-13 16:11:13','','1','2020-11-13 16:11:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 15:28:15',0,'','','','','',NULL,NULL,''),(73,'ridge centre ','',NULL,'25472096',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-13 16:16:32','','1','2020-11-13 16:16:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 16:16:32',0,'','','','','',NULL,NULL,''),(74,'ridge centre','',NULL,'254720961139',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',310.00,'11','2020-11-13 16:21:30','','1','2020-11-13 16:21:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 13:34:05',0,'','','','','',NULL,NULL,''),(75,'greenview c7','',NULL,'0721991098',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4500.00,'11','2020-11-13 17:17:49','','1','2020-11-13 17:17:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 20:25:22',0,'','','','','',NULL,NULL,''),(76,'harvester a10','',NULL,'254723846447',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-13 17:55:54','','1','2020-11-13 17:55:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 17:55:54',0,'','','','','',NULL,NULL,''),(77,'primerose james','',NULL,'254712604704',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-11-13 18:06:30','','1','2020-11-13 18:06:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 09:45:42',0,'','','','','',NULL,NULL,''),(78,'rosewood court b6','',NULL,'254729152474',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-13 19:00:09','','1','2020-11-13 19:00:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 16:28:58',0,'','','','','',NULL,NULL,''),(79,'father oasis a 18','',NULL,'254700751472',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-13 19:05:12','','1','2020-11-13 19:05:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 19:05:12',0,'','','','','',NULL,NULL,''),(80,'CID B15','','','254727651656','','','','','','','0','',NULL,'member','1','','','','',600.00,'10','2020-11-22 12:55:50','','1','2020-11-13 19:31:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 16:50:50',0,'','','','','','','',''),(81,'HARVESTER C5','',NULL,'254722357655',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 19:36:11','','1','2020-11-13 19:36:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 08:16:55',0,'','','','','',NULL,NULL,''),(82,'MUFEA 60','',NULL,'254733127411',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-13 19:40:26','','1','2020-11-13 19:40:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 11:45:52',0,'','','','','',NULL,NULL,''),(83,'MUFEA A5','',NULL,'254756228000',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-13 19:43:38','','1','2020-11-13 19:43:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 16:32:52',0,'','','','','',NULL,NULL,''),(84,'TSAVO A415','',NULL,'254702448162',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-13 19:55:18','','1','2020-11-13 19:55:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 16:47:56',0,'','','','','',NULL,NULL,''),(85,'ridge centre','',NULL,'0701843239',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-13 20:27:54','','1','2020-11-13 20:27:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 20:27:54',0,'','','','','',NULL,NULL,''),(86,'NZIZAC51 ','',NULL,'5',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-13 20:37:54','','1','2020-11-13 20:37:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-13 20:37:54',0,'','','','','',NULL,NULL,''),(87,'932 a7','',NULL,'0710166860',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-11-14 09:23:10','','1','2020-11-14 09:23:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-27 10:17:16',0,'','','','','',NULL,NULL,''),(88,'kencom sacco 69','',NULL,'254748296532',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-14 11:44:13','','1','2020-11-14 11:44:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 08:36:46',0,'','','','','',NULL,NULL,''),(89,'spring garden','',NULL,'254739820748',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-14 11:56:16','','1','2020-11-14 11:56:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-14 11:56:16',0,'','','','','',NULL,NULL,''),(90,'purity tony wa6','',NULL,'254722551571',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-11-14 12:44:06','','1','2020-11-14 12:44:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:27:12',0,'','','','','',NULL,NULL,''),(91,'kugeria benard 3','',NULL,'254722451236',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-14 14:08:41','','1','2020-11-14 14:08:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-14 14:08:41',0,'','','','','',NULL,NULL,''),(92,'midview ad5','',NULL,'254721323203',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-11-14 14:11:29','','1','2020-11-14 14:11:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:14:09',0,'','','','','',NULL,NULL,''),(93,'hibiscus court 16 ','',NULL,'254720789846',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-11-14 15:02:41','','1','2020-11-14 15:02:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 13:28:51',0,'','','','','',NULL,NULL,''),(94,'OPP MAZERAS M3','',NULL,'254721525186',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-14 17:09:06','','1','2020-11-14 17:09:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-14 17:09:06',0,'','','','','',NULL,NULL,''),(95,'mufea esther 13','',NULL,'254726997371',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-15 09:17:56','','1','2020-11-15 09:17:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 11:21:41',0,'','','','','',NULL,NULL,''),(96,'mufea esther 13','',NULL,'0726997371',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-11-15 09:36:28','','1','2020-11-15 09:36:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 17:35:56',0,'','','','','',NULL,NULL,''),(97,'primerose b4','','','0722257323','','','','','','','0','',NULL,'member','1','','','','',2400.00,'10','2020-11-22 14:12:24','','1','2020-11-15 09:54:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-20 12:11:27',0,'','','','','','','',''),(98,'gacicio1 c6','',NULL,'0725616377',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-11-15 10:19:05','','1','2020-11-15 10:19:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 20:05:45',0,'','','','','',NULL,NULL,''),(99,'nziza b39','',NULL,'0725579456',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-15 11:34:41','','1','2020-11-15 11:34:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 17:15:37',0,'','','','','',NULL,NULL,''),(100,'cid c8','',NULL,'0727661629',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-15 11:38:54','','1','2020-11-15 11:38:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 16:10:07',0,'','','','','',NULL,NULL,''),(101,'ankiah b402','','','0712855005','','','254712855005','','','','0','',NULL,'member','1','','','','',600.00,'10','2020-11-28 15:13:11','','1','2020-11-15 11:42:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-15 11:42:40',0,'','','','','','','',''),(102,'father oasis a11','',NULL,'0703751187',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-15 11:45:24','','1','2020-11-15 11:45:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-02 19:22:56',0,'','','','','',NULL,NULL,''),(103,'petra 15','',NULL,'0724154925',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-15 12:36:41','','1','2020-11-15 12:36:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-15 12:36:41',0,'','','','','',NULL,NULL,''),(104,'nzinza d68','',NULL,'254723056551',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-11-15 13:02:15','','1','2020-11-15 13:02:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 19:57:18',0,'','','','','',NULL,NULL,''),(105,'cid a5','',NULL,'254721311017',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-15 13:37:49','','1','2020-11-15 13:37:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 18:12:51',0,'','','','','',NULL,NULL,''),(106,'blessed garden b5','',NULL,'254769050567',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-15 13:53:14','','1','2020-11-15 13:53:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 16:08:10',0,'','','','','',NULL,NULL,''),(107,'gacicio 1 c2','',NULL,'254724580588',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-15 14:21:43','','1','2020-11-15 14:21:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 13:34:06',0,'','','','','',NULL,NULL,''),(108,'jonh petra 5','',NULL,'254716088088',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-15 15:08:35','','1','2020-11-15 15:08:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 20:08:50',0,'','','','','',NULL,NULL,''),(109,'nzinza a1','',NULL,'254700133071',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-15 15:21:04','','1','2020-11-15 15:21:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-15 15:21:04',0,'','','','','',NULL,NULL,''),(110,'tsavo b506','',NULL,'254718988410',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-15 15:38:04','','1','2020-11-15 15:38:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 19:03:28',0,'','','','','',NULL,NULL,''),(111,'tsavo a317','',NULL,'254720302404',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',240.00,'11','2020-11-15 15:40:51','','1','2020-11-15 15:40:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-15 15:40:51',0,'','','','','',NULL,NULL,''),(112,'mufea 52','',NULL,'254722136354',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-15 17:10:56','','1','2020-11-15 17:10:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-15 17:10:56',0,'','','','','',NULL,NULL,''),(113,'godfrey nyawira 25','',NULL,'254725801872',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-11-15 17:15:19','','1','2020-11-15 17:15:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 10:14:54',0,'','','','','',NULL,NULL,''),(114,'jenid a4','',NULL,'0728456747',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4800.00,'11','2020-11-15 18:22:49','','1','2020-11-15 18:22:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 18:14:27',0,'','','','','',NULL,NULL,''),(115,'tsavo b105','',NULL,'254722874967',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-15 19:19:49','','1','2020-11-15 19:19:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 17:20:30',0,'','','','','',NULL,NULL,''),(116,'mekita d5','',NULL,'0791569192',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-16 08:42:41','','1','2020-11-16 08:42:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-16 08:42:41',0,'','','','','',NULL,NULL,''),(117,'mufea 6b','',NULL,'254720353773',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4200.00,'11','2020-11-16 08:49:35','','1','2020-11-16 08:49:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 14:08:05',0,'','','','','',NULL,NULL,''),(118,'tsavo b321','',NULL,'0706728788',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-16 09:22:35','','1','2020-11-16 09:22:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-16 09:22:35',0,'','','','','',NULL,NULL,''),(119,'opp mazeras m4','',NULL,'0722867971',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2020-11-16 09:25:24','','1','2020-11-16 09:25:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 16:54:04',0,'','','','','',NULL,NULL,''),(120,'TSAVO A512','',NULL,'254723131864',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-16 09:45:59','','1','2020-11-16 09:45:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 11:15:03',0,'','','','','',NULL,NULL,''),(121,'harvester b8','',NULL,'254729043105',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-11-16 10:48:27','','1','2020-11-16 10:48:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 18:23:09',0,'','','','','',NULL,NULL,''),(122,'jennifer mushroom','',NULL,'254722215228',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3850.00,'11','2020-11-16 11:59:31','','1','2020-11-16 11:59:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 19:44:17',0,'','','','','',NULL,NULL,''),(123,'tsavo c418','',NULL,'254717291637',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-16 12:57:46','','1','2020-11-16 12:57:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-16 12:57:46',0,'','','','','',NULL,NULL,''),(124,'westview a2','',NULL,'0726260677',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-11-16 14:25:39','','1','2020-11-16 14:25:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-16 14:25:39',0,'','','','','',NULL,NULL,''),(125,'tsavo corol bells c117','',NULL,'07',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-16 14:36:05','','1','2020-11-16 14:36:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-16 14:36:05',0,'','','','','',NULL,NULL,''),(126,'margret mocha b3','',NULL,'254714995886',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-11-16 16:43:23','','1','2020-11-16 16:43:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 09:26:59',0,'','','','','',NULL,NULL,''),(127,'georgina crossover 6','',NULL,'254725351414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-16 18:05:18','','1','2020-11-16 18:05:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:35:30',0,'','','','','',NULL,NULL,''),(128,'mocah b3','',NULL,'0714995886',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4800.00,'11','2020-11-17 08:39:47','','1','2020-11-17 08:39:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:07:53',0,'','','','','',NULL,NULL,''),(129,'blessed garden b4','',NULL,'0723485407',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-11-17 08:43:37','','1','2020-11-17 08:43:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-27 18:56:56',0,'','','','','',NULL,NULL,''),(130,'emmanuel muteti corner ','',NULL,'254724615859',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-17 09:20:33','','1','2020-11-17 09:20:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 12:55:03',0,'','','','','',NULL,NULL,''),(131,'miriam tsavo a709','',NULL,'254715636264',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-11-17 09:26:33','','1','2020-11-17 09:26:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:29:56',0,'','','','','',NULL,NULL,''),(132,'cid e4','',NULL,'0725316236',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-11-17 11:53:44','','1','2020-11-17 11:53:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 09:38:09',0,'','','','','',NULL,NULL,''),(133,'PURITY WA10','',NULL,'254727790780',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-17 12:24:25','','1','2020-11-17 12:24:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-17 12:24:25',0,'','','','','',NULL,NULL,''),(134,'adriana harvester c4','',NULL,'254721264990',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3300.00,'11','2020-11-17 14:11:11','','1','2020-11-17 14:11:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 19:05:29',0,'','','','','',NULL,NULL,''),(135,'tsavo a112','',NULL,'254716287534',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-11-17 14:23:42','','1','2020-11-17 14:23:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-17 15:04:30',0,'','','','','',NULL,NULL,''),(136,'kalwani park a2','',NULL,'254700580379',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-11-17 14:26:32','','1','2020-11-17 14:26:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 09:50:16',0,'','','','','',NULL,NULL,''),(137,'tsavo b512','',NULL,'254757484530',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-11-17 15:53:46','','1','2020-11-17 15:53:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-17 15:53:46',0,'','','','','',NULL,NULL,''),(138,'muteti centre','',NULL,'254725266364',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-17 16:53:42','','1','2020-11-17 16:53:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-17 16:53:42',0,'','','','','',NULL,NULL,''),(139,'peninah tsavo a505','',NULL,'0707080062',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',920.00,'11','2020-11-17 17:18:31','','1','2020-11-17 17:18:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 19:37:15',0,'','','','','',NULL,NULL,''),(140,'peninah tsavo a505','',NULL,'254707080062',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',310.00,'11','2020-11-17 17:22:23','','1','2020-11-17 17:22:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 16:05:50',0,'','','','','',NULL,NULL,''),(141,'pauline philly homes b7','',NULL,'254722265978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-17 18:18:05','','1','2020-11-17 18:18:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-17 18:18:05',0,'','','','','',NULL,NULL,''),(142,'midview mc3','','','254718617678','','','254728919362','','','','0','',NULL,'member','1','','','','',1200.00,'10','2020-11-28 14:48:43','','1','2020-11-17 18:24:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:10:04',0,'','','','','','','',''),(143,'mekita b1','',NULL,'254714719290',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-11-17 18:40:17','','1','2020-11-17 18:40:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 16:36:49',0,'','','','','',NULL,NULL,''),(144,'Violet','Anyango',NULL,'254706473278','violetanyango@gmail.com','12345','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2020-12-12','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,''),(145,'schekem a24','',NULL,'254713654567',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-11-17 20:18:05','','1','2020-11-17 20:18:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 17:23:57',0,'','','','','',NULL,NULL,''),(146,'pinewood 203','',NULL,'254723553209',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-11-18 09:05:00','','1','2020-11-18 09:05:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 10:14:13',0,'','','','','',NULL,NULL,''),(147,'patricia mufea 1b','',NULL,'0725551167',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'12','2020-11-18 10:11:58','','1','2020-11-18 10:11:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 10:34:18',0,'','','','','',NULL,NULL,''),(148,'charity mufea 3f','',NULL,'254720555005',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-18 16:20:01','','1','2020-11-18 16:20:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 13:40:07',0,'','','','','',NULL,NULL,''),(149,'cid c1','',NULL,'254723421919',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-18 17:10:17','','1','2020-11-18 17:10:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 13:02:01',0,'','','','','',NULL,NULL,''),(150,'mufea 5d','',NULL,'0722685054',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-11-18 17:52:05','','1','2020-11-18 17:52:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 18:52:57',0,'','','','','',NULL,NULL,''),(151,'jenid c9','',NULL,'254735978217',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-18 18:56:16','','1','2020-11-18 18:56:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-18 18:56:16',0,'','','','','',NULL,NULL,''),(152,'gacicio 1','',NULL,'0702102772',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-19 08:28:19','','1','2020-11-19 08:28:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 08:28:19',0,'','','','','',NULL,NULL,''),(153,'UNIVERSAL APARTMENTS C6','',NULL,'254720415709',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-19 08:56:17','','1','2020-11-19 08:56:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 20:32:54',0,'','','','','',NULL,NULL,''),(154,' 932 a5','',NULL,'0722496395',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-19 09:50:31','','1','2020-11-19 09:50:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 09:50:31',0,'','','','','',NULL,NULL,''),(155,'MUFEA A5','',NULL,'0756228000',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'144','2020-11-19 10:49:22','','1','2020-11-19 10:49:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:34:28',0,'','','','','',NULL,NULL,''),(156,'mufea 66','',NULL,'0714814639',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5400.00,'11','2020-11-19 11:17:10','','1','2020-11-19 11:17:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 15:42:14',0,'','','','','',NULL,NULL,''),(157,'nelly mufea e3','',NULL,'254719884003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 12:35:12','','1','2020-11-19 12:35:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 11:44:50',0,'','','','','',NULL,NULL,''),(158,'francis cid a8','',NULL,'254705000407',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 12:40:06','','1','2020-11-19 12:40:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 12:40:06',0,'','','','','',NULL,NULL,''),(159,'midview mc6','',NULL,'254728390604',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 13:08:25','','1','2020-11-19 13:08:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 08:54:51',0,'','','','','',NULL,NULL,''),(160,'sji patrick i8','',NULL,'254722103559',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-19 13:54:29','','1','2020-11-19 13:54:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 13:54:29',0,'','','','','',NULL,NULL,''),(161,'jonh purity wb8','',NULL,'254724334065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-19 14:07:12','','1','2020-11-19 14:07:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 19:26:09',0,'','','','','',NULL,NULL,''),(162,'MOCAH c8','',NULL,'254721248500',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 14:16:41','','1','2020-11-19 14:16:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 14:16:41',0,'','','','','',NULL,NULL,''),(163,'winnie tsavo a708','',NULL,'254727733323',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-19 14:38:20','','1','2020-11-19 14:38:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 18:12:31',0,'','','','','',NULL,NULL,''),(164,'kasarani c13','',NULL,'254716656705',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-19 15:10:29','','1','2020-11-19 15:10:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 15:10:29',0,'','','','','',NULL,NULL,''),(165,'sophia pinewood 401','',NULL,'254720643732',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-19 15:28:02','','1','2020-11-19 15:28:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 19:00:23',0,'','','','','',NULL,NULL,''),(166,'mufea a1','',NULL,'254724374816',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-19 16:01:39','','1','2020-11-19 16:01:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 16:01:39',0,'','','','','',NULL,NULL,''),(167,'elizabeth mufea 8d','',NULL,'254706511468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 17:23:49','','1','2020-11-19 17:23:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 19:06:02',0,'','','','','',NULL,NULL,''),(168,'josphine pinewood 602','',NULL,'254723552562',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-19 17:36:12','','1','2020-11-19 17:36:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 08:50:51',0,'','','','','',NULL,NULL,''),(169,'stella cid','',NULL,'254725474903',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-19 17:38:30','','1','2020-11-19 17:38:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 17:38:30',0,'','','','','',NULL,NULL,''),(170,'petra 11','',NULL,'254738157589',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 17:58:34','','1','2020-11-19 17:58:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-19 17:58:34',0,'','','','','',NULL,NULL,''),(171,'allan midview ab6','',NULL,'254723657970',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-19 19:07:52','','1','2020-11-19 19:07:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 19:05:56',0,'','','','','',NULL,NULL,''),(172,'jamal nzinza','',NULL,'254721977722',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-19 20:10:29','','1','2020-11-19 20:10:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 19:35:23',0,'','','','','',NULL,NULL,''),(173,'kimani court b2','',NULL,'0725535420',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-11-19 20:55:33','','1','2020-11-19 20:55:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 17:02:33',0,'','','','','',NULL,NULL,''),(174,'dories harvester b8','',NULL,'254722232825',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-20 08:38:05','','1','2020-11-20 08:38:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 08:38:05',0,'','','','','',NULL,NULL,''),(175,'agnes flamat','',NULL,'254725890244',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-20 08:39:53','','1','2020-11-20 08:39:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 08:39:53',0,'','','','','',NULL,NULL,''),(176,'davin nyawira 31','','','254704703596','','','254722108633','','','','0','',NULL,'member','1','','','','',300.00,'10','2020-11-28 10:48:44','','1','2020-11-20 09:05:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 09:05:30',0,'','','','','','','',''),(177,'hope trust a1','',NULL,'254720869132',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'144','2020-11-20 11:42:48','','1','2020-11-20 11:42:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:02:04',0,'','','','','',NULL,NULL,''),(178,'midview mc5','',NULL,'254718135446',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-20 11:45:54','','1','2020-11-20 11:45:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 14:37:22',0,'','','','','',NULL,NULL,''),(179,'CECILIA GOLDEN PALM A4','',NULL,'254721973492',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-20 12:30:33','','1','2020-11-20 12:30:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 12:30:33',0,'','','','','',NULL,NULL,''),(180,'TSAVO B703','','','254704382089','','','254794672549','','','','0','',NULL,'member','1','','','','',800.00,'10','2020-11-28 11:33:45','','1','2020-11-20 12:41:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 12:58:46',0,'','','','','','','',''),(181,'MERCY JENID C5','',NULL,'254721404029',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'144','2020-11-20 13:13:32','','1','2020-11-20 13:13:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 12:03:54',0,'','','','','',NULL,NULL,''),(182,'SHIFFIRA JENID C8','','','254721826266','','','','','','','0','',NULL,'member','1','','','','',2100.00,'10','2020-12-15 11:49:29','','1','2020-11-20 15:05:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-16 11:10:41',0,'','','','','','','',''),(183,'BONFACE','',NULL,'254795578016',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-20 15:08:31','','1','2020-11-20 15:08:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(184,'MUFEA 41','','','254729501330','','','+254723901283','','','','0','',NULL,'member','1','','','','',300.00,'10','2020-11-28 12:29:11','','1','2020-11-20 15:13:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 15:13:23',0,'','','','','','','',''),(185,'MEKITA GF2','',NULL,'254722595375',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-20 15:28:46','','1','2020-11-20 15:28:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 15:28:46',0,'','','','','',NULL,NULL,''),(186,'SR JOHN','',NULL,'254722730711',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'144','2020-11-20 16:04:59','','1','2020-11-20 16:04:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 16:04:59',0,'','','','','',NULL,NULL,''),(187,'EBENEZER B46','',NULL,'254728628709',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-20 17:52:52','','1','2020-11-20 17:52:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 18:17:29',0,'','','','','',NULL,NULL,''),(188,'AGNES TSAVO B205','',NULL,'254724696094',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-20 18:54:15','','1','2020-11-20 18:54:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-20 18:54:15',0,'','','','','',NULL,NULL,''),(189,'MUFEA 54','',NULL,'254712821285',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-20 18:57:26','','1','2020-11-20 18:57:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 09:00:35',0,'','','','','',NULL,NULL,''),(190,'susan elewa ulevi','',NULL,'254724730117',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-21 10:43:55','','1','2020-11-21 10:43:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 10:43:55',0,'','','','','',NULL,NULL,''),(191,'spearnet am4','',NULL,'254722863237',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'144','2020-11-21 10:46:52','','1','2020-11-21 10:46:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 10:49:38',0,'','','','','',NULL,NULL,''),(192,'ann mocah d7','',NULL,'254725849010',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'144','2020-11-21 13:17:11','','1','2020-11-21 13:17:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 10:21:04',0,'','','','','',NULL,NULL,''),(193,'victoria havester b3','',NULL,'254710146946',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-21 13:21:06','','1','2020-11-21 13:21:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 15:50:28',0,'','','','','',NULL,NULL,''),(194,'christine father oasis E16','','','254798208028','','','','','','','0','',NULL,'member','1','','','','',1200.00,'10','2020-11-28 13:11:55','','1','2020-11-21 19:29:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 08:46:50',0,'','','','','','','',''),(195,'olayemi tsavo b411','',NULL,'254707995147',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-21 19:31:45','','1','2020-11-21 19:31:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 17:15:42',0,'','','','','',NULL,NULL,''),(196,'lilian dainty a305','',NULL,'254740861468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-21 19:35:13','','1','2020-11-21 19:35:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 19:35:13',0,'','','','','',NULL,NULL,''),(197,'midview md6','','','254721808434','','','','','','','0','',NULL,'member','1','','','','',750.00,'10','2020-11-28 18:20:55','','1','2020-11-21 19:42:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 19:44:36',0,'','','','','','','',''),(198,'pamella ridge centre','',NULL,'254725153758',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',460.00,'144','2020-11-21 19:50:18','','1','2020-11-21 19:50:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 15:45:50',0,'','','','','',NULL,NULL,''),(199,'esther thindigua 4c','',NULL,'254718561273',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-21 20:10:00','','1','2020-11-21 20:10:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 09:50:28',0,'','','','','',NULL,NULL,''),(200,'sylvia cid e8','',NULL,'254726160052',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-21 20:19:48','','1','2020-11-21 20:19:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 20:19:48',0,'','','','','',NULL,NULL,''),(201,'maureen mufea 37','',NULL,'254710760718',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-21 20:21:59','','1','2020-11-21 20:21:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 12:10:52',0,'','','','','',NULL,NULL,''),(202,'susan tsavo','',NULL,'254748092826',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-21 20:24:01','','1','2020-11-21 20:24:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 19:09:02',0,'','','','','',NULL,NULL,''),(203,'springs garden b7','',NULL,'254720640738',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-21 20:26:38','','1','2020-11-21 20:26:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-21 20:26:38',0,'','','','','',NULL,NULL,''),(204,'nziza b37','',NULL,'0723040969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'144','2020-11-21 21:07:15','','1','2020-11-21 21:07:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-24 09:38:03',0,'','','','','',NULL,NULL,''),(205,'nicholas tsavo a702','','','254715680288','','','254771478299','','','','0','',NULL,'member','1','','','','',900.00,'10','2020-11-28 13:51:34','','1','2020-11-22 09:46:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 18:02:35',0,'','','','','','','',''),(206,'TSAVO C216','',NULL,'254722915019',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-22 09:49:33','','1','2020-11-22 09:49:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:33:12',0,'','','','','',NULL,NULL,''),(207,'Safepak','',NULL,'254720657254','safepak@gmail','','','female','Nairobi','','1','',NULL,'supplier','1','Safepak','','','12345',0.00,'10','2020-11-22 09:51:48','','1','2020-11-22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(208,'thindigua gardens 6h','',NULL,'254708727618',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',460.00,'144','2020-11-22 11:06:11','','1','2020-11-22 11:06:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 13:50:39',0,'','','','','',NULL,NULL,''),(209,'alvin tsavo a318','',NULL,'254728641699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'144','2020-11-22 12:42:49','','1','2020-11-22 12:42:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 15:07:32',0,'','','','','',NULL,NULL,''),(210,'ack','',NULL,'254714794603',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-22 12:53:50','','1','2020-11-22 12:53:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-22 12:53:50',0,'','','','','',NULL,NULL,''),(211,'crossover 9','',NULL,'254712634308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-22 14:32:19','','1','2020-11-22 14:32:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 10:19:50',0,'','','','','',NULL,NULL,''),(212,'fahari a6','',NULL,'254724118308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-22 14:33:48','','1','2020-11-22 14:33:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 10:38:02',0,'','','','','',NULL,NULL,''),(213,'westview b4','',NULL,'254722106494',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-22 15:32:52','','1','2020-11-22 15:32:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 19:06:38',0,'','','','','',NULL,NULL,''),(214,'nzinza d76','',NULL,'254738406075',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-22 15:35:06','','1','2020-11-22 15:35:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-22 15:35:06',0,'','','','','',NULL,NULL,''),(215,'father oasis a 18','',NULL,'254719814734',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'12','2020-11-22 18:19:28','','1','2020-11-22 18:19:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 16:17:36',0,'','','','','',NULL,NULL,''),(216,'tsavo c320','',NULL,'254722664090',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-23 10:24:36','','1','2020-11-23 10:24:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 17:41:19',0,'','','','','',NULL,NULL,''),(217,'denty a301','',NULL,'254722858780',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-23 10:26:59','','1','2020-11-23 10:26:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 10:26:59',0,'','','','','',NULL,NULL,''),(218,'mufea 43','',NULL,'254724995969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-23 10:38:39','','1','2020-11-23 10:38:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 17:05:59',0,'','','','','',NULL,NULL,''),(219,'westview a2','',NULL,'254726230677',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'144','2020-11-23 11:51:22','','1','2020-11-23 11:51:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 16:26:03',0,'','','','','',NULL,NULL,''),(220,'mufea g6','',NULL,'254703218666',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-23 12:50:15','','1','2020-11-23 12:50:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 12:50:15',0,'','','','','',NULL,NULL,''),(221,'purrity wa1','',NULL,'254795016395',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-23 13:48:55','','1','2020-11-23 13:48:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 15:14:34',0,'','','','','',NULL,NULL,''),(222,'midview ad4','',NULL,'254728175293',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-23 14:21:57','','1','2020-11-23 14:21:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 12:36:03',0,'','','','','',NULL,NULL,''),(223,'pinewood 305','',NULL,'254725885699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-23 15:49:06','','1','2020-11-23 15:49:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 15:49:06',0,'','','','','',NULL,NULL,''),(224,'muteti centre','',NULL,'254723385156',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-23 15:52:48','','1','2020-11-23 15:52:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(225,'blessed garden b5','',NULL,'254728224952',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-23 15:54:45','','1','2020-11-23 15:54:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 13:09:16',0,'','','','','',NULL,NULL,''),(226,'sujnam 4b','',NULL,'254780068802',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1150.00,'144','2020-11-23 16:27:25','','1','2020-11-23 16:27:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 12:42:21',0,'','','','','',NULL,NULL,''),(227,'midview ad3','',NULL,'254724212329',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-23 17:42:09','','1','2020-11-23 17:42:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 15:37:44',0,'','','','','',NULL,NULL,''),(228,'JAYCE B7','',NULL,'254722131536',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-23 18:18:37','','1','2020-11-23 18:18:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 18:18:37',0,'','','','','',NULL,NULL,''),(229,'opp mazeras m4','',NULL,'254722867971',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'144','2020-11-23 18:21:38','','1','2020-11-23 18:21:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 14:10:51',0,'','','','','',NULL,NULL,''),(230,'KIAMBU ABUDANT','',NULL,'254770385230',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'144','2020-11-23 18:40:27','','1','2020-11-23 18:40:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 18:40:27',0,'','','','','',NULL,NULL,''),(231,'kenneth kamunge 15','',NULL,'254723443480',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-23 20:15:07','','1','2020-11-23 20:15:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-23 20:15:07',0,'','','','','',NULL,NULL,''),(232,'damaris fahari d6','',NULL,'254707263276',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-23 20:16:50','','1','2020-11-23 20:16:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 17:19:04',0,'','','','','',NULL,NULL,''),(233,'cid d16','',NULL,'254726488653',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-24 10:52:38','','1','2020-11-24 10:52:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 10:52:38',0,'','','','','',NULL,NULL,''),(234,'father oasis c11','',NULL,'254721889292',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-24 11:56:13','','1','2020-11-24 11:56:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 11:56:13',0,'','','','','',NULL,NULL,''),(235,'TSAVO NAOMI B608','',NULL,'254794672549',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-24 11:58:11','','1','2020-11-24 11:58:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 19:53:23',0,'','','','','',NULL,NULL,''),(236,'headmerheight c9','',NULL,'254726073365',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-24 12:24:36','','1','2020-11-24 12:24:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 12:24:36',0,'','','','','',NULL,NULL,''),(237,'nzinza b39','','','254725579456','','','','','','','0','',NULL,'member','1','','','','',900.00,'10','2020-11-28 14:51:17','','1','2020-11-24 15:42:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 16:18:20',0,'','','','','','','',''),(238,'tsavo c519','',NULL,'254724942865',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-24 16:08:31','','1','2020-11-24 16:08:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 16:08:31',0,'','','','','',NULL,NULL,''),(239,'midview md6','',NULL,'254721808434',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-24 17:40:31','','1','2020-11-24 17:40:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-24 17:40:31',0,'','','','','',NULL,NULL,''),(240,'mekita d6','',NULL,'254728750234',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-24 19:08:36','','1','2020-11-24 19:08:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(241,'spring garden a1','',NULL,'0745074805',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-24 20:54:26','','1','2020-11-24 20:54:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(242,'gacicio 1 c1','',NULL,'254725758767',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-25 09:44:16','','1','2020-11-25 09:44:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 09:44:16',0,'','','','','',NULL,NULL,''),(243,'harvester c3','',NULL,'254707689933',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-25 10:34:37','','1','2020-11-25 10:34:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 10:34:37',0,'','','','','',NULL,NULL,''),(244,'purity wb9','',NULL,'254722842669',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-25 10:37:01','','1','2020-11-25 10:37:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 08:55:43',0,'','','','','',NULL,NULL,''),(245,'peninah hopetrust 2 a9','',NULL,'254707271422',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-25 11:42:42','','1','2020-11-25 11:42:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 11:54:49',0,'','','','','',NULL,NULL,''),(246,'RUTH RIDGEWAYS','',NULL,'254724518515',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-25 14:18:59','','1','2020-11-25 14:18:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 14:18:59',0,'','','','','',NULL,NULL,''),(247,'edwin juma','',NULL,'2547112380077',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'144','2020-11-25 14:44:04','','1','2020-11-25 14:44:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 14:44:04',0,'','','','','',NULL,NULL,''),(248,'father oasis a15','',NULL,'254726353547',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-25 16:25:40','','1','2020-11-25 16:25:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 16:25:40',0,'','','','','',NULL,NULL,''),(249,'david nganga','',NULL,'254722528411',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-25 16:44:43','','1','2020-11-25 16:44:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 16:44:43',0,'','','','','',NULL,NULL,''),(250,'westview d6','',NULL,'254714160617',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-25 16:54:43','','1','2020-11-25 16:54:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 16:46:26',0,'','','','','',NULL,NULL,''),(251,'paul kiambu','',NULL,'254725313171',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'144','2020-11-25 17:04:02','','1','2020-11-25 17:04:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 17:04:02',0,'','','','','',NULL,NULL,''),(252,'ankiah b402','',NULL,'254716353933',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-25 18:08:54','','1','2020-11-25 18:08:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 18:08:54',0,'','','','','',NULL,NULL,''),(253,'mufea 68','',NULL,'254702048944',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-25 18:34:42','','1','2020-11-25 18:34:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 19:55:29',0,'','','','','',NULL,NULL,''),(254,'tsavo b718','',NULL,'254728333561',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-25 18:37:26','','1','2020-11-25 18:37:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 18:37:26',0,'','','','','',NULL,NULL,''),(255,'kenneth kihara','',NULL,'254720317628',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-25 18:57:06','','1','2020-11-25 18:57:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 18:57:06',0,'','','','','',NULL,NULL,''),(256,'philly homes c8','','','254718258824','','','254722169046','','','','0','',NULL,'member','1','','','','',900.00,'10','2020-11-28 15:10:34','','1','2020-11-25 19:12:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 19:12:07',0,'','','','','','','',''),(257,'SPEARNET DM9','',NULL,'254727711513',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-25 19:17:21','','1','2020-11-25 19:17:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 17:53:51',0,'','','','','',NULL,NULL,''),(258,'serene c11','',NULL,'254728759721',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-25 19:51:22','','1','2020-11-25 19:51:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-25 19:51:22',0,'','','','','',NULL,NULL,''),(259,'dories harvester b8','',NULL,'254746646466',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'144','2020-11-26 08:46:36','','1','2020-11-26 08:46:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 09:42:51',0,'','','','','',NULL,NULL,''),(260,'patricia mufea 1b','',NULL,'254725551167',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-26 09:33:08','','1','2020-11-26 09:33:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 08:59:13',0,'','','','','',NULL,NULL,''),(261,'james','',NULL,'254724082450',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-26 10:05:53','','1','2020-11-26 10:05:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 18:43:24',0,'','','','','',NULL,NULL,''),(262,'nzinza a1','',NULL,'254720621405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-26 10:16:03','','1','2020-11-26 10:16:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 10:16:03',0,'','','','','',NULL,NULL,''),(263,'alex','',NULL,'254724960397',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'144','2020-11-26 11:50:24','','1','2020-11-26 11:50:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 11:50:24',0,'','','','','',NULL,NULL,''),(264,'baraka complex','',NULL,'254725306830',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-26 11:52:05','','1','2020-11-26 11:52:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 13:50:19',0,'','','','','',NULL,NULL,''),(265,'SPEARNET DM9','',NULL,'2527711513',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-26 12:21:48','','1','2020-11-26 12:21:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 12:21:48',0,'','','','','',NULL,NULL,''),(266,'gladys scenic b1','',NULL,'254721`263758',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'144','2020-11-26 12:30:57','','1','2020-11-26 12:30:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 12:30:57',0,'','','','','',NULL,NULL,''),(267,'dainty a406','',NULL,'254721268042',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-26 13:09:28','','1','2020-11-26 13:09:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 13:09:28',0,'','','','','',NULL,NULL,''),(268,'tsavo c209','',NULL,'254704463302',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-11-26 15:43:43','','1','2020-11-26 15:43:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 16:40:15',0,'','','','','',NULL,NULL,''),(269,'samantha vera 3-4','',NULL,'254721792066',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-26 15:46:07','','1','2020-11-26 15:46:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 08:57:25',0,'','','','','',NULL,NULL,''),(270,'midview aa3','',NULL,'254725632546',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-26 15:49:46','','1','2020-11-26 15:49:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 15:49:46',0,'','','','','',NULL,NULL,''),(271,'green zone','',NULL,'254723014978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-11-26 16:53:02','','1','2020-11-26 16:53:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 18:50:50',0,'','','','','',NULL,NULL,''),(272,'mufea 5d','',NULL,'254722685054',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-26 17:15:12','','1','2020-11-26 17:15:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 17:15:12',0,'','','','','',NULL,NULL,''),(273,'spearnet am3','',NULL,'254723985822',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',850.00,'144','2020-11-26 17:33:25','','1','2020-11-26 17:33:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 13:32:18',0,'','','','','',NULL,NULL,''),(274,'kimani court d5','',NULL,'254716359727',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-26 17:36:35','','1','2020-11-26 17:36:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 14:49:57',0,'','','','','',NULL,NULL,''),(275,'kasarini castle 35','',NULL,'254703297978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-26 17:38:27','','1','2020-11-26 17:38:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 17:38:27',0,'','','','','',NULL,NULL,''),(276,'tsavo c509','',NULL,'254703763374',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-26 19:32:45','','1','2020-11-26 19:32:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 15:13:39',0,'','','','','',NULL,NULL,''),(277,'gacicio 2 b9','',NULL,'254720756945',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-26 19:52:45','','1','2020-11-26 19:52:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-26 19:52:45',0,'','','','','',NULL,NULL,''),(278,'mekita c5','',NULL,'254726771984',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-27 10:03:55','','1','2020-11-27 10:03:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 10:03:55',0,'','','','','',NULL,NULL,''),(279,'susan elewa ulevi','',NULL,'254722386414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-27 10:47:56','','1','2020-11-27 10:47:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 10:47:56',0,'','','','','',NULL,NULL,''),(280,'muteti centre','',NULL,'254722456123',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-27 11:31:12','','1','2020-11-27 11:31:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(281,'MUFEA A5','',NULL,'254701228000',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-27 13:04:01','','1','2020-11-27 13:04:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 13:04:01',0,'','','','','',NULL,NULL,''),(282,'annirene mazeras 2','',NULL,'254722854869',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'144','2020-11-27 13:09:58','','1','2020-11-27 13:09:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 17:50:53',0,'','','','','',NULL,NULL,''),(283,'spring garden b6','',NULL,'254729911399',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-27 13:11:56','','1','2020-11-27 13:11:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 13:11:56',0,'','','','','',NULL,NULL,''),(284,'john muigai','',NULL,'254722298413',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-11-27 15:42:15','','1','2020-11-27 15:42:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 15:42:15',0,'','','','','',NULL,NULL,''),(285,'esther laurette','',NULL,'254712691262',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2800.00,'144','2020-11-27 15:56:49','','1','2020-11-27 15:56:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 15:56:49',0,'','','','','',NULL,NULL,''),(286,'husey','',NULL,'254704639465',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-27 16:51:16','','1','2020-11-27 16:51:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 16:51:16',0,'','','','','',NULL,NULL,''),(287,'william','',NULL,'254722804838',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-27 17:46:01','','1','2020-11-27 17:46:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 17:46:01',0,'','','','','',NULL,NULL,''),(288,'spearnet p1','',NULL,'254726267037',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-27 18:23:19','','1','2020-11-27 18:23:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 18:26:52',0,'','','','','',NULL,NULL,''),(289,'cid c8','',NULL,'254727661629',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-27 18:26:46','','1','2020-11-27 18:26:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 18:26:46',0,'','','','','',NULL,NULL,''),(290,'spearnet bm4','',NULL,'254727018427',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-27 18:47:03','','1','2020-11-27 18:47:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:16:38',0,'','','','','',NULL,NULL,''),(291,'elsie mufea 9','',NULL,'254724564458',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-27 18:52:12','','1','2020-11-27 18:52:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 18:52:12',0,'','','','','',NULL,NULL,''),(292,'father oasis 11','',NULL,'254703751187',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-27 19:02:53','','1','2020-11-27 19:02:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 19:02:53',0,'','','','','',NULL,NULL,''),(293,'nyika','',NULL,'254724373678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-27 19:26:57','','1','2020-11-27 19:26:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-27 19:26:57',0,'','','','','',NULL,NULL,''),(294,'kamiti','',NULL,'254727380865',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1000.00,'144','2020-11-27 20:34:09','','1','2020-11-27 20:34:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:28:30',0,'','','','','',NULL,NULL,''),(295,'PURITY WA10','',NULL,'254722840609',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-28 09:31:18','','1','2020-11-28 09:31:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 09:31:18',0,'','','','','',NULL,NULL,''),(296,'greenview 2b','',NULL,'254722769324',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-28 09:33:08','','1','2020-11-28 09:33:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 13:40:08',0,'','','','','',NULL,NULL,''),(297,'dani4l','',NULL,'254725463920',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-28 10:09:31','','1','2020-11-28 10:09:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 10:09:31',0,'','','','','',NULL,NULL,''),(298,'932 a5','',NULL,'254722496395',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-28 11:15:06','','1','2020-11-28 11:15:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 12:30:57',0,'','','','','',NULL,NULL,''),(299,'Opp Mazeras court M4','',NULL,'254720487332','','','','','','2021-11-28','1','',NULL,'member','1','','','','',340.00,'10','2020-11-28 12:21:03','','1','2020-11-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 10:18:47',0,'','','','','',NULL,NULL,''),(300,'Golden Arrow hse 5','',NULL,' 254725522608','','','','','','2021-11-28','1','',NULL,'member','1','','','','',0.00,'10','2020-11-28 12:40:02','','1','2020-11-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(301,'westview b1','',NULL,'254724850421',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-28 13:26:51','','1','2020-11-28 13:26:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 14:40:43',0,'','','','','',NULL,NULL,''),(302,'kasarani c13','',NULL,'254730726000',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-28 15:02:43','','1','2020-11-28 15:02:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 15:11:38',0,'','','','','',NULL,NULL,''),(303,'SCHEKEM B13','',NULL,'254702407863',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-28 16:53:34','','1','2020-11-28 16:53:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 16:53:34',0,'','','','','',NULL,NULL,''),(304,'tsavo kitchen rooftop','',NULL,'254729222520',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',650.00,'144','2020-11-28 17:49:30','','1','2020-11-28 17:49:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 10:09:20',0,'','','','','',NULL,NULL,''),(305,'ridge centre','',NULL,'254720792546',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-28 18:13:18','','1','2020-11-28 18:13:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 19:39:50',0,'','','','','',NULL,NULL,''),(306,'tsavo b417','',NULL,'254797379869',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-28 18:28:16','','1','2020-11-28 18:28:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 20:13:58',0,'','','','','',NULL,NULL,''),(307,'ankiah','',NULL,'254727847639',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-28 18:42:32','','1','2020-11-28 18:42:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 18:42:32',0,'','','','','',NULL,NULL,''),(308,'nzinza a14','',NULL,'254722681652',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',550.00,'144','2020-11-28 18:53:13','','1','2020-11-28 18:53:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 13:09:48',0,'','','','','',NULL,NULL,''),(309,'kelvin midview ab4','',NULL,'254727000094',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',950.00,'144','2020-11-28 18:55:47','','1','2020-11-28 18:55:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 18:57:22',0,'','','','','',NULL,NULL,''),(310,'westview a6','',NULL,'254720445216',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-28 19:21:15','','1','2020-11-28 19:21:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 19:21:15',0,'','','','','',NULL,NULL,''),(311,'mufea 22','',NULL,'254725147877',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1400.00,'144','2020-11-28 19:44:20','','1','2020-11-28 19:44:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 20:06:37',0,'','','','','',NULL,NULL,''),(312,'raoul tsavo b620','',NULL,'254793592543',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-28 20:27:40','','1','2020-11-28 20:27:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 12:14:56',0,'','','','','',NULL,NULL,''),(313,'932 87','',NULL,'254710166860',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-28 20:29:54','','1','2020-11-28 20:29:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-28 20:29:54',0,'','','','','',NULL,NULL,''),(314,'midview ma2','',NULL,'0720853352',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2020-11-28 21:02:11','','1','2020-11-28 21:02:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 11:28:47',0,'','','','','',NULL,NULL,''),(315,'jenid a6','',NULL,'254793267417',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'144','2020-11-29 09:40:02','','1','2020-11-29 09:40:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 09:41:11',0,'','','','','',NULL,NULL,''),(316,'CID B15','',NULL,'254727651658',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-29 11:00:33','','1','2020-11-29 11:00:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 13:43:55',0,'','','','','',NULL,NULL,''),(317,'DENTY A602','',NULL,'254722301082',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 12:23:48','','1','2020-11-29 12:23:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 12:23:48',0,'','','','','',NULL,NULL,''),(318,'father oasis7b','',NULL,'254722956717',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 12:25:43','','1','2020-11-29 12:25:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 12:37:58',0,'','','','','',NULL,NULL,''),(319,'gacicio 1 a3','',NULL,'254720485679',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 13:55:56','','1','2020-11-29 13:55:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 13:55:56',0,'','','','','',NULL,NULL,''),(320,'schekem c9','',NULL,'254721417738',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 15:25:03','','1','2020-11-29 15:25:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 15:25:03',0,'','','','','',NULL,NULL,''),(321,'gacicio1 c6','',NULL,'254725616377',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-29 15:29:12','','1','2020-11-29 15:29:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 17:41:07',0,'','','','','',NULL,NULL,''),(322,'dainty b602','',NULL,'254721123831',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 15:52:43','','1','2020-11-29 15:52:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 15:52:43',0,'','','','','',NULL,NULL,''),(323,'maina','',NULL,'254721242429',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 17:30:55','','1','2020-11-29 17:30:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 17:30:55',0,'','','','','',NULL,NULL,''),(324,'kimani court b3','',NULL,'254718289915',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-29 17:34:07','','1','2020-11-29 17:34:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 14:35:16',0,'','','','','',NULL,NULL,''),(325,'edwin juma','',NULL,'2547123980077',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'144','2020-11-29 18:00:20','','1','2020-11-29 18:00:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 18:00:20',0,'','','','','',NULL,NULL,''),(326,'nzinza c53','',NULL,'254703977848',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 18:19:17','','1','2020-11-29 18:19:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 18:19:17',0,'','','','','',NULL,NULL,''),(327,'tsavo b513','',NULL,'254722124415',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-11-29 18:37:22','','1','2020-11-29 18:37:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 15:51:45',0,'','','','','',NULL,NULL,''),(328,'crossover 3','',NULL,'254743495678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 19:42:47','','1','2020-11-29 19:42:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 19:42:47',0,'','','','','',NULL,NULL,''),(329,'nyawira 18','',NULL,'254725636688',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-29 20:11:07','','1','2020-11-29 20:11:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-29 20:11:07',0,'','','','','',NULL,NULL,''),(330,'nancy','',NULL,'0721540671',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-11-29 20:52:42','','1','2020-11-29 20:52:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(331,'kimani court b1','',NULL,'254721431700',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-30 08:28:41','','1','2020-11-30 08:28:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 09:50:56',0,'','','','','',NULL,NULL,''),(332,'cid d14','',NULL,'254722833177',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-30 08:29:49','','1','2020-11-30 08:29:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 08:29:49',0,'','','','','',NULL,NULL,''),(333,'father oasis 12d','',NULL,'254700927583',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 10:00:07','','1','2020-11-30 10:00:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 10:00:07',0,'','','','','',NULL,NULL,''),(334,'spring garden','',NULL,'254715731855',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 13:04:51','','1','2020-11-30 13:04:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 09:20:13',0,'','','','','',NULL,NULL,''),(335,'nyawira 23','',NULL,'254722797609',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-11-30 14:14:38','','1','2020-11-30 14:14:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(336,'jayce bc11','',NULL,'254729900699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 14:18:13','','1','2020-11-30 14:18:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 14:18:13',0,'','','','','',NULL,NULL,''),(337,'eva','',NULL,'254799862310',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-11-30 15:09:54','','1','2020-11-30 15:09:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 15:09:54',0,'','','','','',NULL,NULL,''),(338,'nyawira b31','',NULL,'254740135808',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 16:44:59','','1','2020-11-30 16:44:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 16:44:59',0,'','','','','',NULL,NULL,''),(339,'lawrence','',NULL,'254727845987',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'144','2020-11-30 17:20:56','','1','2020-11-30 17:20:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 17:20:56',0,'','','','','',NULL,NULL,''),(340,'mufea 23','',NULL,'254720127500',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-11-30 17:39:26','','1','2020-11-30 17:39:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 17:39:26',0,'','','','','',NULL,NULL,''),(341,'jenid c9','',NULL,'254722978217',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-11-30 18:19:16','','1','2020-11-30 18:19:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 18:19:16',0,'','','','','',NULL,NULL,''),(342,'TSAVO A512','',NULL,'254720572858',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 20:15:17','','1','2020-11-30 20:15:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 20:15:17',0,'','','','','',NULL,NULL,''),(343,'nzinza a10','',NULL,'254703234658',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-11-30 20:22:24','','1','2020-11-30 20:22:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 19:37:19',0,'','','','','',NULL,NULL,''),(344,'pinewood p206','',NULL,'254712283669',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-11-30 20:28:15','','1','2020-11-30 20:28:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-11-30 20:28:15',0,'','','','','',NULL,NULL,''),(345,'lari gardens a1','',NULL,'0724709015',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5850.00,'11','2020-11-30 21:08:07','','1','2020-11-30 21:08:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 16:42:56',0,'','','','','',NULL,NULL,''),(346,'tsavo c209','',NULL,'0700002290',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-11-30 21:11:01','','1','2020-11-30 21:11:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:09:28',0,'','','','','',NULL,NULL,''),(347,'nyawira','',NULL,'0717742925',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-11-30 21:16:31','','1','2020-11-30 21:16:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-24 16:23:19',0,'','','','','',NULL,NULL,''),(348,'james kamau','',NULL,'254725026468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',20.00,'144','2020-12-01 09:46:04','','1','2020-12-01 09:46:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 09:46:04',0,'','','','','',NULL,NULL,''),(349,'emily ','',NULL,'254720339562',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-01 13:26:53','','1','2020-12-01 13:26:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 13:26:53',0,'','','','','',NULL,NULL,''),(350,'runda paradise f2 130','',NULL,'254720282776',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'144','2020-12-01 14:23:36','','1','2020-12-01 14:23:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 12:00:13',0,'','','','','',NULL,NULL,''),(351,'glass mart shop','',NULL,'254722675657',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',390.00,'144','2020-12-01 16:13:07','','1','2020-12-01 16:13:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 16:27:37',0,'','','','','',NULL,NULL,''),(352,'primerose b4','',NULL,'254721368973',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-12-01 16:56:18','','1','2020-12-01 16:56:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 16:56:18',0,'','','','','',NULL,NULL,''),(353,'denty','',NULL,'254715613800',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-01 17:04:54','','1','2020-12-01 17:04:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 19:41:11',0,'','','','','',NULL,NULL,''),(354,'ankiah 103','',NULL,'254721567769',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-01 17:34:37','','1','2020-12-01 17:34:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 18:56:56',0,'','','','','',NULL,NULL,''),(355,'emilly','',NULL,'254720859030',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'144','2020-12-01 18:17:51','','1','2020-12-01 18:17:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 18:17:51',0,'','','','','',NULL,NULL,''),(356,'crossover 1','',NULL,'254726851126',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-01 18:36:49','','1','2020-12-01 18:36:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 18:36:49',0,'','','','','',NULL,NULL,''),(357,'mazeras 4','',NULL,'254726692633',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-01 18:56:43','','1','2020-12-01 18:56:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-01 18:56:43',0,'','','','','',NULL,NULL,''),(358,'baraka complex','',NULL,'254718490447',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'144','2020-12-02 08:24:37','','1','2020-12-02 08:24:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 08:24:37',0,'','','','','',NULL,NULL,''),(359,'behind sujnam','',NULL,'254720923316',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-12-02 10:32:47','','1','2020-12-02 10:32:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 10:32:47',0,'','','','','',NULL,NULL,''),(360,'brian','',NULL,'254799335516',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-02 11:08:30','','1','2020-12-02 11:08:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 19:41:58',0,'','','','','',NULL,NULL,''),(361,'stephen','',NULL,'254725714055',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-12-02 11:36:51','','1','2020-12-02 11:36:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 11:36:51',0,'','','','','',NULL,NULL,''),(362,'HARVESTERT D2','',NULL,'254718124830',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-02 12:09:04','','1','2020-12-02 12:09:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 11:14:17',0,'','','','','',NULL,NULL,''),(363,'tsavo a311','',NULL,'254706352266',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-02 12:30:20','','1','2020-12-02 12:30:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 12:30:20',0,'','','','','',NULL,NULL,''),(364,'purity wc5','',NULL,'254712014630',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-02 13:03:42','','1','2020-12-02 13:03:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 13:03:42',0,'','','','','',NULL,NULL,''),(365,'alex','',NULL,'254724317681',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-12-02 13:36:39','','1','2020-12-02 13:36:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 19:57:02',0,'','','','','',NULL,NULL,''),(366,'baraka complex a8','',NULL,'254736550478',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-02 14:47:31','','1','2020-12-02 14:47:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 14:47:31',0,'','','','','',NULL,NULL,''),(367,'francis','',NULL,'254723632024',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',30.00,'144','2020-12-02 14:54:26','','1','2020-12-02 14:54:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 14:54:26',0,'','','','','',NULL,NULL,''),(368,'mufea 3c','',NULL,'254720276738',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-02 15:08:33','','1','2020-12-02 15:08:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 17:38:10',0,'','','','','',NULL,NULL,''),(369,'tsavo rooftop','',NULL,'254721155366',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-12-02 15:10:26','','1','2020-12-02 15:10:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 11:18:51',0,'','','','','',NULL,NULL,''),(370,'kamunge 17','',NULL,'254722322848',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-02 17:21:32','','1','2020-12-02 17:21:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 17:21:32',0,'','','','','',NULL,NULL,''),(371,'grace','',NULL,'254722739432',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-02 17:22:34','','1','2020-12-02 17:22:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 17:22:34',0,'','','','','',NULL,NULL,''),(372,'jenid','',NULL,'254728456747',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-02 18:07:16','','1','2020-12-02 18:07:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 18:07:16',0,'','','','','',NULL,NULL,''),(373,'teresia midview ad8','',NULL,'254724312556',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-02 18:51:54','','1','2020-12-02 18:51:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 18:51:54',0,'','','','','',NULL,NULL,''),(374,'spearnet dm8','',NULL,'254706352293',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-02 19:01:27','','1','2020-12-02 19:01:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:27:16',0,'','','','','',NULL,NULL,''),(375,'father oasis a11','',NULL,'254706955115',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-02 19:39:30','','1','2020-12-02 19:39:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-02 19:39:30',0,'','','','','',NULL,NULL,''),(376,'purity wb9','',NULL,'0722842669',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'144','2020-12-02 21:05:59','','1','2020-12-02 21:05:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:16:17',0,'','','','','',NULL,NULL,''),(377,'nickson','',NULL,'254713295648',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-03 09:30:51','','1','2020-12-03 09:30:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 09:30:51',0,'','','','','',NULL,NULL,''),(378,'PETRA 4','',NULL,'254722492403',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-12-03 09:32:07','','1','2020-12-03 09:32:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 09:32:07',0,'','','','','',NULL,NULL,''),(379,'FARAH muteti centre 1','',NULL,'254721112519',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-03 14:11:29','','1','2020-12-03 14:11:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 18:46:36',0,'','','','','',NULL,NULL,''),(380,'lucy','',NULL,'254721671052',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',380.00,'144','2020-12-03 14:15:41','','1','2020-12-03 14:15:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 13:16:48',0,'','','','','',NULL,NULL,''),(381,'thomas','',NULL,'254796318625',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-12-03 15:14:44','','1','2020-12-03 15:14:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 15:14:44',0,'','','','','',NULL,NULL,''),(382,'mufea 66','',NULL,'254714814639',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-12-03 15:37:21','','1','2020-12-03 15:37:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 15:51:19',0,'','','','','',NULL,NULL,''),(383,'geoffry','',NULL,'254726516220',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-03 19:43:09','','1','2020-12-03 19:43:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 19:43:09',0,'','','','','',NULL,NULL,''),(384,'lenny','',NULL,'254724638256',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-03 20:13:38','','1','2020-12-03 20:13:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-03 20:13:38',0,'','','','','',NULL,NULL,''),(385,'sji 18','',NULL,'0722103559',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',9300.00,'144','2020-12-03 21:17:49','','1','2020-12-03 21:17:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 10:44:45',0,'','','','','',NULL,NULL,''),(386,'springs garden b7','',NULL,'0758705126',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'144','2020-12-03 21:19:52','','1','2020-12-03 21:19:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 20:43:11',0,'','','','','',NULL,NULL,''),(387,'almond courtv f9','',NULL,'254713433102',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-04 10:03:41','','1','2020-12-04 10:03:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 10:03:41',0,'','','','','',NULL,NULL,''),(388,'wanjiru','',NULL,'254722281317',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-04 10:16:43','','1','2020-12-04 10:16:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 10:16:43',0,'','','','','',NULL,NULL,''),(389,'MUFEA B4','',NULL,'254723157253',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-04 14:40:59','','1','2020-12-04 14:40:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 14:40:59',0,'','','','','',NULL,NULL,''),(390,'spearnet dm3','',NULL,'254728160985',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-04 16:59:34','','1','2020-12-04 16:59:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 16:59:34',0,'','','','','',NULL,NULL,''),(391,'TSAVO B222','',NULL,'254723224630',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-04 19:40:09','','1','2020-12-04 19:40:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 19:40:09',0,'','','','','',NULL,NULL,''),(392,'ANKIAH B401','',NULL,'245769606118',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-04 19:58:42','','1','2020-12-04 19:58:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 19:58:42',0,'','','','','',NULL,NULL,''),(393,'PURITY','',NULL,'254700316962',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'144','2020-12-04 20:24:06','','1','2020-12-04 20:24:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 20:24:06',0,'','','','','',NULL,NULL,''),(394,'REALITY PLAZA B3','',NULL,'254722975329',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-04 20:25:55','','1','2020-12-04 20:25:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-04 20:25:55',0,'','','','','',NULL,NULL,''),(395,'daktari','',NULL,'254722438735',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',650.00,'144','2020-12-05 08:59:42','','1','2020-12-05 08:59:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 08:59:42',0,'','','','','',NULL,NULL,''),(396,'DENTY B306','',NULL,'254722342023',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-05 10:32:15','','1','2020-12-05 10:32:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 10:32:15',0,'','','','','',NULL,NULL,''),(397,'FAHARI B3','',NULL,'254727972089',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-05 11:38:12','','1','2020-12-05 11:38:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 11:38:12',0,'','','','','',NULL,NULL,''),(398,'CALVIN','',NULL,'254708466648',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',110.00,'144','2020-12-05 11:43:38','','1','2020-12-05 11:43:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 11:43:38',0,'','','','','',NULL,NULL,''),(399,'SHADRACK','',NULL,'254720986348',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-05 12:31:10','','1','2020-12-05 12:31:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 12:31:10',0,'','','','','',NULL,NULL,''),(400,'MEKITA C4','',NULL,'254740790922',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-05 13:11:27','','1','2020-12-05 13:11:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 13:11:27',0,'','','','','',NULL,NULL,''),(401,'JOAN','',NULL,'254712569999',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'144','2020-12-05 13:13:41','','1','2020-12-05 13:13:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 13:13:41',0,'','','','','',NULL,NULL,''),(402,'alvin','',NULL,'254720116983',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',100.00,'144','2020-12-05 15:23:51','','1','2020-12-05 15:23:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 15:23:51',0,'','','','','',NULL,NULL,''),(403,'OPP MAZERAS M3','',NULL,'254721303020',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'144','2020-12-05 15:27:44','','1','2020-12-05 15:27:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 17:54:03',0,'','','','','',NULL,NULL,''),(404,'nyawira 26','',NULL,'254702755257',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-05 17:13:19','','1','2020-12-05 17:13:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(405,'muthaiga kasarini e5','',NULL,'254713407654',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-05 18:16:15','','1','2020-12-05 18:16:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-05 18:16:15',0,'','','','','',NULL,NULL,''),(406,'gacicio 2 b9','',NULL,'0720756945',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4500.00,'144','2020-12-05 20:46:41','','1','2020-12-05 20:46:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-05 20:40:06',0,'','','','','',NULL,NULL,''),(407,'customer','',NULL,'254712512958',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-12-06 10:34:12','','1','2020-12-06 10:34:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 10:34:12',0,'','','','','',NULL,NULL,''),(408,'kiambu','',NULL,'254746862535',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',6475.00,'144','2020-12-06 11:30:52','','1','2020-12-06 11:30:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 12:32:56',0,'','','','','',NULL,NULL,''),(409,'golden palm b001','',NULL,'254724727793',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-06 13:04:19','','1','2020-12-06 13:04:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 13:04:19',0,'','','','','',NULL,NULL,''),(410,'tsavo b513','',NULL,'254716897368',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-06 13:51:21','','1','2020-12-06 13:51:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 13:51:21',0,'','','','','',NULL,NULL,''),(411,'GEORGE','',NULL,'254702830158',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-06 14:08:11','','1','2020-12-06 14:08:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 14:08:11',0,'','','','','',NULL,NULL,''),(412,'NELION 2N2','',NULL,'254720807028',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-06 14:19:05','','1','2020-12-06 14:19:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 14:19:05',0,'','','','','',NULL,NULL,''),(413,'BONIFACE','',NULL,'254720856876',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-06 15:00:02','','1','2020-12-06 15:00:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 15:00:02',0,'','','','','',NULL,NULL,''),(414,'JUDY MUFEA 69','',NULL,'254724704280',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-06 15:18:24','','1','2020-12-06 15:18:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 15:18:24',0,'','','','','',NULL,NULL,''),(415,'NZIZA C53','',NULL,'254743124460',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-06 15:46:43','','1','2020-12-06 15:46:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 15:46:43',0,'','','','','',NULL,NULL,''),(416,'opp mazeras m2','',NULL,'254721684375',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-06 17:22:08','','1','2020-12-06 17:22:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 17:22:08',0,'','','','','',NULL,NULL,''),(417,'PINEWOOD 601','',NULL,'254721885266',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-06 17:49:18','','1','2020-12-06 17:49:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 18:09:59',0,'','','','','',NULL,NULL,''),(418,'midview ma2','',NULL,'254720853352',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'144','2020-12-06 18:24:59','','1','2020-12-06 18:24:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 18:24:59',0,'','','','','',NULL,NULL,''),(419,'ESTHER KARANJA','',NULL,'254722634387',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-06 18:26:31','','1','2020-12-06 18:26:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 18:26:31',0,'','','','','',NULL,NULL,''),(420,'TSAVO A516','',NULL,'254775920800',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-06 18:31:15','','1','2020-12-06 18:31:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 18:31:15',0,'','','','','',NULL,NULL,''),(421,'New Mufea Kasarini C13','','','254736656705','','','','','','','0','',NULL,'member','1','','','','',600.00,'10','2020-12-15 16:00:50','','1','2020-12-06 18:43:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 17:19:14',0,'','','','','','','',''),(422,'harvester c3','',NULL,'254714157162',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-06 19:05:25','','1','2020-12-06 19:05:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 19:05:25',0,'','','','','',NULL,NULL,''),(423,'KIMANI COURT B2','',NULL,'254735984282',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-06 19:57:17','','1','2020-12-06 19:57:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 19:57:17',0,'','','','','',NULL,NULL,''),(424,'BENARD MWANGI','',NULL,'254723581862',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-06 20:43:03','','1','2020-12-06 20:43:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-06 20:43:03',0,'','','','','',NULL,NULL,''),(425,'blessed garden b4','',NULL,'254723485407',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-07 09:25:39','','1','2020-12-07 09:25:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 09:25:39',0,'','','','','',NULL,NULL,''),(426,'kioko','',NULL,'254725928628',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-07 09:51:57','','1','2020-12-07 09:51:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(427,'njoki','',NULL,'0110011670',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-07 11:16:34','','1','2020-12-07 11:16:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(428,'kamunge 24','',NULL,'254703223719',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-07 13:31:41','','1','2020-12-07 13:31:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:04:20',0,'','','','','',NULL,NULL,''),(429,'eric serene f6','',NULL,'254721831730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-07 18:54:48','','1','2020-12-07 18:54:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 18:54:48',0,'','','','','',NULL,NULL,''),(430,'harvester b4','',NULL,'254710444463',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-07 19:34:24','','1','2020-12-07 19:34:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 19:34:24',0,'','','','','',NULL,NULL,''),(431,'petra 11','',NULL,'254738157586',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-07 19:55:04','','1','2020-12-07 19:55:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-07 19:55:04',0,'','','','','',NULL,NULL,''),(432,'mufea 54','',NULL,'254712821273',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 09:47:56','','1','2020-12-08 09:47:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 09:47:56',0,'','','','','',NULL,NULL,''),(433,'PETRA 7','',NULL,'254722770720',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-08 09:49:27','','1','2020-12-08 09:49:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 09:49:27',0,'','','','','',NULL,NULL,''),(434,'hope trust 2 c6','',NULL,'254721715137',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-08 10:10:22','','1','2020-12-08 10:10:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 10:10:22',0,'','','','','',NULL,NULL,''),(435,'kencom','',NULL,'0112659913',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3600.00,'144','2020-12-08 11:58:17','','1','2020-12-08 11:58:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 11:54:49',0,'','','','','',NULL,NULL,''),(436,'TSAVO C119','',NULL,'254777060322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 12:21:32','','1','2020-12-08 12:21:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 12:21:32',0,'','','','','',NULL,NULL,''),(437,'jane nzinza 43','',NULL,'254722780337',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-08 14:22:20','','1','2020-12-08 14:22:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 14:22:20',0,'','','','','',NULL,NULL,''),(438,'kamunge 17','',NULL,'254722322846',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 15:56:01','','1','2020-12-08 15:56:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 15:56:01',0,'','','','','',NULL,NULL,''),(439,'ridge centre','',NULL,'254722171614',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-08 16:25:55','','1','2020-12-08 16:25:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 17:31:46',0,'','','','','',NULL,NULL,''),(440,'denty 304a','',NULL,'254746576297',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-08 16:50:34','','1','2020-12-08 16:50:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(441,'tsavo c210','',NULL,'254756776955',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 17:34:51','','1','2020-12-08 17:34:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 17:34:51',0,'','','','','',NULL,NULL,''),(442,'mocah d7','',NULL,'254789412106',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 18:17:48','','1','2020-12-08 18:17:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 18:17:48',0,'','','','','',NULL,NULL,''),(443,'scenic a10','',NULL,'254715194832',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 19:41:34','','1','2020-12-08 19:41:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 19:41:34',0,'','','','','',NULL,NULL,''),(444,'tsavo b520','',NULL,'254702759832',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-08 20:43:11','','1','2020-12-08 20:43:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-08 20:43:11',0,'','','','','',NULL,NULL,''),(445,'maria schekem a18','',NULL,'254700465656',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-09 09:48:05','','1','2020-12-09 09:48:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 09:48:05',0,'','','','','',NULL,NULL,''),(446,'gacicio 2 b5','',NULL,'254721656718',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-09 09:51:36','','1','2020-12-09 09:51:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 09:51:36',0,'','','','','',NULL,NULL,''),(447,'jane ankiah b203','',NULL,'254728852282',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-09 09:53:01','','1','2020-12-09 09:53:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 09:53:01',0,'','','','','',NULL,NULL,''),(448,'denty 104','',NULL,'254714284803',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-09 13:19:38','','1','2020-12-09 13:19:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 13:19:38',0,'','','','','',NULL,NULL,''),(449,'SUSAN TSAVO B105','',NULL,'254757151582',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-09 14:41:48','','1','2020-12-09 14:41:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 14:41:48',0,'','','','','',NULL,NULL,''),(450,'mr kabaya','',NULL,'254722435757',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',7350.00,'144','2020-12-09 17:10:42','','1','2020-12-09 17:10:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 17:10:42',0,'','','','','',NULL,NULL,''),(451,'grc church','',NULL,'254102329291',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-12-09 18:25:36','','1','2020-12-09 18:25:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 18:25:36',0,'','','','','',NULL,NULL,''),(452,'grc church','',NULL,'254702329291',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-09 18:28:17','','1','2020-12-09 18:28:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-09 18:43:39',0,'','','','','',NULL,NULL,''),(453,'cid e4','',NULL,'254725316236',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-11 08:59:02','','1','2020-12-11 08:59:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(454,'jayce bc11','',NULL,'254783222248',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 09:11:35','','1','2020-12-11 09:11:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:11:35',0,'','','','','',NULL,NULL,''),(455,'kamunge 11','',NULL,'254742608730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 09:19:51','','1','2020-12-11 09:19:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:19:51',0,'','','','','',NULL,NULL,''),(456,'jenid a5','',NULL,'254710352973',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 09:21:04','','1','2020-12-11 09:21:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:21:04',0,'','','','','',NULL,NULL,''),(457,'larri garden','',NULL,'254774818026',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-11 09:26:02','','1','2020-12-11 09:26:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 09:26:02',0,'','','','','',NULL,NULL,''),(458,'TSAVO A412','','','254724867436','','','','','','','0','',NULL,'member','1','','','','',300.00,'10','2020-12-15 17:09:03','','1','2020-12-11 11:10:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 11:10:54',0,'','','','','','','',''),(459,'customer','',NULL,'254727779097',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'144','2020-12-11 11:58:34','','1','2020-12-11 11:58:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 11:58:34',0,'','','','','',NULL,NULL,''),(460,'tsavo C402','','','254705667396','','','','','','','0','',NULL,'member','1','','','','',250.00,'10','2020-12-15 17:15:58','','1','2020-12-11 12:39:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 12:39:23',0,'','','','','','','',''),(461,'FATHER OASIS KENNEDY A11','',NULL,'254720073533',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 14:11:49','','1','2020-12-11 14:11:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 14:11:49',0,'','','','','',NULL,NULL,''),(462,'golf course','',NULL,'254714566010',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-11 14:14:46','','1','2020-12-11 14:14:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 14:14:46',0,'','','','','',NULL,NULL,''),(463,'caro father oasis a11','',NULL,'254757095121',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'144','2020-12-11 15:18:03','','1','2020-12-11 15:18:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 15:18:03',0,'','','','','',NULL,NULL,''),(464,'tsavo b715','',NULL,'254728029005',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'144','2020-12-11 16:47:48','','1','2020-12-11 16:47:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 16:47:48',0,'','','','','',NULL,NULL,''),(465,'GACICIO 1 B8','',NULL,'254718921176',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-11 17:10:38','','1','2020-12-11 17:10:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(466,'westview f6','',NULL,'254720097604',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',480.00,'144','2020-12-11 17:26:42','','1','2020-12-11 17:26:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 17:26:42',0,'','','','','',NULL,NULL,''),(467,'schekem a24','',NULL,'2547230565',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 19:39:23','','1','2020-12-11 19:39:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 19:39:23',0,'','','','','',NULL,NULL,''),(468,'schekem a24','',NULL,'254785069252',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-11 19:51:14','','1','2020-12-11 19:51:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-11 19:51:14',0,'','','','','',NULL,NULL,''),(469,'customer','',NULL,'254710591434',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-12 08:38:39','','1','2020-12-12 08:38:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 10:06:17',0,'','','','','',NULL,NULL,''),(470,'cynthia jenid b10','',NULL,'254722862405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-12 09:04:19','','1','2020-12-12 09:04:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 09:04:19',0,'','','','','',NULL,NULL,''),(471,'peter','',NULL,'254724487688',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',50.00,'144','2020-12-12 10:11:01','','1','2020-12-12 10:11:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 10:11:01',0,'','','','','',NULL,NULL,''),(472,'nancy','',NULL,'2540113356719',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-12 13:32:34','','1','2020-12-12 13:32:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 13:32:34',0,'','','','','',NULL,NULL,''),(473,'jacintah','',NULL,'254723658582',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-12 15:19:28','','1','2020-12-12 15:19:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 15:19:28',0,'','','','','',NULL,NULL,''),(474,'gladys','',NULL,'254716833011',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'144','2020-12-12 15:20:27','','1','2020-12-12 15:20:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 15:20:27',0,'','','','','',NULL,NULL,''),(475,'nelion 2n3','',NULL,'254720803399',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-12 16:27:12','','1','2020-12-12 16:27:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 16:27:12',0,'','','','','',NULL,NULL,''),(476,'pinewood p705','',NULL,'254740272626',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-12 17:22:07','','1','2020-12-12 17:22:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 17:22:07',0,'','','','','',NULL,NULL,''),(477,'petra a10','',NULL,'254725719551',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-12 18:02:32','','1','2020-12-12 18:02:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 18:02:32',0,'','','','','',NULL,NULL,''),(478,'nzinza c53','',NULL,'254720312385',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-12 18:22:52','','1','2020-12-12 18:22:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 18:26:50',0,'','','','','',NULL,NULL,''),(479,'muteti centre','',NULL,'254726951665',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-12 18:32:16','','1','2020-12-12 18:32:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 18:32:16',0,'','','','','',NULL,NULL,''),(480,'jenid a19','',NULL,'254725803003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-12 19:38:03','','1','2020-12-12 19:38:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 20:09:16',0,'','','','','',NULL,NULL,''),(481,'tobista','',NULL,'254703679438',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-12 19:59:00','','1','2020-12-12 19:59:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-12 19:59:00',0,'','','','','',NULL,NULL,''),(482,'spearnet am1','',NULL,'254728631475',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-13 13:48:36','','1','2020-12-13 13:48:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 13:48:36',0,'','','','','',NULL,NULL,''),(483,'opposite mazeras m7','',NULL,'254720102050',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-13 17:34:44','','1','2020-12-13 17:34:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 17:34:44',0,'','','','','',NULL,NULL,''),(484,'vera court 2-4','',NULL,'254700639086',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-13 18:09:05','','1','2020-12-13 18:09:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 18:09:05',0,'','','','','',NULL,NULL,''),(485,'nancy','',NULL,'254721540671',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-13 18:24:43','','1','2020-12-13 18:24:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 18:24:43',0,'','','','','',NULL,NULL,''),(486,'SCHEKEM B5','',NULL,'254723621276',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-13 18:51:03','','1','2020-12-13 18:51:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 18:51:03',0,'','','','','',NULL,NULL,''),(487,'932','',NULL,'254722977563',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-13 19:31:52','','1','2020-12-13 19:31:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-13 19:31:52',0,'','','','','',NULL,NULL,''),(488,'tsavo b701','',NULL,'254704584677',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-14 09:42:05','','1','2020-12-14 09:42:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 09:42:05',0,'','','','','',NULL,NULL,''),(489,'mary tsavo a319','',NULL,'254722550663',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-14 09:43:10','','1','2020-12-14 09:43:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 09:43:10',0,'','','','','',NULL,NULL,''),(490,'windser west 10','',NULL,'254722140695',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-14 09:44:35','','1','2020-12-14 09:44:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(491,'joyce oppsweet bay','',NULL,'254741083937',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-12-14 10:12:13','','1','2020-12-14 10:12:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 10:12:13',0,'','','','','',NULL,NULL,''),(492,'joyce oppsweet bay','',NULL,'2547410483937',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'144','2020-12-14 10:32:22','','1','2020-12-14 10:32:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 10:32:22',0,'','','','','',NULL,NULL,''),(493,'customer','',NULL,'254722154501',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'144','2020-12-14 16:12:23','','1','2020-12-14 16:12:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 16:12:23',0,'','','','','',NULL,NULL,''),(494,'932 a9','',NULL,'254726384717',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'144','2020-12-14 16:58:56','','1','2020-12-14 16:58:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 16:58:56',0,'','','','','',NULL,NULL,''),(495,'michael','',NULL,'254728601317',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-14 17:53:22','','1','2020-12-14 17:53:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 17:53:22',0,'','','','','',NULL,NULL,''),(496,'gacicio 1 b10','',NULL,'254740713300',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-14 19:03:30','','1','2020-12-14 19:03:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(497,'kimani court d7','',NULL,'254711949484',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'144','2020-12-14 19:26:23','','1','2020-12-14 19:26:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(498,'adam','',NULL,'254723531181',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'144','2020-12-14 19:47:55','','1','2020-12-14 19:47:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 19:47:55',0,'','','','','',NULL,NULL,''),(499,'vera court 4-2','',NULL,'254710411768',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-14 20:02:36','','1','2020-12-14 20:02:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:02:36',0,'','','','','',NULL,NULL,''),(500,'cid b4','',NULL,'254722745089',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'144','2020-12-14 20:10:22','','1','2020-12-14 20:10:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:10:22',0,'','','','','',NULL,NULL,''),(501,'cid c6','',NULL,'254722332777',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-14 20:11:27','','1','2020-12-14 20:11:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:11:27',0,'','','','','',NULL,NULL,''),(502,'denty a304','',NULL,'254718483071',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'144','2020-12-14 20:37:05','','1','2020-12-14 20:37:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:37:05',0,'','','','','',NULL,NULL,''),(503,'spring garden a1','',NULL,'254718842939',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-14 20:44:54','','1','2020-12-14 20:44:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 20:44:54',0,'','','','','',NULL,NULL,''),(504,'mufea 15','',NULL,'254726291905',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'144','2020-12-14 21:02:49','','1','2020-12-14 21:02:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-14 21:02:49',0,'','','','','',NULL,NULL,''),(505,'lenny','',NULL,'0724638256',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-14 21:16:24','','1','2020-12-14 21:16:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 10:39:55',0,'','','','','',NULL,NULL,''),(506,'tsavo a308','',NULL,'0727878660',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-12-14 21:44:54','','1','2020-12-14 21:44:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 20:37:55',0,'','','','','',NULL,NULL,''),(507,'agnes flamat','',NULL,'0725890244',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3300.00,'11','2020-12-15 08:20:14','','1','2020-12-15 08:20:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:20:58',0,'','','','','',NULL,NULL,''),(508,'nziza c59','',NULL,'0713190005',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-12-15 08:23:57','','1','2020-12-15 08:23:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:33:15',0,'','','','','',NULL,NULL,''),(509,'jemimah reality plaza b11','',NULL,'0700216967',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',7250.00,'11','2020-12-15 08:38:48','','1','2020-12-15 08:38:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 17:15:07',0,'','','','','',NULL,NULL,''),(510,'jayce bb10','',NULL,'0725503867',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 09:07:03','','1','2020-12-15 09:07:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(511,'SUSAN TSAVO B105','','','0722874967','','','','','','','0','',NULL,'member','1','','','','',150.00,'10','2021-01-11 12:40:02','','1','2020-12-15 09:19:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-15 09:19:37',0,'','','','','','','',''),(512,'jonh petra 5','',NULL,'0716088088',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2250.00,'11','2020-12-15 09:44:36','','1','2020-12-15 09:44:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 10:48:30',0,'','','','','',NULL,NULL,''),(513,'gacicio 1a3','',NULL,'0722710526',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-15 10:58:39','','1','2020-12-15 10:58:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-15 10:58:39',0,'','','','','',NULL,NULL,''),(514,'tsavotop','',NULL,'0721155366',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1000.00,'11','2020-12-15 11:37:11','','1','2020-12-15 11:37:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-27 10:30:44',0,'','','','','',NULL,NULL,''),(515,'jennid c6','',NULL,'0724373678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-15 11:57:23','','1','2020-12-15 11:57:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 12:11:02',0,'','','','','',NULL,NULL,''),(516,'ann afandi','',NULL,'0720755960',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 12:21:38','','1','2020-12-15 12:21:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(517,'chariy purity','',NULL,'1722840609',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-15 15:06:59','','1','2020-12-15 15:06:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-15 15:06:59',0,'','','','','',NULL,NULL,''),(518,'nellion 7n9','',NULL,'0722393414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 15:21:14','','1','2020-12-15 15:21:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(519,'abeid gatimu','',NULL,'0722882716',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 15:23:24','','1','2020-12-15 15:23:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(520,'ESTHER KARANJA','',NULL,'0722634387',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-15 16:56:02','','1','2020-12-15 16:56:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 18:11:31',0,'','','','','',NULL,NULL,''),(521,'godwin serene c1','',NULL,'0714138065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 17:20:05','','1','2020-12-15 17:20:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(522,'tsavo c220','',NULL,'0700121105',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-15 17:46:11','','1','2020-12-15 17:46:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-15 17:46:11',0,'','','','','',NULL,NULL,''),(523,'kimani court b4','',NULL,'0722171614',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-15 17:48:12','','1','2020-12-15 17:48:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 14:06:50',0,'','','','','',NULL,NULL,''),(524,'nyawira 26','',NULL,'0723604902',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-15 18:15:29','','1','2020-12-15 18:15:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 17:36:47',0,'','','','','',NULL,NULL,''),(525,'mekita d6','',NULL,'0728750234',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 18:29:14','','1','2020-12-15 18:29:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(526,'pinewood 102','',NULL,'0710345168',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-15 19:03:10','','1','2020-12-15 19:03:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:03:02',0,'','','','','',NULL,NULL,''),(527,'FARAH muteti centre 1','',NULL,'0721112519',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-15 19:18:25','','1','2020-12-15 19:18:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:06:27',0,'','','','','',NULL,NULL,''),(528,'tsavo elizabeth','',NULL,'0711444966',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-15 19:33:38','','1','2020-12-15 19:33:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 18:11:53',0,'','','','','',NULL,NULL,''),(529,'tsavo a706','',NULL,'0727733323',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-15 19:36:51','','1','2020-12-15 19:36:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 16:54:24',0,'','','','','',NULL,NULL,''),(530,'mocah c14','',NULL,'0799335516',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-15 19:50:50','','1','2020-12-15 19:50:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(531,'greenzone 402','',NULL,'0723014978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-12-15 19:54:27','','1','2020-12-15 19:54:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 09:36:36',0,'','','','','',NULL,NULL,''),(532,'symo','',NULL,'0723385156',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-15 20:10:15','','1','2020-12-15 20:10:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 10:54:17',0,'','','','','',NULL,NULL,''),(533,'william','',NULL,'0722804838',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-15 20:15:46','','1','2020-12-15 20:15:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 18:16:50',0,'','','','','',NULL,NULL,''),(534,'fathar oasis 7b','',NULL,'07411650006',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-15 20:26:55','','1','2020-12-15 20:26:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-15 20:26:55',0,'','','','','',NULL,NULL,''),(535,'mfea c1 tiadri','',NULL,'0729914196',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-15 20:46:15','','1','2020-12-15 20:46:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:28:07',0,'','','','','',NULL,NULL,''),(536,'1sha','',NULL,'0712692225',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-12-15 21:17:20','','1','2020-12-15 21:17:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 15:27:51',0,'','','','','',NULL,NULL,''),(537,'midview md2','',NULL,'0724439436',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',6900.00,'11','2020-12-16 09:56:32','','1','2020-12-16 09:56:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 16:14:24',0,'','','','','',NULL,NULL,''),(538,'kamunge 11','',NULL,'0742608730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-16 10:01:49','','1','2020-12-16 10:01:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 20:43:50',0,'','','','','',NULL,NULL,''),(539,'crossover 9','',NULL,'0712634308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-16 10:45:27','','1','2020-12-16 10:45:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:16:17',0,'','','','','',NULL,NULL,''),(540,'thendegua campany','',NULL,'0790614224',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-16 10:54:55','','1','2020-12-16 10:54:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(541,'jennifer mushroom','',NULL,'+254722215228',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-16 11:32:51','','1','2020-12-16 11:32:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-16 11:32:51',0,'','','','','',NULL,NULL,''),(542,'kimani court e10','',NULL,'+254722128372',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-16 12:03:24','','1','2020-12-16 12:03:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-16 12:03:24',0,'','','','','',NULL,NULL,''),(543,'tsavo b711','',NULL,'0714858272',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-16 13:27:09','','1','2020-12-16 13:27:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 14:42:16',0,'','','','','',NULL,NULL,''),(544,'HARVESTER C5','',NULL,'0722357655',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-16 13:30:14','','1','2020-12-16 13:30:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 19:40:12',0,'','','','','',NULL,NULL,''),(545,'spearnet ad6','',NULL,'0727018427',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-16 13:50:04','','1','2020-12-16 13:50:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-21 09:58:40',0,'','','','','',NULL,NULL,''),(546,'midview ad6','',NULL,'0723942347',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-16 13:55:28','','1','2020-12-16 13:55:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-31 14:31:52',0,'','','','','',NULL,NULL,''),(547,'westview d6','',NULL,'0714160617',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3600.00,'11','2020-12-16 14:31:17','','1','2020-12-16 14:31:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 10:40:11',0,'','','','','',NULL,NULL,''),(548,'tsavo c011','',NULL,'0721857283',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-12-16 14:49:44','','1','2020-12-16 14:49:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:39:40',0,'','','','','',NULL,NULL,''),(549,'midview mb6 flozzy','',NULL,'0723874808',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4590.00,'11','2020-12-16 15:04:57','','1','2020-12-16 15:04:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 17:11:24',0,'','','','','',NULL,NULL,''),(550,'tsavob518','',NULL,'0723934017',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1540.00,'11','2020-12-16 15:08:33','','1','2020-12-16 15:08:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 18:12:04',0,'','','','','',NULL,NULL,''),(551,'denty a301','',NULL,'0786660402',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-16 15:15:44','','1','2020-12-16 15:15:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(552,'samwel serene b12','',NULL,'0701875045',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-16 17:32:02','','1','2020-12-16 17:32:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-16 17:32:02',0,'','','','','',NULL,NULL,''),(553,'cid d12','',NULL,'0703235252',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-16 17:52:43','','1','2020-12-16 17:52:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:20:11',0,'','','','','',NULL,NULL,''),(554,'annirene mazeras 2','',NULL,'0722854869',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',19500.00,'11','2020-12-16 18:10:04','','1','2020-12-16 18:10:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 10:43:26',0,'','','','','',NULL,NULL,''),(555,'kamunge 24','',NULL,'0703223719',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5450.00,'11','2020-12-16 18:42:29','','1','2020-12-16 18:42:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 17:45:48',0,'','','','','',NULL,NULL,''),(556,'purity wa1','','','0795016395','','','','','','','0','',NULL,'member','1','','','','',900.00,'10','2021-01-11 14:18:19','','1','2020-12-16 18:45:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 18:07:13',0,'','','','','','','',''),(557,'springs garden b7','',NULL,'0723452308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-16 18:51:33','','1','2020-12-16 18:51:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-16 18:51:33',0,'','','','','',NULL,NULL,''),(558,'westview a6','',NULL,'0720445216',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-16 19:00:16','','1','2020-12-16 19:00:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-25 20:30:11',0,'','','','','',NULL,NULL,''),(559,'purity c7','',NULL,'0726006326',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-16 19:02:53','','1','2020-12-16 19:02:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 20:22:30',0,'','','','','',NULL,NULL,''),(560,'spearnet b5','',NULL,'0715220892',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-16 19:07:13','','1','2020-12-16 19:07:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(561,'jayce bb8','',NULL,'0711153910',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2020-12-16 19:52:09','','1','2020-12-16 19:52:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 20:50:23',0,'','','','','',NULL,NULL,''),(562,'jonh purity wb8','',NULL,'0724334065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-16 21:17:05','','1','2020-12-16 21:17:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:07:57',0,'','','','','',NULL,NULL,''),(563,'pauline philly homes b7','',NULL,'0722265978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-17 09:37:51','','1','2020-12-17 09:37:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:12:08',0,'','','','','',NULL,NULL,''),(564,'fourways 16','',NULL,'0720789846',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-17 09:45:56','','1','2020-12-17 09:45:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-17 09:45:56',0,'','','','','',NULL,NULL,''),(565,'caro father oasis a11','',NULL,'0706965115',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-17 12:24:50','','1','2020-12-17 12:24:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 17:27:29',0,'','','','','',NULL,NULL,''),(566,'mufea g6','',NULL,'07032186666',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-17 12:53:54','','1','2020-12-17 12:53:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 14:24:37',0,'','','','','',NULL,NULL,''),(567,'emily','',NULL,'0720239562',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-17 13:14:03','','1','2020-12-17 13:14:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(568,'geoge','',NULL,'0721991776',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-17 14:03:56','','1','2020-12-17 14:03:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-17 14:03:56',0,'','','','','',NULL,NULL,''),(569,'nellion gatong','',NULL,'0712460201',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-17 14:24:37','','1','2020-12-17 14:24:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(570,'mekita d2','',NULL,'0751198860',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-17 15:09:26','','1','2020-12-17 15:09:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-17 15:09:26',0,'','','','','',NULL,NULL,''),(571,'maureen harvester a5','',NULL,'0721732580',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5090.00,'11','2020-12-17 16:27:42','','1','2020-12-17 16:27:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 13:36:19',0,'','','','','',NULL,NULL,''),(572,'davin nyawira 31','',NULL,'0740135808',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-17 16:50:41','','1','2020-12-17 16:50:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 15:03:10',0,'','','','','',NULL,NULL,''),(573,'christine father oasis e6','',NULL,'0798208028',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-12-17 17:18:21','','1','2020-12-17 17:18:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:48:57',0,'','','','','',NULL,NULL,''),(574,'georgina crossover 6','',NULL,'0725351414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-17 18:05:53','','1','2020-12-17 18:05:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 19:40:12',0,'','','','','',NULL,NULL,''),(575,'serene caroline d8','',NULL,'0726709117',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-17 18:08:28','','1','2020-12-17 18:08:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:34:41',0,'','','','','',NULL,NULL,''),(576,'ESTHER ','',NULL,'0712691262',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1400.00,'11','2020-12-17 18:41:33','','1','2020-12-17 18:41:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 12:42:24',0,'','','','','',NULL,NULL,''),(577,'father oasis a15','',NULL,'0726353547',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-17 18:55:40','','1','2020-12-17 18:55:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-28 19:04:15',0,'','','','','',NULL,NULL,''),(578,'tsavob206','',NULL,'07234654724',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2020-12-17 19:02:36','','1','2020-12-17 19:02:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-17 19:02:36',0,'','','','','',NULL,NULL,''),(579,'tsavo a401','',NULL,'0702448162',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-12-17 19:48:25','','1','2020-12-17 19:48:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 13:19:07',0,'','','','','',NULL,NULL,''),(580,'lari gardens','',NULL,'0708869533',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-17 20:20:46','','1','2020-12-17 20:20:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(581,'harvester b8','',NULL,'0729043105',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-17 20:58:57','','1','2020-12-17 20:58:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-21 08:47:01',0,'','','','','',NULL,NULL,''),(582,'caloline','',NULL,'0723400824 ',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-17 21:01:49','','1','2020-12-17 21:01:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(583,'magrett','',NULL,'0743032857',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-17 21:03:17','','1','2020-12-17 21:03:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(584,'ann kimani court a6','',NULL,'0727240681',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-18 08:42:21','','1','2020-12-18 08:42:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:30:04',0,'','','','','',NULL,NULL,''),(585,'farida spearnet dm3','',NULL,'0711956826',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-18 09:12:24','','1','2020-12-18 09:12:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 15:46:37',0,'','','','','',NULL,NULL,''),(586,'mazeras sarah 1','',NULL,'0721806203',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-18 10:54:59','','1','2020-12-18 10:54:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(587,'maureen mufea 37','',NULL,'0710760718',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-18 12:20:04','','1','2020-12-18 12:20:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 15:51:53',0,'','','','','',NULL,NULL,''),(588,'edwin','',NULL,'0726843601',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-18 12:39:53','','1','2020-12-18 12:39:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(589,'mercy olive c1','',NULL,'0702292454',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-18 14:21:52','','1','2020-12-18 14:21:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 21:15:17',0,'','','','','',NULL,NULL,''),(590,'westview a2','',NULL,'0726230677',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3150.00,'11','2020-12-18 14:55:23','','1','2020-12-18 14:55:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:20:33',0,'','','','','',NULL,NULL,''),(591,'westviewf6','',NULL,'0720097604',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2250.00,'11','2020-12-18 16:08:00','','1','2020-12-18 16:08:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 19:50:07',0,'','','','','',NULL,NULL,''),(592,'father oasis c7','',NULL,'0722354995',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-18 17:57:56','','1','2020-12-18 17:57:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 09:00:57',0,'','','','','',NULL,NULL,''),(593,'MEKITA A3','',NULL,'0792000947',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',460.00,'11','2020-12-18 18:04:49','','1','2020-12-18 18:04:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 20:36:37',0,'','','','','',NULL,NULL,''),(594,'mufea susan 6a','',NULL,'0711998301',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-18 18:27:53','','1','2020-12-18 18:27:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:43:19',0,'','','','','',NULL,NULL,''),(595,'father oasis a15','',NULL,'0726353527',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-18 18:31:39','','1','2020-12-18 18:31:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-18 18:31:39',0,'','','','','',NULL,NULL,''),(596,'ann','',NULL,'0745839460',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-18 18:37:21','','1','2020-12-18 18:37:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(597,'charles ','',NULL,'0726413440',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-18 18:42:10','','1','2020-12-18 18:42:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 17:50:17',0,'','','','','',NULL,NULL,''),(598,'BARBARA MUFEA 60','',NULL,'0733127411',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-18 19:18:28','','1','2020-12-18 19:18:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 17:32:25',0,'','','','','',NULL,NULL,''),(599,'midview mb5','',NULL,'0722344543',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-18 20:10:42','','1','2020-12-18 20:10:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 09:01:40',0,'','','','','',NULL,NULL,''),(600,'tsavo c519','',NULL,'0762238278',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-18 21:14:09','','1','2020-12-18 21:14:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:18:53',0,'','','','','',NULL,NULL,''),(601,'stanelly','',NULL,'0726890588',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-18 21:21:01','','1','2020-12-18 21:21:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:38:38',0,'','','','','',NULL,NULL,''),(602,'damaris fahari d6','',NULL,'0707263276',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3150.00,'11','2020-12-19 08:20:30','','1','2020-12-19 08:20:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 17:21:18',0,'','','','','',NULL,NULL,''),(603,'joan wairimu','',NULL,'0712569999',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-19 10:41:05','','1','2020-12-19 10:41:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(604,'lillian dainty','',NULL,'0740861468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-19 10:48:07','','1','2020-12-19 10:48:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:54:33',0,'','','','','',NULL,NULL,''),(605,'jenid a6','',NULL,'0793267417',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-12-19 11:03:47','','1','2020-12-19 11:03:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 10:37:23',0,'','','','','',NULL,NULL,''),(606,'almond courtv f9','',NULL,'0746335885',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 11:20:22','','1','2020-12-19 11:20:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-19 11:20:22',0,'','','','','',NULL,NULL,''),(607,'devy','',NULL,'0741658548',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-19 11:42:48','','1','2020-12-19 11:42:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(608,'SUSAN TSAVO B105','',NULL,'0722874967',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2850.00,'11','2020-12-19 11:58:40','','1','2020-12-19 11:58:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 16:39:29',0,'','','','','',NULL,NULL,''),(609,'gacicio 1 c1','',NULL,'0725758767',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-12-19 12:05:47','','1','2020-12-19 12:05:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:16:17',0,'','','','','',NULL,NULL,''),(610,'mufea 14','',NULL,'0725890501',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-19 12:46:06','','1','2020-12-19 12:46:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 17:11:42',0,'','','','','',NULL,NULL,''),(611,'charity mufea 3f','',NULL,'0720555005',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 13:25:44','','1','2020-12-19 13:25:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 17:14:00',0,'','','','','',NULL,NULL,''),(612,'naomy tsavo','',NULL,'0794672549',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-19 13:28:10','','1','2020-12-19 13:28:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 15:27:10',0,'','','','','',NULL,NULL,''),(613,'MERCY JENID C5','',NULL,'0721404029',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2550.00,'11','2020-12-19 13:47:09','','1','2020-12-19 13:47:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 17:54:44',0,'','','','','',NULL,NULL,''),(614,'nziza b32','',NULL,'0720835981',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-19 14:42:48','','1','2020-12-19 14:42:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(615,'spearnet am3','',NULL,'0723985822',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 14:46:19','','1','2020-12-19 14:46:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 11:55:28',0,'','','','','',NULL,NULL,''),(616,'nziza b32','',NULL,'0720835989',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-19 14:52:25','','1','2020-12-19 14:52:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-19 14:52:25',0,'','','','','',NULL,NULL,''),(617,'spearnet dm3','',NULL,'0727711513',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-19 15:16:45','','1','2020-12-19 15:16:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:55:43',0,'','','','','',NULL,NULL,''),(618,'njoki','',NULL,'0724887715',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-19 15:21:56','','1','2020-12-19 15:21:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(619,'kimani court d5','',NULL,'0716359727',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 15:28:54','','1','2020-12-19 15:28:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 14:46:50',0,'','','','','',NULL,NULL,''),(620,'cid a5','',NULL,'0721311017',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-19 15:30:40','','1','2020-12-19 15:30:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(621,'harvenest towers kasarini','',NULL,'0768252575',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3400.00,'11','2020-12-19 16:03:14','','1','2020-12-19 16:03:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 12:02:21',0,'','','','','',NULL,NULL,''),(622,'purity tony wa6','',NULL,'0722557571',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 16:18:33','','1','2020-12-19 16:18:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-19 16:18:33',0,'','','','','',NULL,NULL,''),(623,'blessed garden a10','',NULL,'0113452227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4200.00,'11','2020-12-19 16:53:09','','1','2020-12-19 16:53:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 09:44:49',0,'','','','','',NULL,NULL,''),(624,'CECILIA GOLDEN PALM A4','',NULL,'0721973492',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-19 18:03:43','','1','2020-12-19 18:03:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-19 18:03:43',0,'','','','','',NULL,NULL,''),(625,'ankiah a103','',NULL,'0714313066',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-19 18:10:23','','1','2020-12-19 18:10:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-19 18:10:23',0,'','','','','',NULL,NULL,''),(626,'mary jayce','',NULL,'0729900699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-19 18:44:43','','1','2020-12-19 18:44:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 10:10:46',0,'','','','','',NULL,NULL,''),(627,'nellion 2n2','',NULL,'0720807028',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 19:07:05','','1','2020-12-19 19:07:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-29 20:54:40',0,'','','','','',NULL,NULL,''),(628,'midview ad1','',NULL,'0726459902',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 19:08:43','','1','2020-12-19 19:08:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-24 11:41:56',0,'','','','','',NULL,NULL,''),(629,'rita deinty','',NULL,'0721790359',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-12-19 19:36:18','','1','2020-12-19 19:36:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:52:25',0,'','','','','',NULL,NULL,''),(630,'SCHECKEM A24','',NULL,'0785069252',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-19 20:10:30','','1','2020-12-19 20:10:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-14 19:31:43',0,'','','','','',NULL,NULL,''),(631,'JUDY MUFEA 69','',NULL,'0724704280',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-20 10:20:37','','1','2020-12-20 10:20:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:35:35',0,'','','','','',NULL,NULL,''),(632,'thindigua primary','',NULL,'0728671232',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'11','2020-12-20 10:23:23','','1','2020-12-20 10:23:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-20 10:23:23',0,'','','','','',NULL,NULL,''),(633,'dories harvester b8','',NULL,'7733332231',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-20 10:49:23','','1','2020-12-20 10:49:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-20 10:49:23',0,'','','','','',NULL,NULL,''),(634,'jenid a19','',NULL,'0723702689',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',7200.00,'11','2020-12-20 10:51:29','','1','2020-12-20 10:51:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:48:33',0,'','','','','',NULL,NULL,''),(635,'adriana harvester c4','',NULL,'0721264990',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',9600.00,'11','2020-12-20 11:09:55','','1','2020-12-20 11:09:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 17:02:18',0,'','','','','',NULL,NULL,''),(636,'grace','',NULL,'0729601365',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-20 11:56:03','','1','2020-12-20 11:56:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(637,'harvesterv b3','',NULL,'0710146946',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-20 11:57:53','','1','2020-12-20 11:57:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 15:57:12',0,'','','','','',NULL,NULL,''),(638,'dories harvester b8','',NULL,'0721849254',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-20 12:38:14','','1','2020-12-20 12:38:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-20 12:38:14',0,'','','','','',NULL,NULL,''),(639,'teresia father oasis gate b 13a','',NULL,'0721744587',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-20 13:02:28','','1','2020-12-20 13:02:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 15:12:39',0,'','','','','',NULL,NULL,''),(640,'nziza a1','',NULL,'0720621405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-20 13:36:13','','1','2020-12-20 13:36:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-08 13:36:46',0,'','','','','',NULL,NULL,''),(641,'edenvill gilbert','',NULL,'0722783808',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-20 16:29:25','','1','2020-12-20 16:29:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:33:51',0,'','','','','',NULL,NULL,''),(642,'jenid caroline','',NULL,'0710352973',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3600.00,'11','2020-12-20 16:34:26','','1','2020-12-20 16:34:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 16:25:36',0,'','','','','',NULL,NULL,''),(643,'embenezer 46','',NULL,'0728628709',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-20 16:59:22','','1','2020-12-20 16:59:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 10:32:02',0,'','','','','',NULL,NULL,''),(644,'tsavo','',NULL,'0704382089',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1130.00,'11','2020-12-20 17:02:34','','1','2020-12-20 17:02:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 13:14:48',0,'','','','','',NULL,NULL,''),(645,'932 kevin a20','',NULL,'0722977563',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-20 18:17:00','','1','2020-12-20 18:17:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:27:07',0,'','','','','',NULL,NULL,''),(646,'SHIFFARA JENID C8','',NULL,'0721826266',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4950.00,'11','2020-12-20 18:31:13','','1','2020-12-20 18:31:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 15:35:35',0,'','','','','',NULL,NULL,''),(647,'centri cout 08','',NULL,'0721778821',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-20 20:02:13','','1','2020-12-20 20:02:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 08:53:26',0,'','','','','',NULL,NULL,''),(648,'nabil castle 35','',NULL,'0703114455',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-20 20:11:00','','1','2020-12-20 20:11:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-20 20:11:00',0,'','','','','',NULL,NULL,''),(649,'BRIAN crossover 1','',NULL,'0726851126',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-21 09:00:09','','1','2020-12-21 09:00:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 21:03:45',0,'','','','','',NULL,NULL,''),(650,'kasarini c13','',NULL,'0716656705',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-21 10:06:56','','1','2020-12-21 10:06:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-21 10:06:56',0,'','','','','',NULL,NULL,''),(651,'westview b6','',NULL,'0724904126',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-21 11:10:59','','1','2020-12-21 11:10:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 20:14:43',0,'','','','','',NULL,NULL,''),(652,'greenview 2b','',NULL,'0722769324',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-21 11:38:24','','1','2020-12-21 11:38:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 11:57:11',0,'','','','','',NULL,NULL,''),(653,'zena jenid b6','',NULL,'0720808730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1950.00,'11','2020-12-21 14:22:31','','1','2020-12-21 14:22:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 11:34:10',0,'','','','','',NULL,NULL,''),(654,'esther thendegua gardens 4c','',NULL,'0718561227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-21 14:40:24','','1','2020-12-21 14:40:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-21 14:40:24',0,'','','','','',NULL,NULL,''),(655,'braeteck autocare ltd','',NULL,'0797556196',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-21 15:06:49','','1','2020-12-21 15:06:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(656,'sandra dainty b602','',NULL,'0721123831',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-21 15:51:48','','1','2020-12-21 15:51:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 16:19:39',0,'','','','','',NULL,NULL,''),(657,'MUFEA 54','',NULL,'0712821285',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-21 15:55:38','','1','2020-12-21 15:55:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 16:38:08',0,'','','','','',NULL,NULL,''),(658,'lydia pine wood 606','',NULL,'0704700068',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-21 16:15:11','','1','2020-12-21 16:15:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 15:56:34',0,'','','','','',NULL,NULL,''),(659,'john tsavo a206','',NULL,'0727518227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-21 17:23:46','','1','2020-12-21 17:23:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 15:34:09',0,'','','','','',NULL,NULL,''),(660,'nziza raque c53','',NULL,'0743124460',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-21 18:07:10','','1','2020-12-21 18:07:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-21 18:07:10',0,'','','','','',NULL,NULL,''),(661,'victor ngari','',NULL,'0721460075',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-21 18:12:33','','1','2020-12-21 18:12:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(662,'westview b4','',NULL,'0722106494',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-21 18:14:57','','1','2020-12-21 18:14:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 13:56:03',0,'','','','','',NULL,NULL,''),(663,'spearnet dm11','',NULL,'0728877045',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2020-12-21 18:31:24','','1','2020-12-21 18:31:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 17:48:37',0,'','','','','',NULL,NULL,''),(664,'philly homes c8','',NULL,'0718258824',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-21 19:13:51','','1','2020-12-21 19:13:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 16:05:30',0,'','','','','',NULL,NULL,''),(665,'william mugambi','',NULL,'0723386174',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-21 20:23:21','','1','2020-12-21 20:23:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(666,'janid faith a1','',NULL,'0722318330',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-21 20:29:36','','1','2020-12-21 20:29:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-02 14:33:12',0,'','','','','',NULL,NULL,''),(667,'victor cobia','',NULL,'0724570227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-21 21:07:57','','1','2020-12-21 21:07:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(668,'mary tsavo a319','',NULL,'0722550663',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2020-12-22 11:54:47','','1','2020-12-22 11:54:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:22:09',0,'','','','','',NULL,NULL,''),(669,'midview ad3','',NULL,'0724212329',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-22 12:08:17','','1','2020-12-22 12:08:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 14:15:23',0,'','','','','',NULL,NULL,''),(670,'joan baraka a8','',NULL,'0725060291',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-22 12:39:07','','1','2020-12-22 12:39:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:11:37',0,'','','','','',NULL,NULL,''),(671,'blessed garden a6','',NULL,'0715910737',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 13:06:37','','1','2020-12-22 13:06:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(672,'samwel serene b12','',NULL,'0723608982',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-22 13:21:44','','1','2020-12-22 13:21:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 17:43:08',0,'','','','','',NULL,NULL,''),(673,'miriam tsavo a709','',NULL,'0715636264',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-22 13:45:38','','1','2020-12-22 13:45:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:52:25',0,'','','','','',NULL,NULL,''),(674,'lillan mufea c3','',NULL,'0720276738',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-22 13:47:20','','1','2020-12-22 13:47:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:00:40',0,'','','','','',NULL,NULL,''),(675,'muteti centre','',NULL,'0722325495',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 13:57:29','','1','2020-12-22 13:57:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(676,'gacicio 1','',NULL,'0718921176',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-22 14:15:09','','1','2020-12-22 14:15:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 16:31:55',0,'','','','','',NULL,NULL,''),(677,'blessed garden','',NULL,'0718796423',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',500.00,'11','2020-12-22 14:27:07','','1','2020-12-22 14:27:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-22 14:27:07',0,'','','','','',NULL,NULL,''),(678,'kiamunge 11','',NULL,'0724218371',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-22 14:48:04','','1','2020-12-22 14:48:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-22 14:48:04',0,'','','','','',NULL,NULL,''),(679,'annitakithoma','',NULL,' 0702817223',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 15:33:32','','1','2020-12-22 15:33:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(680,'annita kithoma','',NULL,'0702817223',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 15:36:44','','1','2020-12-22 15:36:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(681,'josephine pinewood 602','',NULL,'0723552562',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1950.00,'11','2020-12-22 16:23:40','','1','2020-12-22 16:23:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:09:36',0,'','','','','',NULL,NULL,''),(682,'kimani court b3','',NULL,'0718289915',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-22 16:27:46','','1','2020-12-22 16:27:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 17:02:00',0,'','','','','',NULL,NULL,''),(683,'allan midview ab6','',NULL,'0723657970',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-22 17:06:51','','1','2020-12-22 17:06:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 19:31:47',0,'','','','','',NULL,NULL,''),(684,'sylvia cid e8','',NULL,'0726160052',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-22 17:22:54','','1','2020-12-22 17:22:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-22 17:22:54',0,'','','','','',NULL,NULL,''),(685,'james primerose b2','',NULL,'0712604704',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4500.00,'11','2020-12-22 17:45:51','','1','2020-12-22 17:45:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 10:18:16',0,'','','','','',NULL,NULL,''),(686,'kelvin midview ab4','',NULL,'0727000094',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',7150.00,'11','2020-12-22 17:51:06','','1','2020-12-22 17:51:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 14:17:10',0,'','','','','',NULL,NULL,''),(687,'deinty b302','',NULL,'0717666291',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 19:06:07','','1','2020-12-22 19:06:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(688,'erick','',NULL,'0722356280',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-22 19:43:51','','1','2020-12-22 19:43:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(689,'rosewood court b6','',NULL,'0729152474',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-22 19:45:14','','1','2020-12-22 19:45:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-13 12:49:57',0,'','','','','',NULL,NULL,''),(690,'nelion b2','',NULL,'0720803399',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-22 19:51:45','','1','2020-12-22 19:51:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 15:51:14',0,'','','','','',NULL,NULL,''),(691,'TSAVO C216','','','0722915019','','','','','','','0','',NULL,'member','1','','','','',300.00,'10','2021-01-12 10:11:54','','1','2020-12-22 20:03:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-22 20:03:38',0,'','','','','','','',''),(692,'deinty a602','',NULL,'0722301082',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-22 20:31:49','','1','2020-12-22 20:31:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:48:57',0,'','','','','',NULL,NULL,''),(693,'david mufea 22','',NULL,'0725147877',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2020-12-22 20:48:50','','1','2020-12-22 20:48:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-22 20:48:50',0,'','','','','',NULL,NULL,''),(694,'pinewood 302','',NULL,'0721351530',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-22 20:57:52','','1','2020-12-22 20:57:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 20:17:21',0,'','','','','',NULL,NULL,''),(695,'agnes flamat c4','',NULL,'07258902244',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-23 09:11:48','','1','2020-12-23 09:11:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 13:20:43',0,'','','','','',NULL,NULL,''),(696,'mufea 4g','',NULL,'0722835756',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-23 10:22:47','','1','2020-12-23 10:22:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-18 15:12:25',0,'','','','','',NULL,NULL,''),(697,'joes','',NULL,'0789801598',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1750.00,'11','2020-12-23 10:37:24','','1','2020-12-23 10:37:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 15:59:12',0,'','','','','',NULL,NULL,''),(698,'irene midview mc3','',NULL,'0728919362',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-23 10:52:49','','1','2020-12-23 10:52:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 18:06:34',0,'','','','','',NULL,NULL,''),(699,'opp glass mart','',NULL,'0722675657',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',860.00,'11','2020-12-23 11:03:59','','1','2020-12-23 11:03:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 19:01:04',0,'','','','','',NULL,NULL,''),(700,'muteti centre','',NULL,'0701559678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-23 11:47:34','','1','2020-12-23 11:47:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(701,'harvestar b2','',NULL,'0700494020',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-23 12:24:09','','1','2020-12-23 12:24:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(702,'tsavo b216','',NULL,'0725601136',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-23 12:35:13','','1','2020-12-23 12:35:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 11:18:02',0,'','','','','',NULL,NULL,''),(703,'joseph tsavo a311','',NULL,'0706352266',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-23 12:37:28','','1','2020-12-23 12:37:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 13:15:07',0,'','','','','',NULL,NULL,''),(704,'customer','',NULL,'0722434372',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-23 12:54:12','','1','2020-12-23 12:54:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(705,'harare unit 10','',NULL,'0784680666',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-23 13:35:17','','1','2020-12-23 13:35:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 13:35:17',0,'','','','','',NULL,NULL,''),(706,'scheme b13','',NULL,'0725683779',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-23 14:30:27','','1','2020-12-23 14:30:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 14:30:27',0,'','','','','',NULL,NULL,''),(707,'tsavob206','',NULL,'0723654724',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-23 14:36:23','','1','2020-12-23 14:36:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 14:36:23',0,'','','','','',NULL,NULL,''),(708,'932 4a','',NULL,'0722714971',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-23 14:51:31','','1','2020-12-23 14:51:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 18:48:53',0,'','','','','',NULL,NULL,''),(709,'john gachango','',NULL,'0722121727',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2020-12-23 15:26:43','','1','2020-12-23 15:26:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-12 10:31:08',0,'','','','','',NULL,NULL,''),(710,'rose maingi','',NULL,'0722386774',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-23 16:42:59','','1','2020-12-23 16:42:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(711,'thomas gakiria','',NULL,'0722815607',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-23 17:12:48','','1','2020-12-23 17:12:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 17:12:48',0,'','','','','',NULL,NULL,''),(712,'elsie mufea 9','',NULL,'0724564458',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-23 17:55:05','','1','2020-12-23 17:55:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 20:02:24',0,'','','','','',NULL,NULL,''),(713,'doris harvester b8','',NULL,'0746646466',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2550.00,'11','2020-12-23 18:15:16','','1','2020-12-23 18:15:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 11:09:17',0,'','','','','',NULL,NULL,''),(714,'tsavo a517','',NULL,'0723131864',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-23 18:37:10','','1','2020-12-23 18:37:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 21:19:13',0,'','','','','',NULL,NULL,''),(715,'westview b1','',NULL,'0724850421',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-23 18:55:08','','1','2020-12-23 18:55:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 17:30:44',0,'','','','','',NULL,NULL,''),(716,'mufea 17','',NULL,'0724245797',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-23 19:10:39','','1','2020-12-23 19:10:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(717,'scheme c14','',NULL,'0727264848',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-23 19:37:54','','1','2020-12-23 19:37:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 19:37:54',0,'','','','','',NULL,NULL,''),(718,'SCHECKEM A27','','','0726467264','','','','','','','0','',NULL,'member','1','','','','',300.00,'10','2021-01-12 11:26:06','','1','2020-12-23 19:55:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-23 19:55:22',0,'','','','','','','',''),(719,'serene c11','',NULL,'0728759721',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-23 20:16:12','','1','2020-12-23 20:16:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:58:20',0,'','','','','',NULL,NULL,''),(720,'TSAVO C119','',NULL,'0704060322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-23 20:45:31','','1','2020-12-23 20:45:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 15:50:21',0,'','','','','',NULL,NULL,''),(721,'scenic a10','',NULL,'0715194832',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-23 20:52:20','','1','2020-12-23 20:52:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 13:01:23',0,'','','','','',NULL,NULL,''),(722,'thomas mwangi','',NULL,'0722563088',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-23 20:59:31','','1','2020-12-23 20:59:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 10:33:33',0,'','','','','',NULL,NULL,''),(723,'FAHARI D7','',NULL,'0770708755',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-24 12:09:13','','1','2020-12-24 12:09:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(724,'JENID C12','',NULL,'0726853779',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-24 12:20:01','','1','2020-12-24 12:20:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 15:38:38',0,'','','','','',NULL,NULL,''),(725,'scheme b11','',NULL,'0721860890',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-24 12:46:38','','1','2020-12-24 12:46:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 12:34:07',0,'','','','','',NULL,NULL,''),(726,'STEPHEN TSAVO C320','',NULL,'0722664090',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-24 12:48:40','','1','2020-12-24 12:48:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 11:44:34',0,'','','','','',NULL,NULL,''),(727,'0live tree a5','',NULL,'0725556336',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-24 13:54:22','','1','2020-12-24 13:54:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 13:46:09',0,'','','','','',NULL,NULL,''),(728,'joseph nzioki','',NULL,'0724919963 ',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-24 13:59:50','','1','2020-12-24 13:59:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(729,'peter ebenezer','',NULL,'0702386111',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-24 14:33:02','','1','2020-12-24 14:33:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-27 17:45:20',0,'','','','','',NULL,NULL,''),(730,'MIRIAM PETRA 18','',NULL,'0722740167',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-24 15:18:04','','1','2020-12-24 15:18:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 20:10:49',0,'','','','','',NULL,NULL,''),(731,'emmanuel muteti corner','',NULL,'0724615859',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-24 16:10:28','','1','2020-12-24 16:10:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 11:46:37',0,'','','','','',NULL,NULL,''),(732,'mufea 68','',NULL,'0702048944',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-24 16:23:40','','1','2020-12-24 16:23:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:25:52',0,'','','','','',NULL,NULL,''),(733,'philly home a2','',NULL,'07225226491',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-24 16:48:21','','1','2020-12-24 16:48:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-24 16:48:21',0,'','','','','',NULL,NULL,''),(734,'lucy mungai','',NULL,'0720702322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-12-24 16:51:38','','1','2020-12-24 16:51:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-12 17:58:22',0,'','','','','',NULL,NULL,''),(735,'hope trust 1 a4','',NULL,'0720869132',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5700.00,'11','2020-12-24 17:54:33','','1','2020-12-24 17:54:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 10:41:32',0,'','','','','',NULL,NULL,''),(736,'tsavo b701','',NULL,'0704584677',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-24 17:58:15','','1','2020-12-24 17:58:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 13:54:32',0,'','','','','',NULL,NULL,''),(737,'vivian harare unit 9','',NULL,'0721705417',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-24 18:01:46','','1','2020-12-24 18:01:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 18:46:53',0,'','','','','',NULL,NULL,''),(738,'nziza c61','',NULL,'0720466366',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-24 18:29:00','','1','2020-12-24 18:29:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 12:02:44',0,'','','','','',NULL,NULL,''),(739,'rose','',NULL,'0703411077',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-24 18:30:48','','1','2020-12-24 18:30:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(740,'raoul tsavo b620','',NULL,'0793592543',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-24 20:45:58','','1','2020-12-24 20:45:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:36:53',0,'','','','','',NULL,NULL,''),(741,'tsavo c604','',NULL,'0742247423',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2020-12-24 21:05:39','','1','2020-12-24 21:05:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-24 21:05:39',0,'','','','','',NULL,NULL,''),(742,'fredrick pine wood p705','',NULL,'0740272626',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-27 10:14:27','','1','2020-12-27 10:14:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 10:48:43',0,'','','','','',NULL,NULL,''),(743,'nabil castle 35','',NULL,'0778020001',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-27 11:23:52','','1','2020-12-27 11:23:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:59:16',0,'','','','','',NULL,NULL,''),(744,'grace wamboi','',NULL,'0722897166',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-27 15:58:42','','1','2020-12-27 15:58:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-10 19:45:22',0,'','','','','',NULL,NULL,''),(745,'freetap e1','',NULL,'0706408436',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-27 17:22:23','','1','2020-12-27 17:22:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 11:21:33',0,'','','','','',NULL,NULL,''),(746,'nellion 2n5','',NULL,'0741870176',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-27 18:22:28','','1','2020-12-27 18:22:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(747,'spearnet dm8','',NULL,'0706352293',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-27 18:24:33','','1','2020-12-27 18:24:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(748,'primerose a6','',NULL,'0722162668',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-27 19:10:17','','1','2020-12-27 19:10:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-27 19:10:17',0,'','','','','',NULL,NULL,''),(749,'end mark','',NULL,'0720426022',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-27 19:26:05','','1','2020-12-27 19:26:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-20 18:35:51',0,'','','','','',NULL,NULL,''),(750,'AGNES TSAVO B205','',NULL,'0724696094',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-27 19:35:00','','1','2020-12-27 19:35:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-24 16:18:26',0,'','','','','',NULL,NULL,''),(751,'fahari a6','',NULL,'0724118308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-28 08:43:08','','1','2020-12-28 08:43:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 17:19:08',0,'','','','','',NULL,NULL,''),(752,'JENID A8','',NULL,'0734426058',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-28 08:46:29','','1','2020-12-28 08:46:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 08:46:29',0,'','','','','',NULL,NULL,''),(753,'kugeria benard 3','',NULL,'0722451236',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-28 08:57:21','','1','2020-12-28 08:57:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:16:17',0,'','','','','',NULL,NULL,''),(754,'raya tsavo b513','',NULL,'0111875405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-12-28 10:21:32','','1','2020-12-28 10:21:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 11:29:33',0,'','','','','',NULL,NULL,''),(755,'joyce oppsweet bay','',NULL,'0741083937',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2020-12-28 10:52:47','','1','2020-12-28 10:52:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 18:17:03',0,'','','','','',NULL,NULL,''),(756,'nelly mufea e3','',NULL,'0719884003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-28 12:23:11','','1','2020-12-28 12:23:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 15:29:03',0,'','','','','',NULL,NULL,''),(757,'tsavo a504','',NULL,'0741013801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-28 12:45:27','','1','2020-12-28 12:45:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 12:45:27',0,'','','','','',NULL,NULL,''),(758,'david maingi','',NULL,'0722816281',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-28 14:03:50','','1','2020-12-28 14:03:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(759,'dories harvester c3','',NULL,'0714157162',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-28 16:04:53','','1','2020-12-28 16:04:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-24 11:04:19',0,'','','','','',NULL,NULL,''),(760,'tsavo c402','',NULL,'0705667393',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-28 17:44:54','','1','2020-12-28 17:44:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 17:44:54',0,'','','','','',NULL,NULL,''),(761,'kalwani park a2','','','0700580379','','','','','','','0','',NULL,'member','1','','','','',150.00,'10','2021-01-12 13:03:41','','1','2020-12-28 17:59:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 17:59:25',0,'','','','','','','',''),(762,'scheme a8','',NULL,'0724235714',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-28 18:03:39','','1','2020-12-28 18:03:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(763,'john petra','',NULL,'0706088088',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2020-12-28 18:21:09','','1','2020-12-28 18:21:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-28 18:21:09',0,'','','','','',NULL,NULL,''),(764,'gospel church','',NULL,'0721705668',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2020-12-28 19:18:46','','1','2020-12-28 19:18:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-29 10:03:59',0,'','','','','',NULL,NULL,''),(765,'josephine centric b8','',NULL,'0723177767',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2020-12-28 19:52:34','','1','2020-12-28 19:52:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 08:39:29',0,'','','','','',NULL,NULL,''),(766,'spring garden 4','',NULL,'0715731855',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2020-12-28 20:11:23','','1','2020-12-28 20:11:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-12 19:59:59',0,'','','','','',NULL,NULL,''),(767,'elizabeth mufea 8d','',NULL,'0706511468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-28 20:23:45','','1','2020-12-28 20:23:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 21:05:01',0,'','','','','',NULL,NULL,''),(768,'susan thindegua gardens 6h','',NULL,'0708727618',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-29 10:14:48','','1','2020-12-29 10:14:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 10:16:26',0,'','','','','',NULL,NULL,''),(769,'kenneth kamunge 15','',NULL,'0723443480',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2020-12-29 10:45:19','','1','2020-12-29 10:45:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 12:02:48',0,'','','','','',NULL,NULL,''),(770,'WESTVIEW DANIEL B2','',NULL,'0725463920',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-29 12:48:14','','1','2020-12-29 12:48:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:40:22',0,'','','','','',NULL,NULL,''),(771,'MARK MIDVIEW AD4','',NULL,'0728175293',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2020-12-29 13:39:59','','1','2020-12-29 13:39:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 12:49:11',0,'','','','','',NULL,NULL,''),(772,'NELLION 5N6','',NULL,'0711589036',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-29 14:55:48','','1','2020-12-29 14:55:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(773,'kimani court E2','',NULL,'0722463549',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1950.00,'11','2020-12-29 15:22:10','','1','2020-12-29 15:22:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 16:17:36',0,'','','','','',NULL,NULL,''),(774,'esther thendegua gardens 4c','',NULL,'0718561273',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-29 15:50:46','','1','2020-12-29 15:50:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 15:48:59',0,'','','','','',NULL,NULL,''),(775,'PATRICIA WANGUI','',NULL,'0706114131',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-29 16:47:02','','1','2020-12-29 16:47:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 17:50:22',0,'','','','','',NULL,NULL,''),(776,'HELLEN ','',NULL,'0721889292',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2020-12-29 17:15:49','','1','2020-12-29 17:15:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 11:58:13',0,'','','','','',NULL,NULL,''),(777,'MIDVIEW AD5','',NULL,'0721323203',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2020-12-29 19:13:10','','1','2020-12-29 19:13:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 20:16:27',0,'','','','','',NULL,NULL,''),(778,'MUFEA 15','',NULL,'0726291905',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-29 19:15:18','','1','2020-12-29 19:15:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 19:06:56',0,'','','','','',NULL,NULL,''),(779,'ANKIAH B401','',NULL,'0769606118',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-29 19:42:08','','1','2020-12-29 19:42:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 15:50:08',0,'','','','','',NULL,NULL,''),(780,'TSAVO A512','',NULL,'0720572858',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2020-12-30 09:46:48','','1','2020-12-30 09:46:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-30 09:46:48',0,'','','','','',NULL,NULL,''),(781,'susan elewa ulevi','',NULL,'0724730117',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-30 10:59:12','','1','2020-12-30 10:59:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(782,'kamunge 11','',NULL,'0723806968',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2020-12-30 12:20:10','','1','2020-12-30 12:20:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 19:56:30',0,'','','','','',NULL,NULL,''),(783,'mekita c5','',NULL,'0726771984',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-30 14:40:00','','1','2020-12-30 14:40:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-30 14:40:00',0,'','','','','',NULL,NULL,''),(784,'mufea 23','',NULL,'0720127500',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3300.00,'11','2020-12-30 16:07:12','','1','2020-12-30 16:07:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 19:39:33',0,'','','','','',NULL,NULL,''),(785,'jascah','',NULL,'0716948971',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-30 16:57:06','','1','2020-12-30 16:57:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(786,'edgar njoroge','',NULL,'0725722021',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-30 17:42:09','','1','2020-12-30 17:42:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(787,'tsavo b417','',NULL,'0797379869',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',160.00,'11','2020-12-30 18:48:59','','1','2020-12-30 18:48:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-30 18:48:59',0,'','','','','',NULL,NULL,''),(788,'kenneth kihara','',NULL,'0720317628',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2020-12-30 19:02:02','','1','2020-12-30 19:02:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 15:48:47',0,'','','','','',NULL,NULL,''),(789,'purity tony wa6','',NULL,'0722551571',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2020-12-31 11:37:14','','1','2020-12-31 11:37:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 20:17:13',0,'','','','','',NULL,NULL,''),(790,'sujnam 4b','',NULL,'0780068802',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2020-12-31 13:56:46','','1','2020-12-31 13:56:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 09:51:25',0,'','','','','',NULL,NULL,''),(791,'ack green gate','',NULL,'0714794603',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2020-12-31 16:49:55','','1','2020-12-31 16:49:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-31 16:49:55',0,'','','','','',NULL,NULL,''),(792,'deinty a304','',NULL,'0792604006',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-31 17:18:14','','1','2020-12-31 17:18:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(793,'nyawira 33','',NULL,'0723113148',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3000.00,'11','2020-12-31 17:28:05','','1','2020-12-31 17:28:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 10:38:22',0,'','','','','',NULL,NULL,''),(794,'932 a7','',NULL,'0785529847',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2020-12-31 17:50:55','','1','2020-12-31 17:50:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-31 17:50:55',0,'','','','','',NULL,NULL,''),(795,'chrisantos akutoyi','',NULL,'0725857409',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-31 18:12:12','','1','2020-12-31 18:12:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(796,'ridge centre','',NULL,'0707680007',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2020-12-31 19:32:55','','1','2020-12-31 19:32:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(797,'teresiia scheme','',NULL,'0713654567',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2020-12-31 20:29:56','','1','2020-12-31 20:29:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 11:24:50',0,'','','','','',NULL,NULL,''),(798,'springs garden b7','',NULL,'0728591594',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-01 10:34:56','','1','2021-01-01 10:34:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-01 10:34:56',0,'','','','','',NULL,NULL,''),(799,'hussein otisi','',NULL,'0704639465',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-01 11:00:48','','1','2021-01-01 11:00:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(800,'joseph nyawira 23','',NULL,'0722797609',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-01 12:10:35','','1','2021-01-01 12:10:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:25:48',0,'','','','','',NULL,NULL,''),(801,'nyawira 12','',NULL,'07836093695',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-01 12:23:24','','1','2021-01-01 12:23:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-01 12:23:24',0,'','','','','',NULL,NULL,''),(802,'blessed garden a6','',NULL,'0725823285',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3300.00,'11','2021-01-01 12:56:56','','1','2021-01-01 12:56:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 18:18:07',0,'','','','','',NULL,NULL,''),(803,'keivin cid b3','',NULL,'0703274287',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-01 13:36:59','','1','2021-01-01 13:36:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(804,'932 a7','',NULL,'0111688317',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-01 15:42:12','','1','2021-01-01 15:42:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-01 15:42:12',0,'','','','','',NULL,NULL,''),(805,'michael muraguri','',NULL,'0721551590',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-01 15:46:53','','1','2021-01-01 15:46:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(806,'andrew spearnet p1','',NULL,'0726267037',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-01 16:32:52','','1','2021-01-01 16:32:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 10:27:30',0,'','','','','',NULL,NULL,''),(807,'spearnet dm11','',NULL,'0733134762',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-01 16:55:55','','1','2021-01-01 16:55:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 09:42:39',0,'','','','','',NULL,NULL,''),(808,'nelion 3n7','',NULL,'0726317509',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-01 16:59:32','','1','2021-01-01 16:59:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-19 10:18:09',0,'','','','','',NULL,NULL,''),(809,'nelion 7n9','',NULL,'0726567479',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',4800.00,'11','2021-01-01 17:06:04','','1','2021-01-01 17:06:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 14:45:06',0,'','','','','',NULL,NULL,''),(810,'samuel githengu','',NULL,'0722918503',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-01 19:42:11','','1','2021-01-01 19:42:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(811,'derrick obonyo','',NULL,'0714207125',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-01 20:50:33','','1','2021-01-01 20:50:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(812,'tsavo aoo','',NULL,'0799960o97',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-02 13:44:35','','1','2021-01-02 13:44:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-02 13:44:35',0,'','','','','',NULL,NULL,''),(813,'tsavo corol bells c117','',NULL,'0702590483',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-02 14:07:42','','1','2021-01-02 14:07:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 12:12:54',0,'','','','','',NULL,NULL,''),(814,'dennis spearnet dm3','',NULL,'0728160985',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-02 14:58:22','','1','2021-01-02 14:58:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 16:33:44',0,'','','','','',NULL,NULL,''),(815,'teresia midview ad8','',NULL,'0724312556',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2021-01-02 15:50:46','','1','2021-01-02 15:50:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 18:07:36',0,'','','','','',NULL,NULL,''),(816,'mufea 33','',NULL,'0721671052',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',980.00,'11','2021-01-02 17:31:04','','1','2021-01-02 17:31:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 16:13:31',0,'','','','','',NULL,NULL,''),(817,'caro father oasis a11','',NULL,'0757095121',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-02 18:00:04','','1','2021-01-02 18:00:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-13 08:39:46',0,'','','','','',NULL,NULL,''),(818,'domi midview ab1','',NULL,'0720789224',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-02 18:06:10','','1','2021-01-02 18:06:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(819,'tsavo a515','',NULL,'0727983891',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-02 18:45:20','','1','2021-01-02 18:45:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 17:39:37',0,'','','','','',NULL,NULL,''),(820,'sheila mufea 43','',NULL,'0724995969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-01-02 19:04:33','','1','2021-01-02 19:04:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 13:23:08',0,'','','','','',NULL,NULL,''),(821,'samwel serene b12','',NULL,'0701875645',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2021-01-02 19:36:11','','1','2021-01-02 19:36:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:29:25',0,'','','','','',NULL,NULL,''),(822,'vera court 2-4','',NULL,'0743587914',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-03 09:06:08','','1','2021-01-03 09:06:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-03 09:06:08',0,'','','','','',NULL,NULL,''),(823,'spring garden 8','',NULL,'0796685565',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-03 10:51:36','','1','2021-01-03 10:51:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:01:29',0,'','','','','',NULL,NULL,''),(824,'geoffrey mwaniki','',NULL,'0726516220',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-03 11:20:39','','1','2021-01-03 11:20:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(825,'petra 15','',NULL,'0720402250',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-03 12:23:42','','1','2021-01-03 12:23:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-03 12:23:42',0,'','','','','',NULL,NULL,''),(826,'petra 15','',NULL,'072040225020',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-03 12:26:15','','1','2021-01-03 12:26:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-03 12:26:15',0,'','','','','',NULL,NULL,''),(827,'edd mark c9','',NULL,'0726073365',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2021-01-03 12:52:14','','1','2021-01-03 12:52:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 17:08:56',0,'','','','','',NULL,NULL,''),(828,'spearnet cm3','',NULL,'0716867852',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2250.00,'11','2021-01-03 14:42:04','','1','2021-01-03 14:42:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 17:09:56',0,'','','','','',NULL,NULL,''),(829,'peter ndungu','',NULL,'0795735515',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-03 16:06:58','','1','2021-01-03 16:06:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:04:50',0,'','','','','',NULL,NULL,''),(830,'harare unit 10','',NULL,'0722140695',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-03 16:51:04','','1','2021-01-03 16:51:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 19:39:18',0,'','','','','',NULL,NULL,''),(831,'erick petra 3','',NULL,'0722330106',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-03 17:09:16','','1','2021-01-03 17:09:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-03 17:09:16',0,'','','','','',NULL,NULL,''),(832,'mufea 48','',NULL,'0725943428',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-03 17:36:13','','1','2021-01-03 17:36:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 17:37:46',0,'','','','','',NULL,NULL,''),(833,'golden palm b1','',NULL,'0727773250',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-03 18:02:34','','1','2021-01-03 18:02:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-28 13:23:34',0,'','','','','',NULL,NULL,''),(834,'mufea a1','',NULL,'0791183014',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-03 18:11:18','','1','2021-01-03 18:11:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(835,'charles mufea 32','',NULL,'0726550707',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2021-01-03 19:56:45','','1','2021-01-03 19:56:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 17:26:06',0,'','','','','',NULL,NULL,''),(836,'nyawira 37','',NULL,'0722809801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-04 15:27:14','','1','2021-01-04 15:27:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-04 15:27:14',0,'','','','','',NULL,NULL,''),(837,'joseph wanjiku','',NULL,'0720377414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-04 15:52:00','','1','2021-01-04 15:52:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-04 15:52:00',0,'','','','','',NULL,NULL,''),(838,'godwin serene c1','',NULL,'0729773463',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-04 16:31:40','','1','2021-01-04 16:31:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:41:10',0,'','','','','',NULL,NULL,''),(839,'faith mufea 6b','',NULL,'0720353773',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',5700.00,'11','2021-01-04 16:54:31','','1','2021-01-04 16:54:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 18:16:58',0,'','','','','',NULL,NULL,''),(840,'midview aa6','',NULL,'0714719290',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-04 18:01:31','','1','2021-01-04 18:01:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 12:29:59',0,'','','','','',NULL,NULL,''),(841,'lari gardens','',NULL,'0758750097',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-04 19:41:23','','1','2021-01-04 19:41:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(842,'GACICIO 2a3','',NULL,'0707678778',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2021-01-04 20:33:31','','1','2021-01-04 20:33:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 17:44:40',0,'','','','','',NULL,NULL,''),(843,'midview mc6','',NULL,'0728390604',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-04 20:39:17','','1','2021-01-04 20:39:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 20:58:39',0,'','','','','',NULL,NULL,''),(844,'tsavo c603','',NULL,'0718471124',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-04 21:09:37','','1','2021-01-04 21:09:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:06:04',0,'','','','','',NULL,NULL,''),(845,'UNIVERSAL APARTMENTS C6','',NULL,'0720415709',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2200.00,'11','2021-01-05 10:28:36','','1','2021-01-05 10:28:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 15:57:20',0,'','','','','',NULL,NULL,''),(846,'mufea g6','',NULL,'0703218666',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3600.00,'11','2021-01-05 10:33:20','','1','2021-01-05 10:33:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 11:18:18',0,'','','','','',NULL,NULL,''),(847,'kwa masai','',NULL,'0722766635',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-05 11:18:09','','1','2021-01-05 11:18:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(848,'spearnet am4','',NULL,'07232863237',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-05 11:54:11','','1','2021-01-05 11:54:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-05 11:54:11',0,'','','','','',NULL,NULL,''),(849,'mufea 5c','',NULL,'0722518065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2080.00,'11','2021-01-05 13:21:25','','1','2021-01-05 13:21:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 16:05:26',0,'','','','','',NULL,NULL,''),(850,'thomas njuguna','',NULL,'0722410340',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-05 14:14:26','','1','2021-01-05 14:14:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(851,'catherine nziza b28','',NULL,'0702492851',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-05 15:49:11','','1','2021-01-05 15:49:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 12:51:08',0,'','','','','',NULL,NULL,''),(852,'nziza d68','',NULL,'0723056551',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-05 16:08:05','','1','2021-01-05 16:08:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 14:16:20',0,'','','','','',NULL,NULL,''),(853,'MUFEA 41','',NULL,'0729501330',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-05 16:10:11','','1','2021-01-05 16:10:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 14:35:46',0,'','','','','',NULL,NULL,''),(854,'mekita c7','',NULL,'0725116775',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-05 17:49:29','','1','2021-01-05 17:49:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-05 17:49:29',0,'','','','','',NULL,NULL,''),(855,'michael westview g3','','','0721551590','','','','','','','0','',NULL,'member','1','','','','',0.00,'10','2021-01-12 18:50:14','','1','2021-01-05 18:04:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','','','',''),(856,'alvin tsavo a318','',NULL,'0728641699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-05 18:40:45','','1','2021-01-05 18:40:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 17:26:41',0,'','','','','',NULL,NULL,''),(857,'PETRA 7','',NULL,'0722409807',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-05 19:00:08','','1','2021-01-05 19:00:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 15:39:59',0,'','','','','',NULL,NULL,''),(858,'tsavo b721','',NULL,'0722854967',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-05 20:59:26','','1','2021-01-05 20:59:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(859,'godfrey nyawira 25','',NULL,'0725801872',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-06 12:28:54','','1','2021-01-06 12:28:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 12:28:54',0,'','','','','',NULL,NULL,''),(860,'tsavo c210','',NULL,'0794675546',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-06 12:41:42','','1','2021-01-06 12:41:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 12:28:54',0,'','','','','',NULL,NULL,''),(861,'jenid c6','',NULL,'0731719258',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-06 13:56:03','','1','2021-01-06 13:56:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 13:56:03',0,'','','','','',NULL,NULL,''),(862,'muteti centre','',NULL,'0725266364',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-06 14:37:50','','1','2021-01-06 14:37:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 14:37:50',0,'','','','','',NULL,NULL,''),(863,'ruth kariuki','',NULL,'0722229029',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-06 15:50:22','','1','2021-01-06 15:50:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(864,'samuel kimani','',NULL,'0714439736',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-06 15:51:49','','1','2021-01-06 15:51:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(865,'opp mazeras m4','',NULL,'0722330236',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-06 16:14:18','','1','2021-01-06 16:14:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 16:14:18',0,'','','','','',NULL,NULL,''),(866,'jecintah wambui','',NULL,'0723658582',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-06 16:43:42','','1','2021-01-06 16:43:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 16:10:53',0,'','','','','',NULL,NULL,''),(867,'maureen nziza a14','',NULL,'0722681652',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-06 16:53:06','','1','2021-01-06 16:53:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 18:02:12',0,'','','','','',NULL,NULL,''),(868,'silas mazeras 4','',NULL,'0726692633',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-06 17:28:44','','1','2021-01-06 17:28:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-06 17:28:44',0,'','','','','',NULL,NULL,''),(869,'mufea 4d','',NULL,'0724237294',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-06 19:53:42','','1','2021-01-06 19:53:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 21:09:41',0,'','','','','',NULL,NULL,''),(870,'kellen mufea a4','',NULL,'0786158169',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-07 10:35:33','','1','2021-01-07 10:35:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 10:35:33',0,'','','','','',NULL,NULL,''),(871,'pinewood 203','',NULL,'0723553209',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-07 10:42:00','','1','2021-01-07 10:42:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:38:01',0,'','','','','',NULL,NULL,''),(872,'christine father oasis e6','',NULL,'0726313725',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-07 11:20:11','','1','2021-01-07 11:20:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(873,'elijah nyaga','',NULL,'0715408641',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-07 13:19:58','','1','2021-01-07 13:19:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 13:19:58',0,'','','','','',NULL,NULL,''),(874,'mary jayce bc11','',NULL,'0783222208',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-07 15:06:29','','1','2021-01-07 15:06:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-29 18:37:27',0,'','','','','',NULL,NULL,''),(875,'tsavo c209','',NULL,'0704463302',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-07 15:52:30','','1','2021-01-07 15:52:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 15:52:30',0,'','','','','',NULL,NULL,''),(876,'ESTHER KARANJA','',NULL,'0722634887',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-07 16:13:03','','1','2021-01-07 16:13:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(877,'midview mc3','',NULL,'0718617678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-07 16:41:19','','1','2021-01-07 16:41:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 16:41:19',0,'','','','','',NULL,NULL,''),(878,'benard spearnet am1','',NULL,'0728631475',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-07 16:55:18','','1','2021-01-07 16:55:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:39:45',0,'','','','','',NULL,NULL,''),(879,'daniel gacicio 2','',NULL,'0721656718',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-07 17:11:59','','1','2021-01-07 17:11:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 13:04:21',0,'','','','','',NULL,NULL,''),(880,'antony nzioki','',NULL,'0703120529',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-07 18:07:27','','1','2021-01-07 18:07:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(881,'TSAVO C216','',NULL,'0722915019',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2021-01-07 18:18:33','','1','2021-01-07 18:18:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:58:20',0,'','','','','',NULL,NULL,''),(882,'SCHEKEM B13','',NULL,'0702407863',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',550.00,'11','2021-01-07 19:16:11','','1','2021-01-07 19:16:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:31:56',0,'','','','','',NULL,NULL,''),(883,'GACICIO 2 A5','',NULL,'0700922265',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-07 19:56:36','','1','2021-01-07 19:56:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 11:36:01',0,'','','','','',NULL,NULL,''),(884,'LILIAN WANGARI','',NULL,'0758284610',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-07 20:36:06','','1','2021-01-07 20:36:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(885,'sophia pinewood 401','',NULL,'0720643732',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2250.00,'11','2021-01-08 09:42:27','','1','2021-01-08 09:42:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 13:33:16',0,'','','','','',NULL,NULL,''),(886,'alfred mufea a8','',NULL,'0721319549',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2021-01-08 09:48:31','','1','2021-01-08 09:48:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:13:20',0,'','','','','',NULL,NULL,''),(887,'sarah cid a3','',NULL,'0720571009',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-08 10:14:24','','1','2021-01-08 10:14:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 21:19:13',0,'','','','','',NULL,NULL,''),(888,'domminic kagwe','',NULL,'0726686922',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-08 10:17:37','','1','2021-01-08 10:17:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(889,'jane nzinza C47','',NULL,'0722780337',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2700.00,'11','2021-01-08 13:39:05','','1','2021-01-08 13:39:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:01:32',0,'','','','','',NULL,NULL,''),(890,'mufea 2D','',NULL,'0724315381',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2021-01-08 15:10:37','','1','2021-01-08 15:10:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 10:54:32',0,'','','','','',NULL,NULL,''),(891,'KIMANI COURT B2','',NULL,'0735982482',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-08 17:22:37','','1','2021-01-08 17:22:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-08 17:22:37',0,'','','','','',NULL,NULL,''),(892,'MIDVIEW AE4','',NULL,'0728748384',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-08 17:45:59','','1','2021-01-08 17:45:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-08 17:45:59',0,'','','','','',NULL,NULL,''),(893,'TSAVO A516','',NULL,'0775920800',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-08 18:17:16','','1','2021-01-08 18:17:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 16:40:43',0,'','','','','',NULL,NULL,''),(894,'GREGORY FATHER OASIS A11','',NULL,'0720073533',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-08 18:23:27','','1','2021-01-08 18:23:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 20:34:06',0,'','','','','',NULL,NULL,''),(895,'MEKITA C2','',NULL,'0725116675',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-08 18:51:51','','1','2021-01-08 18:51:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-16 11:31:52',0,'','','','','',NULL,NULL,''),(896,'nzinza b41','',NULL,'0724284060',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-09 16:47:40','','1','2021-01-09 16:47:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-09 16:44:46',0,'','','','','',NULL,NULL,''),(897,'mushroom juni park','',NULL,'0742135639',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-09 16:52:30','','1','2021-01-09 16:52:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(898,'MOCAH c8','',NULL,'0721248500',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2021-01-09 17:02:11','','1','2021-01-09 17:02:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 18:12:50',0,'','','','','',NULL,NULL,''),(899,'optrust','',NULL,'0726942841',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-09 17:05:43','','1','2021-01-09 17:05:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 20:14:43',0,'','','','','',NULL,NULL,''),(900,'antony schekem','',NULL,'0725683679',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-09 17:13:34','','1','2021-01-09 17:13:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 21:04:17',0,'','','','','',NULL,NULL,''),(901,'serene caroline d8','',NULL,'0722711080',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-09 17:35:50','','1','2021-01-09 17:35:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-28 16:53:04',0,'','','','','',NULL,NULL,''),(902,'SCHEKEM B13','',NULL,'0113114547',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-09 17:43:18','','1','2021-01-09 17:43:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-09 17:43:18',0,'','','','','',NULL,NULL,''),(903,'jenid a6','',NULL,'0710854072',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-09 17:46:08','','1','2021-01-09 17:46:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-09 17:46:08',0,'','','','','',NULL,NULL,''),(904,'maria schekem a18','',NULL,'0700465656',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-10 10:21:23','','1','2021-01-10 10:21:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:37:58',0,'','','','','',NULL,NULL,''),(905,'westview e6','',NULL,'0710707650',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-10 10:42:15','','1','2021-01-10 10:42:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(906,'titus alula','',NULL,'0704870003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-10 11:31:15','','1','2021-01-10 11:31:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(907,'dainty a406','',NULL,'0721268042',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-10 13:43:52','','1','2021-01-10 13:43:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-10 13:43:52',0,'','','','','',NULL,NULL,''),(908,'MEKITA C4','',NULL,'0740790922',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-10 16:33:33','','1','2021-01-10 16:33:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 20:35:32',0,'','','','','',NULL,NULL,''),(909,'angeline father oasis 2nd gate 12d','',NULL,'0700927583',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-10 16:55:06','','1','2021-01-10 16:55:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:23:44',0,'','','','','',NULL,NULL,''),(910,'samuel kimani','',NULL,'0722767689',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-10 16:57:38','','1','2021-01-10 16:57:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(911,'schekem a4','',NULL,'0714542640',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-10 17:44:38','','1','2021-01-10 17:44:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-10 17:44:38',0,'','','','','',NULL,NULL,''),(912,'FARAH muteti centre 1','',NULL,'0725232392',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-10 18:53:48','','1','2021-01-10 18:53:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 19:49:21',0,'','','','','',NULL,NULL,''),(913,'peter gibson','',NULL,'0741451768',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-10 19:49:49','','1','2021-01-10 19:49:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(914,'elija kiarie','',NULL,'0721447360',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-10 19:56:26','','1','2021-01-10 19:56:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(915,'caleb tsavo a308','',NULL,'0788513505',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-10 20:17:44','','1','2021-01-10 20:17:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-10 20:17:44',0,'','','','','',NULL,NULL,''),(916,'ruth mufea 5f ','',NULL,'0720048959',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-11 08:17:19','','1','2021-01-11 08:17:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 18:59:45',0,'','','','','',NULL,NULL,''),(917,'NJOKI MWANGI','',NULL,'254110011670',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-11 11:29:39','','1','2021-01-11 11:29:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(918,'tsavo kitchen rooftop','',NULL,'0703260793',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-11 13:26:50','','1','2021-01-11 13:26:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(919,'almond courtv f9','',NULL,'0713433102',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-11 14:08:04','','1','2021-01-11 14:08:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 18:09:57',0,'','','','','',NULL,NULL,''),(920,'SAMUEL WATHIKA','',NULL,'0722504761',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-11 14:53:34','','1','2021-01-11 14:53:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(921,'tsavo b512','',NULL,'0757484530',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-11 16:32:03','','1','2021-01-11 16:32:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:45:26',0,'','','','','',NULL,NULL,''),(922,'STELLA REALITY PLAZA B3','',NULL,'0722975329',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-11 17:03:21','','1','2021-01-11 17:03:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:47:46',0,'','','','','',NULL,NULL,''),(923,'CID B15','',NULL,'0727651656',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-11 18:27:58','','1','2021-01-11 18:27:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 14:17:21',0,'','','','','',NULL,NULL,''),(924,'cid c6','',NULL,'0722332777',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-11 19:09:49','','1','2021-01-11 19:09:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(925,'vera court 4-2','',NULL,'0700639086',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-11 19:26:45','','1','2021-01-11 19:26:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-11 19:26:45',0,'','','','','',NULL,NULL,''),(926,'TSAVO B703','',NULL,'0722137958',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-12 16:31:03','','1','2021-01-12 16:31:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-12 16:28:36',0,'','','','','',NULL,NULL,''),(927,'michael kimani court e10','',NULL,'0722128372',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-12 16:42:05','','1','2021-01-12 16:42:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-28 17:56:36',0,'','','','','',NULL,NULL,''),(928,'carol 932','',NULL,'0726384717',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-01-12 16:53:07','','1','2021-01-12 16:53:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:40:22',0,'','','','','',NULL,NULL,''),(929,'cid d1','',NULL,'0716013351',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-12 18:00:00','','1','2021-01-12 18:00:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 17:41:27',0,'','','','','',NULL,NULL,''),(930,'cynthia jenid b10','',NULL,'0722862405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-01-13 08:24:34','','1','2021-01-13 08:24:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:30:04',0,'','','','','',NULL,NULL,''),(931,'TSAVO A415','',NULL,'0741684373',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-13 13:21:14','','1','2021-01-13 13:21:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 15:42:21',0,'','','','','',NULL,NULL,''),(932,'dainty b503','',NULL,'0748033313',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-13 14:45:12','','1','2021-01-13 14:45:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 19:06:23',0,'','','','','',NULL,NULL,''),(933,'father oasis gate a a18','',NULL,'0719814734',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-13 14:59:12','','1','2021-01-13 14:59:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 20:26:31',0,'','','','','',NULL,NULL,''),(934,'harare unit 10','',NULL,'0784680665',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-13 17:16:20','','1','2021-01-13 17:16:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 18:18:35',0,'','','','','',NULL,NULL,''),(935,'nywiera 31','',NULL,'0722108633',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-13 18:14:53','','1','2021-01-13 18:14:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 18:48:37',0,'','','','','',NULL,NULL,''),(936,'raya tsavo a513','',NULL,'0715524517',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-01-13 18:40:53','','1','2021-01-13 18:40:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-13 18:40:53',0,'','','','','',NULL,NULL,''),(937,'nzinza c52','',NULL,'0789412106',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-13 19:04:08','','1','2021-01-13 19:04:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-05 12:06:35',0,'','','','','',NULL,NULL,''),(938,'olive tree a5','',NULL,'0725015006',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-13 19:28:40','','1','2021-01-13 19:28:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(939,'golden arrow 5','',NULL,'0725522608',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-13 19:40:03','','1','2021-01-13 19:40:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(940,'schekem c11','',NULL,'0700184739',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-13 19:44:30','','1','2021-01-13 19:44:30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-13 19:44:30',0,'','','','','',NULL,NULL,''),(941,'eric serene f6','',NULL,'0721831730',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-13 19:54:16','','1','2021-01-13 19:54:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-12 17:33:34',0,'','','','','',NULL,NULL,''),(942,'ntugi rima','',NULL,'0721580120',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-13 20:02:17','','1','2021-01-13 20:02:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:22:41',0,'','','','','',NULL,NULL,''),(943,'jenifer mushroom','',NULL,'0722215228',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',7200.00,'11','2021-01-14 08:43:47','','1','2021-01-14 08:43:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 13:12:57',0,'','','','','',NULL,NULL,''),(944,'peninah hopetrust 2 a9','',NULL,'0707271422',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-01-14 12:36:25','','1','2021-01-14 12:36:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 10:16:32',0,'','','','','',NULL,NULL,''),(945,'jackline sujnam 4b','',NULL,'0720839380',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1650.00,'11','2021-01-14 13:45:54','','1','2021-01-14 13:45:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:13:27',0,'','','','','',NULL,NULL,''),(946,'spearnet cm1','',NULL,'0723600872',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2100.00,'11','2021-01-14 15:18:43','','1','2021-01-14 15:18:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-12 10:33:51',0,'','','','','',NULL,NULL,''),(947,'tsavo c509','',NULL,'0724548292',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',760.00,'11','2021-01-14 15:41:20','','1','2021-01-14 15:41:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-14 15:41:20',0,'','','','','',NULL,NULL,''),(948,'florence reality plaza b21','',NULL,'0794241031',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-14 17:57:53','','1','2021-01-14 17:57:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 15:31:24',0,'','','','','',NULL,NULL,''),(949,'midview mb4','',NULL,'0723979559',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3900.00,'11','2021-01-14 19:41:07','','1','2021-01-14 19:41:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 14:34:46',0,'','','','','',NULL,NULL,''),(950,'dainty b505','',NULL,'0721615124',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-14 19:46:31','','1','2021-01-14 19:46:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-14 19:46:31',0,'','','','','',NULL,NULL,''),(951,'cid e10','',NULL,'0705725683',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-14 20:28:22','','1','2021-01-14 20:28:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 20:23:53',0,'','','','','',NULL,NULL,''),(952,'kamugi','',NULL,'0722588454',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-15 10:58:51','','1','2021-01-15 10:58:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(953,'schekem a26','',NULL,'0718142662',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-15 12:27:41','','1','2021-01-15 12:27:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-15 12:27:41',0,'','','','','',NULL,NULL,''),(954,'kamunge 17','',NULL,'0722322846',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-15 15:57:05','','1','2021-01-15 15:57:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 17:46:52',0,'','','','','',NULL,NULL,''),(955,'mercy ','',NULL,'0721472821',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-15 16:53:15','','1','2021-01-15 16:53:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(956,'midview ae2','',NULL,'0728687834',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-15 16:54:45','','1','2021-01-15 16:54:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-15 16:54:45',0,'','','','','',NULL,NULL,''),(957,'father oasis a a19','',NULL,'0768171371',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-15 17:23:39','','1','2021-01-15 17:23:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(958,'soja midview','',NULL,'0711977497',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',10500.00,'11','2021-01-15 17:26:42','','1','2021-01-15 17:26:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 09:26:45',0,'','','','','',NULL,NULL,''),(959,'antony ','',NULL,'0725396669',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-15 17:48:25','','1','2021-01-15 17:48:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(960,'spring garden block 1 b6','',NULL,'0729911399',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-15 20:06:56','','1','2021-01-15 20:06:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 16:16:00',0,'','','','','',NULL,NULL,''),(961,'kimani court E2','',NULL,'0701251771',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 09:21:41','','1','2021-01-16 09:21:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 09:21:41',0,'','','','','',NULL,NULL,''),(962,'mufea 3g','',NULL,'0732761196',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-16 09:42:29','','1','2021-01-16 09:42:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 14:51:27',0,'','','','','',NULL,NULL,''),(963,'charles maitai','',NULL,'0722851874',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 10:40:24','','1','2021-01-16 10:40:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(964,'mercy tsavo a708','',NULL,'0725112711',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 10:54:58','','1','2021-01-16 10:54:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 10:54:58',0,'','','','','',NULL,NULL,''),(965,'patricia golf 4th flr 16','',NULL,'0714566010',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-16 10:56:37','','1','2021-01-16 10:56:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 10:56:37',0,'','','','','',NULL,NULL,''),(966,'paul baraka complex d65','',NULL,'0718490447',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-16 11:10:17','','1','2021-01-16 11:10:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 11:10:17',0,'','','','','',NULL,NULL,''),(967,'serene e1','',NULL,'0710250350',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-16 12:26:10','','1','2021-01-16 12:26:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 12:26:10',0,'','','','','',NULL,NULL,''),(968,'kimani court b1','',NULL,'0721431700',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-16 12:55:12','','1','2021-01-16 12:55:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 14:50:56',0,'','','','','',NULL,NULL,''),(969,'moshe moca court yard b2','',NULL,'0735838208',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-16 15:27:26','','1','2021-01-16 15:27:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 15:27:26',0,'','','','','',NULL,NULL,''),(970,'miriam 932 apartment a8','',NULL,'0708547913',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 18:34:07','','1','2021-01-16 18:34:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 18:34:07',0,'','','','','',NULL,NULL,''),(971,'tsavo c402','',NULL,'0705667396',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-16 18:43:11','','1','2021-01-16 18:43:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 18:24:27',0,'','','','','',NULL,NULL,''),(972,'mourning star a8','',NULL,'0748483785',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 18:45:47','','1','2021-01-16 18:45:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 18:45:47',0,'','','','','',NULL,NULL,''),(973,'esther mekita d5','',NULL,'0726623065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 19:24:54','','1','2021-01-16 19:24:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 19:24:54',0,'','','','','',NULL,NULL,''),(974,'james','',NULL,'0724082450',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 19:45:40','','1','2021-01-16 19:45:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(975,'opp mazeras m4','',NULL,'0729489981',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-16 19:51:06','','1','2021-01-16 19:51:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 19:52:14',0,'','','','','',NULL,NULL,''),(976,'kimani court d8','',NULL,'0702284448',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 20:08:51','','1','2021-01-16 20:08:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(977,'brian','',NULL,'0700469314',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 20:32:48','','1','2021-01-16 20:32:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(978,'anastancia','',NULL,'0790999255',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 20:33:58','','1','2021-01-16 20:33:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(979,'alfonce','',NULL,'0748684081',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-16 20:35:03','','1','2021-01-16 20:35:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(980,'muthaiga kasarini e5','',NULL,'0713407654',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-16 20:41:16','','1','2021-01-16 20:41:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 20:41:16',0,'','','','','',NULL,NULL,''),(981,'midview aa3','',NULL,'0725632546',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-18 15:02:25','','1','2021-01-18 15:02:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 15:02:25',0,'','','','','',NULL,NULL,''),(982,'jaice ba6','',NULL,'0795786551',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-18 15:22:41','','1','2021-01-18 15:22:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(983,'opposite mazeras m7','',NULL,'0720102050',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-01-18 15:42:31','','1','2021-01-18 15:42:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 21:04:17',0,'','','','','',NULL,NULL,''),(984,'silas','',NULL,'0722241837',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-18 17:47:27','','1','2021-01-18 17:47:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-02 21:55:11',0,'','','','','',NULL,NULL,''),(985,'keith loveday','',NULL,'0720251606',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-18 19:09:23','','1','2021-01-18 19:09:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(986,'kekita gf2','',NULL,'0722595375',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-18 19:13:27','','1','2021-01-18 19:13:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 19:13:27',0,'','','','','',NULL,NULL,''),(987,'father oasis a a11','',NULL,'0703752187',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-18 19:26:12','','1','2021-01-18 19:26:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 19:26:12',0,'','','','','',NULL,NULL,''),(988,'julex 9','',NULL,'0706259068',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-18 20:17:43','','1','2021-01-18 20:17:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 20:43:13',0,'','','','','',NULL,NULL,''),(989,'HARVESTER D8','',NULL,'0720887227',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-18 20:18:39','','1','2021-01-18 20:18:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-18 20:18:39',0,'','','','','',NULL,NULL,''),(990,'samuel midview mc5','',NULL,'0718135446',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-19 09:19:50','','1','2021-01-19 09:19:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:31:32',0,'','','','','',NULL,NULL,''),(991,'kamunge 18','',NULL,'0736167897',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-19 10:09:21','','1','2021-01-19 10:09:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 10:59:41',0,'','','','','',NULL,NULL,''),(992,'brian jenid a6','',NULL,'0711588948',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-19 10:13:36','','1','2021-01-19 10:13:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 10:13:36',0,'','','','','',NULL,NULL,''),(993,'PINEWOOD 601','',NULL,'0726905112',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-19 10:50:23','','1','2021-01-19 10:50:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 10:50:23',0,'','','','','',NULL,NULL,''),(994,'sumy ngegu','',NULL,'0711636795',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 10:56:18','','1','2021-01-19 10:56:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 10:56:18',0,'','','','','',NULL,NULL,''),(995,'sujnam 6b','',NULL,'0722937065',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 10:59:27','','1','2021-01-19 10:59:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(996,'john','',NULL,'0721356111',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 11:27:57','','1','2021-01-19 11:27:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(997,'mirriam tsavo b403','',NULL,'0768787539',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-19 11:35:29','','1','2021-01-19 11:35:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 11:35:29',0,'','','','','',NULL,NULL,''),(998,'serene b4','',NULL,'0726489111',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 12:08:51','','1','2021-01-19 12:08:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(999,'nickson','',NULL,'0719308901',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 12:26:04','','1','2021-01-19 12:26:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1000,'pinewood 206','',NULL,'0712283669',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 12:28:10','','1','2021-01-19 12:28:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1001,'dainty 304 a','',NULL,'0714139321',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 12:49:42','','1','2021-01-19 12:49:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 12:49:42',0,'','','','','',NULL,NULL,''),(1002,'phylis pinewood 405','',NULL,'0723165350',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-19 12:54:35','','1','2021-01-19 12:54:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 10:58:28',0,'','','','','',NULL,NULL,''),(1003,'UNIVERSAL APARTMENTS c9','',NULL,'0729838362',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 16:44:11','','1','2021-01-19 16:44:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 09:21:58',0,'','','','','',NULL,NULL,''),(1004,'mazeras 10','',NULL,'0711180959',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 16:45:53','','1','2021-01-19 16:45:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1005,'raya tsavo b513','',NULL,'0716897368',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-19 16:47:33','','1','2021-01-19 16:47:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 16:47:33',0,'','','','','',NULL,NULL,''),(1006,'serene c11','',NULL,'0720601795',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 16:48:56','','1','2021-01-19 16:48:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 16:48:56',0,'','','','','',NULL,NULL,''),(1007,'michael','',NULL,'0728601317',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 17:02:15','','1','2021-01-19 17:02:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1008,'jesica','',NULL,'0723835847',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-19 17:07:48','','1','2021-01-19 17:07:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 17:44:34',0,'','','','','',NULL,NULL,''),(1009,'cid e10','',NULL,'0786812682',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-19 17:10:17','','1','2021-01-19 17:10:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 14:11:13',0,'','','','','',NULL,NULL,''),(1010,'SHADRACK','',NULL,'0720986348',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 17:11:32','','1','2021-01-19 17:11:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:33:17',0,'','','','','',NULL,NULL,''),(1011,'centric court b10','',NULL,'0797148871',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2250.00,'11','2021-01-19 17:16:21','','1','2021-01-19 17:16:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 08:58:51',0,'','','','','',NULL,NULL,''),(1012,'opposite mazeras m3','',NULL,'0721303020',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-01-19 17:19:28','','1','2021-01-19 17:19:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 21:12:48',0,'','','','','',NULL,NULL,''),(1013,'martha','',NULL,'0723159935',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-19 17:20:45','','1','2021-01-19 17:20:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1014,'pamella ridge centre','',NULL,'0725153758',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',310.00,'11','2021-01-19 17:23:08','','1','2021-01-19 17:23:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 18:55:52',0,'','','','','',NULL,NULL,''),(1015,'faith fahari b6','',NULL,'0727972089',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-01-19 18:06:21','','1','2021-01-19 18:06:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:23:31',0,'','','','','',NULL,NULL,''),(1016,'moca court c4','',NULL,'0723581862',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2021-01-19 18:09:26','','1','2021-01-19 18:09:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 10:01:02',0,'','','','','',NULL,NULL,''),(1017,'jenid a11','',NULL,'0721242429',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-19 18:14:42','','1','2021-01-19 18:14:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-19 18:14:42',0,'','','','','',NULL,NULL,''),(1018,'nzinza a19','',NULL,'0708035713',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-19 18:35:33','','1','2021-01-19 18:35:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 18:23:06',0,'','','','','',NULL,NULL,''),(1019,'jamal nzinza c54','',NULL,'0721977722',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-20 08:54:25','','1','2021-01-20 08:54:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 20:15:49',0,'','','','','',NULL,NULL,''),(1020,'behind sujnam','',NULL,'0720903316',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-20 09:27:10','','1','2021-01-20 09:27:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 10:23:32',0,'','','','','',NULL,NULL,''),(1021,'tsavo b107','',NULL,'0113363332',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-20 18:32:21','','1','2021-01-20 18:32:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 17:50:22',0,'','','','','',NULL,NULL,''),(1022,'maureen harvester a5','',NULL,'0757034455',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2021-01-20 18:37:06','','1','2021-01-20 18:37:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 08:47:44',0,'','','','','',NULL,NULL,''),(1023,'spearnet am2','',NULL,'0722394013',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-20 18:38:59','','1','2021-01-20 18:38:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 09:26:28',0,'','','','','',NULL,NULL,''),(1024,'tsavo b711','',NULL,'0714858275',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-20 18:40:59','','1','2021-01-20 18:40:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-20 18:40:59',0,'','','','','',NULL,NULL,''),(1025,'godwin serene c1','',NULL,'0742981591',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-20 19:01:05','','1','2021-01-20 19:01:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:40:22',0,'','','','','',NULL,NULL,''),(1026,'tsavo c506','',NULL,'0703763374',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-20 19:04:40','','1','2021-01-20 19:04:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:16:17',0,'','','','','',NULL,NULL,''),(1027,'dennis maina','',NULL,'0723172531',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-20 19:11:29','','1','2021-01-20 19:11:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 14:39:44',0,'','','','','',NULL,NULL,''),(1028,'keivin cid b3','',NULL,'0714865046',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-20 19:14:21','','1','2021-01-20 19:14:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1029,'jenid c9','',NULL,'0722978217',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-01-20 19:28:58','','1','2021-01-20 19:28:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 15:50:37',0,'','','','','',NULL,NULL,''),(1030,'purity','',NULL,'0723785398',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-21 08:32:24','','1','2021-01-21 08:32:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1031,'monica','',NULL,'0722484141',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-01-21 08:38:39','','1','2021-01-21 08:38:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 19:32:05',0,'','','','','',NULL,NULL,''),(1032,'winnie','',NULL,'0726167752',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-21 08:40:28','','1','2021-01-21 08:40:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1033,'francis','',NULL,'0713561591',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-21 08:42:44','','1','2021-01-21 08:42:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1034,'ridge centre','',NULL,'0720792546',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-21 11:07:23','','1','2021-01-21 11:07:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:50:33',0,'','','','','',NULL,NULL,''),(1035,'helen joes apartments b20','',NULL,'0724633204',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-22 11:04:19','','1','2021-01-22 11:04:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 11:04:19',0,'','','','','',NULL,NULL,''),(1036,'kimani court d8','',NULL,'0702284443',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-22 11:25:36','','1','2021-01-22 11:25:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 12:28:04',0,'','','','','',NULL,NULL,''),(1037,'ridge centre','',NULL,'0728482801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 11:34:54','','1','2021-01-22 11:34:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1038,'HARVESTERT D2','',NULL,'0718124830',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 12:07:42','','1','2021-01-22 12:07:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1039,'francis cid a8','',NULL,'0705000407',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-22 13:03:58','','1','2021-01-22 13:03:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 13:03:58',0,'','','','','',NULL,NULL,''),(1040,'peris','',NULL,'0727201083',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 13:17:59','','1','2021-01-22 13:17:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1041,'five star','',NULL,'0721416590',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 13:19:05','','1','2021-01-22 13:19:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1042,'ridge centre','',NULL,'0728462864',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-22 13:27:08','','1','2021-01-22 13:27:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:01:32',0,'','','','','',NULL,NULL,''),(1043,'christine murage','',NULL,'0720857974',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 13:49:27','','1','2021-01-22 13:49:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1044,'jaice bb3','',NULL,'0722988939',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 13:54:41','','1','2021-01-22 13:54:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1045,'fatuma','',NULL,'0722277433',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 15:00:45','','1','2021-01-22 15:00:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1046,'john kinyanjui','',NULL,'0705069704',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-22 15:33:09','','1','2021-01-22 15:33:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 15:08:21',0,'','','','','',NULL,NULL,''),(1047,'crossover 3','',NULL,'0743495678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-22 17:26:35','','1','2021-01-22 17:26:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 17:26:35',0,'','','','','',NULL,NULL,''),(1048,'jenifer','',NULL,'0723281266',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 17:31:37','','1','2021-01-22 17:31:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1049,'stella','',NULL,'0722315997',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-22 17:33:26','','1','2021-01-22 17:33:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 12:28:38',0,'','','','','',NULL,NULL,''),(1050,'enock ','',NULL,'0707458698',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-22 17:41:26','','1','2021-01-22 17:41:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:01:33',0,'','','','','',NULL,NULL,''),(1051,'ANKIAH B401','',NULL,'0718345134',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-22 17:46:39','','1','2021-01-22 17:46:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 17:46:39',0,'','','','','',NULL,NULL,''),(1052,'mufea 4f','',NULL,'0716212172',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-22 17:49:59','','1','2021-01-22 17:49:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-22 17:49:59',0,'','','','','',NULL,NULL,''),(1053,'opp ankia','',NULL,'0721346660',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 18:15:31','','1','2021-01-22 18:15:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1054,'westview c3','',NULL,'0716571815',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 18:18:10','','1','2021-01-22 18:18:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1055,'belrly otieno','',NULL,'0797045748',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-22 20:04:13','','1','2021-01-22 20:04:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1056,'SIMON','',NULL,'0714923700',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-23 13:46:54','','1','2021-01-23 13:46:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1057,'jane','',NULL,'0712103795',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-23 13:53:04','','1','2021-01-23 13:53:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1058,'windsor view 3rd floor c11','',NULL,'0705917823',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-23 18:01:18','','1','2021-01-23 18:01:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 16:23:38',0,'','','','','',NULL,NULL,''),(1059,'mufea','',NULL,'0712090062',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-23 18:07:56','','1','2021-01-23 18:07:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 18:07:56',0,'','','','','',NULL,NULL,''),(1060,'faith mufea 6b','',NULL,'0720712233',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-23 18:18:36','','1','2021-01-23 18:18:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 18:18:36',0,'','','','','',NULL,NULL,''),(1061,'gacicio 1 a3','',NULL,'0720485679',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-23 18:20:25','','1','2021-01-23 18:20:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 18:20:25',0,'','','','','',NULL,NULL,''),(1062,'greenview 5b','',NULL,'0718299149',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-23 18:56:22','','1','2021-01-23 18:56:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 18:56:22',0,'','','','','',NULL,NULL,''),(1063,'PURITY WA10','',NULL,'0731849400',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-23 19:01:14','','1','2021-01-23 19:01:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-23 19:01:14',0,'','','','','',NULL,NULL,''),(1064,'jaice bb7','',NULL,'0722131536',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-23 19:02:41','','1','2021-01-23 19:02:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1065,'festus','',NULL,'0718167073',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-23 19:04:50','','1','2021-01-23 19:04:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 17:55:32',0,'','','','','',NULL,NULL,''),(1066,'petra a10','',NULL,'0733783552',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-23 19:10:13','','1','2021-01-23 19:10:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1067,'pastor kennedy','',NULL,'0710259458',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 11:09:26','','1','2021-01-24 11:09:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1068,'after moca courtyard','',NULL,'0707640652',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 15:58:36','','1','2021-01-24 15:58:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1069,'harvester d1','',NULL,'0726548869',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-24 16:07:20','','1','2021-01-24 16:07:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-24 16:07:20',0,'','','','','',NULL,NULL,''),(1070,'mwangi ciber','',NULL,'0727847639',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 16:28:45','','1','2021-01-24 16:28:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1071,'dainty a103','',NULL,'0719669599',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 18:41:38','','1','2021-01-24 18:41:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1072,'tsavo c507','',NULL,'0714143179',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',850.00,'11','2021-01-24 19:33:08','','1','2021-01-24 19:33:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 18:45:50',0,'','','','','',NULL,NULL,''),(1073,'dan mwangi','',NULL,'0715916110',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 19:37:23','','1','2021-01-24 19:37:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1074,'calvin oluoch','',NULL,'0708466648',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-24 20:27:19','','1','2021-01-24 20:27:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1075,'moreen','',NULL,'0712675405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-25 08:53:59','','1','2021-01-25 08:53:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:21:20',0,'','','','','',NULL,NULL,''),(1076,'michelle [elewa ulevi]','',NULL,'0702217788',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-25 09:22:05','','1','2021-01-25 09:22:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-19 10:48:15',0,'','','','','',NULL,NULL,''),(1077,'martin nzinza c52','',NULL,'0742543731',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-25 10:05:43','','1','2021-01-25 10:05:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-25 10:05:43',0,'','','','','',NULL,NULL,''),(1078,'nzinza c60','',NULL,'0737149157',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-25 17:34:51','','1','2021-01-25 17:34:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-25 17:34:51',0,'','','','','',NULL,NULL,''),(1079,'mazeras 10','',NULL,'0713356169',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-25 18:43:52','','1','2021-01-25 18:43:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1080,'mwangi','',NULL,'0715264018',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-01-25 19:19:13','','1','2021-01-25 19:19:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 17:54:07',0,'','','','','',NULL,NULL,''),(1081,'cathrine','',NULL,'0720540456',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-25 19:22:00','','1','2021-01-25 19:22:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1082,'annmarie','',NULL,'0723663199',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-25 20:45:23','','1','2021-01-25 20:45:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:50:58',0,'','','','','',NULL,NULL,''),(1083,'mumbi','',NULL,'0724414350',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-25 20:48:42','','1','2021-01-25 20:48:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1084,'JAMES','',NULL,'0722109616',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-26 13:59:51','','1','2021-01-26 13:59:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1085,'spearnet cm3','',NULL,'070716867852',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-26 18:24:56','','1','2021-01-26 18:24:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 18:24:56',0,'','','','','',NULL,NULL,''),(1086,'GRACE','',NULL,'0722739432',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-26 18:27:39','','1','2021-01-26 18:27:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1087,'elizaBET DAINTY 304A','',NULL,'0715748818',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-26 19:52:03','','1','2021-01-26 19:52:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 19:52:03',0,'','','','','',NULL,NULL,''),(1088,'greenview 4B','',NULL,'0712937893',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-26 19:53:46','','1','2021-01-26 19:53:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-26 19:53:46',0,'','','','','',NULL,NULL,''),(1089,'mumwe runda school','',NULL,'0722228079',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1950.00,'11','2021-01-27 11:16:13','','1','2021-01-27 11:16:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-12 09:06:49',0,'','','','','',NULL,NULL,''),(1090,'alex kinywa','',NULL,'0724960397',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-27 15:44:49','','1','2021-01-27 15:44:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1091,'tsavo c210','',NULL,'0729381787',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-27 17:40:22','','1','2021-01-27 17:40:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-27 17:40:22',0,'','','','','',NULL,NULL,''),(1092,'sija','',NULL,'0723808055',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2021-01-27 17:42:29','','1','2021-01-27 17:42:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 18:36:58',0,'','','','','',NULL,NULL,''),(1093,'philly home a2','',NULL,'0722526491',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-28 14:25:50','','1','2021-01-28 14:25:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:58:20',0,'','','','','',NULL,NULL,''),(1094,'harrison','',NULL,'0703196815',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-28 14:47:09','','1','2021-01-28 14:47:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1095,'cid d12','',NULL,'0722908181',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-28 17:40:16','','1','2021-01-28 17:40:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1096,'schekem b16','',NULL,'0789666067',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-28 17:55:33','','1','2021-01-28 17:55:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1097,'westview b1','',NULL,'0723523765',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-28 18:31:18','','1','2021-01-28 18:31:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1098,'cid b14','',NULL,'0725474903',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-28 19:54:36','','1','2021-01-28 19:54:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:42:47',0,'','','','','',NULL,NULL,''),(1099,'tsavo b718','',NULL,'0728333561',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-28 19:56:00','','1','2021-01-28 19:56:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-28 19:56:00',0,'','','','','',NULL,NULL,''),(1100,'patrick','',NULL,'0719711797',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-28 20:56:50','','1','2021-01-28 20:56:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1101,'raphael njuguna','',NULL,'0723517403',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-29 10:28:20','','1','2021-01-29 10:28:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1102,'samanta vera court 4','',NULL,'0721792066',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-29 11:10:56','','1','2021-01-29 11:10:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-29 11:10:56',0,'','','','','',NULL,NULL,''),(1103,'miriam 932 apartment a8','',NULL,'0721315863',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-29 12:35:57','','1','2021-01-29 12:35:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-29 12:35:57',0,'','','','','',NULL,NULL,''),(1104,'SIMON','',NULL,'0720584704',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-29 15:38:06','','1','2021-01-29 15:38:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1105,'MERCY HOPETRUST 2 B5','',NULL,'0724178978',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-29 18:34:41','','1','2021-01-29 18:34:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-29 18:34:41',0,'','','','','',NULL,NULL,''),(1106,'zena jenid b6','',NULL,'0721588923',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-01-29 19:45:09','','1','2021-01-29 19:45:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 13:03:05',0,'','','','','',NULL,NULL,''),(1107,'RHODA','',NULL,'0742480573',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-29 20:56:19','','1','2021-01-29 20:56:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1108,'PURITY CHELIMO','',NULL,'0718757010',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-29 21:00:49','','1','2021-01-29 21:00:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1109,'winnie','',NULL,'0714537553',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-30 11:24:47','','1','2021-01-30 11:24:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1110,'antony','',NULL,'0721368285',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-30 11:30:56','','1','2021-01-30 11:30:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1111,'tsavo c603','',NULL,'0783253456',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-30 11:34:48','','1','2021-01-30 11:34:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 11:34:48',0,'','','','','',NULL,NULL,''),(1112,'andrew','',NULL,'0700928001',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-30 17:16:19','','1','2021-01-30 17:16:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1113,'hopetrust 2 c6','',NULL,'0721715137',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-30 17:22:42','','1','2021-01-30 17:22:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:09:49',0,'','','','','',NULL,NULL,''),(1114,'midview ab7','',NULL,'0721681137',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-01-30 18:37:28','','1','2021-01-30 18:37:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 18:37:28',0,'','','','','',NULL,NULL,''),(1115,'kamunge 23','',NULL,'0721261984',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-30 19:01:33','','1','2021-01-30 19:01:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:40:10',0,'','','','','',NULL,NULL,''),(1116,'JENID A8','',NULL,'0725562271',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-30 20:06:32','','1','2021-01-30 20:06:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-30 20:06:32',0,'','','','','',NULL,NULL,''),(1117,'SUSAN TSAVO B105','',NULL,'0722874969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-31 10:44:34','','1','2021-01-31 10:44:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 10:44:34',0,'','','','','',NULL,NULL,''),(1118,'PURITY AW10','',NULL,'0707634772',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-01-31 10:51:32','','1','2021-01-31 10:51:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 13:59:11',0,'','','','','',NULL,NULL,''),(1119,'ogla','',NULL,'0727724143',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 15:12:15','','1','2021-01-31 15:12:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1120,'nzinza d76','',NULL,'0738406075',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-31 15:16:09','','1','2021-01-31 15:16:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 15:16:09',0,'','','','','',NULL,NULL,''),(1121,'victor westview d8','',NULL,'0736353700',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-31 15:20:16','','1','2021-01-31 15:20:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 15:20:16',0,'','','','','',NULL,NULL,''),(1122,'olayemi tsavo b411','',NULL,'0707995147',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-31 15:38:24','','1','2021-01-31 15:38:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 20:48:53',0,'','','','','',NULL,NULL,''),(1123,'ANTONY','',NULL,'0728644599',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 15:40:03','','1','2021-01-31 15:40:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1124,'jacop','',NULL,'0711936789',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 15:42:25','','1','2021-01-31 15:42:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1125,'schekem b513','',NULL,'0702643732',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-01-31 15:43:52','','1','2021-01-31 15:43:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 15:43:52',0,'','','','','',NULL,NULL,''),(1126,'harvester b7','',NULL,'0796103344',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-31 16:31:41','','1','2021-01-31 16:31:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 16:31:41',0,'','','','','',NULL,NULL,''),(1127,'nyawira 8','',NULL,'0704692682',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-01-31 16:36:58','','1','2021-01-31 16:36:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-01-31 16:36:58',0,'','','','','',NULL,NULL,''),(1128,'jane njeri','',NULL,'0700038344',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 17:44:05','','1','2021-01-31 17:44:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1129,'dainty a104','',NULL,'0726290002',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-01-31 18:59:49','','1','2021-01-31 18:59:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 18:12:45',0,'','','','','',NULL,NULL,''),(1130,'alice tsavo b508','',NULL,'0701956636',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 19:14:09','','1','2021-01-31 19:14:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1131,'enock','',NULL,'0729831616',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-01-31 19:59:39','','1','2021-01-31 19:59:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1132,'primerose b4','',NULL,'0710942621',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-02-01 08:07:26','','1','2021-02-01 08:07:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 09:54:30',0,'','','','','',NULL,NULL,''),(1133,'mazeras 3','',NULL,'0722741082',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 09:56:08','','1','2021-02-01 09:56:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1134,'pamela ridgecentre 2nd floor middle row','',NULL,'0733319742',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',230.00,'11','2021-02-01 13:26:22','','1','2021-02-01 13:26:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 13:26:22',0,'','','','','',NULL,NULL,''),(1135,'joseph','',NULL,'0798272770',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 16:45:27','','1','2021-02-01 16:45:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1136,'TSAVO A516','',NULL,'0708625912',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-01 17:13:33','','1','2021-02-01 17:13:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 17:13:33',0,'','','','','',NULL,NULL,''),(1137,'peris','',NULL,'0723114473',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 17:34:51','','1','2021-02-01 17:34:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1138,'francisca','',NULL,'0707027502',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 18:14:00','','1','2021-02-01 18:14:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1139,'almond e2','',NULL,'0703939903',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-01 18:48:46','','1','2021-02-01 18:48:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-01 18:48:46',0,'','','','','',NULL,NULL,''),(1140,'kimgrest a1','',NULL,'0723633554',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-01 18:51:04','','1','2021-02-01 18:51:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:11:37',0,'','','','','',NULL,NULL,''),(1141,'joes apartments a2','',NULL,'0723511037',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-02-01 19:02:45','','1','2021-02-01 19:02:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 18:39:56',0,'','','','','',NULL,NULL,''),(1142,'cintia mufea 16','',NULL,'0721630025',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 19:35:50','','1','2021-02-01 19:35:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1143,'cid c2','',NULL,'0791779665',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-02-01 20:07:42','','1','2021-02-01 20:07:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 14:13:12',0,'','','','','',NULL,NULL,''),(1144,'lilian ','',NULL,'0727055278',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-01 20:42:42','','1','2021-02-01 20:42:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1145,'nzinza b35','',NULL,'0711633306',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 10:46:22','','1','2021-02-02 10:46:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1146,'tsavo a412','',NULL,'0724867436',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-02 12:40:54','','1','2021-02-02 12:40:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 15:45:09',0,'','','','','',NULL,NULL,''),(1147,'MEKITA C4','',NULL,'0732724347',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-02 15:11:44','','1','2021-02-02 15:11:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-02 15:11:44',0,'','','','','',NULL,NULL,''),(1148,'jackson','',NULL,'0722490742',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 17:04:44','','1','2021-02-02 17:04:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1149,'joel oduol','',NULL,'0722410925',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 17:07:12','','1','2021-02-02 17:07:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1150,'spearnet dm8','',NULL,'0716796918',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 19:19:53','','1','2021-02-02 19:19:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1151,'jenid b2','',NULL,'0723017889',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 20:09:10','','1','2021-02-02 20:09:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1152,'purity','',NULL,'0726555317',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-02 20:50:08','','1','2021-02-02 20:50:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1153,'tsavo c507','',NULL,'0729447718',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2021-02-02 20:54:40','','1','2021-02-02 20:54:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 20:28:54',0,'','','','','',NULL,NULL,''),(1154,'david nyawira','',NULL,'0704703596',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-03 11:29:20','','1','2021-02-03 11:29:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 11:29:20',0,'','','','','',NULL,NULL,''),(1155,'midview aa2','',NULL,'0728809559',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',460.00,'11','2021-02-03 13:48:56','','1','2021-02-03 13:48:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 13:48:56',0,'','','','','',NULL,NULL,''),(1156,'ruth','',NULL,'0701509923',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-03 15:21:25','','1','2021-02-03 15:21:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1157,'harvester a1','',NULL,'0724446596',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-03 15:22:27','','1','2021-02-03 15:22:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 10:18:55',0,'','','','','',NULL,NULL,''),(1158,'petra 15','',NULL,'0720402253',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-03 16:30:48','','1','2021-02-03 16:30:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 10:55:38',0,'','','','','',NULL,NULL,''),(1159,'gerishon kavita','',NULL,'0718040706',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-03 19:46:11','','1','2021-02-03 19:46:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1160,'edenville p14','',NULL,'0740869051',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-03 19:49:20','','1','2021-02-03 19:49:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 19:49:20',0,'','','','','',NULL,NULL,''),(1161,'NELLION 5N6','',NULL,'0726686935',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-03 20:21:42','','1','2021-02-03 20:21:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1162,'victor','',NULL,'0723845887',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-03 20:26:19','','1','2021-02-03 20:26:19','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1163,'cid d8','',NULL,'07744957883',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-03 20:33:00','','1','2021-02-03 20:33:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-03 20:33:00',0,'','','','','',NULL,NULL,''),(1164,'susan elewa ulevi','',NULL,'0722386414',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-02-04 10:39:07','','1','2021-02-04 10:39:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 14:49:29',0,'','','','','',NULL,NULL,''),(1165,'greenzone a 404','',NULL,'0727223917',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-04 10:59:23','','1','2021-02-04 10:59:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 10:59:23',0,'','','','','',NULL,NULL,''),(1166,'harvenest tower wing a','',NULL,'0721155336',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-04 11:51:13','','1','2021-02-04 11:51:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 11:51:13',0,'','','','','',NULL,NULL,''),(1167,'spearnet am4','',NULL,'0722863237',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-02-04 13:39:04','','1','2021-02-04 13:39:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 11:16:17',0,'','','','','',NULL,NULL,''),(1168,'tsavo a215','',NULL,'0708809226',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-04 15:46:33','','1','2021-02-04 15:46:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 18:08:20',0,'','','','','',NULL,NULL,''),(1169,'caroline kinuthia','',NULL,'0722176658',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-04 19:04:39','','1','2021-02-04 19:04:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:34:32',0,'','','','','',NULL,NULL,''),(1170,'cid b4','',NULL,'0722745089',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-04 19:42:48','','1','2021-02-04 19:42:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1171,'midview mm2','',NULL,'0724805841',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-04 20:45:04','','1','2021-02-04 20:45:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-04 20:45:04',0,'','','','','',NULL,NULL,''),(1172,'grace wamue','',NULL,'0722961355',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-04 20:48:40','','1','2021-02-04 20:48:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1173,'mumwe runda school','',NULL,'0708111705',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3600.00,'11','2021-02-05 10:38:33','','1','2021-02-05 10:38:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 09:15:13',0,'','','','','',NULL,NULL,''),(1174,'taizon','',NULL,'0114111520',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-05 10:40:25','','1','2021-02-05 10:40:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1175,'kamiti mechants','',NULL,'0727380865',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-05 10:44:09','','1','2021-02-05 10:44:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1176,'jane','',NULL,'0726006085',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-05 19:02:17','','1','2021-02-05 19:02:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1177,'maureen','',NULL,'0798839664',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-05 19:07:12','','1','2021-02-05 19:07:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1178,'mufea 6e','',NULL,'0742450693',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-05 19:15:48','','1','2021-02-05 19:15:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 18:07:56',0,'','','','','',NULL,NULL,''),(1179,'REALITY PLAZA B9','',NULL,'0720544161',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-05 19:16:58','','1','2021-02-05 19:16:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1180,'silas mazeras 4','',NULL,'0726457212',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-05 19:18:05','','1','2021-02-05 19:18:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-05 19:18:05',0,'','','','','',NULL,NULL,''),(1181,'mazeras 3','',NULL,'0726562085',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-06 11:54:10','','1','2021-02-06 11:54:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 11:54:10',0,'','','','','',NULL,NULL,''),(1182,'tom mboya','',NULL,'0799302470',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-06 12:05:42','','1','2021-02-06 12:05:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1183,'rosewood court b6','',NULL,'0729152470',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-06 12:29:05','','1','2021-02-06 12:29:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 12:29:05',0,'','','','','',NULL,NULL,''),(1184,'marry muteti','',NULL,'0726951665',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-06 13:36:13','','1','2021-02-06 13:36:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 13:36:13',0,'','','','','',NULL,NULL,''),(1185,'graduating shop gg','',NULL,'0731584275',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2021-02-06 14:30:58','','1','2021-02-06 14:30:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 15:07:34',0,'','','','','',NULL,NULL,''),(1186,'medrine','',NULL,'0723919969',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2021-02-06 15:32:09','','1','2021-02-06 15:32:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 14:43:24',0,'','','','','',NULL,NULL,''),(1187,'kamunge 24','',NULL,'0-703223719',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-06 16:06:29','','1','2021-02-06 16:06:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:06:29',0,'','','','','',NULL,NULL,''),(1188,'purity wa1','',NULL,'0727790780',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-06 16:40:24','','1','2021-02-06 16:40:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-06 16:40:24',0,'','','','','',NULL,NULL,''),(1189,'bernad','',NULL,'0746746948',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-06 19:15:43','','1','2021-02-06 19:15:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1190,'mufea 30','',NULL,'0704932875',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-07 11:27:59','','1','2021-02-07 11:27:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 11:27:59',0,'','','','','',NULL,NULL,''),(1191,'james','',NULL,'0724994322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-07 16:44:06','','1','2021-02-07 16:44:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1192,'dainty a104','',NULL,'0726290',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-07 16:45:47','','1','2021-02-07 16:45:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 16:45:47',0,'','','','','',NULL,NULL,''),(1193,'LUCY','',NULL,'0720812835',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-07 17:17:46','','1','2021-02-07 17:17:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:14:23',0,'','','','','',NULL,NULL,''),(1194,'DAVID','',NULL,'0718483O71',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-07 17:29:22','','1','2021-02-07 17:29:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1195,'GODFREY','',NULL,'0794298180',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-07 17:37:47','','1','2021-02-07 17:37:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1196,'HARVESTER D8','',NULL,'0733332231',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-07 18:59:06','','1','2021-02-07 18:59:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-07 18:59:06',0,'','','','','',NULL,NULL,''),(1197,'JOHN','',NULL,'0726013621',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-07 20:25:40','','1','2021-02-07 20:25:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1198,'maria schekem a18','',NULL,'0707591575',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-08 10:21:33','','1','2021-02-08 10:21:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 17:40:47',0,'','','','','',NULL,NULL,''),(1199,'jc apartment','',NULL,'0726994100',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-08 12:47:04','','1','2021-02-08 12:47:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1200,'nelly mufea e3','',NULL,'071988884003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-08 13:22:07','','1','2021-02-08 13:22:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 13:22:07',0,'','','','','',NULL,NULL,''),(1201,'kimani court d1','',NULL,'0791272318',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-08 14:59:07','','1','2021-02-08 14:59:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1202,'pauline tsavo b222','',NULL,'0723224630',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-08 15:14:49','','1','2021-02-08 15:14:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 15:10:56',0,'','','','','',NULL,NULL,''),(1203,'opposite mazeras m3','',NULL,'0721525186',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-02-08 18:54:46','','1','2021-02-08 18:54:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 18:35:29',0,'','','','','',NULL,NULL,''),(1204,'danrose','',NULL,'0723269780',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-08 19:05:38','','1','2021-02-08 19:05:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-08 19:05:38',0,'','','','','',NULL,NULL,''),(1205,'fred','',NULL,'0723742295',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-09 17:29:10','','1','2021-02-09 17:29:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1206,'scenic a10','',NULL,'0111545700',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-09 17:34:22','','1','2021-02-09 17:34:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 17:34:22',0,'','','','','',NULL,NULL,''),(1207,'victor','',NULL,'079871204',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'11','2021-02-09 17:36:53','','1','2021-02-09 17:36:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 17:34:22',0,'','','','','',NULL,NULL,''),(1208,'jenid b9','',NULL,'0723209939',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-09 17:46:39','','1','2021-02-09 17:46:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-09 17:46:39',0,'','','','','',NULL,NULL,''),(1209,'edenvill gilbert','',NULL,'07227838o8',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-10 11:51:44','','1','2021-02-10 11:51:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 11:51:44',0,'','','','','',NULL,NULL,''),(1210,'customer','',NULL,'07966885565',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-10 17:51:08','','1','2021-02-10 17:51:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 17:51:08',0,'','','','','',NULL,NULL,''),(1211,'mufea a4','',NULL,'0707011382',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-10 20:28:38','','1','2021-02-10 20:28:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 12:22:45',0,'','','','','',NULL,NULL,''),(1212,'morning star a10','',NULL,'0796974886',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-10 21:04:44','','1','2021-02-10 21:04:44','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-10 21:04:44',0,'','','','','',NULL,NULL,''),(1213,'chemist','',NULL,'0722438735',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-11 13:28:59','','1','2021-02-11 13:28:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1214,'nyawira 26','',NULL,'0722755257',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-11 13:32:42','','1','2021-02-11 13:32:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 13:32:42',0,'','','','','',NULL,NULL,''),(1215,'midview ac3','',NULL,'0725100408',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-11 13:35:22','','1','2021-02-11 13:35:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:22:30',0,'','','','','',NULL,NULL,''),(1216,'ankia a305','',NULL,'0715533003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',3850.00,'11','2021-02-11 17:02:58','','1','2021-02-11 17:02:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 17:50:22',0,'','','','','',NULL,NULL,''),(1217,'ian','',NULL,'0799560954',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-11 18:18:15','','1','2021-02-11 18:18:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 18:18:15',0,'','','','','',NULL,NULL,''),(1218,'schekem a13','',NULL,'0711507426',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-11 19:43:00','','1','2021-02-11 19:43:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1219,'peter','',NULL,'0710822312',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-11 19:51:20','','1','2021-02-11 19:51:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 14:56:25',0,'','','','','',NULL,NULL,''),(1220,'GACICIO 2 A5','',NULL,'0707714848',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-11 19:57:08','','1','2021-02-11 19:57:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-11 19:57:08',0,'','','','','',NULL,NULL,''),(1221,'abigael garage','',NULL,'0742207876',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-02-12 11:01:53','','1','2021-02-12 11:01:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 15:29:26',0,'','','','','',NULL,NULL,''),(1222,'purity wa1','',NULL,'0710584202',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-12 19:13:00','','1','2021-02-12 19:13:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-12 19:13:00',0,'','','','','',NULL,NULL,''),(1223,'charles githiga','',NULL,'0720672000',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-13 09:55:48','','1','2021-02-13 09:55:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 09:55:48',0,'','','','','',NULL,NULL,''),(1224,'elsie mufea 9','',NULL,'072456458',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-13 11:16:15','','1','2021-02-13 11:16:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 11:13:49',0,'','','','','',NULL,NULL,''),(1225,'mufea 3g','',NULL,'072148801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-13 13:49:28','','1','2021-02-13 13:49:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 13:49:28',0,'','','','','',NULL,NULL,''),(1226,'customer','',NULL,'0721447304',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1050.00,'11','2021-02-13 16:14:53','','1','2021-02-13 16:14:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 16:14:53',0,'','','','','',NULL,NULL,''),(1227,'joyce oppsweet bay','',NULL,'0746511437',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',750.00,'11','2021-02-13 17:11:09','','1','2021-02-13 17:11:09','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 17:50:22',0,'','','','','',NULL,NULL,''),(1228,'ANTONY','',NULL,'0724727793',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-13 17:35:25','','1','2021-02-13 17:35:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:36:53',0,'','','','','',NULL,NULL,''),(1229,'MEKITA C2','',NULL,'0721384336',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-13 18:17:36','','1','2021-02-13 18:17:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-13 18:15:16',0,'','','','','',NULL,NULL,''),(1230,'jim nzioka','',NULL,'0724675405',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-14 14:19:35','','1','2021-02-14 14:19:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 14:18:08',0,'','','','','',NULL,NULL,''),(1231,'moses','',NULL,'0722604710',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-14 17:28:55','','1','2021-02-14 17:28:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 17:28:55',0,'','','','','',NULL,NULL,''),(1232,'lorna swane c13','',NULL,'0782605816',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-14 20:46:41','','1','2021-02-14 20:46:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-14 20:46:41',0,'','','','','',NULL,NULL,''),(1233,'jenid c6','',NULL,'0713295648',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-15 10:35:05','','1','2021-02-15 10:35:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 10:35:05',0,'','','','','',NULL,NULL,''),(1234,'harvester b7','',NULL,'0710444463',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-15 10:41:21','','1','2021-02-15 10:41:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 10:41:21',0,'','','','','',NULL,NULL,''),(1235,'sping garden a2','',NULL,'0716827334',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-15 12:31:51','','1','2021-02-15 12:31:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1236,'cid e10','',NULL,'072771513',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-15 13:05:39','','1','2021-02-15 13:05:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 13:05:39',0,'','','','','',NULL,NULL,''),(1237,'dorries','',NULL,'0720596345',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-15 16:58:52','','1','2021-02-15 16:58:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 20:40:13',0,'','','','','',NULL,NULL,''),(1238,'james 932 a4','',NULL,'072271497',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-15 17:00:24','','1','2021-02-15 17:00:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 17:00:24',0,'','','','','',NULL,NULL,''),(1239,'nelion','',NULL,'0727088694',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1500.00,'11','2021-02-15 17:17:59','','1','2021-02-15 17:17:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-15 17:17:59',0,'','','','','',NULL,NULL,''),(1240,'cynthia cid','',NULL,'0723174143',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-16 16:16:23','','1','2021-02-16 16:16:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:16:23',0,'','','','','',NULL,NULL,''),(1241,'olive apartment b2','',NULL,'0721692225',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-16 16:18:14','','1','2021-02-16 16:18:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:18:14',0,'','','','','',NULL,NULL,''),(1242,'john','',NULL,'0722511936',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',240.00,'11','2021-02-16 16:43:13','','1','2021-02-16 16:43:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:41:45',0,'','','','','',NULL,NULL,''),(1243,'mufea 7f','',NULL,'0721561795',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-16 16:59:21','','1','2021-02-16 16:59:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-16 16:50:05',0,'','','','','',NULL,NULL,''),(1244,'nyagaki','',NULL,'0710243841',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-16 18:20:31','','1','2021-02-16 18:20:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:09:46',0,'','','','','',NULL,NULL,''),(1245,'schekem a26','',NULL,'0724521425',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-17 10:21:40','','1','2021-02-17 10:21:40','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1246,'DAINTY B406','',NULL,'0745086853',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-17 15:06:04','','1','2021-02-17 15:06:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 15:06:04',0,'','','','','',NULL,NULL,''),(1247,'PETER KIAMBU','',NULL,'0725313171',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2400.00,'11','2021-02-17 15:07:57','','1','2021-02-17 15:07:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 15:07:57',0,'','','','','',NULL,NULL,''),(1248,'DAINTY B305','',NULL,'0726992221',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-17 15:11:06','','1','2021-02-17 15:11:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1249,'joan','',NULL,'0726056561',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-02-17 17:19:37','','1','2021-02-17 17:19:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 18:12:50',0,'','','','','',NULL,NULL,''),(1250,'purity','',NULL,'0724910338',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1800.00,'11','2021-02-17 17:30:37','','1','2021-02-17 17:30:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:35:45',0,'','','','','',NULL,NULL,''),(1251,'simon githuku','',NULL,'0722740763',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-02-17 18:00:06','','1','2021-02-17 18:00:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:00:06',0,'','','','','',NULL,NULL,''),(1252,'gacicio 1a3','',NULL,'070485679',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-17 18:39:50','','1','2021-02-17 18:39:50','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-17 18:39:50',0,'','','','','',NULL,NULL,''),(1253,'opp mazeras m2','',NULL,'0722790251',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-02-18 09:45:00','','1','2021-02-18 09:45:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 09:54:30',0,'','','','','',NULL,NULL,''),(1254,'PURITY CHELIMO','',NULL,'0700316962',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-02-18 10:51:52','','1','2021-02-18 10:51:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 10:51:52',0,'','','','','',NULL,NULL,''),(1255,'george','',NULL,'0716567094',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',2800.00,'11','2021-02-18 14:49:39','','1','2021-02-18 14:49:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 14:46:15',0,'','','','','',NULL,NULL,''),(1256,'ACK','',NULL,'0722378479',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-18 14:59:32','','1','2021-02-18 14:59:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 15:41:15',0,'','','','','',NULL,NULL,''),(1257,'cid c2','',NULL,'0789391792',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-18 15:37:15','','1','2021-02-18 15:37:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 15:37:15',0,'','','','','',NULL,NULL,''),(1258,'DAVID NJOROGE','',NULL,'0720583309',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-02-18 15:46:59','','1','2021-02-18 15:46:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 15:46:59',0,'','','','','',NULL,NULL,''),(1259,'CENTRIC','',NULL,'0705186507',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-18 17:17:11','','1','2021-02-18 17:17:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 17:41:48',0,'','','','','',NULL,NULL,''),(1260,'SERA TSAVO','',NULL,'0771102355',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',400.00,'11','2021-02-18 18:35:18','','1','2021-02-18 18:35:18','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 18:50:22',0,'','','','','',NULL,NULL,''),(1261,'MIDVIEW','',NULL,'072132303',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-18 20:19:27','','1','2021-02-18 20:19:27','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-18 20:19:27',0,'','','','','',NULL,NULL,''),(1262,'phillys home','',NULL,'0714196690',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1200.00,'11','2021-02-19 14:48:14','','1','2021-02-19 14:48:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 17:42:59',0,'','','','','',NULL,NULL,''),(1263,'mufea 11','',NULL,'0785891309',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-19 14:56:32','','1','2021-02-19 14:56:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-19 14:56:32',0,'','','','','',NULL,NULL,''),(1264,'customer','',NULL,'0726259656',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2021-02-20 12:33:32','','1','2021-02-20 12:33:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 12:33:32',0,'','','','','',NULL,NULL,''),(1265,'thindigua shop','',NULL,'0710591434',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',700.00,'11','2021-02-20 13:24:08','','1','2021-02-20 13:24:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:41:10',0,'','','','','',NULL,NULL,''),(1266,'tsavo c004','',NULL,'0715362716',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-20 14:01:59','','1','2021-02-20 14:01:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 11:11:44',0,'','','','','',NULL,NULL,''),(1267,'jane mbali','',NULL,'0722335610',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-20 14:37:28','','1','2021-02-20 14:37:28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 14:37:28',0,'','','','','',NULL,NULL,''),(1268,'maureen winsor view','',NULL,'0721571299',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-20 15:39:23','','1','2021-02-20 15:39:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 15:39:23',0,'','','','','',NULL,NULL,''),(1269,'griffin','',NULL,'0724538550',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-20 16:00:53','','1','2021-02-20 16:00:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 16:00:53',0,'','','','','',NULL,NULL,''),(1270,'tsav0','',NULL,'0715995046',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-20 16:54:24','','1','2021-02-20 16:54:24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:44:03',0,'','','','','',NULL,NULL,''),(1271,'mufea 3g','',NULL,'0721489801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-02-20 17:16:12','','1','2021-02-20 17:16:12','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 16:03:36',0,'','','','','',NULL,NULL,''),(1272,'Mary kimani','',NULL,'0740907301',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-20 19:01:38','','1','2021-02-20 19:01:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1273,'Emmah Mofea','',NULL,'0729074468',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-20 19:20:01','','1','2021-02-20 19:20:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-20 19:20:01',0,'','','','','',NULL,NULL,''),(1274,'Esther Shiro','',NULL,'0718901645',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-20 19:43:48','','1','2021-02-20 19:43:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1275,'Nziza A10','',NULL,'0722314673',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-21 10:56:00','','1','2021-02-21 10:56:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 10:56:00',0,'','','','','',NULL,NULL,''),(1276,'Jayce','',NULL,'07221727',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-21 12:58:15','','1','2021-02-21 12:58:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 12:58:15',0,'','','','','',NULL,NULL,''),(1277,'JUSTINE NYAWIRA','',NULL,'0721995483',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-21 16:09:00','','1','2021-02-21 16:09:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 16:09:00',0,'','','','','',NULL,NULL,''),(1278,'FATHER OASIS','',NULL,'0716803143',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-21 18:12:47','','1','2021-02-21 18:12:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 18:12:47',0,'','','','','',NULL,NULL,''),(1279,'MUFEA 15','',NULL,'0725509198',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-21 18:14:20','','1','2021-02-21 18:14:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 18:14:20',0,'','','','','',NULL,NULL,''),(1280,'PATRICK MAINA','',NULL,'0742608605',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-21 18:15:41','','1','2021-02-21 18:15:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 18:15:41',0,'','','','','',NULL,NULL,''),(1281,'Danty','',NULL,'0705376720',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-21 20:10:14','','1','2021-02-21 20:10:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-21 20:10:14',0,'','','','','',NULL,NULL,''),(1282,'dennis munene','',NULL,'0700136558',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'11','2021-02-22 09:06:03','','1','2021-02-22 09:06:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 09:06:03',0,'','','','','',NULL,NULL,''),(1283,'fahari a6','',NULL,'0716541828',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-02-22 10:29:46','','1','2021-02-22 10:29:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1284,'BARBARA MUFEA 60','',NULL,'0722596003',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-22 10:41:53','','1','2021-02-22 10:41:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 10:41:53',0,'','','','','',NULL,NULL,''),(1285,'tsavo a219','',NULL,'0798516470',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-02-22 17:36:47','','1','2021-02-22 17:36:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-22 17:36:47',0,'','','','','',NULL,NULL,''),(1286,'jenniffer mbui','',NULL,'0725211720',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-02-23 14:52:53','','1','2021-02-23 14:52:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 14:52:53',0,'','','','','',NULL,NULL,''),(1287,'faith jenid a1','',NULL,'07223183330',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-23 14:55:58','','1','2021-02-23 14:55:58','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 14:55:58',0,'','','','','',NULL,NULL,''),(1288,'kencom sacco 69','',NULL,'011269913',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-23 16:34:38','','1','2021-02-23 16:34:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-23 16:34:38',0,'','','','','',NULL,NULL,''),(1289,'ruth thindigua height','',NULL,'0726035507',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-02-24 12:04:06','','1','2021-02-24 12:04:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 12:04:06',0,'','','','','',NULL,NULL,''),(1290,'CHRISTOPHER','',NULL,'0745382763',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-24 15:39:38','','1','2021-02-24 15:39:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 15:39:38',0,'','','','','',NULL,NULL,''),(1291,'TITUS MURITHI','',NULL,'0722544797',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-02-24 15:58:57','','1','2021-02-24 15:58:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 15:58:57',0,'','','','','',NULL,NULL,''),(1292,'sujnam 6b','',NULL,'0718766953',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-24 16:02:39','','1','2021-02-24 16:02:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:05:39',0,'','','','','',NULL,NULL,''),(1293,'NELION 1N4','',NULL,'0708499847',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-24 17:32:22','','1','2021-02-24 17:32:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-24 17:32:22',0,'','','','','',NULL,NULL,''),(1294,'lilian andia chakava','',NULL,'0722802672',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-25 13:16:39','','1','2021-02-25 13:16:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 13:16:39',0,'','','','','',NULL,NULL,''),(1295,'dedan','',NULL,'0721607322',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-25 15:55:11','','1','2021-02-25 15:55:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 15:52:36',0,'','','','','',NULL,NULL,''),(1296,'James Gathonji Golf Club Muthaiga','',NULL,'0724374316',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-02-25 19:47:07','','1','2021-02-25 19:47:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 19:40:12',0,'','','','','',NULL,NULL,''),(1297,'Tsavo C312','',NULL,'0708667621',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-02-25 19:48:53','','1','2021-02-25 19:48:53','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 19:40:12',0,'','','','','',NULL,NULL,''),(1298,'judy father oasis gate a c7','',NULL,'072238278',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-25 19:58:34','','1','2021-02-25 19:58:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-25 19:58:34',0,'','','','','',NULL,NULL,''),(1299,'WILLIAM OTIENO','',NULL,'0724553804',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-02-26 13:53:23','','1','2021-02-26 13:53:23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 13:53:23',0,'','','','','',NULL,NULL,''),(1300,'andrew kimani','',NULL,'0725552404',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'11','2021-02-26 18:06:16','','1','2021-02-26 18:06:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 18:06:16',0,'','','','','',NULL,NULL,''),(1301,'tsavo b210','',NULL,'0714068055',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-02-26 18:09:52','','1','2021-02-26 18:09:52','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 18:09:52',0,'','','','','',NULL,NULL,''),(1302,'eshter wanjiru juma','',NULL,'0721311946',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',1350.00,'11','2021-02-26 18:13:51','','1','2021-02-26 18:13:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-02-26 18:13:51',0,'','','','','',NULL,NULL,''),(1303,'Senic A10','',NULL,' 0715194832',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-01 10:53:32','','1','2021-03-01 10:53:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1304,'Simon Gathura','',NULL,'0723088678',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 10:55:13','','1','2021-03-01 10:55:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:55:13',0,'','','','','',NULL,NULL,''),(1305,'TSAVO B103','',NULL,'0742945685',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 11:05:05','','1','2021-03-01 11:05:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:37:00',0,'','','','','',NULL,NULL,''),(1306,'Philly Homes A2','',NULL,'072252',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-01 11:09:47','','1','2021-03-01 11:09:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 10:58:20',0,'','','','','',NULL,NULL,''),(1307,'Edith','',NULL,'0727069194',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-03-01 12:54:06','','1','2021-03-01 12:54:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:50:58',0,'','','','','',NULL,NULL,''),(1308,'Anastancia Wangari','',NULL,'0721296409',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-01 12:59:10','','1','2021-03-01 12:59:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 12:50:58',0,'','','','','',NULL,NULL,''),(1309,'naftali ngotho','',NULL,'0726347696',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-01 13:31:46','','1','2021-03-01 13:31:46','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:31:46',0,'','','','','',NULL,NULL,''),(1310,'Jayce','',NULL,'0726046433',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-01 13:52:01','','1','2021-03-01 13:52:01','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 13:52:01',0,'','','','','',NULL,NULL,''),(1311,'majgaonkar','',NULL,'0700937031',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'11','2021-03-01 14:32:05','','1','2021-03-01 14:32:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:32:05',0,'','','','','',NULL,NULL,''),(1312,'daisy','',NULL,'0710711614',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',350.00,'11','2021-03-01 14:47:37','','1','2021-03-01 14:47:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:47:37',0,'','','','','',NULL,NULL,''),(1313,'nzinza b32','',NULL,'0718340865',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 14:50:04','','1','2021-03-01 14:50:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:50:04',0,'','','','','',NULL,NULL,''),(1314,'Njoki','',NULL,'011001670',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 15:03:15','','1','2021-03-01 15:03:15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 14:53:21',0,'','','','','',NULL,NULL,''),(1315,'anthony mufea 37','',NULL,'0782701801',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 15:16:31','','1','2021-03-01 15:16:31','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 15:16:31',0,'','','','','',NULL,NULL,''),(1316,'STEPHEN TSAVO C320','',NULL,'07226640890',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 17:35:47','','1','2021-03-01 17:35:47','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 17:35:47',0,'','','','','',NULL,NULL,''),(1317,'Ron','',NULL,'0706887488',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',550.00,'11','2021-03-01 21:10:02','','1','2021-03-01 21:10:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:07:42',0,'','','','','',NULL,NULL,''),(1318,'Harry Mburu','',NULL,'0728243877',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-01 21:11:35','','1','2021-03-01 21:11:35','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-01 21:10:02',0,'','','','','',NULL,NULL,''),(1319,'Schekem A22','',NULL,'0715169616',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-02 15:37:55','','1','2021-03-02 15:37:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 15:37:55',0,'','','','','',NULL,NULL,''),(1320,'AMOS LIALO','',NULL,'0745156690',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-03-02 15:47:39','','1','2021-03-02 15:47:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 15:47:39',0,'','','','','',NULL,NULL,''),(1321,'nick serene','',NULL,'0738717771',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-02 16:05:38','','1','2021-03-02 16:05:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 16:05:38',0,'','','','','',NULL,NULL,''),(1322,'mufea d3','',NULL,'0729934209',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-02 17:15:29','','1','2021-03-02 17:15:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 17:15:29',0,'','','','','',NULL,NULL,''),(1323,'centric court b10','',NULL,'07y97148871',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-02 20:22:17','','1','2021-03-02 20:22:17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 20:22:17',0,'','','','','',NULL,NULL,''),(1324,'Geofrey ','',NULL,'0790398966',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-02 20:28:54','','1','2021-03-02 20:28:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-02 20:28:54',0,'','','','','',NULL,NULL,''),(1325,'raya tsavo b513','',NULL,'0722124415',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-03-03 10:30:29','','1','2021-03-03 10:30:29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 10:30:29',0,'','','','','',NULL,NULL,''),(1326,'magrate','',NULL,'0723106959',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-03 11:13:41','','1','2021-03-03 11:13:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 11:15:13',0,'','','','','',NULL,NULL,''),(1327,'edmac b04','',NULL,'0759314479',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-03 11:19:54','','1','2021-03-03 11:19:54','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1328,'nyawira 26','',NULL,'0702755257',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-03 14:01:05','','1','2021-03-03 14:01:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 14:01:05',0,'','','','','',NULL,NULL,''),(1329,'blessed garden a6','',NULL,'0717297308',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-03 15:12:14','','1','2021-03-03 15:12:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 15:12:14',0,'','','','','',NULL,NULL,''),(1330,'nzinza c60','',NULL,'0723149157',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-03 18:35:00','','1','2021-03-03 18:35:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 18:35:00',0,'','','','','',NULL,NULL,''),(1331,'mary jayce bc11','',NULL,'-072990699',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-03 20:36:43','','1','2021-03-03 20:36:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 20:36:43',0,'','','','','',NULL,NULL,''),(1332,'Enock Muchui Kina','',NULL,'0113688224',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',120.00,'11','2021-03-03 20:47:13','','1','2021-03-03 20:47:13','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-03 20:43:13',0,'','','','','',NULL,NULL,''),(1333,'932 Apartments','',NULL,'0723743350',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-03-04 10:41:41','','1','2021-03-04 10:41:41','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 10:41:41',0,'','','','','',NULL,NULL,''),(1334,'BONFACE','',NULL,'0721469872',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',580.00,'11','2021-03-04 12:19:14','','1','2021-03-04 12:19:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 09:20:33',0,'','','','','',NULL,NULL,''),(1335,'FOURWAYS','',NULL,'0793484357',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-04 13:46:04','','1','2021-03-04 13:46:04','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1336,'royal palm','',NULL,'0722648023',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-04 16:49:42','','1','2021-03-04 16:49:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-04 16:49:42',0,'','','','','',NULL,NULL,''),(1337,'daity b406','',NULL,'074508653',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-05 11:52:32','','1','2021-03-05 11:52:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 11:52:32',0,'','','','','',NULL,NULL,''),(1338,'kencom sacco 69','',NULL,'01126599913',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-05 12:00:05','','1','2021-03-05 12:00:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 12:00:05',0,'','','','','',NULL,NULL,''),(1339,'midview md2','',NULL,'07244394436',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-05 12:04:05','','1','2021-03-05 12:04:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1340,'judith','',NULL,'0720415115',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-05 12:14:56','','1','2021-03-05 12:14:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 12:14:56',0,'','','','','',NULL,NULL,''),(1341,'dainty a104','',NULL,'0720511051',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-05 18:37:00','','1','2021-03-05 18:37:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1342,'sydney tsavo c519','',NULL,'076228278',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-03-05 18:39:37','','1','2021-03-05 18:39:37','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 18:39:37',0,'','','','','',NULL,NULL,''),(1343,'Spearnet B2','',NULL,'0710957988',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-05 19:08:02','','1','2021-03-05 19:08:02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1344,'Sara Njeri','',NULL,'0743328384',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-05 19:11:00','','1','2021-03-05 19:11:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-05 19:11:00',0,'','','','','',NULL,NULL,''),(1345,'pinewood 703','',NULL,'0721556952',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-06 09:33:34','','1','2021-03-06 09:33:34','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1346,'georgina crossover 6','',NULL,'0725335144',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-06 13:17:42','','1','2021-03-06 13:17:42','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 13:16:07',0,'','','','','',NULL,NULL,''),(1347,'customer','',NULL,'0111633306',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-06 14:27:16','','1','2021-03-06 14:27:16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:27:16',0,'','','','','',NULL,NULL,''),(1348,'salt company','',NULL,'0724000879',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-06 14:38:25','','1','2021-03-06 14:38:25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 14:38:25',0,'','','','','',NULL,NULL,''),(1349,'david kiarie','',NULL,'0725709674',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-06 16:50:05','','1','2021-03-06 16:50:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1350,'nickson','',NULL,'0741220742',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-06 16:51:59','','1','2021-03-06 16:51:59','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 16:50:05',0,'','','','','',NULL,NULL,''),(1351,'tsavo a405','',NULL,'0112044161',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-06 16:53:20','','1','2021-03-06 16:53:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 16:53:20',0,'','','','','',NULL,NULL,''),(1352,'Mufea C1','',NULL,'0729272862',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-03-06 19:58:36','','1','2021-03-06 19:58:36','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-06 19:56:30',0,'','','','','',NULL,NULL,''),(1353,'dories harvester b8','',NULL,'07466464466',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-07 17:31:51','','1','2021-03-07 17:31:51','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:31:51',0,'','','','','',NULL,NULL,''),(1354,'father 0asis 13d','',NULL,'0726547076',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-07 17:35:57','','1','2021-03-07 17:35:57','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:35:57',0,'','','','','',NULL,NULL,''),(1355,'stephen tsavo','',NULL,'0713240196',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-03-07 17:47:43','','1','2021-03-07 17:47:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-07 17:47:43',0,'','','','','',NULL,NULL,''),(1356,'golden arrow 5','',NULL,'0724092931',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',900.00,'11','2021-03-08 15:47:10','','1','2021-03-08 15:47:10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 15:47:10',0,'','','','','',NULL,NULL,''),(1357,'golf view','',NULL,'0720826995',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-08 16:12:03','','1','2021-03-08 16:12:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:12:03',0,'','','','','',NULL,NULL,''),(1358,'patrick','',NULL,'0759743779',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',450.00,'11','2021-03-08 16:23:43','','1','2021-03-08 16:23:43','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 16:23:43',0,'','','','','',NULL,NULL,''),(1359,'Jefferson','',NULL,'0706878271',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-08 17:41:32','','1','2021-03-08 17:41:32','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 17:41:32',0,'','','','','',NULL,NULL,''),(1360,'Maureen','',NULL,'0718369610',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-08 17:43:03','','1','2021-03-08 17:43:03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-08 17:41:32',0,'','','','','',NULL,NULL,''),(1361,'nelion gn4','',NULL,'0773713445',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-09 09:42:55','','1','2021-03-09 09:42:55','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 09:42:55',0,'','','','','',NULL,NULL,''),(1362,'tsav0 a009','',NULL,'0725609827',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',250.00,'11','2021-03-09 14:58:11','','1','2021-03-09 14:58:11','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 14:58:11',0,'','','','','',NULL,NULL,''),(1363,'mufea 8e','',NULL,'0798647229',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-09 15:00:21','','1','2021-03-09 15:00:21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:00:21',0,'','','','','',NULL,NULL,''),(1364,'kimani court','',NULL,'07221283372',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-09 15:59:56','','1','2021-03-09 15:59:56','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 15:59:56',0,'','','','','',NULL,NULL,''),(1365,'kimcrest','',NULL,'0722998474',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-09 18:10:06','','1','2021-03-09 18:10:06','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 18:10:06',0,'','','','','',NULL,NULL,''),(1366,'savo a611','',NULL,'0792597001',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',150.00,'11','2021-03-09 18:11:39','','1','2021-03-09 18:11:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-09 18:11:39',0,'','','','','',NULL,NULL,''),(1367,'pinewood 202','',NULL,'0722654443',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-09 18:28:33','','1','2021-03-09 18:28:33','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1368,'alice tsavo a317','',NULL,'0720302404',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',240.00,'11','2021-03-10 12:54:07','','1','2021-03-10 12:54:07','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-10 12:54:07',0,'','','','','',NULL,NULL,''),(1369,'andrew','',NULL,'0723633325',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-11 16:09:14','','1','2021-03-11 16:09:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1370,'ridge shop','',NULL,'0794136480',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-11 16:18:20','','1','2021-03-11 16:18:20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1371,'susan elewa ulevi','',NULL,'0777730117',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-11 16:38:45','','1','2021-03-11 16:38:45','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1372,'samwel serene b12','',NULL,'070187645',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-11 16:50:49','','1','2021-03-11 16:50:49','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-11 16:50:49',0,'','','','','',NULL,NULL,''),(1373,'caroline','',NULL,'0705984334',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-11 16:52:00','','1','2021-03-11 16:52:00','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1374,'MEKITA','',NULL,'0725978908',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'11','2021-03-11 21:33:38','','1','2021-03-11 21:33:38','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,''),(1375,'GRACE GITAHI','',NULL,'0721926361',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',600.00,'11','2021-03-12 11:18:26','','1','2021-03-12 11:18:26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-12 14:07:06',0,'','','','','',NULL,NULL,''),(1376,'tsvo b417','',NULL,'0797736682',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80.00,'11','2021-03-12 14:55:05','','1','2021-03-12 14:55:05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-12 14:55:05',0,'','','','','',NULL,NULL,''),(1377,'CUSTOMER','',NULL,'0707769277',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',300.00,'11','2021-03-28 10:54:08','','1','2021-03-28 10:54:08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-03-28 10:54:08',0,'','','','','',NULL,NULL,''); /*!40000 ALTER TABLE `people` 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 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 */; /*!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 ('accounting',1),('accountingreports',1),('accountingreports',10),('assets',1),('bankdeposits',1),('banktransfer',1),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',10),('complain',1),('config',1),('config',10),('damagedproducts',1),('damagedproducts',4),('damagedproducts',10),('damagedproducts',144),('departments',1),('displayreport',1),('documents',1),('grouping',1),('humanresource',1),('income',1),('income',10),('incomeexpenses',1),('incomeexpenses',4),('incomeexpenses',10),('incomingstock',1),('incomingstock',10),('incomingstore',1),('incomingstore',10),('journalentry',1),('lowproducts',1),('lowstocklist',1),('lowstocklist',4),('members',1),('members',4),('members',10),('password',1),('password',10),('password',11),('password',12),('payroll',1),('payrollsetup',1),('productlist',1),('productlist',4),('productlist',10),('products',1),('products',4),('products',10),('products',11),('products',144),('productscategory',1),('productscategory',10),('profile',1),('purchases',1),('purchases',4),('purchases',10),('recorddelivery',1),('reports',1),('reports',10),('sales',1),('sales',4),('sales',10),('sales',11),('sales',12),('sales',144),('sendsms',1),('users',1),('users',10),('viewreturnsales',1),('viewreturnsales',10),('wholesale',1),('wholesale',4),('wholesale',10); /*!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=29673 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 (28363,'sales','1','add'),(28364,'sales','1','suspend'),(28365,'sales','1','selectmessage'),(28366,'sales','1','printreceipt'),(28367,'sales','1','update'),(28368,'sales','1','cash'),(28369,'sales','1','delete'),(28370,'sales','1','moresales'),(28371,'sales','1','sale'),(28372,'sales','1','reprint'),(28373,'sales','1','discount'),(28374,'sales','1','displaycustomers'),(28375,'sales','1','mpesabalance'),(28376,'sales','1','Logout'),(28377,'sales','1','select'),(28378,'sales','1','productdiscount'),(28379,'sales','1','printbill'),(28380,'sales','1','order'),(28381,'sales','1','mpesa'),(28382,'sales','1','closebill'),(28383,'sales','1','card'),(28384,'sales','1','editsellingprice'),(28385,'sales','1','updatepaymentmode'),(28386,'sales','1','viewbuyingprice'),(28387,'sales','1','clearpayments'),(28388,'sales','1','creditnote'),(28389,'sales','1','cheque'),(28390,'sales','1','salesbeyondbprice'),(28391,'sales','1','voucher'),(28392,'sales','1','points'),(28393,'sales','1','credit'),(28394,'sales','1','dontprint'),(28395,'sales','1','recordcoins'),(28396,'sales','1','leaseitems'),(28397,'sales','1','changetaxstatus'),(28398,'sales','1','giveloyalityponts'),(28399,'sales','1','dontshowstock'),(28400,'sales','1','splitbill'),(28401,'sales','1','changeuomonsales'),(28402,'sales','1','selecttable'),(28403,'wholesale','1','sale'),(28404,'wholesale','1','add'),(28405,'wholesale','1','delete'),(28406,'wholesale','1','update'),(28407,'cashiersales','1','entermpesacode'),(28408,'cashiersales','1','editmpesa'),(28409,'cashiersales','1','all'),(28410,'cashiersales','1','delete'),(28411,'cashiersales','1','editmpesadate'),(28412,'cashiersales','1','cashiersales'),(28413,'cashiersales','1','adddailycollection'),(28414,'cashiersales','1','viewdailycollections'),(28415,'cashiersales','1','viewtill'),(28416,'cashiersales','1','deletedailycollections'),(28417,'cashiersales','1','reversempesa'),(28418,'cashiersales','1','updatedailycollections'),(28419,'cashiersales','1','clearallsales'),(28420,'cashiersales','1','viewallcollections'),(28421,'cashiersales','1','mpesapendingreport'),(28422,'cashiersales','1','mpesaverifiedreport'),(28423,'recorddelivery','1','add'),(28424,'recorddelivery','1','view'),(28425,'recorddelivery','1','update'),(28426,'recorddelivery','1','delete'),(28427,'recorddelivery','1','changestatus'),(28428,'recorddelivery','1','report'),(28429,'recorddelivery','1','Dispatched'),(28430,'recorddelivery','1','FailedDelivery'),(28431,'recorddelivery','1','ReturnedandReceived'),(28432,'recorddelivery','1','Delivered'),(28433,'recorddelivery','1','Claimraised'),(28434,'recorddelivery','1','ClaimOK'),(28435,'recorddelivery','1','ClaimDamaged'),(28436,'purchases','1','add'),(28437,'purchases','1','update'),(28438,'purchases','1','delete'),(28439,'purchases','1','updatebuyingprice'),(28440,'purchases','1','updatesellingprice'),(28441,'purchases','1','updateclosedinvoice'),(28442,'purchases','1','viewquotation'),(28443,'purchases','1','viewdirectpurchases'),(28444,'purchases','1','viewserials'),(28445,'purchases','1','viewpurchase'),(28446,'purchases','1','budget'),(28447,'purchases','1','salesorder'),(28448,'purchases','1','showdefaultserials'),(28449,'purchases','1','approve'),(28450,'viewreturnsales','1','add'),(28451,'viewreturnsales','1','update'),(28452,'viewreturnsales','1','delete'),(28453,'viewreturnsales','1','return'),(28454,'viewreturnsales','1','clear'),(28455,'viewreturnsales','1','moresales'),(28456,'income','1','View'),(28457,'income','1','add'),(28458,'income','1','wiewinvoices'),(28459,'incomeexpenses','1','add'),(28460,'incomeexpenses','1','closeexpense'),(28461,'incomeexpenses','1','update'),(28462,'incomeexpenses','1','updateclosedexpenses'),(28463,'incomeexpenses','1','wiewinvoices'),(28464,'incomeexpenses','1','viewbills'),(28465,'incomeexpenses','1','viewdebtors'),(28466,'incomeexpenses','1','viewcreditors'),(28467,'incomeexpenses','1','postrentalexpenses'),(28468,'branch','1','add'),(28469,'branch','1','view'),(28470,'branch','1','update'),(28471,'branch','1','delete'),(28472,'members','1','add'),(28473,'members','1','update'),(28474,'users','1','add'),(28475,'users','1','update'),(28476,'users','1','delete'),(28477,'users','1','deleteallroles'),(28478,'productscategory','1','add'),(28479,'productscategory','1','update'),(28480,'productscategory','1','delete'),(28481,'productlist','1','bulk'),(28482,'productlist','1','updatestock'),(28483,'productlist','1','move'),(28484,'productlist','1','more'),(28485,'productlist','1','transfer'),(28486,'productlist','1','addstock'),(28487,'productlist','1','delete'),(28488,'productlist','1','view'),(28489,'productlist','1','update'),(28490,'productlist','1','add'),(28491,'productlist','1','openclosestock'),(28492,'productlist','1','stocktaking'),(28493,'productlist','1','editstocktaken'),(28494,'productlist','1','editopenclosestock'),(28495,'productlist','1','changeserialstatus'),(28496,'productlist','1','viewserials'),(28497,'productlist','1','viewbprice'),(28498,'products','1','add'),(28499,'products','1','update'),(28500,'products','1','delete'),(28501,'products','1','addstock'),(28502,'products','1','more'),(28503,'products','1','bulk'),(28504,'products','1','deleteorder'),(28505,'products','1','dispatch'),(28506,'products','1','removestock'),(28507,'products','1','price'),(28508,'products','1','removeallstock'),(28509,'products','1','viewbprice'),(28510,'incomingstock','1','add'),(28511,'incomingstock','1','update'),(28512,'incomingstock','1','view'),(28513,'incomingstock','1','delete'),(28514,'incomingstore','1','add'),(28515,'incomingstore','1','delete'),(28516,'incomingstore','1','view'),(28517,'lowstocklist','1','add'),(28518,'lowstocklist','1','more'),(28519,'lowstocklist','1','view'),(28520,'lowproducts','1','add'),(28521,'lowproducts','1','update'),(28522,'damagedproducts','1','add'),(28523,'damagedproducts','1','update'),(28524,'damagedproducts','1','delete'),(28525,'assets','1','add'),(28526,'assets','1','update'),(28527,'assets','1','delete'),(28528,'accounting','1','deletebank'),(28529,'accounting','1','deleteglaccount'),(28530,'accounting','1','view'),(28531,'bankdeposits','1','add'),(28532,'bankdeposits','1','update'),(28533,'bankdeposits','1','delete'),(28534,'banktransfer','1','add'),(28535,'journalentry','1','add'),(28536,'accountingreports','1','view'),(28537,'departments','1','add'),(28538,'payrollsetup','1','add'),(28539,'payroll','1','add'),(28540,'reports','1','view'),(28541,'reports','1','download'),(28542,'reports','1','delete'),(28543,'reports','1','update'),(28544,'reports','1','viewall'),(28545,'displayreport','1','view'),(28546,'grouping','1','add'),(28547,'grouping','1','update'),(28548,'grouping','1','delete'),(28549,'sendsms','1','add'),(28550,'sendsms','1','update'),(28551,'sendsms','1','delete'),(28552,'sendsms','1','transfersms'),(28553,'documents','1','add'),(28554,'documents','1','update'),(28555,'documents','1','delete'),(28556,'documents','1','viewalldocuments'),(28557,'humanresource','1','add'),(28558,'humanresource','1','approve'),(28559,'humanresource','1','update'),(28560,'humanresource','1','delete'),(28561,'humanresource','1','view'),(28562,'humanresource','1','allocate'),(28563,'humanresource','1','viewallpayroll'),(28564,'humanresource','1','leavesetup'),(28565,'humanresource','1','allleaves '),(28566,'humanresource','1','bioattendance'),(28567,'callcenter','1','add'),(28568,'callcenter','1','upadate'),(28569,'callcenter','1','view'),(28570,'callcenter','1','delete'),(28571,'complain','1','add'),(28572,'complain','1','view'),(28573,'complain','1','update'),(28574,'complain','1','allcompalin'),(28575,'complain','1','delete'),(28576,'password','1','change'),(28577,'profile','1','update'),(28578,'config','1','delete'),(28579,'config','1','add'),(28580,'config','1','update'),(28691,'sales','4','add'),(28692,'sales','4','suspend'),(28693,'sales','4','selectmessage'),(28694,'sales','4','printreceipt'),(28695,'sales','4','update'),(28696,'sales','4','cash'),(28697,'sales','4','delete'),(28698,'sales','4','moresales'),(28699,'sales','4','sale'),(28700,'sales','4','reprint'),(28701,'sales','4','discount'),(28702,'sales','4','displaycustomers'),(28703,'sales','4','mpesabalance'),(28704,'sales','4','Logout'),(28705,'sales','4','select'),(28706,'sales','4','productdiscount'),(28707,'sales','4','printbill'),(28708,'sales','4','mpesa'),(28709,'sales','4','closebill'),(28710,'sales','4','card'),(28711,'sales','4','editsellingprice'),(28712,'sales','4','updatepaymentmode'),(28713,'sales','4','clearpayments'),(28714,'sales','4','creditnote'),(28715,'sales','4','salesbeyondbprice'),(28716,'sales','4','credit'),(28717,'sales','4','dontprint'),(28718,'sales','4','backdatesales'),(28719,'wholesale','4','sale'),(28720,'wholesale','4','add'),(28721,'wholesale','4','delete'),(28722,'wholesale','4','update'),(28723,'purchases','4','add'),(28724,'purchases','4','update'),(28725,'purchases','4','delete'),(28726,'purchases','4','updatebuyingprice'),(28727,'purchases','4','updatesellingprice'),(28728,'purchases','4','updateclosedinvoice'),(28729,'purchases','4','viewquotation'),(28730,'purchases','4','viewdirectpurchases'),(28731,'purchases','4','viewserials'),(28732,'purchases','4','viewpurchase'),(28733,'purchases','4','budget'),(28734,'purchases','4','salesorder'),(28735,'purchases','4','showdefaultserials'),(28736,'purchases','4','approve'),(28737,'incomeexpenses','4','add'),(28738,'incomeexpenses','4','closeexpense'),(28739,'incomeexpenses','4','update'),(28740,'incomeexpenses','4','updateclosedexpenses'),(28741,'incomeexpenses','4','wiewinvoices'),(28742,'incomeexpenses','4','viewbills'),(28743,'incomeexpenses','4','viewexpense'),(28744,'incomeexpenses','4','viewdebtors'),(28745,'incomeexpenses','4','viewcreditors'),(28746,'members','4','add'),(28747,'members','4','update'),(28748,'members','4','deletepeople'),(28749,'productlist','4','bulk'),(28750,'productlist','4','updatestock'),(28751,'productlist','4','move'),(28752,'productlist','4','more'),(28753,'productlist','4','transfer'),(28754,'productlist','4','addstock'),(28755,'productlist','4','delete'),(28756,'productlist','4','view'),(28757,'productlist','4','update'),(28758,'productlist','4','add'),(28759,'productlist','4','openclosestock'),(28760,'productlist','4','stocktaking'),(28761,'productlist','4','editstocktaken'),(28762,'productlist','4','editopenclosestock'),(28763,'productlist','4','changeserialstatus'),(28764,'productlist','4','viewserials'),(28765,'productlist','4','viewbprice'),(28766,'products','4','add'),(28767,'products','4','update'),(28768,'products','4','delete'),(28769,'products','4','addstock'),(28770,'products','4','more'),(28771,'products','4','bulk'),(28772,'products','4','deleteorder'),(28773,'products','4','dispatch'),(28774,'products','4','removestock'),(28775,'products','4','price'),(28776,'products','4','removeallstock'),(28777,'products','4','viewbprice'),(28778,'lowstocklist','4','add'),(28779,'lowstocklist','4','more'),(28780,'lowstocklist','4','view'),(28781,'damagedproducts','4','add'),(28782,'damagedproducts','4','update'),(28783,'damagedproducts','4','delete'),(28784,'sales','10','add'),(28785,'sales','10','suspend'),(28786,'sales','10','selectmessage'),(28787,'sales','10','printreceipt'),(28788,'sales','10','update'),(28789,'sales','10','cash'),(28790,'sales','10','delete'),(28791,'sales','10','moresales'),(28792,'sales','10','sale'),(28793,'sales','10','reprint'),(28794,'sales','10','discount'),(28795,'sales','10','displaycustomers'),(28796,'sales','10','mpesabalance'),(28797,'sales','10','Logout'),(28798,'sales','10','select'),(28799,'sales','10','productdiscount'),(28800,'sales','10','printbill'),(28801,'sales','10','mpesa'),(28802,'sales','10','closebill'),(28803,'sales','10','card'),(28804,'sales','10','editsellingprice'),(28805,'sales','10','updatepaymentmode'),(28806,'sales','10','viewbuyingprice'),(28807,'sales','10','clearpayments'),(28808,'sales','10','creditnote'),(28809,'sales','10','cheque'),(28810,'sales','10','salesbeyondbprice'),(28811,'sales','10','voucher'),(28812,'sales','10','points'),(28813,'sales','10','credit'),(28814,'sales','10','selectroom'),(28815,'sales','10','dontprint'),(28816,'sales','10','backdatesales'),(28817,'wholesale','10','sale'),(28818,'wholesale','10','add'),(28819,'wholesale','10','delete'),(28820,'wholesale','10','update'),(28821,'cashiersales','10','entermpesacode'),(28822,'cashiersales','10','editmpesa'),(28823,'cashiersales','10','all'),(28824,'cashiersales','10','delete'),(28825,'cashiersales','10','editmpesadate'),(28826,'cashiersales','10','cashiersales'),(28827,'cashiersales','10','dontshowtotal'),(28828,'cashiersales','10','adddailycollection'),(28829,'cashiersales','10','viewdailycollections'),(28830,'cashiersales','10','viewtill'),(28831,'cashiersales','10','deletedailycollections'),(28832,'cashiersales','10','reversempesa'),(28833,'cashiersales','10','updatedailycollections'),(28834,'cashiersales','10','clearallsales'),(28835,'cashiersales','10','viewallcollections'),(28836,'cashiersales','10','mpesapendingreport'),(28837,'cashiersales','10','mpesaverifiedreport'),(28838,'purchases','10','add'),(28839,'purchases','10','update'),(28840,'purchases','10','delete'),(28841,'purchases','10','updatebuyingprice'),(28842,'purchases','10','updatesellingprice'),(28843,'purchases','10','updateclosedinvoice'),(28844,'purchases','10','viewquotation'),(28845,'purchases','10','viewdirectpurchases'),(28846,'purchases','10','viewserials'),(28847,'purchases','10','viewpurchase'),(28848,'purchases','10','budget'),(28849,'purchases','10','salesorder'),(28850,'purchases','10','showdefaultserials'),(28851,'purchases','10','approve'),(28852,'viewreturnsales','10','add'),(28853,'viewreturnsales','10','update'),(28854,'viewreturnsales','10','delete'),(28855,'viewreturnsales','10','return'),(28856,'viewreturnsales','10','clear'),(28857,'viewreturnsales','10','moresales'),(28858,'income','10','View'),(28859,'income','10','add'),(28860,'income','10','wiewinvoices'),(28861,'income','10','detailedvatinvoice'),(28862,'incomeexpenses','10','add'),(28863,'incomeexpenses','10','closeexpense'),(28864,'incomeexpenses','10','update'),(28865,'incomeexpenses','10','updateclosedexpenses'),(28866,'incomeexpenses','10','wiewinvoices'),(28867,'incomeexpenses','10','viewbills'),(28868,'incomeexpenses','10','viewexpense'),(28869,'incomeexpenses','10','viewdebtors'),(28870,'incomeexpenses','10','viewcreditors'),(28871,'incomeexpenses','10','postrentalexpenses'),(28872,'members','10','add'),(28873,'members','10','update'),(28874,'members','10','deletepeople'),(28875,'users','10','add'),(28876,'users','10','update'),(28877,'users','10','delete'),(28878,'users','10','deleteallroles'),(28879,'productscategory','10','add'),(28880,'productscategory','10','update'),(28881,'productscategory','10','delete'),(28882,'productlist','10','bulk'),(28883,'productlist','10','updatestock'),(28884,'productlist','10','move'),(28885,'productlist','10','more'),(28886,'productlist','10','transfer'),(28887,'productlist','10','addstock'),(28888,'productlist','10','delete'),(28889,'productlist','10','view'),(28890,'productlist','10','update'),(28891,'productlist','10','add'),(28892,'productlist','10','openclosestock'),(28893,'productlist','10','stocktaking'),(28894,'productlist','10','editstocktaken'),(28895,'productlist','10','editopenclosestock'),(28896,'productlist','10','changeserialstatus'),(28897,'productlist','10','viewserials'),(28898,'productlist','10','viewbprice'),(28899,'products','10','add'),(28900,'products','10','update'),(28901,'products','10','delete'),(28902,'products','10','addstock'),(28903,'products','10','more'),(28904,'products','10','bulk'),(28905,'products','10','deleteorder'),(28906,'products','10','dispatch'),(28907,'products','10','removestock'),(28908,'products','10','price'),(28909,'products','10','removeallstock'),(28910,'products','10','viewbprice'),(28911,'incomingstock','10','add'),(28912,'incomingstock','10','update'),(28913,'incomingstock','10','view'),(28914,'incomingstock','10','delete'),(28915,'incomingstore','10','add'),(28916,'incomingstore','10','delete'),(28917,'incomingstore','10','view'),(28918,'damagedproducts','10','add'),(28919,'damagedproducts','10','update'),(28920,'damagedproducts','10','delete'),(28921,'accountingreports','10','view'),(28922,'reports','10','view'),(28923,'reports','10','download'),(28924,'reports','10','delete'),(28925,'reports','10','update'),(28926,'reports','10','viewall'),(28927,'password','10','change'),(28928,'config','10','delete'),(28929,'config','10','add'),(28930,'config','10','update'),(28931,'config','10','productcode'),(28964,'sales','12','add'),(28965,'sales','12','suspend'),(28966,'sales','12','selectmessage'),(28967,'sales','12','printreceipt'),(28968,'sales','12','update'),(28969,'sales','12','cash'),(28970,'sales','12','delete'),(28971,'sales','12','moresales'),(28972,'sales','12','sale'),(28973,'sales','12','reprint'),(28974,'sales','12','discount'),(28975,'sales','12','displaycustomers'),(28976,'sales','12','mpesabalance'),(28977,'sales','12','Logout'),(28978,'sales','12','select'),(28979,'sales','12','productdiscount'),(28980,'sales','12','printbill'),(28981,'sales','12','mpesa'),(28982,'sales','12','closebill'),(28983,'sales','12','card'),(28984,'sales','12','editsellingprice'),(28985,'sales','12','updatepaymentmode'),(28986,'sales','12','viewbuyingprice'),(28987,'sales','12','clearpayments'),(28988,'sales','12','credit'),(28989,'sales','12','dontprint'),(28990,'sales','12','backdatesales'),(28991,'sales','12','recordcoins'),(28992,'sales','12','leaseitems'),(28993,'sales','12','changetaxstatus'),(28994,'sales','12','giveloyalityponts'),(28995,'password','12','change'),(29326,'sales','11','add'),(29327,'sales','11','suspend'),(29328,'sales','11','selectmessage'),(29329,'sales','11','printreceipt'),(29330,'sales','11','update'),(29331,'sales','11','cash'),(29332,'sales','11','delete'),(29333,'sales','11','moresales'),(29334,'sales','11','sale'),(29335,'sales','11','reprint'),(29336,'sales','11','discount'),(29337,'sales','11','displaycustomers'),(29338,'sales','11','mpesabalance'),(29339,'sales','11','Logout'),(29340,'sales','11','select'),(29341,'sales','11','productdiscount'),(29342,'sales','11','printbill'),(29343,'sales','11','mpesa'),(29344,'sales','11','closebill'),(29345,'sales','11','card'),(29346,'sales','11','editsellingprice'),(29347,'sales','11','updatepaymentmode'),(29348,'sales','11','clearpayments'),(29349,'sales','11','salesbeyondbprice'),(29350,'sales','11','credit'),(29351,'sales','11','dontprint'),(29352,'sales','11','backdatesales'),(29353,'sales','11','recordcoins'),(29354,'sales','11','changetaxstatus'),(29355,'products','11','add'),(29356,'products','11','addstock'),(29357,'products','11','more'),(29358,'products','11','bulk'),(29359,'products','11','dispatch'),(29360,'products','11','removestock'),(29361,'products','11','removeallstock'),(29362,'products','11','viewbprice'),(29363,'password','11','change'),(29616,'sales','144','add'),(29617,'sales','144','suspend'),(29618,'sales','144','selectmessage'),(29619,'sales','144','printreceipt'),(29620,'sales','144','update'),(29621,'sales','144','cash'),(29622,'sales','144','delete'),(29623,'sales','144','moresales'),(29624,'sales','144','sale'),(29625,'sales','144','reprint'),(29626,'sales','144','discount'),(29627,'sales','144','displaycustomers'),(29628,'sales','144','mpesabalance'),(29629,'sales','144','Logout'),(29630,'sales','144','select'),(29631,'sales','144','productdiscount'),(29632,'sales','144','printbill'),(29633,'sales','144','order'),(29634,'sales','144','mpesa'),(29635,'sales','144','closebill'),(29636,'sales','144','card'),(29637,'sales','144','editsellingprice'),(29638,'sales','144','updatepaymentmode'),(29639,'sales','144','viewbuyingprice'),(29640,'sales','144','clearpayments'),(29641,'sales','144','creditnote'),(29642,'sales','144','cheque'),(29643,'sales','144','salesbeyondbprice'),(29644,'sales','144','voucher'),(29645,'sales','144','points'),(29646,'sales','144','credit'),(29647,'sales','144','selectroom'),(29648,'sales','144','dontprint'),(29649,'sales','144','backdatesales'),(29650,'sales','144','recordcoins'),(29651,'sales','144','leaseitems'),(29652,'sales','144','changetaxstatus'),(29653,'sales','144','giveloyalityponts'),(29654,'sales','144','dontshowstock'),(29655,'sales','144','splitbill'),(29656,'sales','144','changeuomonsales'),(29657,'sales','144','selecttable'),(29658,'products','144','add'),(29659,'products','144','update'),(29660,'products','144','delete'),(29661,'products','144','addstock'),(29662,'products','144','more'),(29663,'products','144','bulk'),(29664,'products','144','deleteorder'),(29665,'products','144','dispatch'),(29666,'products','144','removestock'),(29667,'products','144','price'),(29668,'products','144','removeallstock'),(29669,'products','144','viewbprice'),(29670,'damagedproducts','144','add'),(29671,'damagedproducts','144','update'),(29672,'damagedproducts','144','delete'); /*!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(40) 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', 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=2 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,'HOD','HOD','2020-08-08 07:40:57am','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 `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,'WATER',0,'2020-11-09 14:14:47','active','1','','1','1','0','','Percentage',NULL),(2,'Non spill caps',1,'2020-11-10 08:12:39','active','10','','1','1','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` 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(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 14, `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, `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', `orderamount` varchar(30) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', PRIMARY KEY (`id`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=19 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,'500ML WATER','1','3','',14,'0','30','0','14.5',NULL,NULL,'0',0,0,'4054131604920497',0,0,0,0.00,'2020-11-09 14:18:22','1','1','1','0000-00-00','','active','','6164001798039','pc','Inventory','VATABLE','mainitem','Inclusive'),(2,'1 LITRE','1','3','',14,'0','50','0','29.2',NULL,NULL,'0',0,0,'9600761604920703',0,0,0,115.00,'2020-11-09 14:19:22','1','1','1','0000-00-00','','active','','6164001798046','pc','Inventory','VATABLE','mainitem','Inclusive'),(3,'5 LITRE','1','3','',14,'0','120','0','120',NULL,NULL,'0',0,0,'2389161604920763',0,0,0,38.00,'2020-11-09 14:20:04','1','1','1','0000-00-00','','active','','01903810','pc','Inventory','VATABLE','mainitem','Inclusive'),(4,'10 LITRES','1','3','',14,'0','250','0','250',NULL,NULL,'0',0,0,'2500741604920805',0,0,0,84.00,'2020-11-09 14:21:16','1','1','1','0000-00-00','','active','','6164001798077','pc','Inventory','VATABLE','mainitem','Inclusive'),(5,'20 LITRES','1','3','',14,'0','450','0','450',NULL,NULL,'0',0,0,'7578281604920876',0,0,0,82.00,'2020-11-09 14:22:00','1','1','1','0000-00-00','','active','','6164001798022','pc','Inventory','VATABLE','mainitem','Inclusive'),(6,' REFILL 5 LITRES','1','3','',14,'0','80','0','80',NULL,NULL,'0',0,0,'4142581604920921',0,0,0,1066.00,'2020-11-09 14:22:46','1','1','1','0000-00-00','','active','','17286979','pc','Inventory','VATABLE','mainitem','Inclusive'),(7,'REFILL 10 LITRES','1','3','',14,'0','150','0','150',NULL,NULL,'0',0,0,'2908351604920967',0,0,0,1245.00,'2020-11-09 14:23:26','1','1','1','0000-00-00','','active','','28716060','pc','Inventory','VATABLE','mainitem','Inclusive'),(8,'REFILL 20 LITRES','1','3','',14,'0','300','0','300',NULL,NULL,'0',0,0,'644621604921006',0,0,0,2559.00,'2020-11-09 14:24:13','1','1','1','0000-00-00','','active','','90380219','pc','Inventory','VATABLE','mainitem','Inclusive'),(9,'24 pac 500ml water','1','3','',14,'0','350','0','350',NULL,NULL,'0',0,0,'9881141604923075',0,0,0,1968.00,'2020-11-09 14:58:46','4','1','1','0000-00-00','','active','','69493023','pc','Inventory','VATABLE','mainitem','Inclusive'),(10,'12 pack 1 litre water','1','3','',14,'0','350','0','350',NULL,NULL,'0',0,0,'2435741604923127',0,0,0,1028.00,'2020-11-09 15:00:47','4','1','1','0000-00-00','','active','','41620741','pc','Inventory','VATABLE','mainitem','Inclusive'),(11,'REFILL 500ML','1','3','',14,'0','20','0','20',NULL,NULL,'0',0,0,'8998841604923519',0,0,0,1010.00,'2020-11-09 15:05:51','4','1','1','0000-00-00','','active','','11','pc','Inventory','VATABLE','mainitem','Inclusive'),(12,'REFILL 1 LITRES','1','3','',14,'0','20','0','20',NULL,NULL,'0',0,0,'2509441604923683',0,0,0,1001.00,'2020-11-09 15:08:35','4','1','1','0000-00-00','','active','','30145488','pc','Inventory','VATABLE','mainitem','Inclusive'),(13,'300ml water ','1','3','',14,'0','250','0','250',NULL,NULL,'0',0,0,'3813521604927618',0,0,0,143.00,'2020-11-09 16:14:25','1','1','1','0000-00-00','','active','','13','pc','Inventory','VATABLE','mainitem','Inclusive'),(14,'BLUE CAPS','2','3','',14,'0','0','0','0',NULL,NULL,'0',0,0,'1471041605594262',0,0,0,0.00,'2020-11-17 09:26:44','1','1','1','0000-00-00','','active','','14','pc','Inventory','VATABLE','mainitem','Inclusive'),(15,'HARD 20LITRES BOTTLE','1','3','',14,'0','350','0','350',NULL,NULL,'0',0,0,'7538921605594405',0,0,0,12.00,'2020-11-20 12:23:52','10','1','1','0000-00-00','','active','','15','pc','Inventory','VATABLE','mainitem','Inclusive'),(16,'SOFT 20 LITRE BOTTLE','2','3','',14,'0','350','0','350',NULL,NULL,'0',0,0,'308281605594514',0,0,0,17.00,'2020-11-17 09:30:09','1','1','1','0000-00-00','','active','','16','pc','Inventory','VATABLE','mainitem','Inclusive'),(17,'MANUAL PUMP','1','3','',14,'0','0','0','0',NULL,NULL,'0',0,0,'911511605594610',0,0,0,0.00,'2020-11-17 09:31:50','1','1','1','0000-00-00','','active','','17','pc','Inventory','VATABLE','mainitem','Inclusive'),(18,'AUTOMATIC PUMP','1','3','',14,'800','1200','0','1200',NULL,NULL,'0',0,0,'1311671605594712',0,0,0,4.00,'2020-11-17 09:34:55','1','1','1','0000-00-00','','active','','18','pc','Inventory','VATABLE','mainitem','Inclusive'); /*!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, `name` varchar(255) NOT NULL, `code` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 14, `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, `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', `orderamount` varchar(30) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', PRIMARY KEY (`id`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=19 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,'500ML WATER','6164001798039','1','3','',14,'0','30','0','14.5',NULL,NULL,0,0,0,'11611569672',0,0,0,0.00,'2021-01-25 13:15:46','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(2,'1 LITRE','6164001798046','1','3','',14,'0','50','0','29.2',NULL,NULL,0,0,0,'11611569746',0,0,0,0.00,'2021-01-25 13:16:08','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(3,'5 LITRE','01903810','1','3','',14,'0','120','0','120',NULL,NULL,0,0,0,'11611569769',0,0,0,0.00,'2021-01-25 13:16:29','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(4,'10 LITRES','6164001798077','1','3','',14,'0','250','0','250',NULL,NULL,0,0,0,'11611569789',0,0,0,0.00,'2021-01-25 13:16:47','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(5,'20 LITRES','6164001798022','1','3','',14,'0','450','0','450',NULL,NULL,0,0,0,'11611569807',0,0,0,0.00,'2021-01-25 13:17:12','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(6,' REFILL 5 LITRES','17286979','1','3','',14,'0','80','0','80',NULL,NULL,0,0,0,'11611569856',0,0,0,0.00,'2021-01-25 13:18:11','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(7,'REFILL 10 LITRES','28716060','1','3','',14,'0','150','0','150',NULL,NULL,0,0,0,'11611569910',0,0,0,0.00,'2021-01-25 13:18:49','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(8,'REFILL 20 LITRES','90380219','1','3','',14,'0','300','0','300',NULL,NULL,0,0,0,'11611569930',0,0,0,0.00,'2021-01-25 13:19:09','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(9,'24 pac 500ml water','69493023','1','3','',14,'0','350','0','350',NULL,NULL,0,0,0,'11611569949',0,0,0,0.00,'2021-01-25 13:19:28','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(10,'12 pack 1 litre water','41620741','1','3','',14,'0','350','0','350',NULL,NULL,0,0,0,'11611569969',0,0,0,0.00,'2021-01-25 13:19:51','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(11,'REFILL 500ML','11','1','3','',14,'0','20','0','20',NULL,NULL,0,0,0,'8998841604923519',0,0,0,0.00,'2020-11-09 15:05:51','4','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(12,'REFILL 1 LITRES','30145488','1','3','',14,'0','20','0','20',NULL,NULL,0,0,0,'11611569892',0,0,0,0.00,'2021-01-25 13:18:29','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(13,'300ml water ','13','1','3','',14,'0','250','0','250',NULL,NULL,0,0,0,'3813521604927618',0,0,0,0.00,'2020-11-09 16:14:25','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(14,'BLUE CAPS','14','2','3','',14,'0','0','0','0',NULL,NULL,0,0,0,'1471041605594262',0,0,0,35.00,'2020-11-17 09:26:44','144','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(15,'HARD 20LITRES BOTTLE','15','1','3','',14,'0','1350','0','1350',NULL,NULL,0,0,0,'101605864206',0,0,0,0.00,'2020-11-20 12:23:52','10','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(16,'SOFT 20 LITRE BOTTLE','16','2','3','',14,'0','350','0','350',NULL,NULL,0,0,0,'308281605594514',0,0,0,0.00,'2020-11-17 09:30:09','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(17,'MANUAL PUMP','17','1','3','',14,'0','0','0','0',NULL,NULL,0,0,0,'911511605594610',0,0,0,0.00,'2020-11-17 09:31:50','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(18,'AUTOMATIC PUMP','18','1','3','',14,'800','1200','0','1200',NULL,NULL,0,0,0,'1311671605594712',0,0,0,0.00,'2020-11-17 09:34:55','1','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'); /*!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, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!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, 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 `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 `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` 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 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` varchar(30) NOT NULL, `paiddate` varchar(30) NOT NULL, `updateddate` varchar(30) NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) NOT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text NOT NULL, `entrydate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) NOT NULL DEFAULT 'new', `branchto` varchar(30) NOT NULL DEFAULT '', `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) NOT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=4 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,'3','101605158660','','1','','10','2020-11-12 08:25:09','','','','','','','','purchases',0.00,'1',0.00,'2020-11-11 08:08:20','2020-12-12 08:08:20','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1',NULL,0,NULL),(2,'207','101606028463','','12345','','10','2020-11-22 10:01:33','','','','','','','','purchases',0.00,'1',0.00,'2020-11-22 10:10:03','2020-12-22 10:10:03','','','12345','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1',NULL,0,NULL),(3,'3','101606060557','','12345','','10','2020-11-22 18:56:20','','','','','','','','purchases',0.00,'1',0.00,'2020-11-22 18:06:57','2020-12-22 18:06:57','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1',NULL,0,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) 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(), `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, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `purchaseorderlist` 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) 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, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, 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 `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; /*!40000 ALTER TABLE `quotation` 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, 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 AUTO_INCREMENT=2 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 */; INSERT INTO `recharge` VALUES (1,150.00,1,1,'2020-08-03 09:13:09pm','',0,'','',150.00,1.00,0.00,150.00,'4444888','',''); /*!40000 ALTER TABLE `recharge` 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 `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, `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`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `roomcharges` 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!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, 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 `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; INSERT INTO `salary` VALUES (1,1,1,24000.00,0.00,950.00,0.00,'JKUAT KCB','775879333','2','Monthly',23050.00,24000.00,1,'2020','Monthly','September','900','2020-09-25 04:46:42',2400.00,'111600998402'); /*!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(11) 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=22 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','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Overtime','2019-03-28 12:48:27','Active','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Bonus','2019-03-28 12:49:21','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'NHIF','2019-03-28 12:52:09','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(15,11,'Advances','2019-03-28 13:00:47','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(19,15,'Loan','2019-06-11 13:31:04','Active','351','','1','Pay','Variable','Fixed',1.00,0.00,''),(20,12,'staff Uniforms','2019-11-26 15:15:36','Active','351','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','416','','1','Deduction','Variable','Variable',1.00,0.00,''); /*!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(30) 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) 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, `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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4028 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','','2020-11-09 19:02:48','','0','4','2020-11-09 19:02:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41604937642','Cleared','','','','','','','','',0.00,0.00),(2,'','Cash','','2020-11-09 19:14:43','','0','4','2020-11-09 19:14:43','cheifmessage','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41604938454','Cleared','','','','','','','','',0.00,0.00),(3,'','Cash','','2020-11-09 19:26:19','MOCAH','300','4','2020-11-09 19:26:19','','300','300','1','retail',NULL,'300','1','0','0','-300','0','300','0','printed','MOCAH ','','1','0','41604938936','Cleared','','','','','','','','',0.00,0.00),(4,'','Cash','','2020-11-09 19:31:33','FATHER OASIS GATE B12D','0','4','2020-11-09 19:31:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','FATHER OASIS GATE B12D ','','1','0','41604939422','Cleared','','','','','','','','',0.00,0.00),(5,'','Cash','','2020-11-09 19:48:01','','0','4','2020-11-09 19:48:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41604939855','No','','','','','','','','',0.00,0.00),(6,'','Cash','','2020-11-09 19:58:14','FARAH','0','4','2020-11-09 19:58:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','FARAH ','','1','0','41604941083','Cleared','','','','','','','','',0.00,0.00),(7,'','Cash','','2020-11-09 19:59:13','GOLDEN PALM','0','4','2020-11-09 19:59:13','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','GOLDEN PALM ','','1','0','41604941107','Cleared','','','','','','','','',0.00,0.00),(8,'','Cash','','2020-11-09 20:02:49','ANNKIAH A305','0','4','2020-11-09 20:02:49','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed','ANNKIAH A305 ','','1','0','41604941175','Cleared','','','','','','','','',0.00,0.00),(9,'','Mpesa','','2020-11-09 20:05:21','JOYS','0','4','2020-11-09 20:05:21','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','JOYS ','','1','0','41604941482','Cleared','','','','','','','','',0.00,0.00),(10,'','Mpesa','','2020-11-09 20:18:10','MIRIAM PETRA 18','0','4','2020-11-09 20:18:10','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','MIRIAM PETRA 18 ','','1','0','41604942277','Cleared','','','','','','','','',0.00,0.00),(11,'','Mpesa','','2020-11-09 20:22:53','SPEARNET DM9','0','4','2020-11-09 20:22:53','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','SPEARNET DM9 ','','1','0','41604942348','Cleared','','','','','','','','',0.00,0.00),(12,'','Mpesa','','2020-11-09 20:42:32','MUFEA B1','0','4','2020-11-09 20:42:32','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','MUFEA B1 ','','1','0','41604943178','Cleared','','','','','','','','',0.00,0.00),(13,'','Mpesa','','2020-11-09 20:44:11','MUFEA A5','0','4','2020-11-09 20:44:11','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','MUFEA A5 ','','1','0','41604943805','Cleared','','','','','','','','',0.00,0.00),(14,'','Mpesa','','2020-11-09 20:45:49','OPP. UNIVERSAL','-150','4','2020-11-09 20:45:49','','0','300','1','retail',NULL,'300','1','0','0','0','0','150','0','printed','OPP. UNIVERSAL ','','1','0','41604943869','Cleared','','','','','','','','',0.00,0.00),(15,'','Mpesa','','2020-11-09 20:47:24','SCHEKEM B13','0','4','2020-11-09 20:47:24','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','SCHEKEM B13 ','','1','0','41604943996','Cleared','','','','','','','','',0.00,0.00),(16,'','Mpesa','','2020-11-09 20:48:40','TSAVO B608','0','4','2020-11-09 20:48:40','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO B608 ','','1','0','41604944075','Cleared','','','','','','','','',0.00,0.00),(17,'','Mpesa','','2020-11-09 20:49:43','EBENEZER B46','0','4','2020-11-09 20:49:43','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','EBENEZER B46 ','','1','0','41604944165','Cleared','','','','','','','','',0.00,0.00),(18,'','Mpesa','','2020-11-09 20:50:26','TSAVO C216','0','4','2020-11-09 20:50:26','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','TSAVO C216 ','','1','0','41604944211','Cleared','','','','','','','','',0.00,0.00),(19,'','Mpesa','','2020-11-09 20:51:23','CID B4','0','4','2020-11-09 20:51:23','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','CID B4 ','','1','0','41604944246','Cleared','','','','','','','','',0.00,0.00),(20,'','Mpesa','','2020-11-09 20:53:45','TSAVO B109','0','4','2020-11-09 20:53:45','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO B109 ','','1','0','41604944363','Cleared','','','','','','','','',0.00,0.00),(21,'','Mpesa','','2020-11-10 09:13:58','harvester b8','0','4','2020-11-10 09:13:58','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','harvester b8 ','','1','0','41604988828','Cleared','','','','','','','','',0.00,0.00),(22,'','Mpesa','','2020-11-10 09:38:59','kamiti','0','4','2020-11-10 09:38:59','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','kamiti ','','1','0','41604990323','Cleared','','','','','','','','',0.00,0.00),(23,'','Mpesa','','2020-11-10 10:00:59','midview mb6 flozzy','0','4','2020-11-10 10:00:59','14','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','midview mb6 flozzy </BR>254723874808 ','','1','0','41604990420','Cleared','','','','','','','','',0.00,0.00),(24,'','Mpesa','','2020-11-10 10:04:00','mash','0','4','2020-11-10 10:04:00','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mash ','','1','0','41604991789','Cleared','','','','','','','','',0.00,0.00),(25,'','Cash','','2020-11-10 11:30:22','','0','4','2020-11-10 11:30:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41604996902','Cleared','','','','','','','','',0.00,0.00),(26,'','Mpesa','','2020-11-10 11:59:48','danrose','0','4','2020-11-10 11:59:48','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','danrose ','','1','0','41604998775','Cleared','','','','','','','','',0.00,0.00),(27,'','Cash','','2020-11-10 13:39:37','jedida mekita a5','0','4','2020-11-10 13:39:37','15','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jedida mekita a5 </BR>254716973969 ','','1','0','41605004648','Cleared','','','','','','','','',0.00,0.00),(28,'','Mpesa','','2020-11-10 13:54:32','tsavo c509 ','0','4','2020-11-10 13:54:32','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','tsavo c509 ','','1','0','41605005649','Cleared','','','','','','','','',0.00,0.00),(29,'','Mpesa','','2020-11-10 14:08:37','mazeras 10','0','4','2020-11-10 14:08:37','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','mazeras 10 ','','1','0','41605006212','Cleared','','','','','','','','',0.00,0.00),(30,'','Cash','','2020-11-10 14:16:19','nelion 2 5n','0','4','2020-11-10 14:16:19','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','nelion 2 5n ','','1','0','41605006624','Cleared','','','','','','','','',0.00,0.00),(31,'','Mpesa','','2020-11-10 14:23:08','raya tsavo a513','0','4','2020-11-10 14:23:08','16','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','41605007035','Cleared','','','','','','','','',0.00,0.00),(32,'','Mpesa','','2020-11-10 14:24:50','samuel serene court b12','0','4','2020-11-10 14:24:50','17','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','samuel serene court b12 </BR>254723608982 ','','1','0','41605007452','Cleared','','','','','','','','',0.00,0.00),(33,'','Mpesa','','2020-11-10 14:44:15','rita','0','4','2020-11-10 14:44:15','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','rita ','','1','0','41605008580','Cleared','','','','','','','','',0.00,0.00),(34,'','Mpesa','','2020-11-10 14:45:52','','0','4','2020-11-10 14:45:52','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','0','41605008692','Cleared','','','','','','','','',0.00,0.00),(35,'','Cash','','2020-11-10 14:48:27','','0','4','2020-11-10 14:48:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41605008766','Cleared','','','','','','','','',0.00,0.00),(36,'','Mpesa','','2020-11-10 15:04:01','julia westview b6','0','4','2020-11-10 15:04:01','18','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','julia westview b6 </BR>254724904126 ','','1','0','41605009823','Cleared','','','','','','','','',0.00,0.00),(37,'','Mpesa','','2020-11-10 15:36:26','miriam 932 apartment a8','0','4','2020-11-10 15:36:26','19','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','miriam 932 apartment a8 </BR>254708547913 ','','1','0','41605011770','Cleared','','','','','','','','',0.00,0.00),(38,'','Mpesa','','2020-11-10 17:16:25','mekita a3','0','4','2020-11-10 17:16:25','20','0','230','1','retail',NULL,'230','1','0','0','0','0','230','0','printed','mekita a3 </BR>254792000947 ','','1','0','41605017631','Cleared','','','','','','','','',0.00,0.00),(39,'','Mpesa','','2020-11-10 18:37:23','charlis','0','4','2020-11-10 18:37:23','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','charlis ','','1','0','41605022617','Cleared','','','','','','','','',0.00,0.00),(40,'','Mpesa','','2020-11-10 18:51:10','juma','0','4','2020-11-10 18:51:10','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','juma ','','1','0','41605023458','Cleared','','','','','','','','',0.00,0.00),(41,'','Cash','','2020-11-10 20:03:46','tsavo c511','0','4','2020-11-10 20:03:46','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','tsavo c511 ','','1','0','41605027757','Cleared','','','','','','','','',0.00,0.00),(42,'','Cash','','2020-11-10 20:06:03','ian','0','4','2020-11-10 20:06:03','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','ian ','','1','0','41605027915','Cleared','','','','','','','','',0.00,0.00),(43,'','Cash','','2020-11-10 20:10:51','','0','4','2020-11-10 20:10:51','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41605028002','Cleared','','','','','','','','',0.00,0.00),(44,'','Mpesa','','2020-11-10 20:19:36','nzinza d76','0','4','2020-11-10 20:19:36','21','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nzinza d76 </BR>254738406101 ','','1','0','41605028424','Cleared','','','','','','','','',0.00,0.00),(45,'','Mpesa','','2020-11-10 20:32:01','','0','4','2020-11-10 20:32:01','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','41605029420','Cleared','','','','','','','','',0.00,0.00),(46,'','Invoice','','2020-11-11 09:06:42','teresia father oasis gate b 13a','-600','4','2020-11-11 09:06:42','22','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>254721744587 ','','1','0','41605074781','No','','','','','','','','',0.00,0.00),(47,'','Invoice','','2020-11-11 10:03:52','','0','4','2020-11-11 10:03:52','23','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','','','1','0','41605077828','Cleared','4','2020-11-11 10:05:50','','','','','','',0.00,0.00),(48,'','Invoice','','2020-11-11 10:48:57','tsavo c011','-150','4','2020-11-11 10:48:57','32','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c011 </BR>254721857283 ','','1','0','41605080922','No','','','','','','','','',0.00,0.00),(49,'','Cash','','2020-11-11 11:03:19','','0','4','2020-11-11 11:03:19','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','41605081753','Cleared','','','','','','','','',0.00,0.00),(50,'','Invoice','','2020-11-11 11:10:05','lonah mufea c9','-600','4','2020-11-11 11:10:05','31','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','lonah mufea c9 </BR>254729838362 ','','1','0','41605082171','No','','','','','','','','',0.00,0.00),(51,'','Invoice','','2020-11-11 11:39:22','faith jenid a1','-600','4','2020-11-11 11:39:22','34','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>254722318330 ','','1','0','41605083940','No','','','','','','','','',0.00,0.00),(52,'','Invoice','','2020-11-11 12:00:46','mercy olive c1','-600','4','2020-11-11 12:00:46','33','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mercy olive c1 </BR>254702292454 ','','1','0','41605084953','No','','','','','','','','',0.00,0.00),(53,'','Cash','','2020-11-11 12:13:07','mufea 35','0','4','2020-11-11 12:13:07','35','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','mufea 35 </BR>254712448674 ','','1','0','41605085964','Cleared','','','','','','','','',0.00,0.00),(54,'','Mpesa','','2020-11-11 12:19:57','ldydia pinewood 606','0','4','2020-11-11 12:19:57','37','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','ldydia pinewood 606 </BR>254704700068 ','','1','0','41605086261','Cleared','','','','','','','','',0.00,0.00),(55,'','Cash','','2020-11-11 12:30:29','harvenest tower wing a','-300','4','2020-11-11 12:30:29','36','300','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','','','1','0','41605086633','Cleared','4','2020-11-11 13:27:29','','','','','','',0.00,0.00),(56,'','Invoice','','2020-11-11 14:16:18','spring garden kwa pastor b7','-300','4','2020-11-11 14:16:18','40','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spring garden kwa pastor b7 </BR>254758705126 ','','1','0','41605093331','No','','','','','','','','',0.00,0.00),(57,'','Mpesa','','2020-11-11 14:23:24','samuel midview mc5','0','4','2020-11-11 14:23:24','39','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','samuel midview mc5 </BR>254722918503 ','','1','0','41605093790','Cleared','','','','','','','','',0.00,0.00),(58,'','Mpesa','','2020-11-11 14:27:20','david maingi','0','4','2020-11-11 14:27:20','41','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','david maingi </BR>254722816281 ','','1','0','41605093939','Cleared','','','','','','','','',0.00,0.00),(59,'','Cash','','2020-11-11 15:35:17','','0','4','2020-11-11 15:35:17','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41605096931','Cleared','','','','','','','','',0.00,0.00),(60,'','Cash','','2020-11-11 15:38:20','pinewood 102','-100','4','2020-11-11 15:38:20','42','500','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','pinewood 102 </BR>254701345168 ','','1','0','41605098130','Cleared','','','','','','','','',0.00,0.00),(61,'','Cash','','2020-11-11 15:43:05','morning star a8','0','4','2020-11-11 15:43:05','43','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','morning star a8 </BR>254748483785 ','','1','0','41605098553','Cleared','','','','','','','','',0.00,0.00),(62,'','Cash','','2020-11-11 15:47:50','mazeras court 1','0','4','2020-11-11 15:47:50','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mazeras court 1 ','','1','0','41605098835','Cleared','','','','','','','','',0.00,0.00),(63,'','Cash','','2020-11-11 16:36:26','zena jenid b6','0','11','2020-11-11 16:36:26','44','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','zena jenid b6 </BR>254720808730 ','','1','0','111605101490','Cleared','','','','','','','','',0.00,0.00),(64,'','Invoice','','2020-11-11 16:40:40','tsavo b518','-160','11','2020-11-11 16:40:40','45','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','tsavo b518 </BR>254723934017 ','','1','0','111605101910','No','','','','','','','','',0.00,0.00),(65,'','Mpesa','','2020-11-11 17:23:36','gacicio 1','0','11','2020-11-11 17:23:36','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','gacicio 1 ','','1','0','111605104605','Cleared','','','','','','','','',0.00,0.00),(66,'','Mpesa','','2020-11-11 17:24:12','harvesterv b3','0','11','2020-11-11 17:24:12','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','harvesterv b3 ','','1','0','111605104640','Cleared','','','','','','','','',0.00,0.00),(67,'','Mpesa','','2020-11-11 17:25:42','kenneth kamunge 15','0','11','2020-11-11 17:25:42','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kenneth kamunge 15 ','','1','0','111605104682','Cleared','','','','','','','','',0.00,0.00),(68,'','Cash','','2020-11-11 17:37:40','mufea 2d','0','11','2020-11-11 17:37:40','46','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 2d </BR>254724315381 ','','1','0','111605104827','Cleared','','','','','','','','',0.00,0.00),(69,'','Cash','','2020-11-11 17:44:27','tsavo a 318254728641699','0','11','2020-11-11 17:44:27','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','tsavo a 318254728641699 ','','1','0','111605105652','Cleared','','','','','','','','',0.00,0.00),(70,'','Mpesa','','2020-11-11 17:58:20','kwa bananas 13','0','11','2020-11-11 17:58:20','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kwa bananas 13 ','','1','0','111605106187','Cleared','','','','','','','','',0.00,0.00),(71,'','Cash','','2020-11-11 18:43:45','','0','11','2020-11-11 18:43:45','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605106857','Cleared','','','','','','','','',0.00,0.00),(72,'','Cash','','2020-11-11 18:46:59','','0','11','2020-11-11 18:46:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605109583','Cleared','','','','','','','','',0.00,0.00),(73,'','Cash','','2020-11-11 18:51:47','pinewood 206','0','11','2020-11-11 18:51:47','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','pinewood 206 ','','1','0','111605109653','Cleared','','','','','','','','',0.00,0.00),(74,'','Cash','','2020-11-11 19:04:56','tsavo a319','0','11','2020-11-11 19:04:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','tsavo a319 ','','1','0','111605110687','Cleared','','','','','','','','',0.00,0.00),(75,'','Cash','','2020-11-11 19:08:29','westview b2','0','11','2020-11-11 19:08:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview b2 ','','1','0','111605110804','Cleared','','','','','','','','',0.00,0.00),(76,'','Cash','','2020-11-11 19:17:15','','0','11','2020-11-11 19:17:15','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605110983','Cleared','','','','','','','','',0.00,0.00),(77,'','Cash','','2020-11-11 19:31:21','jenid c5','0','11','2020-11-11 19:31:21','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jenid c5 ','','1','0','111605112238','Cleared','','','','','','','','',0.00,0.00),(78,'','Mpesa','','2020-11-11 19:35:28','HARVESTERT c4','0','11','2020-11-11 19:35:28','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','HARVESTERT c4 ','','1','0','111605112507','Cleared','','','','','','','','',0.00,0.00),(79,'','Cash','','2020-11-11 19:42:31','spring garden a2','0','11','2020-11-11 19:42:31','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden a2 ','','1','0','111605112633','Cleared','','','','','','','','',0.00,0.00),(80,'','Mpesa','','2020-11-11 20:11:02','kimani court e10','0','11','2020-11-11 20:11:02','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kimani court e10 ','','1','0','111605114627','Cleared','','','','','','','','',0.00,0.00),(81,'','Cash','','2020-11-11 20:46:49','','0','11','2020-11-11 20:46:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111605116738','Cleared','','','','','','','','',0.00,0.00),(82,'','Invoice','','2020-11-11 21:19:14','mufea 4d ','-300','11','2020-11-11 21:19:14','47','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>254724237294 ','','1','0','111605118725','No','','','','','','','','',0.00,0.00),(83,'','Cash','','2020-11-12 10:41:30','HAVESTER C3','0','11','2020-11-12 10:41:30','48','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','HAVESTER C3 </BR>0707689955 ','','1','0','111605166867','Cleared','','','','','','','','',0.00,0.00),(84,'','Cash','','2020-11-12 11:33:38','','0','11','2020-11-12 11:33:38','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>0716359727 ','','1','0','111605169982','Cleared','','','','','','','','',0.00,0.00),(85,'','Cash','','2020-11-12 11:57:57','KARIS SHOP','0','12','2020-11-12 11:57:57','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','KARIS SHOP ','','1','0','121605171448','Cleared','','','','','','','','',0.00,0.00),(86,'','Cash','','2020-11-12 12:33:55','MUFEA 4B','0','11','2020-11-12 12:33:55','49','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','MUFEA 4B </BR>0723157253 ','','1','0','111605173561','Cleared','','','','','','','','',0.00,0.00),(87,'','Cash','','2020-11-12 12:38:43','PETRA 4','0','11','2020-11-12 12:38:43','50','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed','PETRA 4 </BR>0722492403 ','','1','0','111605173802','Cleared','','','','','','','','',0.00,0.00),(88,'','Cash','','2020-11-12 12:51:13','','0','11','2020-11-12 12:51:13','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605174606','Cleared','','','','','','','','',0.00,0.00),(89,'','Mpesa','','2020-11-12 13:19:07','MUFEA F8','0','11','2020-11-12 13:19:07','51','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','MUFEA F8 </BR>0721808473 ','','1','0','111605176189','Cleared','','','','','','','','',0.00,0.00),(90,'','Invoice','','2020-11-12 14:49:10','ISAVO A315','0','11','2020-11-12 14:49:10','52','0','150','1','retail',NULL,'150','1','0','0','150','0','150','0','printed','ISAVO A315 </BR>0702855206 ','','1','0','111605181588','No','','','','','','','','',0.00,0.00),(91,'','Invoice','','2020-11-12 15:16:31','ISAVO A513','-160','11','2020-11-12 15:16:31','53','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','ISAVO A513 </BR>0703778137 ','','1','0','111605183315','No','','','','','','','','',0.00,0.00),(92,'','Cash','','2020-11-12 15:20:37','','0','11','2020-11-12 15:20:37','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605183600','Cleared','','','','','','','','',0.00,0.00),(93,'','Invoice','','2020-11-12 16:02:09','SARAH NELION','-300','11','2020-11-12 15:56:35','55','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>254721828880 ','','1','0','111605185777','No','11','2020-11-12 16:02:09','','','','','','',0.00,0.00),(94,'','Invoice','','2020-11-12 16:08:34','kimani court b3','-300','11','2020-11-12 16:08:34','56','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>0721828880 ','','1','0','111605186481','No','','','','','','','','',0.00,0.00),(95,'','Cash','','2020-11-12 16:23:48','','0','11','2020-11-12 16:23:48','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111605186754','Cleared','','','','','','','','',0.00,0.00),(96,'','Mpesa','','2020-11-12 16:53:07','denty 104a','0','11','2020-11-12 16:53:07','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','denty 104a ','','1','0','111605187445','Cleared','','','','','','','','',0.00,0.00),(97,'','Cash','','2020-11-12 16:57:27','','0','11','2020-11-12 16:57:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605189336','Cleared','','','','','','','','',0.00,0.00),(98,'','Cash','','2020-11-12 17:24:58','spring garden a1','0','11','2020-11-12 17:24:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden a1 ','','1','0','111605191079','Cleared','','','','','','','','',0.00,0.00),(99,'','Cash','','2020-11-12 17:28:25','','0','11','2020-11-12 17:28:25','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111605191150','Cleared','','','','','','','','',0.00,0.00),(100,'','Cash','','2020-11-12 18:05:53','','0','11','2020-11-12 18:05:53','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111605193002','Cleared','','','','','','','','',0.00,0.00),(101,'','Invoice','','2020-11-12 18:15:02','father oasis c7','-600','11','2020-11-12 18:15:02','57','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','father oasis c7 </BR>254722354995 ','','1','0','111605194061','No','','','','','','','','',0.00,0.00),(102,'','Cash','','2020-11-12 18:23:20','','0','11','2020-11-12 18:23:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605194576','Cleared','','','','','','','','',0.00,0.00),(103,'','Invoice','','2020-11-12 18:30:00','judy c7','-300','11','2020-11-12 18:30:00','57','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy c7 </BR>254722354995 ','','1','0','111605194971','No','','','','','','','','',0.00,0.00),(104,'','Cash','','2020-11-12 18:35:48','','0','11','2020-11-12 18:35:48','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605195253','Cleared','','','','','','','','',0.00,0.00),(105,'','Invoice','','2020-11-12 18:55:20','jenid a19','-1200','11','2020-11-12 18:55:20','58','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid a19 </BR>254723702689 ','','1','0','111605195353','No','','','','','','','','',0.00,0.00),(106,'','Invoice','','2020-11-12 19:04:11','tsavo c507','-160','11','2020-11-12 19:04:11','59','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','tsavo c507 </BR>254711444966 ','','1','0','111605196651','No','','','','','','','','',0.00,0.00),(107,'','Invoice','','2020-11-12 19:06:46','syndey c519','-150','11','2020-11-12 19:06:46','60','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','syndey c519 </BR>254762238278 ','','1','0','111605197191','No','','','','','','','','',0.00,0.00),(108,'','Invoice','','2020-11-12 19:13:14','serene caroline d8','-300','11','2020-11-12 19:13:14','61','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>254726709117 ','','1','0','111605197557','No','','','','','','','','',0.00,0.00),(109,'','Invoice','','2020-11-12 19:50:54','jonh tsavo a206','-300','11','2020-11-12 19:50:54','62','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jonh tsavo a206 </BR>254727518227 ','','1','0','111605199839','No','','','','','','','','',0.00,0.00),(110,'','Invoice','','2020-11-12 20:05:17','jenid c4','-300','11','2020-11-12 20:05:17','63','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenid c4 </BR>0700798887 ','','1','0','111605200644','No','','','','','','','','',0.00,0.00),(111,'','Invoice','','2020-11-12 20:56:13','mufea a4','-300','11','2020-11-12 20:56:13','64','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea a4 </BR>0724610156 ','','1','0','111605203727','No','','','','','','','','',0.00,0.00),(112,'','Cash','','2020-11-12 21:13:42','','0','12','2020-11-12 21:13:42','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','121605204789','Cleared','','','','','','','','',0.00,0.00),(113,'','Cash','','2020-11-13 08:09:50','PETRA 7','0','11','2020-11-13 08:09:50','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','PETRA 7 ','','1','0','111605244146','Cleared','','','','','','','','',0.00,0.00),(114,'','Cash','','2020-11-13 08:38:55','','0','11','2020-11-13 08:38:55','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','0','111605244264','No','','','','','','','','',0.00,0.00),(115,'','Mpesa','','2020-11-13 08:39:31','SIMON','0','11','2020-11-13 08:39:31','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','SIMON ','','1','0','111605245955','Cleared','','','','','','','','',0.00,0.00),(116,'','Cash','','2020-11-13 09:03:55','GACICIO B2','0','11','2020-11-13 09:03:55','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','GACICIO B2 ','','1','0','111605246018','Cleared','','','','','','','','',0.00,0.00),(117,'','Cash','','2020-11-13 09:56:58','','0','11','2020-11-13 09:56:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605250597','Cleared','','','','','','','','',0.00,0.00),(118,'','Mpesa','','2020-11-13 10:54:19','HARVESTER D8','0','11','2020-11-13 10:54:19','65','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','HARVESTER D8 </BR>254733332231 ','','1','0','111605254031','Cleared','','','','','','','','',0.00,0.00),(119,'','Mpesa','','2020-11-13 11:02:28','','0','11','2020-11-13 11:02:28','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605254247','No','','','','','','','','',0.00,0.00),(120,'','Invoice','','2020-11-13 11:03:13','TSAVO C119','-300','11','2020-11-13 11:03:13','66','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C119 </BR>254704060322 ','','1','0','111605254578','No','','','','','','','','',0.00,0.00),(121,'','Invoice','','2020-11-13 11:10:37','TSAVO NAOMI B608','-150','11','2020-11-13 11:10:37','67','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>254722208087 ','','1','0','111605254835','No','','','','','','','','',0.00,0.00),(122,'','Invoice','','2020-11-13 11:15:50','HARVESTER D8','-600','11','2020-11-13 11:15:50','68','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HARVESTER D8 </BR>2547 ','','1','0','111605255299','No','','','','','','','','',0.00,0.00),(123,'','Cash','','2020-11-13 11:39:06','','0','11','2020-11-13 11:39:06','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111605256705','Cleared','','','','','','','','',0.00,0.00),(124,'','Cash','','2020-11-13 11:57:19','','0','11','2020-11-13 11:57:19','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111605256789','No','','','','','','','','',0.00,0.00),(125,'','Cash','','2020-11-13 11:59:48','','0','11','2020-11-13 11:59:48','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','111605257864','No','','','','','','','','',0.00,0.00),(126,'','Cash','','2020-11-13 12:09:44','','0','11','2020-11-13 12:09:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605258479','Cleared','','','','','','','','',0.00,0.00),(127,'','Invoice','','2020-11-13 12:30:35','TSAVO A708','-300','11','2020-11-13 12:30:35','69','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A708 </BR>254725112711 ','','1','0','111605259820','No','','','','','','','','',0.00,0.00),(128,'','Invoice','','2020-11-13 12:32:58','TSAVO A518','-300','11','2020-11-13 12:32:58','70','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A518 </BR>254792657628 ','','1','0','111605259964','No','','','','','','','','',0.00,0.00),(129,'','Cash','','2020-11-13 12:55:34','','0','11','2020-11-13 12:55:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605261209','Cleared','','','','','','','','',0.00,0.00),(130,'','Cash','','2020-11-13 12:57:54','','0','11','2020-11-13 12:57:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605261421','Cleared','','','','','','','','',0.00,0.00),(131,'','Cash','','2020-11-13 13:30:34','','0','11','2020-11-13 13:30:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111605263415','Cleared','','','','','','','','',0.00,0.00),(132,'','Invoice','','2020-11-13 13:49:24','father oasis a e16','-300','11','2020-11-13 13:49:24','69','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a e16 </BR>254725112711 ','','1','0','111605264515','No','','','','','','','','',0.00,0.00),(133,'','Invoice','','2020-11-13 14:16:11','godwin serene c1','-300','11','2020-11-13 14:16:11','71','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>254729773463 ','','1','0','111605266153','No','','','','','','','','',0.00,0.00),(134,'','Invoice','','2020-11-13 16:11:13','wilson philly c7','-300','11','2020-11-13 16:11:13','72','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','wilson philly c7 </BR>254721991098 ','','1','0','111605273040','No','','','','','','','','',0.00,0.00),(135,'','Invoice','','2020-11-13 16:16:32','ridge centre ','-150','11','2020-11-13 16:16:32','73','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ridge centre </BR>25472096 ','','1','0','111605273226','No','','','','','','','','',0.00,0.00),(136,'','Invoice','','2020-11-13 16:21:30','ridge centre','-80','11','2020-11-13 16:21:30','74','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','ridge centre </BR>254720961139 ','','1','0','111605273680','No','','','','','','','','',0.00,0.00),(137,'','Cash','','2020-11-13 16:35:49','','0','11','2020-11-13 16:35:49','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605274502','Cleared','','','','','','','','',0.00,0.00),(138,'','Invoice','','2020-11-13 17:00:41','wilson philly c7','-600','11','2020-11-13 17:00:41','72','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','wilson philly c7 </BR>254721991098 ','','1','0','111605275332','No','','','','','','','','',0.00,0.00),(139,'','Invoice','','2020-11-13 17:17:49','greenview c7','-300','11','2020-11-13 17:17:49','75','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview c7 </BR>0721991098 ','','1','0','111605277035','No','','','','','','','','',0.00,0.00),(140,'','Invoice','','2020-11-13 17:53:17','muteti centre ','-300','11','2020-11-13 17:53:17','27','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muteti centre </BR>254725232392 ','','1','0','111605279181','No','','','','','','','','',0.00,0.00),(141,'','Invoice','','2020-11-13 17:55:54','harvester a10','-300','11','2020-11-13 17:55:54','76','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester a10 </BR>254723846447 ','','1','0','111605279337','No','','','','','','','','',0.00,0.00),(142,'','Invoice','','2020-11-13 18:06:30','primerose james','-600','11','2020-11-13 18:06:30','77','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','primerose james </BR>254712604704 ','','1','0','111605279971','No','','','','','','','','',0.00,0.00),(143,'','Invoice','','2020-11-13 18:21:04','raya tsavo a513','-150','11','2020-11-13 18:21:04','16','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','111605280778','No','','','','','','','','',0.00,0.00),(144,'','Invoice','','2020-11-13 18:23:57','raya tsavo a513','-150','11','2020-11-13 18:23:57','16','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','111605281021','No','','','','','','','','',0.00,0.00),(145,'','Invoice','','2020-11-13 18:31:09','raya tsavo a513','-150','11','2020-11-13 18:31:09','53','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111605281436','No','','','','','','','','',0.00,0.00),(146,'','Mpesa','','2020-11-13 18:53:01','mary wachira','0','11','2020-11-13 18:53:01','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mary wachira ','','1','0','111605282760','Cleared','','','','','','','','',0.00,0.00),(147,'','Mpesa','','2020-11-13 18:57:22','','0','11','2020-11-13 18:57:22','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111605283010','Cleared','','','','','','','','',0.00,0.00),(148,'','Invoice','','2020-11-13 19:00:09','rosewood court b6','-300','11','2020-11-13 19:00:09','78','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>254729152474 ','','1','0','111605283185','No','','','','','','','','',0.00,0.00),(149,'','Invoice','','2020-11-13 19:05:12','father oasis a 18','-300','11','2020-11-13 19:05:12','79','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a 18 </BR>254700751472 ','','1','0','111605283500','No','','','','','','','','',0.00,0.00),(150,'','Invoice','','2020-11-13 19:31:15','CID B15','-300','11','2020-11-13 19:31:15','80','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CID B15 </BR>254727651658 ','','1','0','111605285057','No','','','','','','','','',0.00,0.00),(151,'','Invoice','','2020-11-13 19:36:11','HARVESTER C5','-300','11','2020-11-13 19:36:11','81','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HARVESTER C5 </BR>254722357655 ','','1','0','111605285358','No','','','','','','','','',0.00,0.00),(152,'','Invoice','','2020-11-13 19:40:26','MUFEA 60','-300','11','2020-11-13 19:40:26','82','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 60 </BR>254733127411 ','','1','0','111605285607','No','','','','','','','','',0.00,0.00),(153,'','Invoice','','2020-11-13 19:43:38','MUFEA A5','-300','11','2020-11-13 19:43:38','83','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA A5 </BR>254756228000 ','','1','0','111605285738','No','','','','','','','','',0.00,0.00),(154,'','Invoice','','2020-11-13 19:55:18','TSAVO A415','-300','11','2020-11-13 19:55:18','84','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A415 </BR>254702448162 ','','1','0','111605286464','No','','','','','','','','',0.00,0.00),(155,'','Cash','','2020-11-13 20:00:39','','0','11','2020-11-13 20:00:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605286771','Cleared','','','','','','','','',0.00,0.00),(156,'','Invoice','','2020-11-13 20:27:54','ridge centre','-150','11','2020-11-13 20:27:54','85','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ridge centre </BR>0701843239 ','','1','0','111605288448','No','','','','','','','','',0.00,0.00),(157,'','Invoice','','2020-11-13 20:37:54','NZIZAC51 ','-300','11','2020-11-13 20:37:54','86','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NZIZAC51 </BR>5 ','','1','0','111605288970','No','','','','','','','','',0.00,0.00),(158,'','Cash','','2020-11-13 20:42:26','','0','11','2020-11-13 20:42:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605289297','Cleared','','','','','','','','',0.00,0.00),(159,'','Invoice','','2020-11-14 09:23:10','932 a7','-150','11','2020-11-14 09:23:10','87','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 a7 </BR>0710166860 ','','1','0','111605334974','No','','','','','','','','',0.00,0.00),(160,'','Mpesa','','2020-11-14 10:01:07','','0','11','2020-11-14 10:01:07','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605337249','Cleared','','','','','','','','',0.00,0.00),(161,'','Cash','','2020-11-14 10:01:58','','0','11','2020-11-14 10:01:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605337286','Cleared','','','','','','','','',0.00,0.00),(162,'','Cash','','2020-11-14 10:13:45','','0','11','2020-11-14 10:13:45','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111605338001','Cleared','','','','','','','','',0.00,0.00),(163,'','Mpesa','','2020-11-14 11:26:27','','0','11','2020-11-14 11:26:27','','0','750','1','retail',NULL,'750','1','0','0','0','0','750','0','printed',' ','','1','0','111605342354','Cleared','','','','','','','','',0.00,0.00),(164,'','Cash','','2020-11-14 11:34:47','','0','11','2020-11-14 11:34:47','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','111605342835','Cleared','','','','','','','','',0.00,0.00),(165,'','Invoice','','2020-11-14 11:44:13','kencom sacco 69','-600','11','2020-11-14 11:44:13','88','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>254748296532 ','','1','0','111605343438','No','','','','','','','','',0.00,0.00),(166,'','Cash','','2020-11-14 11:50:42','','0','11','2020-11-14 11:50:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111605343818','Cleared','','','','','','','','',0.00,0.00),(167,'','Cash','','2020-11-14 11:53:25','','0','11','2020-11-14 11:53:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>254739820748 ','','1','0','111605343859','Cleared','','','','','','','','',0.00,0.00),(168,'','Invoice','','2020-11-14 11:56:16','spring garden','-150','11','2020-11-14 11:56:16','89','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spring garden </BR>254739820748 ','','1','0','111605344065','No','','','','','','','','',0.00,0.00),(169,'','Invoice','','2020-11-14 12:44:06','purity tony wa6','-600','11','2020-11-14 12:44:06','90','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>254722551571 ','','1','0','111605347032','No','','','','','','','','',0.00,0.00),(170,'','Mpesa','','2020-11-14 12:54:23','','0','11','2020-11-14 12:54:23','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605347651','Cleared','','','','','','','','',0.00,0.00),(171,'','Mpesa','','2020-11-14 12:55:10','','0','11','2020-11-14 12:55:10','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111605347679','Cleared','','','','','','','','',0.00,0.00),(172,'','Mpesa','','2020-11-14 12:55:55','','0','11','2020-11-14 12:55:55','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111605347731','Cleared','','','','','','','','',0.00,0.00),(173,'','Invoice','','2020-11-14 13:23:56','raya tsavo a513','-150','11','2020-11-14 13:23:56','16','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','111605349422','No','','','','','','','','',0.00,0.00),(174,'','Cash','','2020-11-14 14:02:36','','0','11','2020-11-14 14:02:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111605351508','Cleared','','','','','','','','',0.00,0.00),(175,'','Invoice','','2020-11-14 14:08:41','kugeria benard 3','-600','11','2020-11-14 14:08:41','91','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kugeria benard 3 </BR>254722451236 ','','1','0','111605352102','No','','','','','','','','',0.00,0.00),(176,'','Invoice','','2020-11-14 14:11:29','midview ad5','-600','11','2020-11-14 14:11:29','92','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad5 </BR>254721323203 ','','1','0','111605352269','No','','','','','','','','',0.00,0.00),(177,'','Cash','','2020-11-14 14:40:28','harvester b7','0','11','2020-11-14 14:40:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harvester b7 ','','1','0','111605353655','Cleared','','','','','','','','',0.00,0.00),(178,'','Invoice','','2020-11-14 15:02:41','hibiscus court 16 ','-900','11','2020-11-14 15:02:41','93','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','hibiscus court 16 </BR>254720789846 ','','1','0','111605355325','No','','','','','','','','',0.00,0.00),(179,'','Cash','','2020-11-14 15:27:11','jeff','0','11','2020-11-14 15:27:11','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','jeff ','','1','0','111605356810','Cleared','','','','','','','','',0.00,0.00),(180,'','Cash','','2020-11-14 15:59:38','','0','11','2020-11-14 15:59:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111605358764','Cleared','','','','','','','','',0.00,0.00),(181,'','Cash','','2020-11-14 16:04:17','','0','11','2020-11-14 16:04:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605358790','Cleared','','','','','','','','',0.00,0.00),(182,'','Invoice','','2020-11-14 17:09:06','OPP MAZERAS M3','-600','11','2020-11-14 17:09:06','94','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','OPP MAZERAS M3 </BR>254721525186 ','','1','0','111605362930','No','','','','','','','','',0.00,0.00),(183,'','Mpesa','','2020-11-14 17:28:43','NYAGAKI','0','11','2020-11-14 17:28:43','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','NYAGAKI ','','1','0','111605364113','Cleared','','','','','','','','',0.00,0.00),(184,'','Cash','','2020-11-14 17:36:51','','0','11','2020-11-14 17:36:51','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605364603','Cleared','','','','','','','','',0.00,0.00),(185,'','Mpesa','','2020-11-14 18:10:50','MOKA D7','0','11','2020-11-14 18:10:50','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','MOKA D7 ','','1','0','111605366629','Cleared','','','','','','','','',0.00,0.00),(186,'','Mpesa','','2020-11-14 18:19:23','ANN WAMITI','0','11','2020-11-14 18:19:23','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ANN WAMITI ','','1','0','111605367147','Cleared','','','','','','','','',0.00,0.00),(187,'','Cash','','2020-11-14 18:26:57','','0','11','2020-11-14 18:26:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605367609','Cleared','','','','','','','','',0.00,0.00),(188,'','Cash','','2020-11-14 19:06:11','','0','11','2020-11-14 19:06:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605369962','Cleared','','','','','','','','',0.00,0.00),(189,'','Cash','','2020-11-14 19:06:48','','0','11','2020-11-14 19:06:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605369988','Cleared','','','','','','','','',0.00,0.00),(190,'','Mpesa','','2020-11-14 19:28:44','TSAVO A512','0','11','2020-11-14 19:28:44','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','TSAVO A512 ','','1','0','111605371312','Cleared','','','','','','','','',0.00,0.00),(191,'','Mpesa','','2020-11-14 19:30:29','ANKIAH B401','0','11','2020-11-14 19:30:29','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ANKIAH B401 ','','1','0','111605371391','Cleared','','','','','','','','',0.00,0.00),(192,'','Cash','','2020-11-14 20:15:12','jenid c4','0','11','2020-11-14 20:15:12','63','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jenid c4 </BR>0700798887 ','','1','0','111605374094','Cleared','','','','','','','','',0.00,0.00),(193,'','Invoice','','2020-11-15 09:17:56','mufea esther 13','-600','11','2020-11-15 09:17:56','95','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea esther 13 </BR>254726997371 ','','1','0','111605421052','No','','','','','','','','',0.00,0.00),(194,'','Invoice','','2020-11-15 09:36:28','mufea esther 13','-600','11','2020-11-15 09:36:28','96','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea esther 13 </BR>0726997371 ','','1','0','111605422163','No','','','','','','','','',0.00,0.00),(195,'','Invoice','','2020-11-15 09:54:32','primerose b4','-1200','11','2020-11-15 09:54:32','97','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','primerose b4 </BR>0710942621 ','','1','0','111605423235','No','','','','','','','','',0.00,0.00),(196,'','Mpesa','','2020-11-15 10:14:06','spearnet b5','0','11','2020-11-15 10:14:06','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet b5 ','','1','0','111605424425','Cleared','','','','','','','','',0.00,0.00),(197,'','Invoice','','2020-11-15 10:19:05','gacicio1 c6','-300','11','2020-11-15 10:19:05','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio1 c6 </BR>0725616377 ','','1','0','111605424718','No','','','','','','','','',0.00,0.00),(198,'','Cash','','2020-11-15 10:58:54','','0','11','2020-11-15 10:58:54','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','111605427035','Cleared','','','','','','','','',0.00,0.00),(199,'','Invoice','','2020-11-15 11:34:41','nziza b39','-600','11','2020-11-15 11:34:41','99','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nziza b39 </BR>0725579456 ','','1','0','111605429255','No','','','','','','','','',0.00,0.00),(200,'','Invoice','','2020-11-15 11:38:54','cid c8','-300','11','2020-11-15 11:38:54','100','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c8 </BR>0727661629 ','','1','0','111605429496','No','','','','','','','','',0.00,0.00),(201,'','Invoice','','2020-11-15 11:42:40','ankiah b402','-600','11','2020-11-15 11:42:40','101','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ankiah b402 </BR>0712855005 ','','1','0','111605429720','No','','','','','','','','',0.00,0.00),(202,'','Invoice','','2020-11-15 11:45:24','father oasis a11','-150','11','2020-11-15 11:45:24','102','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis a11 </BR>0703751187 ','','1','0','111605429899','No','','','','','','','','',0.00,0.00),(203,'','Cash','','2020-11-15 11:52:26','','0','11','2020-11-15 11:52:26','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605430318','Cleared','','','','','','','','',0.00,0.00),(204,'','Cash','','2020-11-15 11:52:55','','0','11','2020-11-15 11:52:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605430363','Cleared','','','','','','','','',0.00,0.00),(205,'','Invoice','','2020-11-15 12:36:41','petra 15','-600','11','2020-11-15 12:36:41','103','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','petra 15 </BR>0724154925 ','','1','0','111605432973','No','','','','','','','','',0.00,0.00),(206,'','Mpesa','','2020-11-15 12:41:42','westview b1','0','11','2020-11-15 12:41:42','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview b1 ','','1','0','111605433270','Cleared','','','','','','','','',0.00,0.00),(207,'','Invoice','','2020-11-15 13:02:15','nzinza d68','-600','11','2020-11-15 13:02:15','104','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza d68 </BR>254723056551 ','','1','0','111605434517','No','','','','','','','','',0.00,0.00),(208,'','Cash','','2020-11-15 13:23:17','crossover 9','0','11','2020-11-15 13:23:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','crossover 9 ','','1','0','111605435783','Cleared','','','','','','','','',0.00,0.00),(209,'','Invoice','','2020-11-15 13:37:49','cid a5','-150','11','2020-11-15 13:37:49','105','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid a5 </BR>254721311017 ','','1','0','111605436649','No','','','','','','','','',0.00,0.00),(210,'','Invoice','','2020-11-15 13:53:14','blessed garden b5','-600','11','2020-11-15 13:53:14','106','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden b5 </BR>254769050567 ','','1','0','111605437573','No','','','','','','','','',0.00,0.00),(211,'','Cash','','2020-11-15 14:01:32','kamunge 11','0','11','2020-11-15 14:01:32','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 11 ','','1','0','111605438068','Cleared','','','','','','','','',0.00,0.00),(212,'','Mpesa','','2020-11-15 14:20:14','spearnet','0','11','2020-11-15 14:20:14','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet ','','1','0','111605439200','Cleared','','','','','','','','',0.00,0.00),(213,'','Invoice','','2020-11-15 14:21:43','gacicio 1 c2','-600','11','2020-11-15 14:21:43','107','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','gacicio 1 c2 </BR>254724580588 ','','1','0','111605439252','No','','','','','','','','',0.00,0.00),(214,'','Cash','','2020-11-15 14:39:28','','0','11','2020-11-15 14:39:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605440351','Cleared','','','','','','','','',0.00,0.00),(215,'','Cash','','2020-11-15 14:39:57','','0','11','2020-11-15 14:39:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605440385','Cleared','','','','','','','','',0.00,0.00),(216,'','Mpesa','','2020-11-15 14:59:45','','0','11','2020-11-15 14:59:45','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111605440407','Cleared','','','','','','','','',0.00,0.00),(217,'','Invoice','','2020-11-15 15:08:35','jonh petra 5','-300','11','2020-11-15 15:08:35','108','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jonh petra 5 </BR>254716088088 ','','1','0','111605441656','No','','','','','','','','',0.00,0.00),(218,'','Cash','','2020-11-15 15:10:55','','0','11','2020-11-15 15:10:55','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605442244','Cleared','','','','','','','','',0.00,0.00),(219,'','Invoice','','2020-11-15 15:21:04','nzinza a1','-600','11','2020-11-15 15:21:04','109','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza a1 </BR>254700133071 ','','1','0','111605442461','No','','','','','','','','',0.00,0.00),(220,'','Cash','','2020-11-15 15:32:27','petra a10','0','11','2020-11-15 15:32:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','petra a10 ','','1','0','111605443523','Cleared','','','','','','','','',0.00,0.00),(221,'','Invoice','','2020-11-15 15:38:04','tsavo b506','-300','11','2020-11-15 15:38:04','110','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b506 </BR>254718988410 ','','1','0','111605443577','No','','','','','','','','',0.00,0.00),(222,'','Invoice','','2020-11-15 15:40:51','tsavo a317','-240','11','2020-11-15 15:40:51','111','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavo a317 </BR>254720302404 ','','1','0','111605444017','No','','','','','','','','',0.00,0.00),(223,'','Cash','','2020-11-15 15:44:33','kamunge 17','0','11','2020-11-15 15:44:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 17 ','','1','0','111605444259','Cleared','','','','','','','','',0.00,0.00),(224,'','Mpesa','','2020-11-15 15:47:34','larry garden a1','0','11','2020-11-15 15:47:34','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','larry garden a1 ','','1','0','111605444440','Cleared','','','','','','','','',0.00,0.00),(225,'','Cash','','2020-11-15 16:23:33','','0','11','2020-11-15 16:23:33','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111605446499','Cleared','','','','','','','','',0.00,0.00),(226,'','Cash','','2020-11-15 16:24:11','','0','11','2020-11-15 16:24:11','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111605446635','Cleared','','','','','','','','',0.00,0.00),(227,'','Cash','','2020-11-15 16:31:39','nzinza d44','0','11','2020-11-15 16:31:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nzinza d44 ','','1','0','111605447083','Cleared','','','','','','','','',0.00,0.00),(228,'','Mpesa','','2020-11-15 16:45:29','purity','0','11','2020-11-15 16:45:29','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','purity ','','1','0','111605447916','Cleared','','','','','','','','',0.00,0.00),(229,'','Cash','','2020-11-15 16:47:23','muteti','0','11','2020-11-15 16:47:23','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti ','','1','0','111605447961','Cleared','','','','','','','','',0.00,0.00),(230,'','Cash','','2020-11-15 16:55:20','','0','11','2020-11-15 16:55:20','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111605448078','Cleared','','','','','','','','',0.00,0.00),(231,'','Cash','','2020-11-15 16:55:47','','0','11','2020-11-15 16:55:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111605448532','Cleared','','','','','','','','',0.00,0.00),(232,'','Cash','','2020-11-15 16:57:04','','0','11','2020-11-15 16:57:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605448557','Cleared','','','','','','','','',0.00,0.00),(233,'','Invoice','','2020-11-15 17:10:56','mufea 52','-150','11','2020-11-15 17:10:56','112','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mufea 52 </BR>254722136354 ','','1','0','111605449438','No','','','','','','','','',0.00,0.00),(234,'','Invoice','','2020-11-15 17:15:19','godfrey nyawira 25','-300','11','2020-11-15 17:15:19','113','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godfrey nyawira 25 </BR>254725801872 ','','1','0','111605449652','No','','','','','','','','',0.00,0.00),(235,'','Invoice','','2020-11-15 17:28:59','spearnet dm3','-300','11','2020-11-15 17:28:59','30','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>254711956826 ','','1','0','111605450207','No','','','','','','','','',0.00,0.00),(236,'','Mpesa','','2020-11-15 17:33:21','spearnet dm3','0','11','2020-11-15 17:33:21','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet dm3 ','','1','0','111605450791','Cleared','','','','','','','','',0.00,0.00),(238,'','Cash','','2020-11-15 18:36:03','','0','11','2020-11-15 18:36:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605454538','Cleared','','','','','','','','',0.00,0.00),(239,'','Invoice','','2020-11-15 18:48:31','jenid a4','-600','11','2020-11-15 18:48:31','114','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid a4 </BR>0728456747 ','','1','0','111605455285','No','','','','','','','','',0.00,0.00),(240,'','Invoice','','2020-11-15 19:19:49','tsavo b105','-150','11','2020-11-15 19:19:49','115','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b105 </BR>254722874967 ','','1','0','111605457176','No','','','','','','','','',0.00,0.00),(241,'','Mpesa','','2020-11-15 19:29:21','spearmet dm7','0','11','2020-11-15 19:29:21','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','spearmet dm7 ','','1','0','111605457752','Cleared','','','','','','','','',0.00,0.00),(242,'','Cash','','2020-11-15 19:52:08','','0','11','2020-11-15 19:52:08','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605458860','Cleared','','','','','','','','',0.00,0.00),(243,'','Mpesa','','2020-11-15 19:54:59','mufea 22','0','11','2020-11-15 19:54:59','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed','mufea 22 ','','1','0','111605459271','Cleared','','','','','','','','',0.00,0.00),(244,'','Mpesa','','2020-11-15 20:54:31','','0','11','2020-11-15 20:54:31','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','111605462848','Cleared','','','','','','','','',0.00,0.00),(245,'','Invoice','','2020-11-16 08:42:41','mekita d5','-300','11','2020-11-16 08:42:41','116','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mekita d5 </BR>0791569192 ','','1','0','111605505316','No','','','','','','','','',0.00,0.00),(246,'','Cash','','2020-11-16 08:46:54','','0','11','2020-11-16 08:46:54','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111605505551','Cleared','','','','','','','','',0.00,0.00),(247,'','Invoice','','2020-11-16 08:49:35','mufea 6b','-600','11','2020-11-16 08:49:35','117','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 6b </BR>254720353773 ','','1','0','111605505652','No','','','','','','','','',0.00,0.00),(248,'','Invoice','','2020-11-16 09:22:35','tsavo b321','-300','11','2020-11-16 09:22:35','118','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b321 </BR>0706728788 ','','1','0','111605507737','No','','','','','','','','',0.00,0.00),(249,'','Invoice','','2020-11-16 09:25:24','opp mazeras m4','-300','11','2020-11-16 09:25:24','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0722867971 ','','1','0','111605507911','No','','','','','','','','',0.00,0.00),(250,'','Invoice','','2020-11-16 09:45:59','TSAVO A512','-300','11','2020-11-16 09:45:59','120','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A512 </BR>254723131864 ','','1','0','111605508787','No','','','','','','','','',0.00,0.00),(251,'','Cash','','2020-11-16 10:14:37','','0','11','2020-11-16 10:14:37','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','111605510851','Cleared','','','','','','','','',0.00,0.00),(252,'','Invoice','','2020-11-16 10:48:27','harvester b8','-300','11','2020-11-16 10:48:27','121','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254729043105 ','','1','0','111605510890','No','','','','','','','','',0.00,0.00),(253,'','Mpesa','','2020-11-16 11:02:06','','0','11','2020-11-16 11:02:06','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605513676','Cleared','','','','','','','','',0.00,0.00),(254,'','Mpesa','','2020-11-16 11:02:58','','0','11','2020-11-16 11:02:58','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605513767','Cleared','','','','','','','','',0.00,0.00),(255,'','Invoice','','2020-11-16 11:59:31','jennifer mushroom','-1800','11','2020-11-16 11:59:31','122','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','jennifer mushroom </BR>254722215228 ','','1','0','111605513789','No','','','','','','','','',0.00,0.00),(256,'','Mpesa','','2020-11-16 12:57:01','pinewood 403','0','11','2020-11-16 12:57:01','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','pinewood 403 ','','1','0','111605520609','Cleared','','','','','','','','',0.00,0.00),(257,'','Invoice','','2020-11-16 12:57:46','tsavo c418','-150','11','2020-11-16 12:57:46','123','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c418 </BR>254717291637 ','','1','0','111605520648','No','','','','','','','','',0.00,0.00),(258,'','Mpesa','','2020-11-16 13:14:17','','0','11','2020-11-16 13:14:17','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','111605521584','Cleared','','','','','','','','',0.00,0.00),(259,'','Mpesa','','2020-11-16 13:15:25','','0','11','2020-11-16 13:15:25','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111605521671','Cleared','','','','','','','','',0.00,0.00),(260,'','Cash','','2020-11-16 13:34:57','','0','11','2020-11-16 13:34:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605521733','Cleared','','','','','','','','',0.00,0.00),(261,'','Cash','','2020-11-16 13:51:12','tsavo corol bells c117','0','11','2020-11-16 13:51:12','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','tsavo corol bells c117 ','','1','0','111605523860','Cleared','','','','','','','','',0.00,0.00),(262,'','Mpesa','','2020-11-16 13:59:28','father oasis','0','11','2020-11-16 13:59:28','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','father oasis ','','1','0','111605524357','Cleared','','','','','','','','',0.00,0.00),(263,'','Invoice','','2020-11-16 14:25:39','westview a2','-450','11','2020-11-16 14:25:39','124','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview a2 </BR>0726260677 ','','1','0','111605525902','No','','','','','','','','',0.00,0.00),(264,'','Invoice','','2020-11-16 14:36:05','tsavo corol bells c117','-300','11','2020-11-16 14:36:05','125','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo corol bells c117 </BR>07 ','','1','0','111605526544','No','','','','','','','','',0.00,0.00),(265,'','Mpesa','','2020-11-16 16:40:38','HARVESTERT D2','0','11','2020-11-16 16:40:38','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','HARVESTERT D2 ','','1','0','111605533949','Cleared','','','','','','','','',0.00,0.00),(266,'','Invoice','','2020-11-16 16:43:23','margret mocha b3','-1200','11','2020-11-16 16:43:23','126','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','margret mocha b3 </BR>254714995886 ','','1','0','111605534087','No','','','','','','','','',0.00,0.00),(267,'','Cash','','2020-11-16 16:50:57','mofea c1','0','11','2020-11-16 16:50:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mofea c1 ','','1','0','111605534643','Cleared','','','','','','','','',0.00,0.00),(268,'','Cash','','2020-11-16 16:53:15','','0','11','2020-11-16 16:53:15','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605534783','Cleared','','','','','','','','',0.00,0.00),(269,'','Mpesa','','2020-11-16 17:56:00','','0','11','2020-11-16 17:56:00','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111605538547','Cleared','','','','','','','','',0.00,0.00),(270,'','Invoice','','2020-11-16 18:05:18','georgina crossover 6','-300','11','2020-11-16 18:05:18','127','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>254725351414 ','','1','0','111605539105','No','','','','','','','','',0.00,0.00),(271,'','Cash','','2020-11-16 18:20:19','mufea 4f','0','11','2020-11-16 18:20:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 4f ','','1','0','111605539994','Cleared','','','','','','','','',0.00,0.00),(272,'','Cash','','2020-11-16 18:22:00','','0','11','2020-11-16 18:22:00','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111605540043','Cleared','','','','','','','','',0.00,0.00),(273,'','Cash','','2020-11-16 18:22:26','','0','11','2020-11-16 18:22:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605540132','Cleared','','','','','','','','',0.00,0.00),(274,'','Cash','','2020-11-16 18:23:41','','0','11','2020-11-16 18:23:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605540152','Cleared','','','','','','','','',0.00,0.00),(275,'','Cash','','2020-11-16 18:38:36','','0','11','2020-11-16 18:38:36','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111605540234','Cleared','','','','','','','','',0.00,0.00),(276,'','Cash','','2020-11-16 18:58:12','','0','11','2020-11-16 18:58:12','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605541125','Cleared','','','','','','','','',0.00,0.00),(277,'','Mpesa','','2020-11-16 19:54:47','damaris fahari d6','0','11','2020-11-16 19:54:47','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','damaris fahari d6 ','','1','0','111605545675','Cleared','','','','','','','','',0.00,0.00),(278,'','Invoice','','2020-11-17 08:39:47','mocah b3','-1200','11','2020-11-17 08:39:47','128','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','mocah b3 </BR>0714995886 ','','1','0','111605591553','No','','','','','','','','',0.00,0.00),(279,'','Invoice','','2020-11-17 08:43:37','blessed garden b4','-600','11','2020-11-17 08:43:37','129','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden b4 </BR>0723485407 ','','1','0','111605591780','No','','','','','','','','',0.00,0.00),(280,'','Invoice','','2020-11-17 09:20:33','emmanuel muteti corner ','-300','11','2020-11-17 09:20:33','130','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emmanuel muteti corner </BR>254724615859 ','','1','0','111605594023','No','','','','','','','','',0.00,0.00),(281,'','Invoice','','2020-11-17 09:26:33','miriam tsavo a709','-150','11','2020-11-17 09:26:33','131','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','miriam tsavo a709 </BR>254715636264 ','','1','0','111605594368','No','','','','','','','','',0.00,0.00),(282,'','Cash','','2020-11-17 09:39:49','','0','11','2020-11-17 09:39:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605595176','Cleared','','','','','','','','',0.00,0.00),(283,'','Cash','','2020-11-17 10:52:12','','0','11','2020-11-17 10:52:12','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605595199','Cleared','','','','','','','','',0.00,0.00),(284,'','Mpesa','','2020-11-17 10:59:26','','0','11','2020-11-17 10:59:26','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605599650','Cleared','','','','','','','','',0.00,0.00),(285,'','Mpesa','','2020-11-17 11:10:29','','0','11','2020-11-17 11:10:29','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','111605600619','Cleared','','','','','','','','',0.00,0.00),(286,'','Invoice','','2020-11-17 11:53:44','cid e4','-900','11','2020-11-17 11:53:44','132','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','cid e4 </BR>0725316236 ','','1','0','111605603189','No','','','','','','','','',0.00,0.00),(287,'','Invoice','','2020-11-17 12:24:25','PURITY WA10','-300','11','2020-11-17 12:24:25','133','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PURITY WA10 </BR>254727790780 ','','1','0','111605603684','No','','','','','','','','',0.00,0.00),(288,'','Mpesa','','2020-11-17 12:31:44','','0','11','2020-11-17 12:31:44','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed',' ','','1','0','111605605494','Cleared','','','','','','','','',0.00,0.00),(289,'','Mpesa','','2020-11-17 12:35:04','cid e4','0','11','2020-11-17 12:35:04','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','cid e4 ','','1','0','111605605694','Cleared','','','','','','','','',0.00,0.00),(290,'','Cash','','2020-11-17 12:36:21','','0','11','2020-11-17 12:36:21','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>254720903316 ','','1','0','111605605728','Cleared','','','','','','','','',0.00,0.00),(291,'','Cash','','2020-11-17 12:38:47','','0','11','2020-11-17 12:38:47','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' </BR>254720903316 ','','1','0','111605605907','Cleared','','','','','','','','',0.00,0.00),(292,'','Invoice','','2020-11-17 13:00:45','samwel serene b12','-300','11','2020-11-17 13:00:45','17','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>254723608982 ','','1','0','111605605958','No','','','','','','','','',0.00,0.00),(293,'','Cash','','2020-11-17 13:19:59','','0','11','2020-11-17 13:19:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111605608319','Cleared','','','','','','','','',0.00,0.00),(294,'','Mpesa','','2020-11-17 13:38:40','','0','11','2020-11-17 13:38:40','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605608416','Cleared','','','','','','','','',0.00,0.00),(295,'','Mpesa','','2020-11-17 13:53:35','windser west 10','0','11','2020-11-17 13:53:35','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','windser west 10 ','','1','0','111605610405','Cleared','','','','','','','','',0.00,0.00),(296,'','Invoice','','2020-11-17 14:11:11','adriana harvester c4','-600','11','2020-11-17 14:11:11','134','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','111605611401','No','','','','','','','','',0.00,0.00),(297,'','Cash','','2020-11-17 14:12:57','','0','11','2020-11-17 14:12:57','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605611566','Cleared','','','','','','','','',0.00,0.00),(298,'','Invoice','','2020-11-17 14:23:42','tsavo a112','-150','11','2020-11-17 14:23:42','135','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo a112 </BR>254716287534 ','','1','0','111605611674','No','','','','','','','','',0.00,0.00),(299,'','Invoice','','2020-11-17 14:26:32','kalwani park a2','-150','11','2020-11-17 14:26:32','136','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','kalwani park a2 </BR>254700580379 ','','1','0','111605612336','No','','','','','','','','',0.00,0.00),(300,'','Invoice','','2020-11-17 15:04:30','annirene mazeras 2','-300','11','2020-11-17 15:04:30','135','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>254716287534 ','','1','0','111605614640','No','','','','','','','','',0.00,0.00),(301,'','Invoice','','2020-11-17 15:53:46','tsavo b512','-150','11','2020-11-17 15:53:46','137','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b512 </BR>254757484530 ','','1','0','111605617616','No','','','','','','','','',0.00,0.00),(302,'','Cash','','2020-11-17 16:02:14','','0','11','2020-11-17 16:02:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605618124','Cleared','','','','','','','','',0.00,0.00),(303,'','Mpesa','','2020-11-17 16:12:51','cid d14','0','11','2020-11-17 16:12:51','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','cid d14 ','','1','0','111605618738','Cleared','','','','','','','','',0.00,0.00),(304,'','Invoice','','2020-11-17 16:53:42','muteti centre','-300','11','2020-11-17 16:53:42','138','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muteti centre </BR>254725266364 ','','1','0','111605621202','No','','','','','','','','',0.00,0.00),(305,'','Invoice','','2020-11-17 17:18:31','peninah tsavo a505','-150','11','2020-11-17 17:18:31','139','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','peninah tsavo a505 </BR>0707080062 ','','1','0','111605622664','No','','','','','','','','',0.00,0.00),(306,'','Invoice','','2020-11-17 17:22:23','peninah tsavo a505','-80','11','2020-11-17 17:22:23','140','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','peninah tsavo a505 </BR>254707080062 ','','1','0','111605622931','No','','','','','','','','',0.00,0.00),(307,'','Mpesa','','2020-11-17 17:40:59','','0','11','2020-11-17 17:40:59','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111605624038','Cleared','','','','','','','','',0.00,0.00),(308,'','Mpesa','','2020-11-17 18:16:21','','0','11','2020-11-17 18:16:21','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','0','111605626143','Cleared','','','','','','','','',0.00,0.00),(309,'','Invoice','','2020-11-17 18:18:05','pauline philly homes b7','-300','11','2020-11-17 18:18:05','141','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pauline philly homes b7 </BR>254722265978 ','','1','0','111605626202','No','','','','','','','','',0.00,0.00),(310,'','Invoice','','2020-11-17 18:24:47','midview mc3','-300','11','2020-11-17 18:24:47','142','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc3 </BR>254718617678 ','','1','0','111605626678','No','','','','','','','','',0.00,0.00),(311,'','Cash','','2020-11-17 18:27:59','','0','11','2020-11-17 18:27:59','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111605626870','Cleared','','','','','','','','',0.00,0.00),(312,'','Invoice','','2020-11-17 18:40:17','mekita b1','-300','11','2020-11-17 18:40:17','143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mekita b1 </BR>254714719290 ','','1','0','111605627605','No','','','','','','','','',0.00,0.00),(313,'','Cash','','2020-11-17 18:55:33','','0','11','2020-11-17 18:55:33','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111605628497','Cleared','','','','','','','','',0.00,0.00),(314,'','Mpesa','','2020-11-17 19:27:14','','0','11','2020-11-17 19:27:14','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','111605628542','Cleared','','','','','','','','',0.00,0.00),(315,'','Cash','','2020-11-17 19:39:19','pauline philly homes b7','0','11','2020-11-17 19:39:19','141','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','pauline philly homes b7 </BR>254722265978 ','','1','0','111605631136','Cleared','','','','','','','','',0.00,0.00),(316,'','Cash','','2020-11-17 19:53:11','','0','11','2020-11-17 19:53:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111605631966','Cleared','','','','','','','','',0.00,0.00),(317,'','Invoice','','2020-11-17 20:16:01','springs garden b7','-300','11','2020-11-17 20:16:01','40','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden b7 </BR>254758705126 ','','1','0','111605633342','No','','','','','','','','',0.00,0.00),(318,'','Invoice','','2020-11-17 20:18:05','schekem a24','-300','11','2020-11-17 20:18:05','145','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a24 </BR>254713654567 ','','1','0','111605633467','No','','','','','','','','',0.00,0.00),(319,'','Cash','','2020-11-17 20:24:14','','0','11','2020-11-17 20:24:14','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111605633845','Cleared','','','','','','','','',0.00,0.00),(320,'','Mpesa','','2020-11-18 08:45:49','cid a5','0','11','2020-11-18 08:45:49','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','cid a5 ','','1','0','111605678338','Cleared','','','','','','','','',0.00,0.00),(321,'','Mpesa','','2020-11-18 08:51:00','james 932 a13','0','11','2020-11-18 08:51:00','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','james 932 a13 ','','1','0','111605678651','Cleared','','','','','','','','',0.00,0.00),(322,'','Mpesa','','2020-11-18 08:53:58','kenneth kamunge 15','0','11','2020-11-18 08:53:58','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kenneth kamunge 15 ','','1','0','111605678830','Cleared','','','','','','','','',0.00,0.00),(323,'','Mpesa','','2020-11-18 08:56:46','kenneth kamunge 15','0','11','2020-11-18 08:56:46','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kenneth kamunge 15 ','','1','0','111605678854','Cleared','','','','','','','','',0.00,0.00),(324,'','Cash','','2020-11-18 08:57:54','','0','144','2020-11-18 08:57:54','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','1441605631417','No','','','','','','','','',0.00,0.00),(325,'','Invoice','','2020-11-18 09:05:00','pinewood 203','-900','11','2020-11-18 09:05:00','146','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','pinewood 203 </BR>254723553209 ','','1','0','111605679486','No','','','','','','','','',0.00,0.00),(326,'','Mpesa','','2020-11-18 09:07:51','','0','11','2020-11-18 09:07:51','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','111605679662','Cleared','','','','','','','','',0.00,0.00),(327,'','Mpesa','','2020-11-18 10:11:58','patricia mufea 1b','0','12','2020-11-18 10:11:58','147','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','121605683507','Cleared','','','','','','','','',0.00,0.00),(328,'','Mpesa','','2020-11-18 10:15:33','cynthia jenid b10','0','12','2020-11-18 10:15:33','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','cynthia jenid b10 ','','1','0','121605683715','Cleared','','','','','','','','',0.00,0.00),(329,'','Cash','','2020-11-18 10:22:30','','0','12','2020-11-18 10:22:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','121605683762','Cleared','','','','','','','','',0.00,0.00),(330,'','Cash','','2020-11-18 10:52:05','kiringiti baraka family care chemist','-700','12','2020-11-18 10:52:05','','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','kiringiti baraka family care chemist ','','1','0','121605685740','Cleared','','','','','','','','',0.00,0.00),(331,'','Mpesa','','2020-11-18 10:58:04','kiringiti baraka family care chemist','0','144','2020-11-18 10:58:04','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed','kiringiti baraka family care chemist ','','1','0','1441605686266','Cleared','','','','','','','','',0.00,0.00),(332,'','Cash','','2020-11-18 12:10:20','','0','144','2020-11-18 12:10:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441605690538','Cleared','','','','','','','','',0.00,0.00),(333,'','Mpesa','','2020-11-18 14:56:27','mufea d2','0','144','2020-11-18 14:56:27','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea d2 ','','1','0','1441605700571','Cleared','','','','','','','','',0.00,0.00),(334,'','Mpesa','','2020-11-18 14:58:13','ann','0','144','2020-11-18 14:58:13','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ann ','','1','0','1441605700680','Cleared','','','','','','','','',0.00,0.00),(335,'','Cash','','2020-11-18 16:12:52','','0','144','2020-11-18 16:12:52','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441605705154','Cleared','','','','','','','','',0.00,0.00),(336,'','Invoice','','2020-11-18 16:20:01','charity mufea 3f','-300','144','2020-11-18 16:20:01','148','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charity mufea 3f </BR>254720555005 ','','1','0','1441605705552','No','','','','','','','','',0.00,0.00),(337,'','Mpesa','','2020-11-18 16:50:54','','0','11','2020-11-18 16:50:54','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111605707405','Cleared','','','','','','','','',0.00,0.00),(338,'','Invoice','','2020-11-18 17:10:17','cid c1','-300','144','2020-11-18 17:10:17','149','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c1 </BR>254723421919 ','','1','0','1441605708603','No','','','','','','','','',0.00,0.00),(339,'','Invoice','','2020-11-18 17:13:18','cid c1','-300','12','2020-11-18 17:13:18','149','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c1 </BR>254723421919 ','','1','0','121605708789','No','','','','','','','','',0.00,0.00),(340,'','Cash','','2020-11-18 17:26:13','kemani court b1','0','144','2020-11-18 17:26:13','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kemani court b1 ','','1','0','1441605709563','Cleared','','','','','','','','',0.00,0.00),(341,'','Cash','','2020-11-18 17:30:05','','0','144','2020-11-18 17:30:05','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441605709655','Cleared','','','','','','','','',0.00,0.00),(342,'','Invoice','','2020-11-18 17:52:05','mufea 5d','-300','11','2020-11-18 17:52:05','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 5d </BR>0722685054 ','','1','0','111605711106','No','','','','','','','','',0.00,0.00),(343,'','Mpesa','','2020-11-18 18:11:27','','0','11','2020-11-18 18:11:27','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605712261','Cleared','','','','','','','','',0.00,0.00),(344,'','Invoice','','2020-11-18 18:18:09','jemimah reality plaza b11','-1500','144','2020-11-18 18:18:09','23','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jemimah reality plaza b11 </BR>254700216967 ','','1','0','1441605712676','No','','','','','','','','',0.00,0.00),(345,'','Cash','','2020-11-18 18:33:31','','0','144','2020-11-18 18:33:31','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441605713598','Cleared','','','','','','','','',0.00,0.00),(346,'','Invoice','','2020-11-18 18:56:16','jenid c9','-600','144','2020-11-18 18:56:16','151','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c9 </BR>254735978217 ','','1','0','1441605714957','No','','','','','','','','',0.00,0.00),(347,'','Mpesa','','2020-11-18 19:07:14','mufea 60','0','144','2020-11-18 19:07:14','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea 60 ','','1','0','1441605715596','Cleared','','','','','','','','',0.00,0.00),(348,'','Mpesa','','2020-11-18 19:10:02','sila mazeras','0','144','2020-11-18 19:10:02','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','sila mazeras ','','1','0','1441605715686','Cleared','','','','','','','','',0.00,0.00),(349,'','Mpesa','','2020-11-18 19:18:29','','0','144','2020-11-18 19:18:29','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605716287','Cleared','','','','','','','','',0.00,0.00),(350,'','Mpesa','','2020-11-18 19:20:13','midview mb6 flozzy','0','144','2020-11-18 19:20:13','','0','1200','1','retail',NULL,'1200','1','0','0','0','0','1200','0','printed','midview mb6 flozzy ','','1','0','1441605716349','Cleared','','','','','','','','',0.00,0.00),(351,'','Mpesa','','2020-11-18 19:23:41','teresia midview ad8','0','144','2020-11-18 19:23:41','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','teresia midview ad8 ','','1','0','1441605716607','Cleared','','','','','','','','',0.00,0.00),(352,'','Mpesa','','2020-11-18 19:54:29','FARAH muteti centre 1','0','144','2020-11-18 19:54:29','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','FARAH muteti centre 1 ','','1','0','1441605718456','Cleared','','','','','','','','',0.00,0.00),(353,'','Mpesa','','2020-11-18 20:08:05','springs garden b2','0','144','2020-11-18 20:08:05','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','springs garden b2 ','','1','0','1441605719276','Cleared','','','','','','','','',0.00,0.00),(354,'','Mpesa','','2020-11-18 20:09:25','','0','144','2020-11-18 20:09:25','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605719312','Cleared','','','','','','','','',0.00,0.00),(355,'','Mpesa','','2020-11-18 21:09:45','','0','11','2020-11-18 21:09:45','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','111605722943','Cleared','','','','','','','','',0.00,0.00),(356,'','Mpesa','','2020-11-19 08:06:39','jane cid d3','0','144','2020-11-19 08:06:39','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jane cid d3 ','','1','0','1441605762386','Cleared','','','','','','','','',0.00,0.00),(357,'','Invoice','','2020-11-19 08:28:19','gacicio 1','-300','11','2020-11-19 08:28:19','152','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 </BR>0702102772 ','','1','0','111605763687','No','','','','','','','','',0.00,0.00),(358,'','Invoice','','2020-11-19 08:56:17','UNIVERSAL APARTMENTS C6','0','144','2020-11-19 08:56:17','153','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>254720415709 ','','1','0','1441605765362','No','','','','','','','','',0.00,0.00),(359,'','Mpesa','','2020-11-19 09:31:56','','0','144','2020-11-19 09:31:56','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605767488','Cleared','','','','','','','','',0.00,0.00),(360,'','Invoice','','2020-11-19 09:50:31',' 932 a5','-300','11','2020-11-19 09:50:31','154','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed',' 932 a5 </BR>0722496395 ','','1','0','111605768616','No','','','','','','','','',0.00,0.00),(361,'','Mpesa','','2020-11-19 10:24:36','','0','11','2020-11-19 10:24:36','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111605770662','Cleared','','','','','','','','',0.00,0.00),(362,'','Invoice','','2020-11-19 10:49:22','MUFEA A5','-300','144','2020-11-19 10:49:22','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA A5 </BR>0756228000 ','','1','0','1441605772140','No','','','','','','','','',0.00,0.00),(363,'','Cash','','2020-11-19 10:57:46','','0','11','2020-11-19 10:57:46','','300','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed',' ','','1','0','111605772533','Cleared','','','','','','','','',0.00,0.00),(364,'','Invoice','','2020-11-19 11:17:10','mufea 66','-300','11','2020-11-19 11:17:10','156','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 66 </BR>0714814639 ','','1','0','111605773806','No','','','','','','','','',0.00,0.00),(365,'','Cash','','2020-11-19 11:56:11','denty b103','0','144','2020-11-19 11:56:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty b103 ','','1','0','1441605776161','Cleared','','','','','','','','',0.00,0.00),(366,'','Invoice','','2020-11-19 12:26:10','teresia father oasis gate b 13a','-600','144','2020-11-19 12:26:10','22','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>254721744587 ','','1','0','1441605777953','No','','','','','','','','',0.00,0.00),(367,'','Invoice','','2020-11-19 12:35:12','nelly mufea e3','-300','144','2020-11-19 12:35:12','157','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>254719884003 ','','1','0','1441605778497','No','','','','','','','','',0.00,0.00),(368,'','Invoice','','2020-11-19 12:40:06','francis cid a8','-600','144','2020-11-19 12:40:06','158','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','francis cid a8 </BR>254705000407 ','','1','0','1441605778782','No','','','','','','','','',0.00,0.00),(369,'','Cash','','2020-11-19 12:54:21','','0','144','2020-11-19 12:54:21','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441605779620','Cleared','','','','','','','','',0.00,0.00),(370,'','Invoice','','2020-11-19 13:08:25','midview mc6','-300','144','2020-11-19 13:08:25','159','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc6 </BR>254728390604 ','','1','0','1441605780489','No','','','','','','','','',0.00,0.00),(371,'','Cash','','2020-11-19 13:20:28','','0','144','2020-11-19 13:20:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441605781218','Cleared','','','','','','','','',0.00,0.00),(372,'','Cash','','2020-11-19 13:29:38','','0','144','2020-11-19 13:29:38','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441605781236','Cleared','','','','','','','','',0.00,0.00),(373,'','Mpesa','','2020-11-19 13:35:22','father oasis e15','0','144','2020-11-19 13:35:22','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','father oasis e15 ','','1','0','1441605782112','Cleared','','','','','','','','',0.00,0.00),(374,'','Invoice','','2020-11-19 13:54:29','sji patrick i8','-1200','144','2020-11-19 13:54:29','160','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','sji patrick i8 </BR>254722103559 ','','1','0','1441605783250','No','','','','','','','','',0.00,0.00),(375,'','Invoice','','2020-11-19 14:07:12','jonh purity wb8','-600','144','2020-11-19 14:07:12','161','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jonh purity wb8 </BR>254724334065 ','','1','0','1441605784016','No','','','','','','','','',0.00,0.00),(376,'','Invoice','','2020-11-19 14:16:41','MOCAH c8','-600','144','2020-11-19 14:16:41','162','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MOCAH c8 </BR>254721248500 ','','1','0','1441605784582','No','','','','','','','','',0.00,0.00),(377,'','Invoice','','2020-11-19 14:38:20','winnie tsavo a708','-150','144','2020-11-19 14:38:20','163','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','winnie tsavo a708 </BR>254727733323 ','','1','0','1441605785884','No','','','','','','','','',0.00,0.00),(378,'','Cash','','2020-11-19 14:42:47','','0','144','2020-11-19 14:42:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441605786160','Cleared','','','','','','','','',0.00,0.00),(379,'','Invoice','','2020-11-19 15:10:29','kasarani c13','-300','144','2020-11-19 15:10:29','164','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kasarani c13 </BR>254716656705 ','','1','0','1441605786175','No','','','','','','','','',0.00,0.00),(380,'','Invoice','','2020-11-19 15:28:02','sophia pinewood 401','-600','144','2020-11-19 15:28:02','165','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sophia pinewood 401 </BR>254720643732 ','','1','0','1441605788866','No','','','','','','','','',0.00,0.00),(381,'','Cash','','2020-11-19 15:30:52','pinewood 705','0','144','2020-11-19 15:30:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','pinewood 705 ','','1','0','1441605789039','Cleared','','','','','','','','',0.00,0.00),(382,'','Cash','','2020-11-19 15:38:14','','0','144','2020-11-19 15:38:14','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441605789482','Cleared','','','','','','','','',0.00,0.00),(383,'','Invoice','','2020-11-19 16:01:39','mufea a1','-300','144','2020-11-19 16:01:39','166','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea a1 </BR>254724374816 ','','1','0','1441605789504','No','','','','','','','','',0.00,0.00),(384,'','Mpesa','','2020-11-19 16:17:54','denty 401','0','144','2020-11-19 16:17:54','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','denty 401 ','','1','0','1441605791864','Cleared','','','','','','','','',0.00,0.00),(385,'','Mpesa','','2020-11-19 17:00:48','','0','144','2020-11-19 17:00:48','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605794384','Cleared','','','','','','','','',0.00,0.00),(386,'','Cash','','2020-11-19 17:23:20','','0','144','2020-11-19 17:23:20','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441605795783','Cleared','','','','','','','','',0.00,0.00),(387,'','Invoice','','2020-11-19 17:23:49','elizabeth mufea 8d','-300','144','2020-11-19 17:23:49','167','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>254706511468 ','','1','0','1441605795809','No','','','','','','','','',0.00,0.00),(388,'','Invoice','','2020-11-19 17:36:12','josphine pinewood 602','-300','144','2020-11-19 17:36:12','168','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','josphine pinewood 602 </BR>254723552562 ','','1','0','1441605796553','No','','','','','','','','',0.00,0.00),(389,'','Invoice','','2020-11-19 17:38:30','stella cid','-450','144','2020-11-19 17:38:30','169','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','stella cid </BR>254725474903 ','','1','0','1441605796683','No','','','','','','','','',0.00,0.00),(390,'','Invoice','','2020-11-19 17:58:34','petra 11','-600','144','2020-11-19 17:58:34','170','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','petra 11 </BR>254738157589 ','','1','0','1441605797897','No','','','','','','','','',0.00,0.00),(391,'','Cash','','2020-11-19 18:07:38','','0','144','2020-11-19 18:07:38','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','1441605798446','Cleared','','','','','','','','',0.00,0.00),(392,'','Invoice','','2020-11-19 19:07:52','allan midview ab6','-300','144','2020-11-19 19:07:52','171','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>254723657970 ','','1','0','1441605802061','No','','','','','','','','',0.00,0.00),(393,'','Mpesa','','2020-11-19 19:18:38','TSAVO NAOMI B608','0','144','2020-11-19 19:18:38','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO NAOMI B608 ','','1','0','1441605802708','Cleared','','','','','','','','',0.00,0.00),(394,'','Cash','','2020-11-19 19:19:43','larry garden','0','144','2020-11-19 19:19:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','larry garden ','','1','0','1441605802736','Cleared','','','','','','','','',0.00,0.00),(395,'','Mpesa','','2020-11-19 19:38:57','','0','144','2020-11-19 19:38:57','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed',' ','','1','0','1441605803890','Cleared','','','','','','','','',0.00,0.00),(396,'','Mpesa','','2020-11-19 19:42:28','denty 104','0','11','2020-11-19 19:42:28','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','denty 104 ','','1','0','111605804118','Cleared','','','','','','','','',0.00,0.00),(397,'','Invoice','','2020-11-19 20:10:29','jamal nzinza','-300','144','2020-11-19 20:10:29','172','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jamal nzinza </BR>254721977722 ','','1','0','1441605805815','No','','','','','','','','',0.00,0.00),(398,'','Mpesa','','2020-11-19 20:27:53','jamal nzinza c54','0','144','2020-11-19 20:27:53','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jamal nzinza c54 ','','1','0','1441605806863','Cleared','','','','','','','','',0.00,0.00),(400,'','Invoice','','2020-11-19 20:55:33','kimani court b2','-450','11','2020-11-19 20:55:33','173','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kimani court b2 </BR>0725535420 ','','1','0','111605808498','No','','','','','','','','',0.00,0.00),(401,'','Invoice','','2020-11-20 08:38:05','dories harvester b8','-600','144','2020-11-20 08:38:05','174','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester b8 </BR>254722232825 ','','1','0','1441605850660','No','','','','','','','','',0.00,0.00),(402,'','Invoice','','2020-11-20 08:39:53','agnes flamat','-300','144','2020-11-20 08:39:53','175','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','agnes flamat </BR>254725890244 ','','1','0','1441605850777','No','','','','','','','','',0.00,0.00),(403,'','Invoice','','2020-11-20 09:05:30','davin nyawira 31','-300','144','2020-11-20 09:05:30','176','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','davin nyawira 31 </BR>254704703596 ','','1','0','1441605851752','No','','','','','','','','',0.00,0.00),(404,'','Invoice','','2020-11-20 10:38:29','julia westview b6','-300','144','2020-11-20 10:38:29','18','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julia westview b6 </BR>254724904126 ','','1','0','1441605857898','No','','','','','','','','',0.00,0.00),(405,'','Invoice','','2020-11-20 11:42:48','hope trust a1','-600','144','2020-11-20 11:42:48','177','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust a1 </BR>254720869132 ','','1','0','1441605861746','No','','','','','','','','',0.00,0.00),(406,'','Invoice','','2020-11-20 11:45:54','midview mc5','-300','144','2020-11-20 11:45:54','178','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc5 </BR>254718135446 ','','1','0','1441605861946','No','','','','','','','','',0.00,0.00),(407,'','Invoice','','2020-11-20 12:30:33','CECILIA GOLDEN PALM A4','-300','144','2020-11-20 12:30:33','179','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CECILIA GOLDEN PALM A4 </BR>254721973492 ','','1','0','1441605864359','No','','','','','','','','',0.00,0.00),(408,'','Invoice','','2020-11-20 12:41:05','TSAVO B703','-150','144','2020-11-20 12:41:05','180','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>254704382089 ','','1','0','1441605865218','No','','','','','','','','',0.00,0.00),(409,'','Invoice','','2020-11-20 13:13:32','MERCY JENID C5','-300','144','2020-11-20 13:13:32','181','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MERCY JENID C5 </BR>254721404029 ','','1','0','1441605867136','No','','','','','','','','',0.00,0.00),(410,'','Cash','','2020-11-20 13:15:11','DENTY A602','0','144','2020-11-20 13:15:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','DENTY A602 ','','1','0','1441605867297','Cleared','','','','','','','','',0.00,0.00),(411,'','Mpesa','','2020-11-20 13:19:52','SCHEKEM B5','0','144','2020-11-20 13:19:52','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','SCHEKEM B5 ','','1','0','1441605867571','Cleared','','','','','','','','',0.00,0.00),(412,'','Invoice','','2020-11-20 13:21:02','godwin serene c1','-300','144','2020-11-20 13:21:02','71','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>254729773463 ','','1','0','1441605867615','No','','','','','','','','',0.00,0.00),(413,'','Cash','','2020-11-20 14:15:04','','0','144','2020-11-20 14:15:04','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','1441605870893','Cleared','','','','','','','','',0.00,0.00),(414,'','Invoice','','2020-11-20 15:05:36','SHIFFARA JENID C8','-300','144','2020-11-20 15:05:36','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>254721826266 ','','1','0','1441605873514','No','','','','','','','','',0.00,0.00),(415,'','Mpesa','','2020-11-20 15:08:31','BONFACE','0','144','2020-11-20 15:08:31','183','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','BONFACE </BR>254795578016 ','','1','0','1441605874098','Cleared','','','','','','','','',0.00,0.00),(416,'','Invoice','','2020-11-20 15:13:23','MUFEA 41','-300','144','2020-11-20 15:13:23','184','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 41 </BR>254729501330 ','','1','0','1441605874391','No','','','','','','','','',0.00,0.00),(417,'','Cash','','2020-11-20 15:16:21','','0','144','2020-11-20 15:16:21','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441605874573','Cleared','','','','','','','','',0.00,0.00),(418,'','Invoice','','2020-11-20 15:28:46','MEKITA GF2','-300','144','2020-11-20 15:28:46','185','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA GF2 </BR>254722595375 ','','1','0','1441605874589','No','','','','','','','','',0.00,0.00),(419,'','Cash','','2020-11-20 15:47:17','','0','144','2020-11-20 15:47:17','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441605876427','Cleared','','','','','','','','',0.00,0.00),(420,'','Cash','','2020-11-20 15:53:59','','0','144','2020-11-20 15:53:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441605876444','Cleared','','','','','','','','',0.00,0.00),(421,'','Invoice','','2020-11-20 16:04:59','SR JOHN','-700','144','2020-11-20 16:04:59','186','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','SR JOHN </BR>254722730711 ','','1','0','1441605877422','No','','','','','','','','',0.00,0.00),(422,'','Cash','','2020-11-20 16:28:49','','0','144','2020-11-20 16:28:49','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441605878919','Cleared','','','','','','','','',0.00,0.00),(423,'','Mpesa','','2020-11-20 16:41:32','HARVESTERT D2','0','144','2020-11-20 16:41:32','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','HARVESTERT D2 ','','1','0','1441605879678','Cleared','','','','','','','','',0.00,0.00),(424,'','Mpesa','','2020-11-20 16:44:17','MEKITA A3','0','144','2020-11-20 16:44:17','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','MEKITA A3 ','','1','0','1441605879846','Cleared','','','','','','','','',0.00,0.00),(425,'','Mpesa','','2020-11-20 16:45:01','MEKITA A3','0','144','2020-11-20 16:45:01','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','MEKITA A3 ','','1','0','1441605879884','Cleared','','','','','','','','',0.00,0.00),(426,'','Cash','','2020-11-20 16:50:46','','0','144','2020-11-20 16:50:46','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','1441605879927','Cleared','','','','','','','','',0.00,0.00),(427,'','Invoice','','2020-11-20 17:20:30','SUSAN TSAVO B105','-150','144','2020-11-20 17:20:30','115','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>254722874967 ','','1','0','1441605880254','No','','','','','','','','',0.00,0.00),(428,'','Mpesa','','2020-11-20 17:22:42','cid a5','0','144','2020-11-20 17:22:42','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','cid a5 ','','1','0','1441605882149','Cleared','','','','','','','','',0.00,0.00),(429,'','Invoice','','2020-11-20 17:52:52','EBENEZER B46','-300','144','2020-11-20 17:52:52','187','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','EBENEZER B46 </BR>254728628709 ','','1','0','1441605882188','No','','','','','','','','',0.00,0.00),(430,'','Cash','','2020-11-20 17:56:10','','0','144','2020-11-20 17:56:10','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441605884159','Cleared','','','','','','','','',0.00,0.00),(431,'','Mpesa','','2020-11-20 18:05:14','OPP MAZERAS B4','0','144','2020-11-20 18:05:14','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','OPP MAZERAS B4 ','','1','0','1441605884703','Cleared','','','','','','','','',0.00,0.00),(432,'','Invoice','','2020-11-20 18:51:43','tsavo b518','-160','144','2020-11-20 18:51:43','45','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','tsavo b518 </BR>254723934017 ','','1','0','1441605887478','No','','','','','','','','',0.00,0.00),(433,'','Invoice','','2020-11-20 18:54:15','AGNES TSAVO B205','-300','144','2020-11-20 18:54:15','188','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','AGNES TSAVO B205 </BR>254724696094 ','','1','0','1441605887624','No','','','','','','','','',0.00,0.00),(434,'','Cash','','2020-11-20 18:57:26','MUFEA 54','0','144','2020-11-20 18:57:26','189','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','MUFEA 54 </BR>254712821285 ','','1','0','1441605887827','Cleared','','','','','','','','',0.00,0.00),(435,'','Invoice','','2020-11-21 10:43:55','susan elewa ulevi','-600','144','2020-11-21 10:43:55','190','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','susan elewa ulevi </BR>254724730117 ','','1','0','1441605944507','No','','','','','','','','',0.00,0.00),(436,'','Invoice','','2020-11-21 10:46:52','spearnet am4','-450','144','2020-11-21 10:46:52','191','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','spearnet am4 </BR>254722863237 ','','1','0','1441605944793','No','','','','','','','','',0.00,0.00),(437,'','Invoice','','2020-11-21 10:49:38','spearnet am4','-300','144','2020-11-21 10:49:38','191','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet am4 </BR>254722863237 ','','1','0','1441605944967','No','','','','','','','','',0.00,0.00),(438,'','Mpesa','','2020-11-21 12:38:44','','0','144','2020-11-21 12:38:44','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441605951508','Cleared','','','','','','','','',0.00,0.00),(439,'','Invoice','','2020-11-21 13:17:11','ann mocah d7','-900','144','2020-11-21 13:17:11','192','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ann mocah d7 </BR>254725849010 ','','1','0','1441605953815','No','','','','','','','','',0.00,0.00),(440,'','Invoice','','2020-11-21 13:21:06','victoria havester b3','-300','144','2020-11-21 13:21:06','193','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','victoria havester b3 </BR>254710146946 ','','1','0','1441605954046','No','','','','','','','','',0.00,0.00),(441,'','Invoice','','2020-11-21 13:28:53','juana tsavo a518','-300','144','2020-11-21 13:28:53','70','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','juana tsavo a518 </BR>254792657628 ','','1','0','1441605954422','No','','','','','','','','',0.00,0.00),(442,'','Mpesa','','2020-11-21 14:24:20','','0','144','2020-11-21 14:24:20','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441605957847','Cleared','','','','','','','','',0.00,0.00),(443,'','Mpesa','','2020-11-21 15:00:24','','0','144','2020-11-21 15:00:24','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605960006','Cleared','','','','','','','','',0.00,0.00),(444,'','Invoice','','2020-11-21 19:29:14','christine father oasis e6','-300','144','2020-11-21 19:29:14','194','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e6 </BR>254798208028 ','','1','0','1441605976135','No','','','','','','','','',0.00,0.00),(445,'','Invoice','','2020-11-21 19:31:45','olayemi tsavo b411','-300','144','2020-11-21 19:31:45','195','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olayemi tsavo b411 </BR>254707995147 ','','1','0','1441605976287','No','','','','','','','','',0.00,0.00),(446,'','Invoice','','2020-11-21 19:33:39','christine father oasis e6','-300','144','2020-11-21 19:33:39','194','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e6 </BR>254798208028 ','','1','0','1441605976401','No','','','','','','','','',0.00,0.00),(447,'','Invoice','','2020-11-21 19:35:13','lilian dainty a305','-450','144','2020-11-21 19:35:13','196','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','lilian dainty a305 </BR>254740861468 ','','1','0','1441605976499','No','','','','','','','','',0.00,0.00),(448,'','Mpesa','','2020-11-21 19:37:21','','0','144','2020-11-21 19:37:21','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441605976622','Cleared','','','','','','','','',0.00,0.00),(449,'','Mpesa','','2020-11-21 19:38:41','','0','144','2020-11-21 19:38:41','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605976657','Cleared','','','','','','','','',0.00,0.00),(450,'','Mpesa','','2020-11-21 19:39:42','','0','144','2020-11-21 19:39:42','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','0','1441605976735','Cleared','','','','','','','','',0.00,0.00),(451,'','Invoice','','2020-11-21 19:40:23','kimani court b3','-300','144','2020-11-21 19:40:23','55','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>254721828880 ','','1','0','1441605976797','No','','','','','','','','',0.00,0.00),(452,'','Invoice','','2020-11-21 19:42:50','midview md6','-600','144','2020-11-21 19:42:50','197','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md6 </BR>254721808432 ','','1','0','1441605976944','No','','','','','','','','',0.00,0.00),(453,'','Invoice','','2020-11-21 19:44:36','midview md6','-150','144','2020-11-21 19:44:36','197','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','midview md6 </BR>254721808432 ','','1','0','1441605977063','No','','','','','','','','',0.00,0.00),(454,'','Cash','','2020-11-21 19:48:11','','0','144','2020-11-21 19:48:11','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','1441605977241','Cleared','','','','','','','','',0.00,0.00),(455,'','Invoice','','2020-11-21 19:50:18','pamella ridge centre','-150','144','2020-11-21 19:50:18','198','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','pamella ridge centre </BR>254725153758 ','','1','0','1441605977390','No','','','','','','','','',0.00,0.00),(456,'','Invoice','','2020-11-21 19:52:09','pamella ridge centre','-80','144','2020-11-21 19:52:09','198','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','pamella ridge centre </BR>254725153758 ','','1','0','1441605977520','No','','','','','','','','',0.00,0.00),(457,'','Mpesa','','2020-11-21 19:55:04','westview a6','0','144','2020-11-21 19:55:04','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview a6 ','','1','0','1441605977685','Cleared','','','','','','','','',0.00,0.00),(458,'','Invoice','','2020-11-21 20:10:00','esther thindigua 4c','-300','144','2020-11-21 20:10:00','199','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther thindigua 4c </BR>254718561273 ','','1','0','1441605977725','No','','','','','','','','',0.00,0.00),(459,'','Mpesa','','2020-11-21 20:13:09','','0','144','2020-11-21 20:13:09','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441605978769','Cleared','','','','','','','','',0.00,0.00),(460,'','Mpesa','','2020-11-21 20:14:37','crossover 3','0','144','2020-11-21 20:14:37','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','crossover 3 ','','1','0','1441605978864','Cleared','','','','','','','','',0.00,0.00),(461,'','Invoice','','2020-11-21 20:16:36','TSAVO C119','-300','144','2020-11-21 20:16:36','66','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C119 </BR>254704060322 ','','1','0','1441605978902','No','','','','','','','','',0.00,0.00),(462,'','Invoice','','2020-11-21 20:19:48','sylvia cid e8','-300','144','2020-11-21 20:19:48','200','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sylvia cid e8 </BR>254726160052 ','','1','0','1441605979129','No','','','','','','','','',0.00,0.00),(463,'','Invoice','','2020-11-21 20:21:59','maureen mufea 37','-300','144','2020-11-21 20:21:59','201','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen mufea 37 </BR>254710760718 ','','1','0','1441605979292','No','','','','','','','','',0.00,0.00),(464,'','Invoice','','2020-11-21 20:24:01','susan tsavo','-150','144','2020-11-21 20:24:01','202','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','susan tsavo </BR>254748092826 ','','1','0','1441605979428','No','','','','','','','','',0.00,0.00),(465,'','Invoice','','2020-11-21 20:26:38','springs garden b7','-300','144','2020-11-21 20:26:38','203','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden b7 </BR>254720640738 ','','1','0','1441605979588','No','','','','','','','','',0.00,0.00),(466,'','Cash','','2020-11-21 20:54:11','','0','144','2020-11-21 20:54:11','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441605981227','Cleared','','','','','','','','',0.00,0.00),(467,'','Cash','','2020-11-21 20:57:38','','0','144','2020-11-21 20:57:38','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441605981439','Cleared','','','','','','','','',0.00,0.00),(468,'','Cash','','2020-11-21 21:01:58','','0','144','2020-11-21 21:01:58','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441605981579','Cleared','','','','','','','','',0.00,0.00),(469,'','Invoice','','2020-11-21 21:07:15','nziza b37','-450','144','2020-11-21 21:07:15','204','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','nziza b37 </BR>0723040969 ','','1','0','1441605981996','No','','','','','','','','',0.00,0.00),(470,'','Invoice','','2020-11-22 09:46:53','nicholas tsavo a702','-600','144','2020-11-22 09:46:53','205','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nicholas tsavo a702 </BR>254715680288 ','','1','0','1441605982296','No','','','','','','','','',0.00,0.00),(471,'','Invoice','','2020-11-22 09:49:33','TSAVO C216','-300','144','2020-11-22 09:49:33','206','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>254722915019 ','','1','0','1441606027754','No','','','','','','','','',0.00,0.00),(472,'','Mpesa','','2020-11-22 10:21:33','','0','144','2020-11-22 10:21:33','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441606029681','Cleared','','','','','','','','',0.00,0.00),(473,'','Cash','','2020-11-22 10:56:27','spring garden a1','0','144','2020-11-22 10:56:27','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden a1 ','','1','0','1441606030337','Cleared','','','','','','','','',0.00,0.00),(474,'','Invoice','','2020-11-22 10:57:33','james mufea a5','-300','144','2020-11-22 10:57:33','83','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>254756228000 ','','1','0','1441606031820','No','','','','','','','','',0.00,0.00),(475,'','Invoice','','2020-11-22 11:06:11','thindigua gardens 6h','-160','144','2020-11-22 11:06:11','208','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','thindigua gardens 6h </BR>254708727618 ','','1','0','1441606032333','No','','','','','','','','',0.00,0.00),(476,'','Invoice','','2020-11-22 12:11:18','TSAVO B703','-350','144','2020-11-22 12:11:18','180','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','TSAVO B703 </BR>254704382089 ','','1','0','1441606036196','No','','','','','','','','',0.00,0.00),(477,'','Mpesa','','2020-11-22 12:15:55','','0','144','2020-11-22 12:15:55','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441606036438','Cleared','','','','','','','','',0.00,0.00),(478,'','Cash','','2020-11-22 12:39:30','mufea','0','144','2020-11-22 12:39:30','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea ','','1','0','1441606037949','Cleared','','','','','','','','',0.00,0.00),(479,'','Mpesa','','2020-11-22 12:40:31','','0','144','2020-11-22 12:40:31','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','1441606037995','Cleared','','','','','','','','',0.00,0.00),(480,'','Invoice','','2020-11-22 12:42:49','alvin tsavo a318','-300','144','2020-11-22 12:42:49','209','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','alvin tsavo a318 </BR>254728641699 ','','1','0','1441606038049','No','','','','','','','','',0.00,0.00),(481,'','Invoice','','2020-11-22 12:53:50','ack','-900','144','2020-11-22 12:53:50','210','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ack </BR>254714794603 ','','1','0','1441606038814','No','','','','','','','','',0.00,0.00),(482,'','Cash','','2020-11-22 13:14:42','','0','144','2020-11-22 13:14:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606040072','Cleared','','','','','','','','',0.00,0.00),(483,'','Cash','','2020-11-22 13:32:45','mocah','0','144','2020-11-22 13:32:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mocah ','','1','0','1441606040094','Cleared','','','','','','','','',0.00,0.00),(484,'','Cash','','2020-11-22 13:33:58','mocah','0','144','2020-11-22 13:33:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mocah ','','1','0','1441606041185','Cleared','','','','','','','','',0.00,0.00),(485,'','Cash','','2020-11-22 13:36:01','','0','144','2020-11-22 13:36:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441606041253','Cleared','','','','','','','','',0.00,0.00),(486,'','Cash','','2020-11-22 13:37:59','','0','144','2020-11-22 13:37:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441606041454','Cleared','','','','','','','','',0.00,0.00),(487,'','Cash','','2020-11-22 13:46:25','','0','144','2020-11-22 13:46:25','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606041488','Cleared','','','','','','','','',0.00,0.00),(488,'','Mpesa','','2020-11-22 13:51:24','tsavo a415','0','144','2020-11-22 13:51:24','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','tsavo a415 ','','1','0','1441606042274','Cleared','','','','','','','','',0.00,0.00),(489,'','Mpesa','','2020-11-22 14:14:44','','0','144','2020-11-22 14:14:44','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441606043676','Cleared','','','','','','','','',0.00,0.00),(490,'','Invoice','','2020-11-22 14:32:19','crossover 9','-300','144','2020-11-22 14:32:19','211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>254712634308 ','','1','0','1441606044698','No','','','','','','','','',0.00,0.00),(491,'','Invoice','','2020-11-22 14:33:48','fahari a6','-300','144','2020-11-22 14:33:48','212','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fahari a6 </BR>254724118308 ','','1','0','1441606044815','No','','','','','','','','',0.00,0.00),(492,'','Invoice','','2020-11-22 15:32:52','westview b4','-300','144','2020-11-22 15:32:52','213','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b4 </BR>254722106494 ','','1','0','1441606048310','No','','','','','','','','',0.00,0.00),(493,'','Invoice','','2020-11-22 15:35:06','nzinza d76','-300','144','2020-11-22 15:35:06','214','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza d76 </BR>254738406075 ','','1','0','1441606048491','No','','','','','','','','',0.00,0.00),(494,'','Invoice','','2020-11-22 15:38:26','MIRIAM PETRA 18','-600','144','2020-11-22 15:38:26','28','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIRIAM PETRA 18 </BR>254722740167 ','','1','0','1441606048693','No','','','','','','','','',0.00,0.00),(495,'','Cash','','2020-11-22 16:12:07','','0','144','2020-11-22 16:12:07','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','1441606050693','Cleared','','','','','','','','',0.00,0.00),(496,'','Mpesa','','2020-11-22 16:12:40','dainty','0','144','2020-11-22 16:12:40','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dainty ','','1','0','1441606050743','Cleared','','','','','','','','',0.00,0.00),(497,'','Cash','','2020-11-22 16:23:13','','0','144','2020-11-22 16:23:13','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606051362','Cleared','','','','','','','','',0.00,0.00),(498,'','Mpesa','','2020-11-22 16:38:47','','0','144','2020-11-22 16:38:47','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441606052311','Cleared','','','','','','','','',0.00,0.00),(499,'','Cash','','2020-11-22 17:16:05','','0','144','2020-11-22 17:16:05','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441606052339','Cleared','','','','','','','','',0.00,0.00),(500,'','Invoice','','2020-11-22 17:17:38','adriana harvester c4','-600','144','2020-11-22 17:17:38','134','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','1441606054573','No','','','','','','','','',0.00,0.00),(501,'','Cash','','2020-11-22 17:50:22','denty','0','12','2020-11-22 17:50:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty ','','1','0','121606056593','Cleared','','','','','','','','',0.00,0.00),(502,'','Mpesa','','2020-11-22 18:16:40','opp mazeras m2','0','12','2020-11-22 18:16:40','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','opp mazeras m2 ','','1','0','121606058185','Cleared','','','','','','','','',0.00,0.00),(503,'','Invoice','','2020-11-22 18:19:28','father oasis a 18','-300','12','2020-11-22 18:19:28','215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a 18 </BR>254719814734 ','','1','0','121606058360','No','','','','','','','','',0.00,0.00),(504,'','Mpesa','','2020-11-22 18:27:11','','0','144','2020-11-22 18:27:11','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441606058820','Cleared','','','','','','','','',0.00,0.00),(505,'','Invoice','','2020-11-22 18:48:58','tsavo c011','-150','144','2020-11-22 18:48:58','32','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c011 </BR>254721857283 ','','1','0','1441606060123','No','','','','','','','','',0.00,0.00),(506,'','Cash','','2020-11-22 18:55:03','kamunge 17','0','144','2020-11-22 18:55:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 17 ','','1','0','1441606060489','Cleared','','','','','','','','',0.00,0.00),(507,'','Invoice','','2020-11-22 19:21:04','harvester b8','-300','144','2020-11-22 19:21:04','121','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254729043105 ','','1','0','1441606060553','No','','','','','','','','',0.00,0.00),(508,'','Mpesa','','2020-11-22 20:10:40','','0','144','2020-11-22 20:10:40','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','0','1441606065029','Cleared','','','','','','','','',0.00,0.00),(509,'','Invoice','','2020-11-22 20:18:34','purity tony wa6','-600','144','2020-11-22 20:18:34','90','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>254722551571 ','','1','0','1441606065501','No','','','','','','','','',0.00,0.00),(510,'','Invoice','','2020-11-23 08:16:55','HARVESTER C5','-300','11','2020-11-23 08:16:55','81','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HARVESTER C5 </BR>254722357655 ','','1','0','111606108592','No','','','','','','','','',0.00,0.00),(511,'','Mpesa','','2020-11-23 09:34:36','tsav0 rooftop ','0','11','2020-11-23 09:34:36','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','tsav0 rooftop ','','1','0','111606113264','Cleared','','','','','','','','',0.00,0.00),(512,'','Invoice','','2020-11-23 10:24:36','tsavo c320','-300','144','2020-11-23 10:24:36','216','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c320 </BR>254722664090 ','','1','0','1441606116261','No','','','','','','','','',0.00,0.00),(513,'','Invoice','','2020-11-23 10:26:59','denty a301','-300','144','2020-11-23 10:26:59','217','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','denty a301 </BR>254722858780 ','','1','0','1441606116409','No','','','','','','','','',0.00,0.00),(514,'','Invoice','','2020-11-23 10:38:39','mufea 43','-300','144','2020-11-23 10:38:39','218','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 43 </BR>254724995969 ','','1','0','1441606116596','No','','','','','','','','',0.00,0.00),(515,'','Mpesa','','2020-11-23 11:28:23','','0','144','2020-11-23 11:28:23','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','1441606120089','Cleared','','','','','','','','',0.00,0.00),(516,'','Mpesa','','2020-11-23 11:36:55','','0','144','2020-11-23 11:36:55','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','1441606120606','Cleared','','','','','','','','',0.00,0.00),(517,'','Invoice','','2020-11-23 11:51:22','westview a2','-450','144','2020-11-23 11:51:22','219','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview a2 </BR>254726230677 ','','1','0','1441606120627','No','','','','','','','','',0.00,0.00),(518,'','Mpesa','','2020-11-23 12:05:23','','0','144','2020-11-23 12:05:23','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441606122310','Cleared','','','','','','','','',0.00,0.00),(519,'','Mpesa','','2020-11-23 12:06:04','','0','144','2020-11-23 12:06:04','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed',' ','','1','0','1441606122335','Cleared','','','','','','','','',0.00,0.00),(520,'','Cash','','2020-11-23 12:11:38','','0','144','2020-11-23 12:11:38','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606122374','Cleared','','','','','','','','',0.00,0.00),(521,'','Invoice','','2020-11-23 12:50:15','mufea g6','-900','144','2020-11-23 12:50:15','220','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea g6 </BR>254703218666 ','','1','0','1441606125001','No','','','','','','','','',0.00,0.00),(522,'','Invoice','','2020-11-23 13:34:06','gacicio 1 c2','-600','144','2020-11-23 13:34:06','107','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','gacicio 1 c2 </BR>254724580588 ','','1','0','1441606127624','No','','','','','','','','',0.00,0.00),(523,'','Mpesa','','2020-11-23 13:43:36','cid a5','0','144','2020-11-23 13:43:36','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','cid a5 ','','1','0','1441606128189','Cleared','','','','','','','','',0.00,0.00),(524,'','Invoice','','2020-11-23 13:48:55','purrity wa1','-300','144','2020-11-23 13:48:55','221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purrity wa1 </BR>254795016395 ','','1','0','1441606128243','No','','','','','','','','',0.00,0.00),(525,'','Invoice','','2020-11-23 14:21:57','midview ad4','-600','144','2020-11-23 14:21:57','222','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad4 </BR>254728175293 ','','1','0','1441606130492','No','','','','','','','','',0.00,0.00),(526,'','Cash','','2020-11-23 14:52:57','','0','144','2020-11-23 14:52:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606132362','Cleared','','','','','','','','',0.00,0.00),(527,'','Invoice','','2020-11-23 15:49:06','pinewood 305','-900','144','2020-11-23 15:49:06','223','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','pinewood 305 </BR>254725885699 ','','1','0','1441606135703','No','','','','','','','','',0.00,0.00),(528,'','Cash','','2020-11-23 15:51:55','','0','144','2020-11-23 15:51:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606135900','Cleared','','','','','','','','',0.00,0.00),(529,'','Cash','','2020-11-23 15:52:48','muteti centre','0','144','2020-11-23 15:52:48','224','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre </BR>254723385156 ','','1','0','1441606135938','Cleared','','','','','','','','',0.00,0.00),(530,'','Invoice','','2020-11-23 15:54:45','blessed garden b5','0','144','2020-11-23 15:54:45','225','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','blessed garden b5 </BR>254728224952 ','','1','0','1441606136025','No','','','','','','','','',0.00,0.00),(531,'','Invoice','','2020-11-23 16:27:25','sujnam 4b','-300','144','2020-11-23 16:27:25','226','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sujnam 4b </BR>254780068802 ','','1','0','1441606138036','No','','','','','','','','',0.00,0.00),(532,'','Invoice','','2020-11-23 17:01:26','miriam tsavo a709','-150','144','2020-11-23 17:01:26','131','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','miriam tsavo a709 </BR>254715636264 ','','1','0','1441606140048','No','','','','','','','','',0.00,0.00),(533,'','Mpesa','','2020-11-23 17:27:19','','0','144','2020-11-23 17:27:19','','0','7000','1','retail',NULL,'7000','1','0','0','0','0','7000','0','printed',' ','','1','0','1441606141624','Cleared','','','','','','','','',0.00,0.00),(534,'','Invoice','','2020-11-23 17:42:09','midview ad3','-300','144','2020-11-23 17:42:09','227','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>254724212329 ','','1','0','1441606142508','No','','','','','','','','',0.00,0.00),(535,'','Mpesa','','2020-11-23 17:53:07','','0','144','2020-11-23 17:53:07','','0','40','1','retail',NULL,'40','1','0','0','0','0','40','0','printed',' ','','1','0','1441606143155','Cleared','','','','','','','','',0.00,0.00),(536,'','Cash','','2020-11-23 18:10:03','ridge centre','0','144','2020-11-23 18:10:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','1441606143200','Cleared','','','','','','','','',0.00,0.00),(537,'','Invoice','','2020-11-23 18:18:37','JAYCE B7','-450','144','2020-11-23 18:18:37','228','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','JAYCE B7 </BR>254722131536 ','','1','0','1441606144225','No','','','','','','','','',0.00,0.00),(538,'','Invoice','','2020-11-23 18:21:38','opp mazeras m4','-300','144','2020-11-23 18:21:38','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441606144890','No','','','','','','','','',0.00,0.00),(539,'','Mpesa','','2020-11-23 18:27:03','MUFEA A4','0','144','2020-11-23 18:27:03','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','MUFEA A4 ','','1','0','1441606145214','Cleared','','','','','','','','',0.00,0.00),(540,'','Invoice','','2020-11-23 18:40:27','KIAMBU ABUDANT','-1800','144','2020-11-23 18:40:27','230','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','KIAMBU ABUDANT </BR>254770385230 ','','1','0','1441606145242','No','','','','','','','','',0.00,0.00),(541,'','Mpesa','','2020-11-23 19:00:04','','0','144','2020-11-23 19:00:04','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','1441606147168','Cleared','','','','','','','','',0.00,0.00),(542,'','Cash','','2020-11-23 19:00:51','','0','144','2020-11-23 19:00:51','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441606147215','Cleared','','','','','','','','',0.00,0.00),(543,'','Invoice','','2020-11-23 20:15:07','kenneth kamunge 15','-300','144','2020-11-23 20:15:07','231','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>254723443480 ','','1','0','1441606151699','No','','','','','','','','',0.00,0.00),(544,'','Invoice','','2020-11-23 20:16:50','damaris fahari d6','-300','144','2020-11-23 20:16:50','232','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','damaris fahari d6 </BR>254707263276 ','','1','0','1441606151799','No','','','','','','','','',0.00,0.00),(545,'','Invoice','','2020-11-24 07:45:09','midviewm3','-300','144','2020-11-24 07:45:09','142','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midviewm3 </BR>254718617678 ','','1','0','1441606193101','No','','','','','','','','',0.00,0.00),(546,'','Invoice','','2020-11-24 08:59:39','SUSAN TSAVO B105','-150','144','2020-11-24 08:59:39','202','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>254748092826 ','','1','0','1441606197567','No','','','','','','','','',0.00,0.00),(547,'','Invoice','','2020-11-24 09:07:36','harvenest towers kasarini','0','144','2020-11-24 09:07:36','36','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harvenest towers kasarini </BR>254768252575 ','','1','0','1441606198035','No','','','','','','','','',0.00,0.00),(548,'','Invoice','','2020-11-24 10:51:06','mufea 6b','-300','144','2020-11-24 10:51:06','117','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 6b </BR>254720353773 ','','1','0','1441606204256','No','','','','','','','','',0.00,0.00),(549,'','Invoice','','2020-11-24 10:52:38','cid d16','-300','144','2020-11-24 10:52:38','233','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid d16 </BR>254726488653 ','','1','0','1441606204345','No','','','','','','','','',0.00,0.00),(550,'','Cash','','2020-11-24 11:34:22','','0','144','2020-11-24 11:34:22','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606206840','Cleared','','','','','','','','',0.00,0.00),(551,'','Cash','','2020-11-24 11:51:22','','0','144','2020-11-24 11:51:22','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606206882','Cleared','','','','','','','','',0.00,0.00),(552,'','Invoice','','2020-11-24 11:56:13','father oasis c11','-150','144','2020-11-24 11:56:13','234','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis c11 </BR>254721889292 ','','1','0','1441606207892','No','','','','','','','','',0.00,0.00),(553,'','Invoice','','2020-11-24 11:58:11','TSAVO NAOMI B608','-150','144','2020-11-24 11:58:11','235','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>254794672549 ','','1','0','1441606208278','No','','','','','','','','',0.00,0.00),(554,'','Invoice','','2020-11-24 12:24:36','headmerheight c9','-600','144','2020-11-24 12:24:36','236','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','headmerheight c9 </BR>254726073365 ','','1','0','1441606209858','No','','','','','','','','',0.00,0.00),(555,'','Invoice','','2020-11-24 12:43:43','serenr b12','-300','144','2020-11-24 12:43:43','17','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serenr b12 </BR>254723608982 ','','1','0','1441606210929','No','','','','','','','','',0.00,0.00),(556,'','Invoice','','2020-11-24 13:25:24','spearnet dm3','-300','144','2020-11-24 13:25:24','30','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>254711956826 ','','1','0','1441606213513','No','','','','','','','','',0.00,0.00),(557,'','Mpesa','','2020-11-24 13:27:33','','0','144','2020-11-24 13:27:33','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','1441606213643','Cleared','','','','','','','','',0.00,0.00),(558,'','Cash','','2020-11-24 13:28:21','karis','0','144','2020-11-24 13:28:21','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','karis ','','1','0','1441606213667','Cleared','','','','','','','','',0.00,0.00),(559,'','Cash','','2020-11-24 13:46:57','','0','144','2020-11-24 13:46:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606213720','Cleared','','','','','','','','',0.00,0.00),(560,'','Cash','','2020-11-24 13:47:16','','0','144','2020-11-24 13:47:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606214826','Cleared','','','','','','','','',0.00,0.00),(561,'','Invoice','','2020-11-24 14:19:46','faith jenid a1','-600','144','2020-11-24 14:19:46','34','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>254722318330 ','','1','0','1441606216749','No','','','','','','','','',0.00,0.00),(562,'','Mpesa','','2020-11-24 15:39:03','nzinza c61','0','144','2020-11-24 15:39:03','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nzinza c61 ','','1','0','1441606221534','Cleared','','','','','','','','',0.00,0.00),(563,'','Invoice','','2020-11-24 15:42:23','nzinza b39','-300','144','2020-11-24 15:42:23','237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza b39 </BR>254722579456 ','','1','0','1441606221686','No','','','','','','','','',0.00,0.00),(564,'','Mpesa','','2020-11-24 15:51:37','patric','0','144','2020-11-24 15:51:37','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','patric ','','1','0','1441606222284','Cleared','','','','','','','','',0.00,0.00),(565,'','Invoice','','2020-11-24 16:08:31','tsavo c519','-150','144','2020-11-24 16:08:31','238','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c519 </BR>254724942865 ','','1','0','1441606223250','No','','','','','','','','',0.00,0.00),(566,'','Cash','','2020-11-24 16:25:03','','0','144','2020-11-24 16:25:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606224283','Cleared','','','','','','','','',0.00,0.00),(567,'','Mpesa','','2020-11-24 16:32:20','thindigua stage','0','144','2020-11-24 16:32:20','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','thindigua stage ','','1','0','1441606224351','Cleared','','','','','','','','',0.00,0.00),(568,'','Mpesa','','2020-11-24 17:04:53','','0','144','2020-11-24 17:04:53','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','1441606226679','Cleared','','','','','','','','',0.00,0.00),(569,'','Invoice','','2020-11-24 17:40:31','midview md6','-600','144','2020-11-24 17:40:31','239','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md6 </BR>254721808434 ','','1','0','1441606227885','No','','','','','','','','',0.00,0.00),(570,'','Mpesa','','2020-11-24 18:07:44','spring garden 4','0','144','2020-11-24 18:07:44','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spring garden 4 ','','1','0','1441606230413','Cleared','','','','','','','','',0.00,0.00),(571,'','Cash','','2020-11-24 18:10:40','','0','144','2020-11-24 18:10:40','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606230496','Cleared','','','','','','','','',0.00,0.00),(572,'','Invoice','','2020-11-24 18:49:29','john tsavo a206','-300','144','2020-11-24 18:49:29','62','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john tsavo a206 </BR>254727518227 ','','1','0','1441606232948','No','','','','','','','','',0.00,0.00),(573,'','Cash','','2020-11-24 19:08:36','mekita d6','0','144','2020-11-24 19:08:36','240','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','mekita d6 </BR>254728750234 ','','1','0','1441606234092','Cleared','','','','','','','','',0.00,0.00),(574,'','Invoice','','2020-11-24 19:13:50','TSAVO A708','-300','144','2020-11-24 19:13:50','69','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A708 </BR>254725112711 ','','1','0','1441606234160','No','','','','','','','','',0.00,0.00),(575,'','Invoice','','2020-11-24 19:33:07','mufea 4d','-300','144','2020-11-24 19:33:07','47','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>254724237294 ','','1','0','1441606235571','No','','','','','','','','',0.00,0.00),(576,'','Mpesa','','2020-11-24 19:41:10','','0','144','2020-11-24 19:41:10','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','0','1441606236044','Cleared','','','','','','','','',0.00,0.00),(577,'','Cash','','2020-11-24 20:33:58','','0','144','2020-11-24 20:33:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606239209','Cleared','','','','','','','','',0.00,0.00),(578,'','Mpesa','','2020-11-24 20:44:55','0724638256','0','144','2020-11-24 20:44:55','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','0724638256 ','','1','0','1441606239864','Cleared','','','','','','','','lenny',0.00,0.00),(579,'','Cash','','2020-11-24 20:54:26','spring garden a1','0','144','2020-11-24 20:54:26','241','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden a1 </BR>0745074805 ','','1','0','1441606240449','Cleared','','','','','','','','',0.00,0.00),(580,'','Invoice','','2020-11-25 09:44:16','gacicio 1 c1','-300','144','2020-11-25 09:44:16','242','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c1 </BR>254725758767 ','','1','0','1441606286642','No','','','','','','','','',0.00,0.00),(581,'','Cash','','2020-11-25 09:46:58','','0','144','2020-11-25 09:46:58','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441606286805','Cleared','','','','','','','','',0.00,0.00),(582,'','Cash','','2020-11-25 10:04:32','','0','144','2020-11-25 10:04:32','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606287845','Cleared','','','','','','','','',0.00,0.00),(583,'','Invoice','','2020-11-25 10:34:37','harvester c3','-600','144','2020-11-25 10:34:37','243','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester c3 </BR>254707689933 ','','1','0','1441606287880','No','','','','','','','','',0.00,0.00),(584,'','Invoice','','2020-11-25 10:37:01','purity wb9','0','144','2020-11-25 10:37:01','244','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','purity wb9 </BR>254722842669 ','','1','0','1441606289778','No','','','','','','','','',0.00,0.00),(585,'','Invoice','','2020-11-25 10:56:07','MUFEA 60','-300','144','2020-11-25 10:56:07','82','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 60 </BR>254733127411 ','','1','0','1441606290959','No','','','','','','','','',0.00,0.00),(586,'','Cash','','2020-11-25 11:40:16','','0','144','2020-11-25 11:40:16','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','1441606293584','Cleared','','','','','','','','',0.00,0.00),(587,'','Invoice','','2020-11-25 11:42:42','peninah hopetrust 2 a9','0','144','2020-11-25 11:42:42','245','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','peninah hopetrust 2 a9 </BR>254707271422 ','','1','0','1441606293632','No','','','','','','','','',0.00,0.00),(588,'','Invoice','','2020-11-25 12:31:10','ldydia pinewood 606','-900','144','2020-11-25 12:31:10','37','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ldydia pinewood 606 </BR>254704700068 ','','1','0','1441606296656','No','','','','','','','','',0.00,0.00),(589,'','Cash','','2020-11-25 13:12:18','','0','144','2020-11-25 13:12:18','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606299090','Cleared','','','','','','','','',0.00,0.00),(590,'','Cash','','2020-11-25 13:49:07','','0','144','2020-11-25 13:49:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606301321','Cleared','','','','','','','','',0.00,0.00),(591,'','Mpesa','','2020-11-25 13:55:02','SIMON','0','144','2020-11-25 13:55:02','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed','SIMON ','','1','0','1441606301694','Cleared','','','','','','','','',0.00,0.00),(592,'','Invoice','','2020-11-25 14:18:59','RUTH RIDGEWAYS','-900','144','2020-11-25 14:18:59','246','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','RUTH RIDGEWAYS </BR>254724518515 ','','1','0','1441606302428','No','','','','','','','','',0.00,0.00),(593,'','Invoice','','2020-11-25 14:44:04','edwin juma','-80','144','2020-11-25 14:44:04','247','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','edwin juma </BR>2547112380077 ','','1','0','1441606304628','No','','','','','','','','',0.00,0.00),(594,'','Invoice','','2020-11-25 15:14:27','georgina crossover 6','-300','144','2020-11-25 15:14:27','127','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>254725351414 ','','1','0','1441606306456','No','','','','','','','','',0.00,0.00),(595,'','Invoice','','2020-11-25 15:43:10','father oasis c7','-300','144','2020-11-25 15:43:10','57','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis c7 </BR>254722354995 ','','1','0','1441606308154','No','','','','','','','','',0.00,0.00),(596,'','Cash','','2020-11-25 15:45:23','','0','144','2020-11-25 15:45:23','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441606308304','Cleared','','','','','','','','',0.00,0.00),(597,'','Cash','','2020-11-25 15:55:02','','0','144','2020-11-25 15:55:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606308334','Cleared','','','','','','','','',0.00,0.00),(598,'','Invoice','','2020-11-25 16:25:40','father oasis a15','-600','144','2020-11-25 16:25:40','248','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','father oasis a15 </BR>254726353547 ','','1','0','1441606310669','No','','','','','','','','',0.00,0.00),(599,'','Invoice','','2020-11-25 16:44:43','david nganga','-450','144','2020-11-25 16:44:43','249','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','david nganga </BR>254722528411 ','','1','0','1441606311873','No','','','','','','','','',0.00,0.00),(600,'','Invoice','','2020-11-25 16:52:41','raya tsavo a513','-80','144','2020-11-25 16:52:41','16','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441606312333','No','','','','','','','','',0.00,0.00),(601,'','Invoice','','2020-11-25 16:54:43','westview d6','-600','144','2020-11-25 16:54:43','250','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','westview d6 </BR>254714160617 ','','1','0','1441606312432','No','','','','','','','','',0.00,0.00),(602,'','Invoice','','2020-11-25 17:04:02','paul kiambu','-1800','144','2020-11-25 17:04:02','251','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','paul kiambu </BR>254725313171 ','','1','0','1441606313026','No','','','','','','','','',0.00,0.00),(603,'','Cash','','2020-11-25 17:34:16','mwangi','0','144','2020-11-25 17:34:16','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed','mwangi ','','1','0','1441606314841','Cleared','','','','','','','','',0.00,0.00),(604,'','Cash','','2020-11-25 17:55:33','gacicio 1','0','144','2020-11-25 17:55:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacicio 1 ','','1','0','1441606316111','Cleared','','','','','','','','',0.00,0.00),(605,'','Invoice','','2020-11-25 18:08:54','ankiah b402','-900','144','2020-11-25 18:08:54','252','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ankiah b402 </BR>254716353933 ','','1','0','1441606316243','No','','','','','','','','',0.00,0.00),(606,'','Invoice','','2020-11-25 18:12:51','cid a5','-150','144','2020-11-25 18:12:51','105','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid a5 </BR>254721311017 ','','1','0','1441606317160','No','','','','','','','','',0.00,0.00),(607,'','Invoice','','2020-11-25 18:34:42','mufea 68','0','144','2020-11-25 18:34:42','253','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 68 </BR>254702048944 ','','1','0','1441606318464','No','','','','','','','','',0.00,0.00),(608,'','Invoice','','2020-11-25 18:37:26','tsavo b718','-150','144','2020-11-25 18:37:26','254','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b718 </BR>254728333561 ','','1','0','1441606318622','No','','','','','','','','',0.00,0.00),(609,'','Invoice','','2020-11-25 18:52:04','james primerose b2','-300','144','2020-11-25 18:52:04','77','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james primerose b2 </BR>254712604704 ','','1','0','1441606319335','No','','','','','','','','',0.00,0.00),(610,'','Invoice','','2020-11-25 18:55:40','james primerose b2','-600','144','2020-11-25 18:55:40','77','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>254712604704 ','','1','0','1441606319720','No','','','','','','','','',0.00,0.00),(611,'','Invoice','','2020-11-25 18:57:06','kenneth kihara','-300','144','2020-11-25 18:57:06','255','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kihara </BR>254720317628 ','','1','0','1441606319817','No','','','','','','','','',0.00,0.00),(612,'','Invoice','','2020-11-25 19:12:07','philly homes c8','-900','144','2020-11-25 19:12:07','256','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','philly homes c8 </BR>254718258824 ','','1','0','1441606320700','No','','','','','','','','',0.00,0.00),(613,'','Invoice','','2020-11-25 19:17:21','SPEARNET DM9','-300','144','2020-11-25 19:17:21','257','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>254727711513 ','','1','0','1441606321029','No','','','','','','','','',0.00,0.00),(614,'','Invoice','','2020-11-25 19:51:22','serene c11','-300','144','2020-11-25 19:51:22','258','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene c11 </BR>254728759721 ','','1','0','1441606323071','No','','','','','','','','',0.00,0.00),(615,'','Cash','','2020-11-25 20:08:16','','0','144','2020-11-25 20:08:16','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606324085','Cleared','','','','','','','','',0.00,0.00),(616,'','Cash','','2020-11-25 20:19:49','','0','144','2020-11-25 20:19:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606324697','Cleared','','','','','','','','',0.00,0.00),(617,'','Cash','','2020-11-25 20:21:11','','0','144','2020-11-25 20:21:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606324799','Cleared','','','','','','','','',0.00,0.00),(618,'','Invoice','','2020-11-26 08:24:05','springs garden b7','-300','144','2020-11-26 08:24:05','40','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden b7 </BR>254758705126 ','','1','0','1441606368236','No','','','','','','','','',0.00,0.00),(619,'','Invoice','','2020-11-26 08:36:46','kencom sacco 69','-600','144','2020-11-26 08:36:46','88','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>254748296532 ','','1','0','1441606368990','No','','','','','','','','',0.00,0.00),(620,'','Mpesa','','2020-11-26 08:46:36','dories harvester b8','0','144','2020-11-26 08:46:36','259','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dories harvester b8 </BR>254746646466 ','','1','0','1441606369093','Cleared','','','','','','','','',0.00,0.00),(621,'','Cash','','2020-11-26 09:33:08','patricia mufea 1b','0','144','2020-11-26 09:33:08','260','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','patricia mufea 1b </BR>254725551167 ','','1','0','1441606372378','Cleared','','','','','','','','',0.00,0.00),(622,'','Invoice','','2020-11-26 10:05:53','','-300','144','2020-11-26 09:43:43','261','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james </BR>254724082450 ','','1','0','1441606372448','No','144','2020-11-26 10:05:53','','','','','','',0.00,0.00),(623,'','Invoice','','2020-11-26 10:16:03','nzinza a1','-1200','144','2020-11-26 10:16:03','262','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nzinza a1 </BR>254720621405 ','','1','0','1441606374944','No','','','','','','','','',0.00,0.00),(624,'','Invoice','','2020-11-26 11:50:24','alex','-120','144','2020-11-26 11:50:24','263','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','alex </BR>254724960397 ','','1','0','1441606380610','No','','','','','','','','',0.00,0.00),(625,'','Invoice','','2020-11-26 11:52:05','baraka complex','0','144','2020-11-26 11:52:05','264','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','baraka complex </BR>254725306830 ','','1','0','1441606380715','No','','','','','','','','',0.00,0.00),(626,'','Invoice','','2020-11-26 12:06:38','SHIFFARA JENID C8','-300','144','2020-11-26 12:06:38','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>254721826266 ','','1','0','1441606381578','No','','','','','','','','',0.00,0.00),(627,'','Invoice','','2020-11-26 12:21:48','SPEARNET DM9','-300','144','2020-11-26 12:21:48','265','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>2527711513 ','','1','0','1441606382500','No','','','','','','','','',0.00,0.00),(628,'','Invoice','','2020-11-26 12:30:57','gladys scenic b1','-1500','144','2020-11-26 12:30:57','266','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','gladys scenic b1 </BR>254721`263758 ','','1','0','1441606383030','No','','','','','','','','',0.00,0.00),(629,'','Cash','','2020-11-26 12:47:54','ridge centre','0','144','2020-11-26 12:47:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','1441606384067','Cleared','','','','','','','','',0.00,0.00),(630,'','Invoice','','2020-11-26 13:09:28','dainty a406','-600','144','2020-11-26 13:09:28','267','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dainty a406 </BR>254721268042 ','','1','0','1441606384096','No','','','','','','','','',0.00,0.00),(631,'','Invoice','','2020-11-26 13:45:54','midview mb6 flozzy','-600','144','2020-11-26 13:45:54','14','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>254723874808 ','','1','0','1441606387538','No','','','','','','','','',0.00,0.00),(632,'','Cash','','2020-11-26 15:15:28','','0','144','2020-11-26 15:15:28','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','0','1441606392870','Cleared','','','','','','','','',0.00,0.00),(633,'','Cash','','2020-11-26 15:18:52','jiji','0','144','2020-11-26 15:18:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','jiji ','','1','0','1441606392939','Cleared','','','','','','','','',0.00,0.00),(634,'','Invoice','','2020-11-26 15:43:43','tsavo c209','-50','144','2020-11-26 15:43:43','268','100','150','1','retail',NULL,'150','1','0','0','50','0','0','0','printed','tsavo c209 </BR>254704463302 ','','1','0','1441606394601','No','','','','','','','','',0.00,0.00),(635,'','Invoice','','2020-11-26 15:46:07','samantha vera 3-4','-300','144','2020-11-26 15:46:07','269','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samantha vera 3-4 </BR>254721792066 ','','1','0','1441606394752','No','','','','','','','','',0.00,0.00),(636,'','Invoice','','2020-11-26 15:49:46','midview aa3','-900','144','2020-11-26 15:49:46','270','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','midview aa3 </BR>254725632546 ','','1','0','1441606394948','No','','','','','','','','',0.00,0.00),(637,'','Cash','','2020-11-26 16:00:42','','0','144','2020-11-26 16:00:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606395558','Cleared','','','','','','','','',0.00,0.00),(638,'','Cash','','2020-11-26 16:10:22','','0','144','2020-11-26 16:10:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606396210','Cleared','','','','','','','','',0.00,0.00),(639,'','Invoice','','2020-11-26 16:30:31','rosewood b6','-300','144','2020-11-26 16:30:31','78','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood b6 </BR>254729152474 ','','1','0','1441606396247','No','','','','','','','','',0.00,0.00),(640,'','Cash','','2020-11-26 16:47:02','jescah','0','144','2020-11-26 16:47:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jescah ','','1','0','1441606398375','Cleared','','','','','','','','',0.00,0.00),(641,'','Invoice','','2020-11-26 16:53:02','green zone','-600','144','2020-11-26 16:53:02','271','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','green zone </BR>254723014978 ','','1','0','1441606398438','No','','','','','','','','',0.00,0.00),(642,'','Cash','','2020-11-26 17:09:23','','0','144','2020-11-26 17:09:23','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606399706','Cleared','','','','','','','','',0.00,0.00),(643,'','Invoice','','2020-11-26 17:15:12','mufea 5d','-450','144','2020-11-26 17:15:12','272','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','mufea 5d </BR>254722685054 ','','1','0','1441606400084','No','','','','','','','','',0.00,0.00),(644,'','Invoice','','2020-11-26 17:33:25','spearnet am3','-250','144','2020-11-26 17:33:25','273','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','spearnet am3 </BR>254723985822 ','','1','0','1441606401196','No','','','','','','','','',0.00,0.00),(645,'','Invoice','','2020-11-26 17:36:35','kimani court d5','-300','144','2020-11-26 17:36:35','274','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d5 </BR>254716359727 ','','1','0','1441606401379','No','','','','','','','','',0.00,0.00),(646,'','Invoice','','2020-11-26 17:38:27','kasarini castle 35','-300','144','2020-11-26 17:38:27','275','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kasarini castle 35 </BR>254703297978 ','','1','0','1441606401496','No','','','','','','','','',0.00,0.00),(647,'','Invoice','','2020-11-26 19:32:45','tsavo c509','-300','144','2020-11-26 19:32:45','276','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c509 </BR>254703763374 ','','1','0','1441606408322','No','','','','','','','','',0.00,0.00),(648,'','Invoice','','2020-11-26 19:36:02','hope trust 1 a4','-600','144','2020-11-26 19:36:02','177','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>254720869132 ','','1','0','1441606408459','No','','','','','','','','',0.00,0.00),(649,'','Invoice','','2020-11-26 19:38:21','SCHECKEM A24','-300','144','2020-11-26 19:38:21','145','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SCHECKEM A24 </BR>254713654567 ','','1','0','1441606408693','No','','','','','','','','',0.00,0.00),(650,'','Invoice','','2020-11-26 19:39:56','midview ad5','-600','144','2020-11-26 19:39:56','92','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad5 </BR>254721323203 ','','1','0','1441606408785','No','','','','','','','','',0.00,0.00),(651,'','Invoice','','2020-11-26 19:52:45','gacicio 2 b9','-900','144','2020-11-26 19:52:45','277','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','gacicio 2 b9 </BR>254720756945 ','','1','0','1441606409550','No','','','','','','','','',0.00,0.00),(652,'','Cash','','2020-11-26 20:21:33','','0','144','2020-11-26 20:21:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606411278','Cleared','','','','','','','','',0.00,0.00),(653,'','Invoice','','2020-11-27 08:54:51','midview mc6','-300','144','2020-11-27 08:54:51','159','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc6 </BR>254728390604 ','','1','0','1441606456475','No','','','','','','','','',0.00,0.00),(654,'','Cash','','2020-11-27 09:04:52','','0','144','2020-11-27 09:04:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606457077','Cleared','','','','','','','','',0.00,0.00),(655,'','Invoice','','2020-11-27 10:01:52','opp mazeras m4','-300','144','2020-11-27 10:01:52','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441606457106','No','','','','','','','','',0.00,0.00),(656,'','Invoice','','2020-11-27 10:03:55','mekita c5','-900','144','2020-11-27 10:03:55','278','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mekita c5 </BR>254726771984 ','','1','0','1441606460613','No','','','','','','','','',0.00,0.00),(657,'','Invoice','','2020-11-27 10:45:37','jenid a19','-1500','144','2020-11-27 10:45:37','58','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jenid a19 </BR>254723702689 ','','1','0','1441606463121','No','','','','','','','','',0.00,0.00),(658,'','Invoice','','2020-11-27 10:47:56','susan elewa ulevi','-600','144','2020-11-27 10:47:56','279','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','susan elewa ulevi </BR>254722386414 ','','1','0','1441606463245','No','','','','','','','','',0.00,0.00),(659,'','Cash','','2020-11-27 11:31:12','muteti centre','0','144','2020-11-27 11:31:12','280','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre </BR>254722456123 ','','1','0','1441606465857','Cleared','','','','','','','','',0.00,0.00),(660,'','Cash','','2020-11-27 11:32:48','','0','144','2020-11-27 11:32:48','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606465939','Cleared','','','','','','','','',0.00,0.00),(661,'','Cash','','2020-11-27 12:17:27','','0','144','2020-11-27 12:17:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606465984','Cleared','','','','','','','','',0.00,0.00),(662,'','Cash','','2020-11-27 12:59:00','','0','144','2020-11-27 12:59:00','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','1441606468668','Cleared','','','','','','','','',0.00,0.00),(663,'','Invoice','','2020-11-27 13:04:01','MUFEA A5','-300','144','2020-11-27 13:04:01','281','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA A5 </BR>254701228000 ','','1','0','1441606471187','No','','','','','','','','',0.00,0.00),(664,'','Invoice','','2020-11-27 13:06:28','godwin serene c1','-300','144','2020-11-27 13:06:28','71','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>254729773463 ','','1','0','1441606471563','No','','','','','','','','',0.00,0.00),(665,'','Invoice','','2020-11-27 13:09:58','annirene mazeras 2','-300','144','2020-11-27 13:09:58','282','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>254722854869 ','','1','0','1441606471784','No','','','','','','','','',0.00,0.00),(666,'','Invoice','','2020-11-27 13:11:56','spring garden b6','-600','144','2020-11-27 13:11:56','283','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spring garden b6 </BR>254729911399 ','','1','0','1441606471891','No','','','','','','','','',0.00,0.00),(667,'','Invoice','','2020-11-27 13:58:47','adriana harvester c4','-600','144','2020-11-27 13:58:47','134','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','1441606474704','No','','','','','','','','',0.00,0.00),(668,'','Invoice','','2020-11-27 14:35:42','teresia father oasis gate b 13a','-600','144','2020-11-27 14:35:42','22','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>254721744587 ','','1','0','1441606476909','No','','','','','','','','',0.00,0.00),(669,'','Invoice','','2020-11-27 15:42:15','john muigai','-350','144','2020-11-27 15:42:15','284','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','john muigai </BR>254722298413 ','','1','0','1441606480923','No','','','','','','','','',0.00,0.00),(670,'','Invoice','','2020-11-27 15:56:49','esther laurette','-2800','144','2020-11-27 15:56:49','285','0','2800','1','retail',NULL,'2800','1','0','0','2800','0','0','0','printed','esther laurette </BR>254712691262 ','','1','0','1441606481797','No','','','','','','','','',0.00,0.00),(671,'','Invoice','','2020-11-27 16:12:27','tsavo b518','-150','144','2020-11-27 16:12:27','45','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b518 </BR>254723934017 ','','1','0','1441606482620','No','','','','','','','','',0.00,0.00),(672,'','Invoice','','2020-11-27 16:51:16','husey','-300','144','2020-11-27 16:51:16','286','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','husey </BR>254704639465 ','','1','0','1441606485042','No','','','','','','','','',0.00,0.00),(673,'','Invoice','','2020-11-27 17:18:45','TSAVO NAOMI B608','-150','144','2020-11-27 17:18:45','235','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>254794672549 ','','1','0','1441606486710','No','','','','','','','','',0.00,0.00),(674,'','Invoice','','2020-11-27 17:46:01','william','-300','144','2020-11-27 17:46:01','287','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','william </BR>254722804838 ','','1','0','1441606488353','No','','','','','','','','',0.00,0.00),(675,'','Invoice','','2020-11-27 17:52:44','josphine pinewood 602','-300','144','2020-11-27 17:52:44','168','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','josphine pinewood 602 </BR>254723552562 ','','1','0','1441606488724','No','','','','','','','','',0.00,0.00),(676,'','Invoice','','2020-11-27 17:55:26','josphine pinewood 602','-150','144','2020-11-27 17:55:26','168','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','josphine pinewood 602 </BR>254723552562 ','','1','0','1441606488915','No','','','','','','','','',0.00,0.00),(677,'','Invoice','','2020-11-27 18:08:02','MERCY JENID C5','-300','144','2020-11-27 18:08:02','181','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MERCY JENID C5 </BR>254721404029 ','','1','0','1441606489666','No','','','','','','','','',0.00,0.00),(678,'','Invoice','','2020-11-27 18:23:19','spearnet p1','-300','144','2020-11-27 18:23:19','288','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet p1 </BR>254726267037 ','','1','0','1441606490584','No','','','','','','','','',0.00,0.00),(679,'','Invoice','','2020-11-27 18:26:46','cid c8','-300','144','2020-11-27 18:26:46','289','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c8 </BR>254727661629 ','','1','0','1441606490795','No','','','','','','','','',0.00,0.00),(680,'','Invoice','','2020-11-27 18:47:03','spearnet bm4','-300','144','2020-11-27 18:47:03','290','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet bm4 </BR>254727018427 ','','1','0','1441606492009','No','','','','','','','','',0.00,0.00),(681,'','Cash','','2020-11-27 18:50:26','mufea 52','0','144','2020-11-27 18:50:26','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','mufea 52 ','','1','0','1441606492215','Cleared','','','','','','','','',0.00,0.00),(682,'','Invoice','','2020-11-27 18:52:12','elsie mufea 9','-300','144','2020-11-27 18:52:12','291','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elsie mufea 9 </BR>254724564458 ','','1','0','1441606492255','No','','','','','','','','',0.00,0.00),(683,'','Invoice','','2020-11-27 19:02:53','father oasis 11','-150','144','2020-11-27 19:02:53','292','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis 11 </BR>254703751187 ','','1','0','1441606492963','No','','','','','','','','',0.00,0.00),(684,'','Invoice','','2020-11-27 19:26:57','nyika','-600','144','2020-11-27 19:26:57','293','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nyika </BR>254724373678 ','','1','0','1441606494402','No','','','','','','','','',0.00,0.00),(685,'','Invoice','','2020-11-27 20:08:50','jonh petra 5','-600','144','2020-11-27 20:08:50','108','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jonh petra 5 </BR>254716088088 ','','1','0','1441606496818','No','','','','','','','','',0.00,0.00),(686,'','Invoice','','2020-11-27 20:34:09','kamiti','-350','144','2020-11-27 20:34:09','294','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','kamiti </BR>254727380865 ','','1','0','1441606497573','No','','','','','','','','',0.00,0.00),(687,'','Cash','','2020-11-27 20:54:48','','0','144','2020-11-27 20:54:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606499671','Cleared','','','','','','','','',0.00,0.00),(688,'','Cash','','2020-11-27 21:05:41','','0','144','2020-11-27 21:05:41','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','1441606500311','Cleared','','','','','','','','',0.00,0.00),(689,'','Invoice','','2020-11-28 08:48:35','harvester b8','-300','144','2020-11-28 08:48:35','259','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254746646466 ','','1','0','1441606542500','No','','','','','','','','',0.00,0.00),(690,'','Invoice','','2020-11-28 09:31:18','PURITY WA10','-600','144','2020-11-28 09:31:18','295','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','PURITY WA10 </BR>254722840609 ','','1','0','1441606545065','No','','','','','','','','',0.00,0.00),(691,'','Invoice','','2020-11-28 09:33:08','greenview 2b','-300','144','2020-11-28 09:33:08','296','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>254722769324 ','','1','0','1441606545175','No','','','','','','','','',0.00,0.00),(692,'','Invoice','','2020-11-28 10:09:31','dani4l','-300','144','2020-11-28 10:09:31','297','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dani4l </BR>254725463920 ','','1','0','1441606547355','No','','','','','','','','',0.00,0.00),(693,'','Invoice','','2020-11-28 10:29:34','EBENEZER B46','-300','144','2020-11-28 10:29:34','187','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','EBENEZER B46 </BR>254728628709 ','','1','0','1441606548551','No','','','','','','','','',0.00,0.00),(694,'','Invoice','','2020-11-28 11:15:06','932 a5','-300','144','2020-11-28 11:15:06','298','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 a5 </BR>254722496395 ','','1','0','1441606551291','No','','','','','','','','',0.00,0.00),(695,'','Invoice','','2020-11-28 11:49:54','cid c1','0','144','2020-11-28 11:49:54','149','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','cid c1 </BR>254723421919 ','','1','0','1441606553383','No','','','','','','','','',0.00,0.00),(696,'','Invoice','','2020-11-28 11:51:46','raya tsavo a513','-80','144','2020-11-28 11:51:46','16','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441606553496','No','','','','','','','','',0.00,0.00),(697,'','Invoice','','2020-11-28 12:21:32','sujnam 4b','-250','144','2020-11-28 12:21:32','226','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','sujnam 4b </BR>254780068802 ','','1','0','1441606555282','No','','','','','','','','',0.00,0.00),(698,'','Invoice','','2020-11-28 13:26:51','westview b1','-300','144','2020-11-28 13:26:51','301','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b1 </BR>254724850421 ','','1','0','1441606559189','No','','','','','','','','',0.00,0.00),(699,'','Invoice','','2020-11-28 13:42:21','ann mocah d7','-900','144','2020-11-28 13:42:21','192','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ann mocah d7 </BR>254725849010 ','','1','0','1441606560099','No','','','','','','','','',0.00,0.00),(700,'','Cash','','2020-11-28 13:45:17','','0','144','2020-11-28 13:45:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606560306','Cleared','','','','','','','','',0.00,0.00),(701,'','Cash','','2020-11-28 13:46:12','','0','144','2020-11-28 13:46:12','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606560324','Cleared','','','','','','','','',0.00,0.00),(702,'','Invoice','','2020-11-28 13:50:45','serene caroline d8','-300','144','2020-11-28 13:50:45','61','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>254726709117 ','','1','0','1441606560380','No','','','','','','','','',0.00,0.00),(703,'','Invoice','','2020-11-28 14:30:48','julia westview b6','-300','144','2020-11-28 14:30:48','18','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julia westview b6 </BR>254724904126 ','','1','0','1441606561967','No','','','','','','','','',0.00,0.00),(704,'','Invoice','','2020-11-28 15:02:43','kasarani c13','-300','144','2020-11-28 15:02:43','302','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kasarani c13 </BR>254730726000 ','','1','0','1441606564947','No','','','','','','','','',0.00,0.00),(705,'','Invoice','','2020-11-28 15:11:38','kasarini c13','-300','144','2020-11-28 15:11:38','302','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kasarini c13 </BR>254730726000 ','','1','0','1441606565487','No','','','','','','','','',0.00,0.00),(706,'','Invoice','','2020-11-28 15:25:56','midview aa6','-300','144','2020-11-28 15:25:56','143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>254714719290 ','','1','0','1441606566317','No','','','','','','','','',0.00,0.00),(707,'','Invoice','','2020-11-28 15:44:19','ridge centre','-150','144','2020-11-28 15:44:19','198','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ridge centre </BR>254725153758 ','','1','0','1441606567416','No','','','','','','','','',0.00,0.00),(708,'','Invoice','','2020-11-28 15:45:50','pamella ridge centre','-80','144','2020-11-28 15:45:50','198','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','pamella ridge centre </BR>254725153758 ','','1','0','1441606567541','No','','','','','','','','',0.00,0.00),(709,'','Cash','','2020-11-28 16:04:32','','0','144','2020-11-28 16:04:32','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606568646','Cleared','','','','','','','','',0.00,0.00),(710,'','Cash','','2020-11-28 16:08:13','midview aa6','0','144','2020-11-28 16:08:13','143','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','midview aa6 </BR>254714719290 ','','1','0','1441606568863','Cleared','','','','','','','','',0.00,0.00),(711,'','Invoice','','2020-11-28 16:53:34','SCHEKEM B13','-150','144','2020-11-28 16:53:34','303','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SCHEKEM B13 </BR>254702407863 ','','1','0','1441606571604','No','','','','','','','','',0.00,0.00),(712,'','Invoice','','2020-11-28 17:49:30','tsavo kitchen rooftop','-350','144','2020-11-28 17:49:30','304','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','tsavo kitchen rooftop </BR>254729222520 ','','1','0','1441606574960','No','','','','','','','','',0.00,0.00),(713,'','Invoice','','2020-11-28 18:13:18','ridge centre','-300','144','2020-11-28 18:13:18','305','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ridge centre </BR>254720792546 ','','1','0','1441606576349','No','','','','','','','','',0.00,0.00),(714,'','Invoice','','2020-11-28 18:28:16','tsavo b417','0','144','2020-11-28 18:28:16','306','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','tsavo b417 </BR>254797379869 ','','1','0','1441606577127','No','','','','','','','','',0.00,0.00),(715,'','Invoice','','2020-11-28 18:42:32','ankiah','-300','144','2020-11-28 18:42:32','307','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ankiah </BR>254727847639 ','','1','0','1441606578128','No','','','','','','','','',0.00,0.00),(716,'','Invoice','','2020-11-28 18:49:07','spearnet dm3','-300','144','2020-11-28 18:49:07','30','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>254711956826 ','','1','0','1441606578527','No','','','','','','','','',0.00,0.00),(717,'','Invoice','','2020-11-28 18:53:13','nzinza a14','-250','144','2020-11-28 18:53:13','308','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','nzinza a14 </BR>254722681652 ','','1','0','1441606578694','No','','','','','','','','',0.00,0.00),(718,'','Invoice','','2020-11-28 18:55:47','kelvin midview ab4','-350','144','2020-11-28 18:55:47','309','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','kelvin midview ab4 </BR>254727000094 ','','1','0','1441606578936','No','','','','','','','','',0.00,0.00),(719,'','Invoice','','2020-11-28 18:57:22','kelvin midview ab4','-600','144','2020-11-28 18:57:22','309','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kelvin midview ab4 </BR>254727000094 ','','1','0','1441606579025','No','','','','','','','','',0.00,0.00),(720,'','Invoice','','2020-11-28 19:21:15','westview a6','-300','144','2020-11-28 19:21:15','310','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview a6 </BR>254720445216 ','','1','0','1441606580451','No','','','','','','','','',0.00,0.00),(721,'','Cash','','2020-11-28 19:33:29','','0','144','2020-11-28 19:33:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441606581196','Cleared','','','','','','','','',0.00,0.00),(722,'','Invoice','','2020-11-28 19:44:20','mufea 22','-700','144','2020-11-28 19:44:20','311','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','mufea 22 </BR>254725147877 ','','1','0','1441606581215','No','','','','','','','','',0.00,0.00),(723,'','Invoice','','2020-11-28 19:47:40','nzinza d68','-600','144','2020-11-28 19:47:40','104','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza d68 </BR>254723056551 ','','1','0','1441606582039','No','','','','','','','','',0.00,0.00),(724,'','Invoice','','2020-11-28 20:27:40','raoul tsavo b620','-300','144','2020-11-28 20:27:40','312','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','raoul tsavo b620 </BR>254793592543 ','','1','0','1441606584438','No','','','','','','','','',0.00,0.00),(725,'','Invoice','','2020-11-28 20:29:54','932 87','-150','144','2020-11-28 20:29:54','313','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 87 </BR>254710166860 ','','1','0','1441606584579','No','','','','','','','','',0.00,0.00),(726,'','Cash','','2020-11-28 20:32:38','','0','144','2020-11-28 20:32:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441606584677','Cleared','','','','','','','','',0.00,0.00),(727,'','Cash','','2020-11-28 20:44:41','mufea c1','0','144','2020-11-28 20:44:41','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','mufea c1 ','','1','0','1441606584774','Cleared','','','','','','','','',0.00,0.00),(728,'','Invoice','','2020-11-28 21:02:11','midview ma2','-600','11','2020-11-28 21:02:11','314','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ma2 </BR>0720853352 ','','1','0','111606586504','No','','','','','','','','',0.00,0.00),(729,'','Invoice','','2020-11-29 09:40:02','jenid a6','-450','144','2020-11-29 09:40:02','315','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','jenid a6 </BR>254793267417 ','','1','0','1441606631985','No','','','','','','','','',0.00,0.00),(730,'','Invoice','','2020-11-29 09:41:11','jenid a6','-300','144','2020-11-29 09:41:11','315','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenid a6 </BR>254793267417 ','','1','0','1441606632060','No','','','','','','','','',0.00,0.00),(731,'','Invoice','','2020-11-29 09:42:51','dories harvester b8','-450','144','2020-11-29 09:42:51','259','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','dories harvester b8 </BR>254746646466 ','','1','0','1441606632160','No','','','','','','','','',0.00,0.00),(732,'','Invoice','','2020-11-29 10:59:12','SUSAN TSAVO B105','-150','144','2020-11-29 10:59:12','202','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>254748092826 ','','1','0','1441606636706','No','','','','','','','','',0.00,0.00),(733,'','Invoice','','2020-11-29 11:00:33','CID B15','0','144','2020-11-29 11:00:33','316','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','CID B15 </BR>254727651658 ','','1','0','1441606636826','No','','','','','','','','',0.00,0.00),(734,'','Invoice','','2020-11-29 12:23:48','DENTY A602','-300','144','2020-11-29 12:23:48','317','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','DENTY A602 </BR>254722301082 ','','1','0','1441606641779','No','','','','','','','','',0.00,0.00),(735,'','Invoice','','2020-11-29 12:25:43','father oasis7b','-150','144','2020-11-29 12:25:43','318','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis7b </BR>254722956717 ','','1','0','1441606641934','No','','','','','','','','',0.00,0.00),(736,'','Invoice','','2020-11-29 12:37:58','father oasis 7b','-150','144','2020-11-29 12:37:58','318','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis 7b </BR>254722956717 ','','1','0','1441606642667','No','','','','','','','','',0.00,0.00),(737,'','Cash','','2020-11-29 13:27:52','nyawira','0','144','2020-11-29 13:27:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira ','','1','0','1441606645663','Cleared','','','','','','','','',0.00,0.00),(738,'','Invoice','','2020-11-29 13:55:56','gacicio 1 a3','-300','144','2020-11-29 13:55:56','319','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 a3 </BR>254720485679 ','','1','0','1441606647346','No','','','','','','','','',0.00,0.00),(739,'','Invoice','','2020-11-29 14:43:24','allan midview ab6','-300','144','2020-11-29 14:43:24','171','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>254723657970 ','','1','0','1441606650192','No','','','','','','','','',0.00,0.00),(740,'','Invoice','','2020-11-29 14:44:40','mufea 6b','-600','144','2020-11-29 14:44:40','117','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 6b </BR>254720353773 ','','1','0','1441606650262','No','','','','','','','','',0.00,0.00),(741,'','Invoice','','2020-11-29 15:25:03','schekem c9','-300','144','2020-11-29 15:25:03','320','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem c9 </BR>254721417738 ','','1','0','1441606652688','No','','','','','','','','',0.00,0.00),(742,'','Invoice','','2020-11-29 15:29:12','gacicio1 c6','-300','144','2020-11-29 15:29:12','321','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio1 c6 </BR>254725616377 ','','1','0','1441606652941','No','','','','','','','','',0.00,0.00),(743,'','Invoice','','2020-11-29 15:30:10','kalwani park a2','-150','144','2020-11-29 15:30:10','136','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','kalwani park a2 </BR>254700580379 ','','1','0','1441606653001','No','','','','','','','','',0.00,0.00),(744,'','Invoice','','2020-11-29 15:50:53','samwel serene b12','-300','144','2020-11-29 15:50:53','17','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>254723608982 ','','1','0','1441606654235','No','','','','','','','','',0.00,0.00),(745,'','Invoice','','2020-11-29 15:52:43','dainty b602','-300','144','2020-11-29 15:52:43','322','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty b602 </BR>254721123831 ','','1','0','1441606654349','No','','','','','','','','',0.00,0.00),(746,'','Invoice','','2020-11-29 17:30:55','maina','-300','144','2020-11-29 17:30:55','323','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maina </BR>254721242429 ','','1','0','1441606658749','No','','','','','','','','',0.00,0.00),(747,'','Invoice','','2020-11-29 17:34:07','kimani court b3','-300','144','2020-11-29 17:34:07','324','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>254718289915 ','','1','0','1441606660424','No','','','','','','','','',0.00,0.00),(748,'','Invoice','','2020-11-29 18:00:20','edwin juma','-80','144','2020-11-29 18:00:20','325','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','edwin juma </BR>2547123980077 ','','1','0','1441606661977','No','','','','','','','','',0.00,0.00),(749,'','Invoice','','2020-11-29 18:19:17','nzinza c53','-300','144','2020-11-29 18:19:17','326','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c53 </BR>254703977848 ','','1','0','1441606663147','No','','','','','','','','',0.00,0.00),(750,'','Cash','','2020-11-29 18:37:22','tsavo b513','0','144','2020-11-29 18:37:22','327','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','tsavo b513 </BR>254722124415 ','','1','0','1441606664226','Cleared','','','','','','','','',0.00,0.00),(751,'','Cash','','2020-11-29 18:58:47','','0','144','2020-11-29 18:58:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','1441606665215','Cleared','','','','','','','','',0.00,0.00),(752,'','Invoice','','2020-11-29 19:42:47','crossover 3','-300','144','2020-11-29 19:42:47','328','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 3 </BR>254743495678 ','','1','0','1441606668156','No','','','','','','','','',0.00,0.00),(753,'','Invoice','','2020-11-29 20:11:07','nyawira 18','-300','144','2020-11-29 20:11:07','329','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 18 </BR>254725636688 ','','1','0','1441606669856','No','','','','','','','','',0.00,0.00),(754,'','Mpesa','','2020-11-29 20:52:42','nancy','0','11','2020-11-29 20:52:42','330','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nancy </BR>0721540671 ','','1','0','111606672349','Cleared','','','','','','','','',0.00,0.00),(755,'','Invoice','','2020-11-30 08:28:41','kimani court b1','-300','144','2020-11-30 08:28:41','331','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b1 </BR>254721431700 ','','1','0','1441606714105','No','','','','','','','','',0.00,0.00),(756,'','Invoice','','2020-11-30 08:29:49','cid d14','-900','144','2020-11-30 08:29:49','332','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','cid d14 </BR>254722833177 ','','1','0','1441606714172','No','','','','','','','','',0.00,0.00),(757,'','Invoice','','2020-11-30 09:46:12','sujnam 4b','-300','144','2020-11-30 09:46:12','226','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sujnam 4b </BR>254780068802 ','','1','0','1441606718759','No','','','','','','','','',0.00,0.00),(758,'','Invoice','','2020-11-30 10:00:07','father oasis 12d','-300','144','2020-11-30 10:00:07','333','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis 12d </BR>254700927583 ','','1','0','1441606719429','No','','','','','','','','',0.00,0.00),(759,'','Invoice','','2020-11-30 10:09:36','SHIFFARA JENID C8','-300','144','2020-11-30 10:09:36','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>254721826266 ','','1','0','1441606719898','No','','','','','','','','',0.00,0.00),(760,'','Invoice','','2020-11-30 10:14:13','pinewood 203','-1200','144','2020-11-30 10:14:13','146','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','pinewood 203 </BR>254723553209 ','','1','0','1441606720271','No','','','','','','','','',0.00,0.00),(761,'','Invoice','','2020-11-30 10:19:50','crossover 9','-300','144','2020-11-30 10:19:50','211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>254712634308 ','','1','0','1441606720780','No','','','','','','','','',0.00,0.00),(762,'','Invoice','','2020-11-30 11:44:50','nelly mufea e3','-300','144','2020-11-30 11:44:50','157','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>254719884003 ','','1','0','1441606720921','No','','','','','','','','',0.00,0.00),(763,'','Invoice','','2020-11-30 12:50:36','TSAVO C216','0','144','2020-11-30 12:50:36','206','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','TSAVO C216 </BR>254722915019 ','','1','0','1441606728383','No','','','','','','','','',0.00,0.00),(764,'','Invoice','','2020-11-30 13:04:51','spring garden','0','144','2020-11-30 13:04:51','334','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden </BR>254715731855 ','','1','0','1441606730658','No','','','','','','','','',0.00,0.00),(765,'','Invoice','','2020-11-30 14:12:12','midview mc5','0','144','2020-11-30 14:12:12','178','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','midview mc5 </BR>254718135446 ','','1','0','1441606734575','No','','','','','','','','',0.00,0.00),(766,'','Cash','','2020-11-30 14:14:38','nyawira 23','0','144','2020-11-30 14:14:38','335','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','nyawira 23 </BR>254722797609 ','','1','0','1441606734859','Cleared','','','','','','','','',0.00,0.00),(767,'','Invoice','','2020-11-30 14:18:13','jayce bc11','-300','144','2020-11-30 14:18:13','336','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jayce bc11 </BR>254729900699 ','','1','0','1441606734926','No','','','','','','','','',0.00,0.00),(768,'','Invoice','','2020-11-30 15:09:54','eva','-50','144','2020-11-30 15:09:54','337','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','eva </BR>254799862310 ','','1','0','1441606736401','No','','','','','','','','',0.00,0.00),(769,'','Cash','','2020-11-30 15:32:18','','0','144','2020-11-30 15:32:18','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441606739521','Cleared','','','','','','','','',0.00,0.00),(770,'','Cash','','2020-11-30 15:52:17','nelion','0','144','2020-11-30 15:52:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nelion ','','1','0','1441606739557','Cleared','','','','','','','','',0.00,0.00),(771,'','Invoice','','2020-11-30 16:01:19','raya tsavo a513','-80','144','2020-11-30 16:01:19','16','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441606741267','No','','','','','','','','',0.00,0.00),(772,'','Invoice','','2020-11-30 16:23:09','MEKITA A3','-80','144','2020-11-30 16:23:09','20','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','MEKITA A3 </BR>254792000947 ','','1','0','1441606742368','No','','','','','','','','',0.00,0.00),(773,'','Invoice','','2020-11-30 16:24:39','MEKITA A3','80','144','2020-11-30 16:24:39','20','230','150','1','retail',NULL,'150','1','0','0','-80','0','0','0','printed','MEKITA A3 </BR>254792000947 ','','1','0','1441606742667','No','','','','','','','','',0.00,0.00),(774,'','Invoice','','2020-11-30 16:44:59','nyawira b31','-300','144','2020-11-30 16:44:59','338','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira b31 </BR>254740135808 ','','1','0','1441606743141','No','','','','','','','','',0.00,0.00),(775,'','Cash','','2020-11-30 16:46:14','blessed garden b5','0','144','2020-11-30 16:46:14','225','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','blessed garden b5 </BR>254728224952 ','','1','0','1441606743965','Cleared','','','','','','','','',0.00,0.00),(776,'','Invoice','','2020-11-30 17:01:43','lorna kasarini c9','-600','144','2020-11-30 17:01:43','31','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','lorna kasarini c9 </BR>254729838362 ','','1','0','1441606744890','No','','','','','','','','',0.00,0.00),(777,'','Cash','','2020-11-30 17:03:18','denty','0','144','2020-11-30 17:03:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty ','','1','0','1441606744987','Cleared','','','','','','','','',0.00,0.00),(778,'','Invoice','','2020-11-30 17:20:56','lawrence','-80','144','2020-11-30 17:20:56','339','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','lawrence </BR>254727845987 ','','1','0','1441606745020','No','','','','','','','','',0.00,0.00),(779,'','Invoice','','2020-11-30 17:38:10','opp mazeras m4','-300','144','2020-11-30 17:38:10','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441606746165','No','','','','','','','','',0.00,0.00),(780,'','Invoice','','2020-11-30 17:39:26','mufea 23','-900','144','2020-11-30 17:39:26','340','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea 23 </BR>254720127500 ','','1','0','1441606747152','No','','','','','','','','',0.00,0.00),(781,'','Invoice','','2020-11-30 18:17:24','emmanuel muteti corner','-300','144','2020-11-30 18:17:24','130','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emmanuel muteti corner </BR>254724615859 ','','1','0','1441606749425','No','','','','','','','','',0.00,0.00),(782,'','Invoice','','2020-11-30 18:19:16','jenid c9','-600','144','2020-11-30 18:19:16','341','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c9 </BR>254722978217 ','','1','0','1441606749536','No','','','','','','','','',0.00,0.00),(783,'','Invoice','','2020-11-30 18:25:03','damaris fahari d6','-300','144','2020-11-30 18:25:03','232','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','damaris fahari d6 </BR>254707263276 ','','1','0','1441606749891','No','','','','','','','','',0.00,0.00),(784,'','Cash','','2020-11-30 18:38:59','','0','144','2020-11-30 18:38:59','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','1441606750699','Cleared','','','','','','','','',0.00,0.00),(785,'','Invoice','','2020-11-30 19:06:02','elizabeth mufea 8d','-300','144','2020-11-30 19:06:02','167','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>254706511468 ','','1','0','1441606750761','No','','','','','','','','',0.00,0.00),(786,'','Invoice','','2020-11-30 19:39:56','harvester b8','-300','144','2020-11-30 19:39:56','121','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254729043105 ','','1','0','1441606754378','No','','','','','','','','',0.00,0.00),(787,'','Cash','','2020-11-30 19:44:52','','0','144','2020-11-30 19:44:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606754667','Cleared','','','','','','','','',0.00,0.00),(788,'','Invoice','','2020-11-30 20:15:17','TSAVO A512','-300','144','2020-11-30 20:15:17','342','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A512 </BR>254720572858 ','','1','0','1441606754701','No','','','','','','','','',0.00,0.00),(789,'','Invoice','','2020-11-30 20:22:24','nzinza a10','-450','144','2020-11-30 20:22:24','343','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','nzinza a10 </BR>254703234658 ','','1','0','1441606756934','No','','','','','','','','',0.00,0.00),(790,'','Invoice','','2020-11-30 20:28:15','pinewood p206','-300','144','2020-11-30 20:28:15','344','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pinewood p206 </BR>254712283669 ','','1','0','1441606757283','No','','','','','','','','',0.00,0.00),(791,'','Mpesa','','2020-11-30 21:08:07','lari gardens a1','0','11','2020-11-30 21:08:07','345','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','lari gardens a1 </BR>0724709015 ','','1','0','111606759667','Cleared','','','','','','','','',0.00,0.00),(792,'','Invoice','','2020-11-30 21:11:01','tsavo c209','-450','11','2020-11-30 21:11:01','346','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','tsavo c209 </BR>0700002290 ','','1','0','111606759835','No','','','','','','','','',0.00,0.00),(793,'','Mpesa','','2020-11-30 21:16:31','nyawira','0','11','2020-11-30 21:16:31','347','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','nyawira </BR>0717742925 ','','1','0','111606760166','Cleared','','','','','','','','',0.00,0.00),(794,'','Invoice','','2020-12-01 08:34:11','nzinza b39','-300','144','2020-12-01 08:34:11','237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza b39 </BR>254725579456 ','','1','0','1441606800836','No','','','','','','','','',0.00,0.00),(795,'','Invoice','','2020-12-01 09:46:04','james kamau','-20','144','2020-12-01 09:46:04','348','0','20','1','retail',NULL,'20','1','0','0','20','0','0','0','printed','james kamau </BR>254725026468 ','','1','0','1441606805152','No','','','','','','','','',0.00,0.00),(796,'','Invoice','','2020-12-01 10:23:17','mufea 5d','-300','144','2020-12-01 10:23:17','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 5d </BR>0722685054 ','','1','0','1441606807382','No','','','','','','','','',0.00,0.00),(797,'','Invoice','','2020-12-01 10:30:39','mercy olive c1','-600','144','2020-12-01 10:30:39','33','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mercy olive c1 </BR>254702292454 ','','1','0','1441606807826','No','','','','','','','','',0.00,0.00),(798,'','Invoice','','2020-12-01 11:41:54','greenzone 402','0','144','2020-12-01 11:41:54','271','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','greenzone 402 </BR>254723014978 ','','1','0','1441606812084','No','','','','','','','','',0.00,0.00),(799,'','Invoice','','2020-12-01 12:45:59','mufea 60','-300','144','2020-12-01 12:45:59','82','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 60 </BR>254733127411 ','','1','0','1441606815947','No','','','','','','','','',0.00,0.00),(800,'','Invoice','','2020-12-01 13:26:53','emily ','-300','144','2020-12-01 13:26:53','349','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emily </BR>254720339562 ','','1','0','1441606818401','No','','','','','','','','',0.00,0.00),(801,'','Invoice','','2020-12-01 13:28:51','hibiscus court','-900','144','2020-12-01 13:28:51','93','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','hibiscus court </BR>254720789846 ','','1','0','1441606818515','No','','','','','','','','',0.00,0.00),(802,'','Invoice','','2020-12-01 14:23:36','runda paradise f2 130','-1500','144','2020-12-01 14:23:36','350','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','runda paradise f2 130 </BR>254720282776 ','','1','0','1441606819540','No','','','','','','','','',0.00,0.00),(803,'','Invoice','','2020-12-01 15:12:32','westview a2','-450','144','2020-12-01 15:12:32','219','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview a2 </BR>254726230677 ','','1','0','1441606824329','No','','','','','','','','',0.00,0.00),(804,'','Cash','','2020-12-01 15:25:57','','0','144','2020-12-01 15:25:57','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441606825542','Cleared','','','','','','','','',0.00,0.00),(805,'','Invoice','','2020-12-01 16:13:07','glass mart shop','-150','144','2020-12-01 16:13:07','351','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','glass mart shop </BR>254722675657 ','','1','0','1441606825569','No','','','','','','','','',0.00,0.00),(806,'','Cash','','2020-12-01 16:41:14','jescah','0','144','2020-12-01 16:41:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jescah ','','1','0','1441606829091','Cleared','','','','','','','','',0.00,0.00),(807,'','Invoice','','2020-12-01 16:48:16','purrity wa1','-300','144','2020-12-01 16:48:16','221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purrity wa1 </BR>254795016395 ','','1','0','1441606830097','No','','','','','','','','',0.00,0.00),(808,'','Cash','','2020-12-01 16:55:15','','0','144','2020-12-01 16:55:15','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606830891','Cleared','','','','','','','','',0.00,0.00),(809,'','Invoice','','2020-12-01 16:56:18','primerose b4','-1200','144','2020-12-01 16:56:18','352','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','primerose b4 </BR>254721368973 ','','1','0','1441606830966','No','','','','','','','','',0.00,0.00),(810,'','Invoice','','2020-12-01 17:04:54','denty','-300','144','2020-12-01 17:04:54','353','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','denty </BR>254715613800 ','','1','0','1441606831482','No','','','','','','','','',0.00,0.00),(811,'','Invoice','','2020-12-01 17:05:59','mufea 43','-600','144','2020-12-01 17:05:59','218','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 43 </BR>254724995969 ','','1','0','1441606831545','No','','','','','','','','',0.00,0.00),(812,'','Invoice','','2020-12-01 17:17:41','midview mc3','-300','144','2020-12-01 17:17:41','142','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc3 </BR>254718617678 ','','1','0','1441606832251','No','','','','','','','','',0.00,0.00),(813,'','Invoice','','2020-12-01 17:34:37','ankiah 103','-300','144','2020-12-01 17:34:37','354','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ankiah 103 </BR>254721567769 ','','1','0','1441606833207','No','','','','','','','','',0.00,0.00),(814,'','Invoice','','2020-12-01 17:39:00','nziza a10','0','144','2020-12-01 17:39:00','343','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nziza a10 </BR>254703234658 ','','1','0','1441606833506','No','','','','','','','','',0.00,0.00),(815,'','Invoice','','2020-12-01 18:17:51','emilly','-120','144','2020-12-01 18:17:51','355','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','emilly </BR>254720859030 ','','1','0','1441606835819','No','','','','','','','','',0.00,0.00),(816,'','Invoice','','2020-12-01 18:36:49','crossover 1','-300','144','2020-12-01 18:36:49','356','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 1 </BR>254726851126 ','','1','0','1441606836998','No','','','','','','','','',0.00,0.00),(817,'','Cash','','2020-12-01 18:39:34','karis','0','144','2020-12-01 18:39:34','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','karis ','','1','0','1441606837123','Cleared','','','','','','','','',0.00,0.00),(818,'','Invoice','','2020-12-01 18:56:43','mazeras 4','-300','144','2020-12-01 18:56:43','357','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mazeras 4 </BR>254726692633 ','','1','0','1441606837194','No','','','','','','','','',0.00,0.00),(819,'','Cash','','2020-12-01 19:04:56','','0','144','2020-12-01 19:04:56','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441606838523','Cleared','','','','','','','','',0.00,0.00),(820,'','Cash','','2020-12-01 19:24:04','ridge centre','0','144','2020-12-01 19:24:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','1441606838705','Cleared','','','','','','','','',0.00,0.00),(821,'','Invoice','','2020-12-01 20:06:48','MIRIAM PETRA 18','-600','144','2020-12-01 20:06:48','28','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIRIAM PETRA 18 </BR>254722740167 ','','1','0','1441606841753','No','','','','','','','','',0.00,0.00),(822,'','Invoice','','2020-12-01 20:32:51','fahari a6','-300','144','2020-12-01 20:32:51','212','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fahari a6 </BR>254724118308 ','','1','0','1441606842524','No','','','','','','','','',0.00,0.00),(823,'','Cash','','2020-12-01 20:37:45','daktari','0','144','2020-12-01 20:37:45','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','daktari ','','1','0','1441606844245','Cleared','','','','','','','','',0.00,0.00),(824,'','Invoice','','2020-12-02 08:24:37','baraka complex','-1800','144','2020-12-02 08:24:37','358','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','baraka complex </BR>254718490447 ','','1','0','1441606886663','No','','','','','','','','',0.00,0.00),(825,'','Invoice','','2020-12-02 10:32:47','behind sujnam','-350','144','2020-12-02 10:32:47','359','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','behind sujnam </BR>254720923316 ','','1','0','1441606891726','No','','','','','','','','',0.00,0.00),(826,'','Cash','','2020-12-02 10:56:34','denty','0','144','2020-12-02 10:56:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty ','','1','0','1441606895766','Cleared','','','','','','','','',0.00,0.00),(827,'','Invoice','','2020-12-02 11:08:30','brian','-300','144','2020-12-02 11:08:30','360','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','brian </BR>254799335516 ','','1','0','1441606895810','No','','','','','','','','',0.00,0.00),(828,'','Invoice','','2020-12-02 11:19:45','tsavo b703','-150','144','2020-12-02 11:19:45','180','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b703 </BR>254704382089 ','','1','0','1441606897169','No','','','','','','','','',0.00,0.00),(829,'','Invoice','','2020-12-02 11:20:53','purity tony wa6','-600','144','2020-12-02 11:20:53','90','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>254722551571 ','','1','0','1441606897239','No','','','','','','','','',0.00,0.00),(830,'','Invoice','','2020-12-02 11:36:51','stephen','-50','144','2020-12-02 11:36:51','361','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','stephen </BR>254725714055 ','','1','0','1441606898185','No','','','','','','','','',0.00,0.00),(831,'','Invoice','','2020-12-02 12:09:04','HARVESTERT D2','0','144','2020-12-02 12:09:04','362','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','HARVESTERT D2 </BR>254718124830 ','','1','0','1441606899287','No','','','','','','','','',0.00,0.00),(832,'','Invoice','','2020-12-02 12:18:45','thindigua gardens 6h','-150','144','2020-12-02 12:18:45','208','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','thindigua gardens 6h </BR>254708727618 ','','1','0','1441606900691','No','','','','','','','','',0.00,0.00),(833,'','Invoice','','2020-12-02 12:30:20','tsavo a311','-300','144','2020-12-02 12:30:20','363','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a311 </BR>254706352266 ','','1','0','1441606901409','No','','','','','','','','',0.00,0.00),(834,'','Invoice','','2020-12-02 12:51:50','father oasis a e16','-300','144','2020-12-02 12:51:50','194','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a e16 </BR>254798208028 ','','1','0','1441606902694','No','','','','','','','','',0.00,0.00),(835,'','Invoice','','2020-12-02 13:03:42','purity wc5','-300','144','2020-12-02 13:03:42','364','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wc5 </BR>254712014630 ','','1','0','1441606903413','No','','','','','','','','',0.00,0.00),(836,'','Cash','','2020-12-02 13:36:39','alex','0','144','2020-12-02 13:36:39','365','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed','alex </BR>254724317681 ','','1','0','1441606904319','Cleared','','','','','','','','',0.00,0.00),(837,'','Invoice','','2020-12-02 13:40:07','charity mufea 3f','-300','144','2020-12-02 13:40:07','148','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charity mufea 3f </BR>254720555005 ','','1','0','1441606905498','No','','','','','','','','',0.00,0.00),(838,'','Cash','','2020-12-02 14:25:53','corner shop opp flamart','0','144','2020-12-02 14:25:53','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','corner shop opp flamart ','','1','0','1441606908295','Cleared','','','','','','','','',0.00,0.00),(839,'','Invoice','','2020-12-02 14:44:35','mufea 54','-300','144','2020-12-02 14:44:35','189','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 54 </BR>254712821285 ','','1','0','1441606908415','No','','','','','','','','',0.00,0.00),(840,'','Invoice','','2020-12-02 14:47:31','baraka complex a8','-300','144','2020-12-02 14:47:31','366','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','baraka complex a8 </BR>254736550478 ','','1','0','1441606909529','No','','','','','','','','',0.00,0.00),(841,'','Cash','','2020-12-02 14:48:53','corner shop opp flamart','0','144','2020-12-02 14:48:53','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','corner shop opp flamart ','','1','0','1441606909720','Cleared','','','','','','','','',0.00,0.00),(842,'','Invoice','','2020-12-02 14:54:26','francis','-30','144','2020-12-02 14:54:26','367','0','30','1','retail',NULL,'30','1','0','0','30','0','0','0','printed','francis </BR>254723632024 ','','1','0','1441606909758','No','','','','','','','','',0.00,0.00),(843,'','Cash','','2020-12-02 15:01:18','mufea c1','0','144','2020-12-02 15:01:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea c1 ','','1','0','1441606910455','Cleared','','','','','','','','',0.00,0.00),(844,'','Invoice','','2020-12-02 15:08:33','mufea 3c','-300','144','2020-12-02 15:08:33','368','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3c </BR>254720276738 ','','1','0','1441606910494','No','','','','','','','','',0.00,0.00),(845,'','Invoice','','2020-12-02 15:10:26','tsavo rooftop','0','144','2020-12-02 15:10:26','369','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','tsavo rooftop </BR>254721155366 ','','1','0','1441606911007','No','','','','','','','','',0.00,0.00),(846,'','Cash','','2020-12-02 16:42:44','','0','144','2020-12-02 16:42:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606913807','Cleared','','','','','','','','',0.00,0.00),(847,'','Cash','','2020-12-02 17:05:29','','0','144','2020-12-02 17:05:29','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','1441606916572','Cleared','','','','','','','','',0.00,0.00),(848,'','Invoice','','2020-12-02 17:21:32','kamunge 17','-300','144','2020-12-02 17:21:32','370','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 17 </BR>254722322848 ','','1','0','1441606918881','No','','','','','','','','',0.00,0.00),(849,'','Invoice','','2020-12-02 17:22:34','grace','-450','144','2020-12-02 17:22:34','371','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','grace </BR>254722739432 ','','1','0','1441606918940','No','','','','','','','','',0.00,0.00),(850,'','Cash','','2020-12-02 17:27:09','cid a5','0','144','2020-12-02 17:27:09','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','cid a5 ','','1','0','1441606919199','Cleared','','','','','','','','',0.00,0.00),(851,'','Cash','','2020-12-02 17:48:36','denty b103','0','144','2020-12-02 17:48:36','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty b103 ','','1','0','1441606919248','Cleared','','','','','','','','',0.00,0.00),(852,'','Invoice','','2020-12-02 18:07:16','jenid','-600','144','2020-12-02 18:07:16','372','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid </BR>254728456747 ','','1','0','1441606920538','No','','','','','','','','',0.00,0.00),(853,'','Invoice','','2020-12-02 18:12:31','tsavo a706','-150','144','2020-12-02 18:12:31','163','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo a706 </BR>254727733323 ','','1','0','1441606921918','No','','','','','','','','',0.00,0.00),(854,'','Invoice','','2020-12-02 18:51:54','teresia midview ad8','-600','144','2020-12-02 18:51:54','373','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia midview ad8 </BR>254724312556 ','','1','0','1441606924297','No','','','','','','','','',0.00,0.00),(855,'','Cash','','2020-12-02 19:01:27','spearnet dm8','0','144','2020-12-02 19:01:27','374','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','spearnet dm8 </BR>254706352293 ','','1','0','1441606924413','Cleared','','','','','','','','',0.00,0.00),(856,'','Cash','','2020-12-02 19:10:48','','0','144','2020-12-02 19:10:48','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','1441606924950','Cleared','','','','','','','','',0.00,0.00),(857,'','Invoice','','2020-12-02 19:26:09','purity wb8','-600','144','2020-12-02 19:26:09','161','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity wb8 </BR>254724334065 ','','1','0','1441606925458','No','','','','','','','','',0.00,0.00),(858,'','Invoice','','2020-12-02 19:39:30','father oasis a11','-150','144','2020-12-02 19:39:30','375','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis a11 </BR>254706955115 ','','1','0','1441606927159','No','','','','','','','','',0.00,0.00),(859,'','Cash','','2020-12-02 20:07:09','','0','144','2020-12-02 20:07:09','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606927776','Cleared','','','','','','','','',0.00,0.00),(860,'','Invoice','','2020-12-02 20:18:05','purity wb9','0','144','2020-12-02 20:18:05','244','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','purity wb9 </BR>254722842669 ','','1','0','1441606928836','No','','','','','','','','',0.00,0.00),(861,'','Cash','','2020-12-02 20:39:14','','0','144','2020-12-02 20:39:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441606930708','Cleared','','','','','','','','',0.00,0.00),(862,'','Cash','','2020-12-02 21:05:59','purity wb9','0','144','2020-12-02 21:05:59','376','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','purity wb9 </BR>0722842669 ','','1','0','1441606932319','Cleared','','','','','','','','',0.00,0.00),(863,'','Invoice','','2020-12-03 08:33:38','HARVESTER D8','-600','144','2020-12-03 08:33:38','65','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HARVESTER D8 </BR>254733332231 ','','1','0','1441606973602','No','','','','','','','','',0.00,0.00),(864,'','Cash','','2020-12-03 08:37:45','lucy','0','144','2020-12-03 08:37:45','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','lucy ','','1','0','1441606973855','Cleared','','','','','','','','',0.00,0.00),(865,'','Cash','','2020-12-03 08:59:56','mufea e6','0','144','2020-12-03 08:59:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea e6 ','','1','0','1441606973885','Cleared','','','','','','','','',0.00,0.00),(866,'','Invoice','','2020-12-03 09:30:51','nickson','-600','144','2020-12-03 09:30:51','377','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nickson </BR>254713295648 ','','1','0','1441606975403','No','','','','','','','','',0.00,0.00),(867,'','Invoice','','2020-12-03 09:32:07','PETRA 4','-1200','144','2020-12-03 09:32:07','378','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','PETRA 4 </BR>254722492403 ','','1','0','1441606977102','No','','','','','','','','',0.00,0.00),(868,'','Invoice','','2020-12-03 11:49:01','spearnet am3','-150','144','2020-12-03 11:49:01','273','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>254723985822 ','','1','0','1441606979206','No','','','','','','','','',0.00,0.00),(869,'','Invoice','','2020-12-03 12:26:16','SPEARNET DM9','-300','144','2020-12-03 12:26:16','257','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>254727711513 ','','1','0','1441606985499','No','','','','','','','','',0.00,0.00),(870,'','Invoice','','2020-12-03 14:11:29','FARAH muteti centre 1','-300','144','2020-12-03 14:11:29','379','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>254721112519 ','','1','0','1441606988544','No','','','','','','','','',0.00,0.00),(871,'','Invoice','','2020-12-03 14:15:41','lucy','-80','144','2020-12-03 14:15:41','380','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','lucy </BR>254721671052 ','','1','0','1441606994133','No','','','','','','','','',0.00,0.00),(872,'','Invoice','','2020-12-03 15:14:44','thomas','-50','144','2020-12-03 15:14:44','381','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','thomas </BR>254796318625 ','','1','0','1441606995673','No','','','','','','','','',0.00,0.00),(873,'','Cash','','2020-12-03 15:23:44','','0','144','2020-12-03 15:23:44','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441606998213','Cleared','','','','','','','','',0.00,0.00),(874,'','Invoice','','2020-12-03 15:34:59','MUFEA A5','-300','144','2020-12-03 15:34:59','83','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA A5 </BR>254756228000 ','','1','0','1441606998231','No','','','','','','','','',0.00,0.00),(875,'','Invoice','','2020-12-03 15:37:21','mufea 66','-600','144','2020-12-03 15:37:21','382','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 66 </BR>254714814639 ','','1','0','1441606999019','No','','','','','','','','',0.00,0.00),(876,'','Invoice','','2020-12-03 17:07:02','hope trust 1 a4','-600','144','2020-12-03 17:07:02','177','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>254720869132 ','','1','0','1441607004403','No','','','','','','','','',0.00,0.00),(877,'','Cash','','2020-12-03 18:00:55','','0','144','2020-12-03 18:00:55','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441607004906','Cleared','','','','','','','','',0.00,0.00),(878,'','Invoice','','2020-12-03 18:31:40','jennifer mushroom','-1800','144','2020-12-03 18:31:40','122','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','jennifer mushroom </BR>254722215228 ','','1','0','1441607007660','No','','','','','','','','',0.00,0.00),(879,'','Invoice','','2020-12-03 19:09:02','SUSAN TSAVO B105','-150','144','2020-12-03 19:09:02','202','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>254748092826 ','','1','0','1441607011730','No','','','','','','','','',0.00,0.00),(880,'','Invoice','','2020-12-03 19:10:21','raya tsavo a513','-80','144','2020-12-03 19:10:21','16','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441607011811','No','','','','','','','','',0.00,0.00),(881,'','Invoice','','2020-12-03 19:15:38','georgina crossover 6','-300','144','2020-12-03 19:15:38','127','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>254725351414 ','','1','0','1441607012120','No','','','','','','','','',0.00,0.00),(882,'','Invoice','','2020-12-03 19:43:09','geoffry','-300','144','2020-12-03 19:43:09','383','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','geoffry </BR>254726516220 ','','1','0','1441607013667','No','','','','','','','','',0.00,0.00),(883,'','Invoice','','2020-12-03 19:44:17','jennifer','-250','144','2020-12-03 19:44:17','122','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','jennifer </BR>254722215228 ','','1','0','1441607013848','No','','','','','','','','',0.00,0.00),(884,'','Invoice','','2020-12-03 19:46:26','TSAVO NAOMI B608','0','144','2020-12-03 19:46:26','67','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','TSAVO NAOMI B608 </BR>254727208087 ','','1','0','1441607013913','No','','','','','','','','',0.00,0.00),(885,'','Invoice','','2020-12-03 20:13:38','lenny','-300','144','2020-12-03 20:13:38','384','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lenny </BR>254724638256 ','','1','0','1441607015582','No','','','','','','','','',0.00,0.00),(886,'','Cash','','2020-12-03 20:22:11','','0','144','2020-12-03 20:22:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','1441607015961','Cleared','','','','','','','','',0.00,0.00),(887,'','Cash','','2020-12-03 20:30:47','','0','144','2020-12-03 20:30:47','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441607016136','Cleared','','','','','','','','',0.00,0.00),(888,'','Cash','','2020-12-03 20:37:10','','0','144','2020-12-03 20:37:10','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','0','1441607016656','Cleared','','','','','','','','',0.00,0.00),(889,'','Cash','','2020-12-03 20:43:12','','0','144','2020-12-03 20:43:12','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441607017364','Cleared','','','','','','','','',0.00,0.00),(890,'','Invoice','','2020-12-03 21:17:49','sji 18','-1200','144','2020-12-03 21:17:49','385','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','sji 18 </BR>0722103559 ','','1','0','1441607019447','No','','','','','','','','',0.00,0.00),(891,'','Invoice','','2020-12-03 21:19:52','springs garden b7','-300','144','2020-12-03 21:19:52','386','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden b7 </BR>0758705126 ','','1','0','1441607019580','No','','','','','','','','',0.00,0.00),(892,'','Invoice','','2020-12-04 08:43:16','jenid c8','-300','144','2020-12-04 08:43:16','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenid c8 </BR>254721826266 ','','1','0','1441607060587','No','','','','','','','','',0.00,0.00),(893,'','Invoice','','2020-12-04 08:44:32','adriana harvester c4','-600','144','2020-12-04 08:44:32','134','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','1441607060654','No','','','','','','','','',0.00,0.00),(894,'','Cash','','2020-12-04 09:24:08','kenneth kamunge 15','0','144','2020-12-04 09:24:08','231','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kenneth kamunge 15 </BR>254723443480 ','','1','0','1441607062994','Cleared','','','','','','','','',0.00,0.00),(895,'','Cash','','2020-12-04 09:25:11','customer','0','144','2020-12-04 09:25:11','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607063092','Cleared','','','','','','','','',0.00,0.00),(896,'','Invoice','','2020-12-04 10:02:49','spearnet bm4','-300','144','2020-12-04 10:02:49','290','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet bm4 </BR>254727018427 ','','1','0','1441607063129','No','','','','','','','','',0.00,0.00),(897,'','Invoice','','2020-12-04 10:03:41','almond courtv f9','-300','144','2020-12-04 10:03:41','387','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','almond courtv f9 </BR>254713433102 ','','1','0','1441607065411','No','','','','','','','','',0.00,0.00),(898,'','Invoice','','2020-12-04 10:16:43','wanjiru','-150','144','2020-12-04 10:16:43','388','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','wanjiru </BR>254722281317 ','','1','0','1441607066143','No','','','','','','','','',0.00,0.00),(899,'','Invoice','','2020-12-04 10:22:02','zena jenid b6','-600','144','2020-12-04 10:22:02','44','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','zena jenid b6 </BR>254720808730 ','','1','0','1441607066303','No','','','','','','','','',0.00,0.00),(900,'','Invoice','','2020-12-04 10:43:45','tsavo a517','0','144','2020-12-04 10:43:45','120','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','tsavo a517 </BR>254723131864 ','','1','0','1441607067805','No','','','','','','','','',0.00,0.00),(901,'','Cash','','2020-12-04 11:58:22','','0','144','2020-12-04 11:58:22','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','1441607072223','Cleared','','','','','','','','',0.00,0.00),(902,'','Invoice','','2020-12-04 12:33:41','godwin serene c1','-300','144','2020-12-04 12:33:41','71','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>254729773463 ','','1','0','1441607072312','No','','','','','','','','',0.00,0.00),(903,'','Invoice','','2020-12-04 13:01:13','blessed garden b5','-300','144','2020-12-04 13:01:13','225','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','blessed garden b5 </BR>254728224952 ','','1','0','1441607076063','No','','','','','','','','',0.00,0.00),(904,'','Invoice','','2020-12-04 13:09:16','blessed garden b5','-300','144','2020-12-04 13:09:16','225','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','blessed garden b5 </BR>254728224952 ','','1','0','1441607076203','No','','','','','','','','',0.00,0.00),(905,'','Invoice','','2020-12-04 13:34:05','pamella ridge centre','-230','144','2020-12-04 13:34:05','74','0','230','1','retail',NULL,'230','1','0','0','230','0','0','0','printed','pamella ridge centre </BR>254720961139 ','','1','0','1441607077260','No','','','','','','','','',0.00,0.00),(906,'','Invoice','','2020-12-04 13:37:23','FATHER OASIS 13A','-600','144','2020-12-04 13:37:23','22','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','FATHER OASIS 13A </BR>254721744587 ','','1','0','1441607078228','No','','','','','','','','',0.00,0.00),(907,'','Invoice','','2020-12-04 14:40:59','MUFEA B4','-600','144','2020-12-04 14:40:59','389','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MUFEA B4 </BR>254723157253 ','','1','0','1441607080356','No','','','','','','','','',0.00,0.00),(908,'','Cash','','2020-12-04 15:17:10','','0','144','2020-12-04 15:17:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441607082276','Cleared','','','','','','','','',0.00,0.00),(909,'','Invoice','','2020-12-04 16:59:34','spearnet dm3','-300','144','2020-12-04 16:59:34','390','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>254728160985 ','','1','0','1441607084241','No','','','','','','','','',0.00,0.00),(910,'','Invoice','','2020-12-04 17:05:02','serene caroline d8','-300','144','2020-12-04 17:05:02','61','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>254726709117 ','','1','0','1441607090690','No','','','','','','','','',0.00,0.00),(911,'','Invoice','','2020-12-04 17:23:57','schekem a24','-300','144','2020-12-04 17:23:57','145','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a24 </BR>254713654567 ','','1','0','1441607091826','No','','','','','','','','',0.00,0.00),(912,'','Invoice','','2020-12-04 17:50:53','annirene mazeras 2','-1050','144','2020-12-04 17:50:53','282','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','annirene mazeras 2 </BR>254722854869 ','','1','0','1441607092543','No','','','','','','','','',0.00,0.00),(913,'','Invoice','','2020-12-04 18:02:35','nicholas tsavo a702','-300','144','2020-12-04 18:02:35','205','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nicholas tsavo a702 </BR>254715680288 ','','1','0','1441607094147','No','','','','','','','','',0.00,0.00),(914,'','Cash','','2020-12-04 18:13:42','MUFEA','0','144','2020-12-04 18:13:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','MUFEA ','','1','0','1441607094800','Cleared','','','','','','','','',0.00,0.00),(915,'','Invoice','','2020-12-04 18:51:49','tsavo c519','-300','144','2020-12-04 18:51:49','60','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c519 </BR>254762238278 ','','1','0','1441607094882','No','','','','','','','','',0.00,0.00),(916,'','Cash','','2020-12-04 19:38:27','','0','144','2020-12-04 19:38:27','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','1441607099866','Cleared','','','','','','','','',0.00,0.00),(917,'','Invoice','','2020-12-04 19:40:09','TSAVO B222','-150','144','2020-12-04 19:40:09','391','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B222 </BR>254723224630 ','','1','0','1441607099914','No','','','','','','','','',0.00,0.00),(918,'','Invoice','','2020-12-04 19:55:55','WANYOIKE','-80','144','2020-12-04 19:55:55','351','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','WANYOIKE </BR>254722675657 ','','1','0','1441607100946','No','','','','','','','','',0.00,0.00),(919,'','Invoice','','2020-12-04 19:57:02','alex','-50','144','2020-12-04 19:57:02','365','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','alex </BR>254724317681 ','','1','0','1441607101013','No','','','','','','','','',0.00,0.00),(920,'','Invoice','','2020-12-04 19:58:42','ANKIAH B401','-300','144','2020-12-04 19:58:42','392','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>245769606118 ','','1','0','1441607101113','No','','','','','','','','',0.00,0.00),(921,'','Invoice','','2020-12-04 20:20:03','opp mazeras m4','-300','144','2020-12-04 20:20:03','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441607102287','No','','','','','','','','',0.00,0.00),(922,'','Invoice','','2020-12-04 20:24:06','PURITY','-80','144','2020-12-04 20:24:06','393','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','PURITY </BR>254700316962 ','','1','0','1441607102636','No','','','','','','','','',0.00,0.00),(923,'','Invoice','','2020-12-04 20:25:55','REALITY PLAZA B3','-300','144','2020-12-04 20:25:55','394','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','REALITY PLAZA B3 </BR>254722975329 ','','1','0','1441607102694','No','','','','','','','','',0.00,0.00),(924,'','Cash','','2020-12-04 20:57:52','','0','144','2020-12-04 20:57:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','1441607104657','Cleared','','','','','','','','',0.00,0.00),(925,'','Cash','','2020-12-04 20:58:30','','0','144','2020-12-04 20:58:30','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441607104686','Cleared','','','','','','','','',0.00,0.00),(926,'','Invoice','','2020-12-05 08:59:42','daktari','-650','144','2020-12-05 08:59:42','395','0','650','1','retail',NULL,'650','1','0','0','650','0','0','0','printed','daktari </BR>254722438735 ','','1','0','1441607147944','No','','','','','','','','',0.00,0.00),(927,'','Invoice','','2020-12-05 10:32:15','DENTY B306','-600','144','2020-12-05 10:32:15','396','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','DENTY B306 </BR>254722342023 ','','1','0','1441607148137','No','','','','','','','','',0.00,0.00),(928,'','Invoice','','2020-12-05 11:04:44','CYBER','-300','144','2020-12-05 11:04:44','261','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CYBER </BR>254724082450 ','','1','0','1441607155446','No','','','','','','','','',0.00,0.00),(929,'','Invoice','','2020-12-05 11:38:12','FAHARI B3','-900','144','2020-12-05 11:38:12','397','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','FAHARI B3 </BR>254727972089 ','','1','0','1441607157477','No','','','','','','','','',0.00,0.00),(930,'','Invoice','','2020-12-05 11:43:38','CALVIN','-110','144','2020-12-05 11:43:38','398','0','110','1','retail',NULL,'110','1','0','0','110','0','0','0','printed','CALVIN </BR>254708466648 ','','1','0','1441607157769','No','','','','','','','','',0.00,0.00),(931,'','Invoice','','2020-12-05 12:27:26','greenview 2b','-300','144','2020-12-05 12:27:26','296','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>254722769324 ','','1','0','1441607159818','No','','','','','','','','',0.00,0.00),(932,'','Invoice','','2020-12-05 12:31:10','SHADRACK','-150','144','2020-12-05 12:31:10','399','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SHADRACK </BR>254720986348 ','','1','0','1441607160661','No','','','','','','','','',0.00,0.00),(933,'','Invoice','','2020-12-05 13:11:27','MEKITA C4','-300','144','2020-12-05 13:11:27','400','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA C4 </BR>254740790922 ','','1','0','1441607162233','No','','','','','','','','',0.00,0.00),(934,'','Invoice','','2020-12-05 13:12:32','harvenest towers kasarini','0','144','2020-12-05 13:12:32','36','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harvenest towers kasarini </BR>254768252575 ','','1','0','1441607163140','No','','','','','','','','',0.00,0.00),(935,'','Invoice','','2020-12-05 13:13:41','JOAN','-1050','144','2020-12-05 13:13:41','401','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','JOAN </BR>254712569999 ','','1','0','1441607163206','No','','','','','','','','',0.00,0.00),(936,'','Cash','','2020-12-05 13:20:52','daktari','0','144','2020-12-05 13:20:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','daktari ','','1','0','1441607163633','Cleared','','','','','','','','',0.00,0.00),(937,'','Cash','','2020-12-05 13:36:29','westview b2','0','144','2020-12-05 13:36:29','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','westview b2 ','','1','0','1441607163668','Cleared','','','','','','','','',0.00,0.00),(938,'','Cash','','2020-12-05 13:42:16','MAASAI','0','144','2020-12-05 13:42:16','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','MAASAI ','','1','0','1441607164925','Cleared','','','','','','','','',0.00,0.00),(939,'','Cash','','2020-12-05 14:19:24','spring garden a2','0','144','2020-12-05 14:19:24','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden a2 ','','1','0','1441607167151','Cleared','','','','','','','','',0.00,0.00),(940,'','Invoice','','2020-12-05 14:49:57','kimani court d5','-300','144','2020-12-05 14:49:57','274','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d5 </BR>254716359727 ','','1','0','1441607167194','No','','','','','','','','',0.00,0.00),(941,'','Invoice','','2020-12-05 15:23:51','alvin','-100','144','2020-12-05 15:23:51','402','0','100','1','retail',NULL,'100','1','0','0','100','0','0','0','printed','alvin </BR>254720116983 ','','1','0','1441607169103','No','','','','','','','','',0.00,0.00),(942,'','Invoice','','2020-12-05 15:27:44','OPP MAZERAS M3','-1200','144','2020-12-05 15:27:44','403','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','OPP MAZERAS M3 </BR>254721303020 ','','1','0','1441607171145','No','','','','','','','','',0.00,0.00),(943,'','Invoice','','2020-12-05 16:05:50','peninah tsavo a505','-230','144','2020-12-05 16:05:50','140','0','230','1','retail',NULL,'230','1','0','0','230','0','0','0','printed','peninah tsavo a505 </BR>254707080062 ','','1','0','1441607171333','No','','','','','','','','',0.00,0.00),(944,'','Invoice','','2020-12-05 16:17:36','father oasis a 18','-300','144','2020-12-05 16:17:36','215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a 18 </BR>254719814734 ','','1','0','1441607174245','No','','','','','','','','',0.00,0.00),(945,'','Cash','','2020-12-05 16:19:27','customer','0','144','2020-12-05 16:19:27','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607174344','Cleared','','','','','','','','',0.00,0.00),(946,'','Invoice','','2020-12-05 16:47:56','tsavo a514','-300','144','2020-12-05 16:47:56','84','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a514 </BR>254702448162 ','','1','0','1441607176061','No','','','','','','','','',0.00,0.00),(947,'','Cash','','2020-12-05 17:13:19','nyawira 26','0','144','2020-12-05 17:13:19','404','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira 26 </BR>254702755257 ','','1','0','1441607177333','Cleared','','','','','','','','',0.00,0.00),(948,'','Invoice','','2020-12-05 17:47:41','MERCY JENID C5','-150','144','2020-12-05 17:47:41','181','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>254721404029 ','','1','0','1441607177787','No','','','','','','','','',0.00,0.00),(949,'','Invoice','','2020-12-05 18:16:15','muthaiga kasarini e5','-300','144','2020-12-05 18:16:15','405','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muthaiga kasarini e5 </BR>254713407654 ','','1','0','1441607181347','No','','','','','','','','',0.00,0.00),(950,'','Invoice','','2020-12-05 18:17:29','EBENEZER B46','-300','144','2020-12-05 18:17:29','187','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','EBENEZER B46 </BR>254728628709 ','','1','0','1441607181436','No','','','','','','','','',0.00,0.00),(951,'','Invoice','','2020-12-05 18:41:28','mufea 2d','-300','144','2020-12-05 18:41:28','46','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2d </BR>254724315381 ','','1','0','1441607182876','No','','','','','','','','',0.00,0.00),(952,'','Cash','','2020-12-05 18:58:43','muteti centre','0','144','2020-12-05 18:58:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre ','','1','0','1441607183422','Cleared','','','','','','','','',0.00,0.00),(953,'','Invoice','','2020-12-05 19:21:41','john tsavo a206','-300','144','2020-12-05 19:21:41','62','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john tsavo a206 </BR>254727518227 ','','1','0','1441607183945','No','','','','','','','','',0.00,0.00),(954,'','Cash','','2020-12-05 20:29:07','','0','144','2020-12-05 20:29:07','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441607189017','Cleared','','','','','','','','',0.00,0.00),(955,'','Invoice','','2020-12-05 20:46:41','gacicio 2 b9','-900','144','2020-12-05 20:46:41','406','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','gacicio 2 b9 </BR>0720756945 ','','1','0','1441607190376','No','','','','','','','','',0.00,0.00),(956,'','Invoice','','2020-12-06 09:20:13','spring garden','-300','144','2020-12-06 09:20:13','334','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spring garden </BR>254715731855 ','','1','0','1441607235585','No','','','','','','','','',0.00,0.00),(957,'','Invoice','','2020-12-06 10:21:04','ann mocah d7','-300','144','2020-12-06 10:21:04','192','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ann mocah d7 </BR>254725849010 ','','1','0','1441607239253','No','','','','','','','','',0.00,0.00),(958,'','Invoice','','2020-12-06 10:29:28','harvester b8','-300','144','2020-12-06 10:29:28','193','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254710146946 ','','1','0','1441607239755','No','','','','','','','','',0.00,0.00),(959,'','Invoice','','2020-12-06 10:34:12','customer','-50','144','2020-12-06 10:34:12','407','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','customer </BR>254712512958 ','','1','0','1441607240044','No','','','','','','','','',0.00,0.00),(960,'','Invoice','','2020-12-06 11:13:29','mufea 1b','300','144','2020-12-06 11:13:29','260','600','300','1','retail',NULL,'300','1','0','0','-300','0','0','0','printed','mufea 1b </BR>254725551167 ','','1','0','1441607242391','No','','','','','','','','',0.00,0.00),(961,'','Invoice','','2020-12-06 11:17:29','samwel serene b12','-300','144','2020-12-06 11:17:29','17','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>254723608982 ','','1','0','1441607242636','No','','','','','','','','',0.00,0.00),(962,'','Cash','','2020-12-06 11:20:00','karanja','0','144','2020-12-06 11:20:00','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','karanja ','','1','0','1441607242735','Cleared','','','','','','','','',0.00,0.00),(963,'','Invoice','','2020-12-06 11:30:52','kiambu','-4375','144','2020-12-06 11:30:52','408','0','4375','1','retail',NULL,'4375','1','0','0','4375','0','0','0','printed','kiambu </BR>254746862535 ','','1','0','1441607242996','No','','','','','','','','',0.00,0.00),(964,'','Cash','','2020-12-06 11:32:56','golden arrow 5','0','144','2020-12-06 11:32:56','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','golden arrow 5 ','','1','0','1441607243556','Cleared','','','','','','','','',0.00,0.00),(965,'','Invoice','','2020-12-06 12:56:34','david','-1500','144','2020-12-06 12:56:34','117','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','david </BR>254720353773 ','','1','0','1441607243603','No','','','','','','','','',0.00,0.00),(966,'','Invoice','','2020-12-06 13:01:53','mufea 6b','-600','144','2020-12-06 13:01:53','117','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 6b </BR>254720353773 ','','1','0','1441607248878','No','','','','','','','','',0.00,0.00),(967,'','Invoice','','2020-12-06 13:04:19','golden palm b001','-300','144','2020-12-06 13:04:19','409','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','golden palm b001 </BR>254724727793 ','','1','0','1441607249048','No','','','','','','','','',0.00,0.00),(968,'','Invoice','','2020-12-06 13:51:21','tsavo b513','-150','144','2020-12-06 13:51:21','410','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b513 </BR>254716897368 ','','1','0','1441607251353','No','','','','','','','','',0.00,0.00),(969,'','Invoice','','2020-12-06 14:08:11','GEORGE','-150','144','2020-12-06 14:08:11','411','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','GEORGE </BR>254702830158 ','','1','0','1441607252023','No','','','','','','','','',0.00,0.00),(970,'','Invoice','','2020-12-06 14:09:47','TSAVO C011','-150','144','2020-12-06 14:09:47','32','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO C011 </BR>254721857283 ','','1','0','1441607252970','No','','','','','','','','',0.00,0.00),(971,'','Invoice','','2020-12-06 14:19:05','NELION 2N2','-450','144','2020-12-06 14:19:05','412','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','NELION 2N2 </BR>254720807028 ','','1','0','1441607253522','No','','','','','','','','',0.00,0.00),(972,'','Invoice','','2020-12-06 15:00:02','BONIFACE','-450','144','2020-12-06 15:00:02','413','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','BONIFACE </BR>254720856876 ','','1','0','1441607255993','No','','','','','','','','',0.00,0.00),(973,'','Invoice','','2020-12-06 15:07:32','alvin tsavo a318','-450','144','2020-12-06 15:07:32','209','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','alvin tsavo a318 </BR>254728641699 ','','1','0','1441607256444','No','','','','','','','','',0.00,0.00),(974,'','Invoice','','2020-12-06 15:18:24','JUDY MUFEA 69','-150','144','2020-12-06 15:18:24','414','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>254724704280 ','','1','0','1441607257094','No','','','','','','','','',0.00,0.00),(975,'','Invoice','','2020-12-06 15:46:43','NZIZA C53','-300','144','2020-12-06 15:46:43','415','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NZIZA C53 </BR>254743124460 ','','1','0','1441607258610','No','','','','','','','','',0.00,0.00),(976,'','Invoice','','2020-12-06 16:33:20','tsavo b518','-240','144','2020-12-06 16:33:20','45','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavo b518 </BR>254723934017 ','','1','0','1441607261583','No','','','','','','','','',0.00,0.00),(977,'','Invoice','','2020-12-06 16:46:26','westview d6','-600','144','2020-12-06 16:46:26','250','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','westview d6 </BR>254714160617 ','','1','0','1441607262372','No','','','','','','','','',0.00,0.00),(978,'','Invoice','','2020-12-06 17:22:08','opp mazeras m2','-600','144','2020-12-06 17:22:08','416','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','opp mazeras m2 </BR>254721684375 ','','1','0','1441607262443','No','','','','','','','','',0.00,0.00),(979,'','Invoice','','2020-12-06 17:28:23','kimani court b3','-300','144','2020-12-06 17:28:23','55','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>254721828880 ','','1','0','1441607264890','No','','','','','','','','',0.00,0.00),(980,'','Invoice','','2020-12-06 17:49:18','PINEWOOD 601','-300','144','2020-12-06 17:49:18','417','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PINEWOOD 601 </BR>254721885266 ','','1','0','1441607266125','No','','','','','','','','',0.00,0.00),(981,'','Invoice','','2020-12-06 18:09:59','PINEWOOD 601','-600','144','2020-12-06 18:09:59','417','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','PINEWOOD 601 </BR>254721885266 ','','1','0','1441607267117','No','','','','','','','','',0.00,0.00),(982,'','Invoice','','2020-12-06 18:24:59','midview ma2','-1200','144','2020-12-06 18:24:59','418','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','midview ma2 </BR>254720853352 ','','1','0','1441607268286','No','','','','','','','','',0.00,0.00),(983,'','Invoice','','2020-12-06 18:26:31','ESTHER KARANJA','-150','144','2020-12-06 18:26:31','419','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ESTHER KARANJA </BR>254722634387 ','','1','0','1441607268361','No','','','','','','','','',0.00,0.00),(984,'','Invoice','','2020-12-06 18:28:22','faith jenid a1','-600','144','2020-12-06 18:28:22','34','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>254722318330 ','','1','0','1441607268488','No','','','','','','','','',0.00,0.00),(985,'','Invoice','','2020-12-06 18:31:15','TSAVO A516','-150','144','2020-12-06 18:31:15','420','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO A516 </BR>254775920800 ','','1','0','1441607268557','No','','','','','','','','',0.00,0.00),(986,'','Invoice','','2020-12-06 18:43:38','MUFEA C13','-300','144','2020-12-06 18:43:38','421','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA C13 </BR>254736656705 ','','1','0','1441607269408','No','','','','','','','','',0.00,0.00),(987,'','Invoice','','2020-12-06 19:03:36','rosewood court b6','-300','144','2020-12-06 19:03:36','78','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>254729152474 ','','1','0','1441607270587','No','','','','','','','','',0.00,0.00),(988,'','Invoice','','2020-12-06 19:05:25','harvester c3','-600','144','2020-12-06 19:05:25','422','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester c3 </BR>254714157162 ','','1','0','1441607270706','No','','','','','','','','',0.00,0.00),(989,'','Invoice','','2020-12-06 19:06:38','westview b4','-300','144','2020-12-06 19:06:38','213','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b4 </BR>254722106494 ','','1','0','1441607270777','No','','','','','','','','',0.00,0.00),(990,'','Invoice','','2020-12-06 19:41:11','DENTY','-300','144','2020-12-06 19:41:11','353','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','DENTY </BR>254715613800 ','','1','0','1441607272848','No','','','','','','','','',0.00,0.00),(991,'','Invoice','','2020-12-06 19:41:58','BRIAN','-300','144','2020-12-06 19:41:58','360','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BRIAN </BR>254799335516 ','','1','0','1441607272910','No','','','','','','','','',0.00,0.00),(992,'','Invoice','','2020-12-06 19:45:41','BARBARA MUFEA 60','-300','144','2020-12-06 19:45:41','82','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>254733127411 ','','1','0','1441607273130','No','','','','','','','','',0.00,0.00),(993,'','Invoice','','2020-12-06 19:57:17','KIMANI COURT B2','-450','144','2020-12-06 19:57:17','423','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','KIMANI COURT B2 </BR>254735984282 ','','1','0','1441607273816','No','','','','','','','','',0.00,0.00),(994,'','Invoice','','2020-12-06 20:43:03','BENARD MWANGI','-450','144','2020-12-06 20:43:03','424','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','BENARD MWANGI </BR>254723581862 ','','1','0','1441607276559','No','','','','','','','','',0.00,0.00),(995,'','Invoice','','2020-12-07 08:42:09','jemimah reality plaza b11','-600','144','2020-12-07 08:42:09','23','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jemimah reality plaza b11 </BR>254700216967 ','','1','0','1441607319701','No','','','','','','','','',0.00,0.00),(996,'','Invoice','','2020-12-07 08:43:24','midview mb6','-600','144','2020-12-07 08:43:24','14','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 </BR>254723874808 ','','1','0','1441607319787','No','','','','','','','','',0.00,0.00),(997,'','Invoice','','2020-12-07 09:25:39','blessed garden b4','-900','144','2020-12-07 09:25:39','425','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','blessed garden b4 </BR>254723485407 ','','1','0','1441607322122','No','','','','','','','','',0.00,0.00),(998,'','Invoice','','2020-12-07 09:26:59','mocah b3','-1800','144','2020-12-07 09:26:59','126','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','mocah b3 </BR>254714995886 ','','1','0','1441607322406','No','','','','','','','','',0.00,0.00),(999,'','Cash','','2020-12-07 09:51:57','kioko','0','144','2020-12-07 09:51:57','426','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed','kioko </BR>254725928628 ','','1','0','1441607323903','Cleared','','','','','','','','',0.00,0.00),(1000,'','Invoice','','2020-12-07 10:29:28','westview b6','-300','144','2020-12-07 10:29:28','18','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b6 </BR>254724904126 ','','1','0','1441607323956','No','','','','','','','','',0.00,0.00),(1001,'','Mpesa','','2020-12-07 11:16:34','njoki','0','144','2020-12-07 11:16:34','427','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','njoki </BR>0110011670 ','','1','0','1441607328983','Cleared','','','','','','','','',0.00,0.00),(1002,'','Invoice','','2020-12-07 11:21:41','mufea 13','-600','144','2020-12-07 11:21:41','95','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 13 </BR>254726997371 ','','1','0','1441607329039','No','','','','','','','','',0.00,0.00),(1003,'','Invoice','','2020-12-07 12:36:03','midview ad4','-600','144','2020-12-07 12:36:03','222','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad4 </BR>254728175293 ','','1','0','1441607333741','No','','','','','','','','',0.00,0.00),(1004,'','Cash','','2020-12-07 13:31:41','kamunge 24','0','144','2020-12-07 13:31:41','428','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 24 </BR>254703223719 ','','1','0','1441607337092','Cleared','','','','','','','','',0.00,0.00),(1005,'','Invoice','','2020-12-07 13:54:11','wilson philly c7','0','144','2020-12-07 13:54:11','72','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','wilson philly c7 </BR>254721991098 ','','1','0','1441607337171','No','','','','','','','','',0.00,0.00),(1006,'','Cash','','2020-12-07 17:18:29','customer','0','144','2020-12-07 17:18:29','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607344253','Cleared','','','','','','','','',0.00,0.00),(1007,'','Invoice','','2020-12-07 17:34:45','father oasis c7','-300','144','2020-12-07 17:34:45','57','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis c7 </BR>254722354995 ','','1','0','1441607350736','No','','','','','','','','',0.00,0.00),(1008,'','Invoice','','2020-12-07 18:50:50','greenzone 402','-600','144','2020-12-07 18:50:50','271','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','greenzone 402 </BR>254723014978 ','','1','0','1441607355630','No','','','','','','','','',0.00,0.00),(1009,'','Invoice','','2020-12-07 18:54:48','eric serene f6','-600','144','2020-12-07 18:54:48','429','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','eric serene f6 </BR>254721831730 ','','1','0','1441607356470','No','','','','','','','','',0.00,0.00),(1010,'','Cash','','2020-12-07 18:56:46','mazeras 2','0','144','2020-12-07 18:56:46','282','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mazeras 2 </BR>254722854869 ','','1','0','1441607356539','Cleared','','','','','','','','',0.00,0.00),(1011,'','Cash','','2020-12-07 19:16:40','ridge centre','0','144','2020-12-07 19:16:40','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','1441607356649','Cleared','','','','','','','','',0.00,0.00),(1012,'','Invoice','','2020-12-07 19:17:57','UNIVERSAL APARTMENTS C6','0','144','2020-12-07 19:17:57','153','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>254720415709 ','','1','0','1441607357822','No','','','','','','','','',0.00,0.00),(1013,'','Invoice','','2020-12-07 19:34:24','harvester b4','-300','144','2020-12-07 19:34:24','430','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b4 </BR>254710444463 ','','1','0','1441607358852','No','','','','','','','','',0.00,0.00),(1014,'','Cash','','2020-12-07 19:49:55','victor','0','144','2020-12-07 19:49:55','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','victor ','','1','0','1441607359773','Cleared','','','','','','','','',0.00,0.00),(1015,'','Invoice','','2020-12-07 19:55:04','petra 11','-600','144','2020-12-07 19:55:04','431','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','petra 11 </BR>254738157586 ','','1','0','1441607359826','No','','','','','','','','',0.00,0.00),(1016,'','Cash','','2020-12-07 20:46:04','','0','144','2020-12-07 20:46:04','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','1441607363152','Cleared','','','','','','','','',0.00,0.00),(1017,'','Invoice','','2020-12-08 09:47:56','mufea 54','-300','144','2020-12-08 09:47:56','432','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 54 </BR>254712821273 ','','1','0','1441607410067','No','','','','','','','','',0.00,0.00),(1018,'','Invoice','','2020-12-08 09:49:27','PETRA 7','-600','144','2020-12-08 09:49:27','433','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','PETRA 7 </BR>254722770720 ','','1','0','1441607410151','No','','','','','','','','',0.00,0.00),(1019,'','Invoice','','2020-12-08 09:50:28','esther thindigua 4c','-300','144','2020-12-08 09:50:28','199','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther thindigua 4c </BR>254718561273 ','','1','0','1441607410212','No','','','','','','','','',0.00,0.00),(1020,'','Invoice','','2020-12-08 10:10:22','hope trust 2 c6','-900','144','2020-12-08 10:10:22','434','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','hope trust 2 c6 </BR>254721715137 ','','1','0','1441607410317','No','','','','','','','','',0.00,0.00),(1021,'','Invoice','','2020-12-08 11:58:17','kencom','-600','144','2020-12-08 11:58:17','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom </BR>0112659913 ','','1','0','1441607417882','No','','','','','','','','',0.00,0.00),(1022,'','Invoice','','2020-12-08 12:10:52','mufea 37','-300','144','2020-12-08 12:10:52','201','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 37 </BR>254710760718 ','','1','0','1441607418637','No','','','','','','','','',0.00,0.00),(1023,'','Invoice','','2020-12-08 12:20:25','SHIFFARA JENID C8','-300','144','2020-12-08 12:20:25','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>254721826266 ','','1','0','1441607419196','No','','','','','','','','',0.00,0.00),(1024,'','Invoice','','2020-12-08 12:21:32','TSAVO C119','-300','144','2020-12-08 12:21:32','436','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C119 </BR>254777060322 ','','1','0','1441607419276','No','','','','','','','','',0.00,0.00),(1025,'','Cash','','2020-12-08 12:25:06','peter','0','144','2020-12-08 12:25:06','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','peter ','','1','0','1441607419495','Cleared','','','','','','','','',0.00,0.00),(1026,'','Cash','','2020-12-08 12:25:43','customer','0','144','2020-12-08 12:25:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607419520','Cleared','','','','','','','','',0.00,0.00),(1027,'','Invoice','','2020-12-08 12:32:56','kiringiti','-2100','144','2020-12-08 12:32:56','408','0','2100','1','retail',NULL,'2100','1','0','0','2100','0','0','0','printed','kiringiti </BR>254746862535 ','','1','0','1441607419656','No','','','','','','','','',0.00,0.00),(1028,'','Invoice','','2020-12-08 14:22:20','jane nzinza 43','-900','144','2020-12-08 14:22:20','437','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','jane nzinza 43 </BR>254722780337 ','','1','0','1441607423238','No','','','','','','','','',0.00,0.00),(1029,'','Cash','','2020-12-08 14:56:51','customer','0','144','2020-12-08 14:56:51','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607428604','Cleared','','','','','','','','',0.00,0.00),(1030,'','Cash','','2020-12-08 15:05:14','nelion 2n5','0','144','2020-12-08 15:05:14','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','nelion 2n5 ','','1','0','1441607428632','Cleared','','','','','','','','',0.00,0.00),(1031,'','Invoice','','2020-12-08 15:14:34','purity wa1','-300','144','2020-12-08 15:14:34','221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wa1 </BR>254795016395 ','','1','0','1441607429137','No','','','','','','','','',0.00,0.00),(1032,'','Invoice','','2020-12-08 15:37:44','midview ad3','-300','144','2020-12-08 15:37:44','227','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>254724212329 ','','1','0','1441607429998','No','','','','','','','','',0.00,0.00),(1033,'','Invoice','','2020-12-08 15:56:01','kamunge 17','-300','144','2020-12-08 15:56:01','438','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 17 </BR>254722322846 ','','1','0','1441607432152','No','','','','','','','','',0.00,0.00),(1034,'','Invoice','','2020-12-08 16:25:55','ridge centre','0','144','2020-12-08 16:25:55','439','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre </BR>254722171614 ','','1','0','1441607433922','No','','','','','','','','',0.00,0.00),(1035,'','Cash','','2020-12-08 16:50:34','denty 304a','0','144','2020-12-08 16:50:34','440','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty 304a </BR>254746576297 ','','1','0','1441607435422','Cleared','','','','','','','','',0.00,0.00),(1036,'','Invoice','','2020-12-08 17:34:51','tsavo c210','-300','144','2020-12-08 17:34:51','441','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c210 </BR>254756776955 ','','1','0','1441607438043','No','','','','','','','','',0.00,0.00),(1037,'','Invoice','','2020-12-08 18:17:48','mocah d7','-300','144','2020-12-08 18:17:48','442','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mocah d7 </BR>254789412106 ','','1','0','1441607440657','No','','','','','','','','',0.00,0.00),(1038,'','Invoice','','2020-12-08 18:25:20','MEKITA A3','0','144','2020-12-08 18:25:20','20','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed','MEKITA A3 </BR>254792000947 ','','1','0','1441607441088','No','','','','','','','','',0.00,0.00),(1039,'','Invoice','','2020-12-08 18:26:52','spearnet p1','-600','144','2020-12-08 18:26:52','288','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spearnet p1 </BR>254726267037 ','','1','0','1441607441192','No','','','','','','','','',0.00,0.00),(1040,'','Invoice','','2020-12-08 18:28:51','adriana harvester c4','-300','144','2020-12-08 18:28:51','134','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','1441607441320','No','','','','','','','','',0.00,0.00),(1041,'','Invoice','','2020-12-08 18:43:24','CYBER','-300','144','2020-12-08 18:43:24','261','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CYBER </BR>254724082450 ','','1','0','1441607442167','No','','','','','','','','',0.00,0.00),(1042,'','Invoice','','2020-12-08 18:46:36','FARAH muteti centre 1','-300','144','2020-12-08 18:46:36','379','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>254721112519 ','','1','0','1441607442385','No','','','','','','','','',0.00,0.00),(1043,'','Invoice','','2020-12-08 18:56:56','ankiah a103','-300','144','2020-12-08 18:56:56','354','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ankiah a103 </BR>254721567769 ','','1','0','1441607442990','No','','','','','','','','',0.00,0.00),(1044,'','Invoice','','2020-12-08 19:00:23','pinewood 401','-600','144','2020-12-08 19:00:23','165','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pinewood 401 </BR>254720643732 ','','1','0','1441607443193','No','','','','','','','','',0.00,0.00),(1045,'','Invoice','','2020-12-08 19:03:28','tsavo b506','-300','144','2020-12-08 19:03:28','110','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b506 </BR>254718988410 ','','1','0','1441607443316','No','','','','','','','','',0.00,0.00),(1046,'','Cash','','2020-12-08 19:38:50','customer','0','144','2020-12-08 19:38:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607445518','Cleared','','','','','','','','',0.00,0.00),(1047,'','Invoice','','2020-12-08 19:41:34','scenic a10','-300','144','2020-12-08 19:41:34','443','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>254715194832 ','','1','0','1441607445552','No','','','','','','','','',0.00,0.00),(1048,'','Invoice','','2020-12-08 20:43:11','tsavo b520','-300','144','2020-12-08 20:43:11','444','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b520 </BR>254702759832 ','','1','0','1441607446753','No','','','','','','','','',0.00,0.00),(1049,'','Invoice','','2020-12-09 09:45:42','james primerose b2','-600','144','2020-12-09 09:45:42','77','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>254712604704 ','','1','0','1441607496142','No','','','','','','','','',0.00,0.00),(1050,'','Invoice','','2020-12-09 09:48:05','maria schekem a18','-300','144','2020-12-09 09:48:05','445','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>254700465656 ','','1','0','1441607496467','No','','','','','','','','',0.00,0.00),(1051,'','Invoice','','2020-12-09 09:50:16','kalwani park a2','-150','144','2020-12-09 09:50:16','136','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','kalwani park a2 </BR>254700580379 ','','1','0','1441607496604','No','','','','','','','','',0.00,0.00),(1052,'','Invoice','','2020-12-09 09:51:36','gacicio 2 b5','-900','144','2020-12-09 09:51:36','446','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','gacicio 2 b5 </BR>254721656718 ','','1','0','1441607496679','No','','','','','','','','',0.00,0.00),(1053,'','Invoice','','2020-12-09 09:53:01','jane ankiah b203','-300','144','2020-12-09 09:53:01','447','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jane ankiah b203 </BR>254728852282 ','','1','0','1441607496761','No','','','','','','','','',0.00,0.00),(1054,'','Cash','','2020-12-09 10:15:44','next to schekem','0','144','2020-12-09 10:15:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','next to schekem ','','1','0','1441607497880','Cleared','','','','','','','','',0.00,0.00),(1055,'','Invoice','','2020-12-09 12:03:54','MERCY JENID C5','-300','144','2020-12-09 12:03:54','181','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MERCY JENID C5 </BR>254721404029 ','','1','0','1441607498457','No','','','','','','','','',0.00,0.00),(1056,'','Cash','','2020-12-09 12:19:46','','0','144','2020-12-09 12:19:46','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','1441607504912','Cleared','','','','','','','','',0.00,0.00),(1057,'','Invoice','','2020-12-09 13:19:38','denty 104','-300','144','2020-12-09 13:19:38','448','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','denty 104 </BR>254714284803 ','','1','0','1441607505607','No','','','','','','','','',0.00,0.00),(1058,'','Invoice','','2020-12-09 13:50:18','pinewood 606','-600','144','2020-12-09 13:50:18','37','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pinewood 606 </BR>254704700068 ','','1','0','1441607509270','No','','','','','','','','',0.00,0.00),(1059,'','Invoice','','2020-12-09 14:37:04','harvenest towers kasarini','0','144','2020-12-09 14:37:04','36','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','harvenest towers kasarini </BR>254768252575 ','','1','0','1441607511288','No','','','','','','','','',0.00,0.00),(1060,'','Invoice','','2020-12-09 14:41:48','SUSAN TSAVO B105','-150','144','2020-12-09 14:41:48','449','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>254757151582 ','','1','0','1441607514054','No','','','','','','','','',0.00,0.00),(1061,'','Invoice','','2020-12-09 15:13:47','spring garden b7','-600','144','2020-12-09 15:13:47','40','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spring garden b7 </BR>254758705126 ','','1','0','1441607516016','No','','','','','','','','',0.00,0.00),(1062,'','Invoice','','2020-12-09 16:13:15','dories harvester b8','-300','144','2020-12-09 16:13:15','121','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>254729043105 ','','1','0','1441607519450','No','','','','','','','','',0.00,0.00),(1063,'','Invoice','','2020-12-09 16:18:20','nzinza b39','-300','144','2020-12-09 16:18:20','237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza b39 </BR>254725579456 ','','1','0','1441607519891','No','','','','','','','','',0.00,0.00),(1064,'','Invoice','','2020-12-09 16:32:52','MUFEA A5','-300','144','2020-12-09 16:32:52','83','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA A5 </BR>254756228000 ','','1','0','1441607520762','No','','','','','','','','',0.00,0.00),(1065,'','Invoice','','2020-12-09 17:10:42','mr kabaya','-7350','144','2020-12-09 17:10:42','450','0','7350','1','retail',NULL,'7350','1','0','0','7350','0','0','0','printed','mr kabaya </BR>254722435757 ','','1','0','1441607522406','No','','','','','','','','',0.00,0.00),(1066,'','Invoice','','2020-12-09 17:54:03','OPP MAZERAS M3','-600','144','2020-12-09 17:54:03','403','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','OPP MAZERAS M3 </BR>254721303020 ','','1','0','1441607525608','No','','','','','','','','',0.00,0.00),(1067,'','Invoice','','2020-12-09 18:25:36','grc church','-350','144','2020-12-09 18:25:36','451','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','grc church </BR>254102329291 ','','1','0','1441607527516','No','','','','','','','','',0.00,0.00),(1068,'','Invoice','','2020-12-09 18:28:17','grc church','0','144','2020-12-09 18:28:17','452','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','grc church </BR>254702329291 ','','1','0','1441607527684','No','','','','','','','','',0.00,0.00),(1069,'','Cash','','2020-12-09 19:10:02','','0','144','2020-12-09 19:10:02','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441607528907','Cleared','','','','','','','','',0.00,0.00),(1070,'','Cash','','2020-12-09 19:15:14','westview a6','0','144','2020-12-09 19:15:14','310','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview a6 </BR>254720445216 ','','1','0','1441607530207','Cleared','','','','','','','','',0.00,0.00),(1071,'','Invoice','','2020-12-09 19:35:23','jamal nzinza c54','-300','144','2020-12-09 19:35:23','172','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jamal nzinza c54 </BR>254721977722 ','','1','0','1441607530559','No','','','','','','','','',0.00,0.00),(1072,'','Invoice','','2020-12-09 20:06:37','mufea 22','-700','144','2020-12-09 20:06:37','311','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','mufea 22 </BR>254725147877 ','','1','0','1441607533586','No','','','','','','','','',0.00,0.00),(1073,'','Cash','','2020-12-09 20:16:20','chemist','0','144','2020-12-09 20:16:20','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','1441607534169','Cleared','','','','','','','','',0.00,0.00),(1074,'','Invoice','','2020-12-11 08:44:50','kamunge 24','-300','144','2020-12-11 08:44:50','428','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>254703223719 ','','1','0','1441607665476','No','','','','','','','','',0.00,0.00),(1075,'','Invoice','','2020-12-11 08:46:50','father oasis a e16','-300','144','2020-12-11 08:46:50','194','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a e16 </BR>254798208028 ','','1','0','1441607665577','No','','','','','','','','',0.00,0.00),(1076,'','Cash','','2020-12-11 08:48:26','mufea 68','0','144','2020-12-11 08:48:26','253','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 68 </BR>254702048944 ','','1','0','1441607665688','Cleared','','','','','','','','',0.00,0.00),(1077,'','Invoice','','2020-12-11 08:49:27','opp mazeras m4','-300','144','2020-12-11 08:49:27','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441607665752','No','','','','','','','','',0.00,0.00),(1078,'','Invoice','','2020-12-11 08:50:51','josphine pinewood 602','-450','144','2020-12-11 08:50:51','168','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','josphine pinewood 602 </BR>254723552562 ','','1','0','1441607665828','No','','','','','','','','',0.00,0.00),(1079,'','Invoice','','2020-12-11 08:55:43','purity wb9','-600','144','2020-12-11 08:55:43','244','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity wb9 </BR>254722842669 ','','1','0','1441607666066','No','','','','','','','','',0.00,0.00),(1080,'','Cash','','2020-12-11 08:59:02','cid e4','0','144','2020-12-11 08:59:02','453','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','cid e4 </BR>254725316236 ','','1','0','1441607666197','Cleared','','','','','','','','',0.00,0.00),(1081,'','Invoice','','2020-12-11 09:02:04','hope trust 1 a4','-600','144','2020-12-11 09:02:04','177','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>254720869132 ','','1','0','1441607666465','No','','','','','','','','',0.00,0.00),(1082,'','Invoice','','2020-12-11 09:04:20','MUFEA 41','-300','144','2020-12-11 09:04:20','428','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 41 </BR>254703223719 ','','1','0','1441607666652','No','','','','','','','','',0.00,0.00),(1083,'','Cash','','2020-12-11 09:06:46','customer','0','144','2020-12-11 09:06:46','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607666711','Cleared','','','','','','','','',0.00,0.00),(1084,'','Cash','','2020-12-11 09:08:27','denty a602','0','144','2020-12-11 09:08:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','denty a602 ','','1','0','1441607666881','Cleared','','','','','','','','',0.00,0.00),(1085,'','Invoice','','2020-12-11 09:10:04','midview mc3','-300','144','2020-12-11 09:10:04','142','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc3 </BR>254718617678 ','','1','0','1441607666978','No','','','','','','','','',0.00,0.00),(1086,'','Invoice','','2020-12-11 09:11:35','jayce bc11','-300','144','2020-12-11 09:11:35','454','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jayce bc11 </BR>254783222248 ','','1','0','1441607667060','No','','','','','','','','',0.00,0.00),(1087,'','Invoice','','2020-12-11 09:14:09','midview ad5','-600','144','2020-12-11 09:14:09','92','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad5 </BR>254721323203 ','','1','0','1441607667223','No','','','','','','','','',0.00,0.00),(1088,'','Invoice','','2020-12-11 09:16:38','spearnet bm4','-300','144','2020-12-11 09:16:38','290','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet bm4 </BR>254727018427 ','','1','0','1441607667328','No','','','','','','','','',0.00,0.00),(1089,'','Cash','','2020-12-11 09:18:13','crossover','0','144','2020-12-11 09:18:13','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','crossover ','','1','0','1441607667470','Cleared','','','','','','','','',0.00,0.00),(1090,'','Invoice','','2020-12-11 09:19:51','kamunge 11','-300','144','2020-12-11 09:19:51','455','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 11 </BR>254742608730 ','','1','0','1441607667546','No','','','','','','','','',0.00,0.00),(1091,'','Invoice','','2020-12-11 09:21:04','jenid a5','-300','144','2020-12-11 09:21:04','456','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenid a5 </BR>254710352973 ','','1','0','1441607667638','No','','','','','','','','',0.00,0.00),(1092,'','Invoice','','2020-12-11 09:22:38','godwin serene c1','-300','144','2020-12-11 09:22:38','71','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>254729773463 ','','1','0','1441607667717','No','','','','','','','','',0.00,0.00),(1093,'','Cash','','2020-12-11 09:24:03','ridge centre','0','144','2020-12-11 09:24:03','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','1441607667822','Cleared','','','','','','','','',0.00,0.00),(1094,'','Cash','','2020-12-11 09:24:45','joe`s appartment','0','144','2020-12-11 09:24:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','joe`s appartment ','','1','0','1441607667871','Cleared','','','','','','','','',0.00,0.00),(1095,'','Invoice','','2020-12-11 09:26:02','larri garden','-600','144','2020-12-11 09:26:02','457','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','larri garden </BR>254774818026 ','','1','0','1441607667931','No','','','','','','','','',0.00,0.00),(1096,'','Invoice','','2020-12-11 09:27:12','purity tony wa6','-600','144','2020-12-11 09:27:12','90','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>254722551571 ','','1','0','1441607668013','No','','','','','','','','',0.00,0.00),(1097,'','Invoice','','2020-12-11 09:28:30','mufea 17','-650','144','2020-12-11 09:28:30','294','0','650','1','retail',NULL,'650','1','0','0','650','0','0','0','printed','mufea 17 </BR>254727380865 ','','1','0','1441607668083','No','','','','','','','','',0.00,0.00),(1098,'','Invoice','','2020-12-11 09:29:56','tsavo b304','-150','144','2020-12-11 09:29:56','131','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b304 </BR>254715636264 ','','1','0','1441607668158','No','','','','','','','','',0.00,0.00),(1099,'','Invoice','','2020-12-11 09:31:45','raya tsavo a513','-80','144','2020-12-11 09:31:45','16','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441607668253','No','','','','','','','','',0.00,0.00),(1100,'','Invoice','','2020-12-11 09:33:12','TSAVO C216','-300','144','2020-12-11 09:33:12','206','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>254722915019 ','','1','0','1441607668383','No','','','','','','','','',0.00,0.00),(1101,'','Cash','','2020-12-11 09:34:49','customer','0','144','2020-12-11 09:34:49','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607668476','Cleared','','','','','','','','',0.00,0.00),(1102,'','Invoice','','2020-12-11 09:35:30','georgina crossover 6','-300','144','2020-12-11 09:35:30','127','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>254725351414 ','','1','0','1441607668511','No','','','','','','','','',0.00,0.00),(1103,'','Cash','','2020-12-11 09:37:32','customer','0','144','2020-12-11 09:37:32','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607668641','Cleared','','','','','','','','',0.00,0.00),(1104,'','Cash','','2020-12-11 09:38:37','','0','144','2020-12-11 09:38:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441607668686','Cleared','','','','','','','','',0.00,0.00),(1105,'','Invoice','','2020-12-11 11:10:54','TSAVO C216','-300','144','2020-12-11 11:10:54','458','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>254624867436 ','','1','0','1441607668734','No','','','','','','','','',0.00,0.00),(1106,'','Invoice','','2020-12-11 11:18:51','tsavo rooftop','-350','144','2020-12-11 11:18:51','369','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','tsavo rooftop </BR>254721155366 ','','1','0','1441607674715','No','','','','','','','','',0.00,0.00),(1107,'','Invoice','','2020-12-11 11:58:34','customer','-700','144','2020-12-11 11:58:34','459','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','customer </BR>254727779097 ','','1','0','1441607677096','No','','','','','','','','',0.00,0.00),(1108,'','Invoice','','2020-12-11 12:14:56','raoul tsavo b620','-300','144','2020-12-11 12:14:56','312','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','raoul tsavo b620 </BR>254793592543 ','','1','0','1441607678085','No','','','','','','','','',0.00,0.00),(1109,'','Invoice','','2020-12-11 12:39:23','tsavo','-250','144','2020-12-11 12:39:23','460','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','tsavo </BR>4020705667396 ','','1','0','1441607678208','No','','','','','','','','',0.00,0.00),(1110,'','Invoice','','2020-12-11 12:42:21','sujnam 4b','-300','144','2020-12-11 12:42:21','226','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sujnam 4b </BR>254780068802 ','','1','0','1441607679670','No','','','','','','','','',0.00,0.00),(1111,'','Invoice','','2020-12-11 12:58:46','TSAVO B703','-150','144','2020-12-11 12:58:46','180','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>254704382089 ','','1','0','1441607680709','No','','','','','','','','',0.00,0.00),(1112,'','Invoice','','2020-12-11 13:09:48','nzinza a14','-300','144','2020-12-11 13:09:48','308','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza a14 </BR>254722681652 ','','1','0','1441607681373','No','','','','','','','','',0.00,0.00),(1113,'','Cash','','2020-12-11 14:09:55','westview b2','0','144','2020-12-11 14:09:55','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed','westview b2 ','','1','0','1441607682104','Cleared','','','','','','','','',0.00,0.00),(1114,'','Invoice','','2020-12-11 14:11:49','FATHER OASIS KENNEDY A11','-300','144','2020-12-11 14:11:49','461','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FATHER OASIS KENNEDY A11 </BR>254720073533 ','','1','0','1441607685077','No','','','','','','','','',0.00,0.00),(1115,'','Invoice','','2020-12-11 14:14:46','golf course','-900','144','2020-12-11 14:14:46','462','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','golf course </BR>254714566010 ','','1','0','1441607685273','No','','','','','','','','',0.00,0.00),(1116,'','Invoice','','2020-12-11 14:40:43','westview b1','-300','144','2020-12-11 14:40:43','301','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b1 </BR>254724850421 ','','1','0','1441607685379','No','','','','','','','','',0.00,0.00),(1117,'','Cash','','2020-12-11 15:00:26','customer','0','144','2020-12-11 15:00:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607687967','Cleared','','','','','','','','',0.00,0.00),(1118,'','Invoice','','2020-12-11 15:18:03','caro father oasis a11','-150','144','2020-12-11 15:18:03','463','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>254757095121 ','','1','0','1441607688051','No','','','','','','','','',0.00,0.00),(1119,'','Invoice','','2020-12-11 16:20:20','serene caroline d8','-300','144','2020-12-11 16:20:20','61','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>254726709117 ','','1','0','1441607692265','No','','','','','','','','',0.00,0.00),(1120,'','Cash','','2020-12-11 16:24:25','','0','144','2020-12-11 16:24:25','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','1441607693052','Cleared','','','','','','','','',0.00,0.00),(1121,'','Invoice','','2020-12-11 16:26:03','westview a2','-450','144','2020-12-11 16:26:03','219','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview a2 </BR>254726230677 ','','1','0','1441607693070','No','','','','','','','','',0.00,0.00),(1122,'','Invoice','','2020-12-11 16:47:48','tsavo b715','-250','144','2020-12-11 16:47:48','464','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','tsavo b715 </BR>254728029005 ','','1','0','1441607694460','No','','','','','','','','',0.00,0.00),(1123,'','Cash','','2020-12-11 17:10:38','GACICIO 1 B8','0','144','2020-12-11 17:10:38','465','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','GACICIO 1 B8 </BR>254718921176 ','','1','0','1441607695826','Cleared','','','','','','','','',0.00,0.00),(1124,'','Invoice','','2020-12-11 17:19:04','fahari d6','-300','144','2020-12-11 17:19:04','232','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fahari d6 </BR>254707263276 ','','1','0','1441607695907','No','','','','','','','','',0.00,0.00),(1125,'','Invoice','','2020-12-11 17:26:42','westview f6','-480','144','2020-12-11 17:26:42','466','0','480','1','retail',NULL,'480','1','0','0','480','0','0','0','printed','westview f6 </BR>254720097604 ','','1','0','1441607696764','No','','','','','','','','',0.00,0.00),(1126,'','Invoice','','2020-12-11 17:38:10','mufea 3c','-300','144','2020-12-11 17:38:10','368','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3c </BR>254720276738 ','','1','0','1441607697441','No','','','','','','','','',0.00,0.00),(1127,'','Invoice','','2020-12-11 17:53:51','SPEARNET DM9','-300','144','2020-12-11 17:53:51','257','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>254727711513 ','','1','0','1441607698421','No','','','','','','','','',0.00,0.00),(1128,'','Invoice','','2020-12-11 18:03:01','tsavo c519','-150','144','2020-12-11 18:03:01','60','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c519 </BR>254762238278 ','','1','0','1441607698972','No','','','','','','','','',0.00,0.00),(1129,'','Cash','','2020-12-11 19:34:16','MUFEA 41','0','144','2020-12-11 19:34:16','428','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','MUFEA 41 </BR>254703223719 ','','1','0','1441607704444','Cleared','','','','','','','','',0.00,0.00),(1130,'','Invoice','','2020-12-11 19:39:23','schekem a24','-300','144','2020-12-11 19:39:23','467','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a24 </BR>2547230565 ','','1','0','1441607704514','No','','','','','','','','',0.00,0.00),(1131,'','Invoice','','2020-12-11 19:51:14','schekem a24','-300','144','2020-12-11 19:51:14','468','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a24 </BR>254785069252 ','','1','0','1441607705367','No','','','','','','','','',0.00,0.00),(1132,'','Cash','','2020-12-11 19:53:26','denty','0','144','2020-12-11 19:53:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty ','','1','0','1441607705589','Cleared','','','','','','','','',0.00,0.00),(1133,'','Cash','','2020-12-11 19:54:03','','0','144','2020-12-11 19:54:03','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','1441607705622','Cleared','','','','','','','','',0.00,0.00),(1134,'','Cash','','2020-12-11 19:56:32','customer','0','144','2020-12-11 19:56:32','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607705651','Cleared','','','','','','','','',0.00,0.00),(1135,'','Invoice','','2020-12-11 19:57:18','nzinza d68','-600','144','2020-12-11 19:57:18','104','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza d68 </BR>254723056551 ','','1','0','1441607705811','No','','','','','','','','',0.00,0.00),(1136,'','Cash','','2020-12-11 20:13:36','customer','0','144','2020-12-11 20:13:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607706753','Cleared','','','','','','','','',0.00,0.00),(1137,'','Cash','','2020-12-11 20:30:01','KARIS SHOP','0','144','2020-12-11 20:30:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','KARIS SHOP ','','1','0','1441607706838','Cleared','','','','','','','','',0.00,0.00),(1138,'','Cash','','2020-12-11 20:35:41','karioki','0','144','2020-12-11 20:35:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','karioki ','','1','0','1441607707820','Cleared','','','','','','','','',0.00,0.00),(1139,'','Invoice','','2020-12-12 08:38:39','customer','0','144','2020-12-12 08:38:39','469','1060','1060','1','retail',NULL,'1060','1','0','0','0','0','0','0','printed','customer </BR>254710591434 ','','1','0','1441607751299','No','','','','','','','','',0.00,0.00),(1140,'','Invoice','','2020-12-12 09:04:19','cynthia jenid b10','-600','144','2020-12-12 09:04:19','470','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','cynthia jenid b10 </BR>254722862405 ','','1','0','1441607753047','No','','','','','','','','',0.00,0.00),(1141,'','Invoice','','2020-12-12 09:50:56','kimani court b1','-300','144','2020-12-12 09:50:56','331','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b1 </BR>254721431700 ','','1','0','1441607755844','No','','','','','','','','',0.00,0.00),(1142,'','Invoice','','2020-12-12 10:09:20','nzinza c61','-300','144','2020-12-12 10:09:20','304','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c61 </BR>254729222520 ','','1','0','1441607756952','No','','','','','','','','',0.00,0.00),(1143,'','Invoice','','2020-12-12 10:11:01','peter','-50','144','2020-12-12 10:11:01','471','0','50','1','retail',NULL,'50','1','0','0','50','0','0','0','printed','peter </BR>254724487688 ','','1','0','1441607757052','No','','','','','','','','',0.00,0.00),(1144,'','Cash','','2020-12-12 10:15:53','festus','0','144','2020-12-12 10:15:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed','festus ','','1','0','1441607757345','Cleared','','','','','','','','',0.00,0.00),(1145,'','Invoice','','2020-12-12 10:23:06','SHIFFARA JENID C8','-300','144','2020-12-12 10:23:06','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>254721826266 ','','1','0','1441607757372','No','','','','','','','','',0.00,0.00),(1146,'','Invoice','','2020-12-12 10:48:01','samwel serene b12','-300','144','2020-12-12 10:48:01','17','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>254723608982 ','','1','0','1441607759264','No','','','','','','','','',0.00,0.00),(1147,'','Cash','','2020-12-12 11:09:08','rita','0','144','2020-12-12 11:09:08','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed','rita ','','1','0','1441607760522','Cleared','','','','','','','','',0.00,0.00),(1148,'','Invoice','','2020-12-12 11:45:01','glass mart shop','-80','144','2020-12-12 11:45:01','351','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','glass mart shop </BR>254722675657 ','','1','0','1441607760574','No','','','','','','','','',0.00,0.00),(1149,'','Invoice','','2020-12-12 12:11:04','westview b6','-300','144','2020-12-12 12:11:04','18','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b6 </BR>254724904126 ','','1','0','1441607764244','No','','','','','','','','',0.00,0.00),(1150,'','Invoice','','2020-12-12 13:32:34','nancy','-600','144','2020-12-12 13:32:34','472','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nancy </BR>2540113356719 ','','1','0','1441607769136','No','','','','','','','','',0.00,0.00),(1151,'','Invoice','','2020-12-12 13:40:08','greenview 2b','-300','144','2020-12-12 13:40:08','296','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>254722769324 ','','1','0','1441607769597','No','','','','','','','','',0.00,0.00),(1152,'','Invoice','','2020-12-12 14:05:08','teresia father oasis gate b 13a','-600','144','2020-12-12 14:05:08','22','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>254721744587 ','','1','0','1441607771089','No','','','','','','','','',0.00,0.00),(1153,'','Invoice','','2020-12-12 15:19:28','jacintah','-450','144','2020-12-12 15:19:28','473','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','jacintah </BR>254723658582 ','','1','0','1441607775547','No','','','','','','','','',0.00,0.00),(1154,'','Invoice','','2020-12-12 15:20:27','gladys','-250','144','2020-12-12 15:20:27','474','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','gladys </BR>254716833011 ','','1','0','1441607775617','No','','','','','','','','',0.00,0.00),(1155,'','Invoice','','2020-12-12 15:51:19','mufea 66','-600','144','2020-12-12 15:51:19','382','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 66 </BR>254714814639 ','','1','0','1441607777454','No','','','','','','','','',0.00,0.00),(1156,'','Invoice','','2020-12-12 16:27:12','nelion 2n3','-450','144','2020-12-12 16:27:12','475','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','nelion 2n3 </BR>254720803399 ','','1','0','1441607779620','No','','','','','','','','',0.00,0.00),(1157,'','Cash','','2020-12-12 16:33:36','raphael','0','144','2020-12-12 16:33:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed','raphael ','','1','0','1441607779996','Cleared','','','','','','','','',0.00,0.00),(1158,'','Invoice','','2020-12-12 17:15:42','tsavo b411','-300','144','2020-12-12 17:15:42','195','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b411 </BR>254707995147 ','','1','0','1441607782533','No','','','','','','','','',0.00,0.00),(1159,'','Invoice','','2020-12-12 17:22:07','pinewood p705','-300','144','2020-12-12 17:22:07','476','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pinewood p705 </BR>254740272626 ','','1','0','1441607782920','No','','','','','','','','',0.00,0.00),(1160,'','Invoice','','2020-12-12 17:41:07','gacicio 1 c6','-300','144','2020-12-12 17:41:07','321','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>254725616377 ','','1','0','1441607784058','No','','','','','','','','',0.00,0.00),(1161,'','Invoice','','2020-12-12 18:02:32','petra a10','-600','144','2020-12-12 18:02:32','477','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','petra a10 </BR>254725719551 ','','1','0','1441607785338','No','','','','','','','','',0.00,0.00),(1162,'','Invoice','','2020-12-12 18:22:52','nzinza c53','-300','144','2020-12-12 18:22:52','478','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c53 </BR>254720312385 ','','1','0','1441607786562','No','','','','','','','','',0.00,0.00),(1163,'','Invoice','','2020-12-12 18:26:50','b4 ankiah','-300','144','2020-12-12 18:26:50','478','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','b4 ankiah </BR>254720312385 ','','1','0','1441607786789','No','','','','','','','','',0.00,0.00),(1164,'','Invoice','','2020-12-12 18:32:16','muteti centre','-600','144','2020-12-12 18:32:16','479','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','muteti centre </BR>254726951665 ','','1','0','1441607787095','No','','','','','','','','',0.00,0.00),(1165,'','Invoice','','2020-12-12 19:05:56','allan midview ab6','-300','144','2020-12-12 19:05:56','171','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>254723657970 ','','1','0','1441607789148','No','','','','','','','','',0.00,0.00),(1166,'','Invoice','','2020-12-12 19:23:45','ridge centre','0','144','2020-12-12 19:23:45','305','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre </BR>254720792546 ','','1','0','1441607790216','No','','','','','','','','',0.00,0.00),(1167,'','Invoice','','2020-12-12 19:38:03','jenid a19','0','144','2020-12-12 19:38:03','480','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','jenid a19 </BR>254725803003 ','','1','0','1441607791056','No','','','','','','','','',0.00,0.00),(1168,'','Cash','','2020-12-12 19:52:42','customer','0','144','2020-12-12 19:52:42','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607791942','Cleared','','','','','','','','',0.00,0.00),(1169,'','Invoice','','2020-12-12 19:53:23','TSAVO B608','-150','144','2020-12-12 19:53:23','235','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B608 </BR>254794672549 ','','1','0','1441607791992','No','','','','','','','','',0.00,0.00),(1170,'','Invoice','','2020-12-12 19:59:00','tobista','-300','144','2020-12-12 19:59:00','481','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tobista </BR>254703679438 ','','1','0','1441607792331','No','','','','','','','','',0.00,0.00),(1171,'','Invoice','','2020-12-13 10:14:54','nyawira 25','-300','144','2020-12-13 10:14:54','113','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 25 </BR>254725801872 ','','1','0','1441607843685','No','','','','','','','','',0.00,0.00),(1172,'','Invoice','','2020-12-13 10:18:47','OPP MAZERAS B4','-340','144','2020-12-13 10:18:47','299','0','340','1','retail',NULL,'340','1','0','0','340','0','0','0','printed','OPP MAZERAS B4 </BR>254720487332 ','','1','0','1441607843881','No','','','','','','','','',0.00,0.00),(1173,'','Invoice','','2020-12-13 12:30:57','nicholas','-300','144','2020-12-13 12:30:57','298','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nicholas </BR>254722496395 ','','1','0','1441607851770','No','','','','','','','','',0.00,0.00),(1174,'','Cash','','2020-12-13 12:58:35','','0','144','2020-12-13 12:58:35','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','1441607853496','Cleared','','','','','','','','',0.00,0.00),(1175,'','Cash','','2020-12-13 13:04:26','james','0','144','2020-12-13 13:04:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','james ','','1','0','1441607853523','Cleared','','','','','','','','',0.00,0.00),(1176,'','Invoice','','2020-12-13 13:16:48','mufea 33','-300','144','2020-12-13 13:16:48','380','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 33 </BR>254721671052 ','','1','0','1441607853894','No','','','','','','','','',0.00,0.00),(1177,'','Invoice','','2020-12-13 13:48:36','spearnet am1','-300','144','2020-12-13 13:48:36','482','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet am1 </BR>254728631475 ','','1','0','1441607856503','No','','','','','','','','',0.00,0.00),(1178,'','Invoice','','2020-12-13 13:50:39','thindigua gardens 6h','-150','144','2020-12-13 13:50:39','208','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','thindigua gardens 6h </BR>254708727618 ','','1','0','1441607856615','No','','','','','','','','',0.00,0.00),(1179,'','Invoice','','2020-12-13 14:08:05','mufea 6b','-600','144','2020-12-13 14:08:05','117','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 6b </BR>254720353773 ','','1','0','1441607857671','No','','','','','','','','',0.00,0.00),(1180,'','Invoice','','2020-12-13 14:10:51','opp mazeras m4','-300','144','2020-12-13 14:10:51','229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>254722867971 ','','1','0','1441607857837','No','','','','','','','','',0.00,0.00),(1181,'','Invoice','','2020-12-13 14:35:16','kimani court b3','-300','144','2020-12-13 14:35:16','324','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b3 </BR>254718289915 ','','1','0','1441607859300','No','','','','','','','','',0.00,0.00),(1182,'','Invoice','','2020-12-13 15:13:39','tsavo c504','-300','144','2020-12-13 15:13:39','276','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c504 </BR>254703763374 ','','1','0','1441607861589','No','','','','','','','','',0.00,0.00),(1183,'','Invoice','','2020-12-13 15:50:28','harvester b3','-300','144','2020-12-13 15:50:28','193','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b3 </BR>254710146946 ','','1','0','1441607863821','No','','','','','','','','',0.00,0.00),(1184,'','Invoice','','2020-12-13 15:51:45','tsavo b513','-150','144','2020-12-13 15:51:45','327','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b513 </BR>254722124415 ','','1','0','1441607863895','No','','','','','','','','',0.00,0.00),(1185,'','Invoice','','2020-12-13 16:08:10','blessed garden b5','-600','144','2020-12-13 16:08:10','106','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden b5 </BR>254769050567 ','','1','0','1441607864363','No','','','','','','','','',0.00,0.00),(1186,'','Invoice','','2020-12-13 16:35:27','midview aa6','-300','144','2020-12-13 16:35:27','143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>254714719290 ','','1','0','1441607866339','No','','','','','','','','',0.00,0.00),(1187,'','Invoice','','2020-12-13 16:36:49','midview aa6','-300','144','2020-12-13 16:36:49','143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>254714719290 ','','1','0','1441607866593','No','','','','','','','','',0.00,0.00),(1188,'','Invoice','','2020-12-13 17:19:14','mufea c13','-300','144','2020-12-13 17:19:14','421','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea c13 </BR>254736656705 ','','1','0','1441607867605','No','','','','','','','','',0.00,0.00),(1189,'','Invoice','','2020-12-13 17:34:44','opposite mazeras m7','-300','144','2020-12-13 17:34:44','483','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opposite mazeras m7 </BR>254720102050 ','','1','0','1441607870065','No','','','','','','','','',0.00,0.00),(1190,'','Invoice','','2020-12-13 18:09:05','vera court 2-4','-300','144','2020-12-13 18:09:05','484','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','vera court 2-4 </BR>254700639086 ','','1','0','1441607870211','No','','','','','','','','',0.00,0.00),(1191,'','Invoice','','2020-12-13 18:23:09','harvester b8','-300','144','2020-12-13 18:23:09','121','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>254729043105 ','','1','0','1441607872979','No','','','','','','','','',0.00,0.00),(1192,'','Invoice','','2020-12-13 18:24:43','nancy','-300','144','2020-12-13 18:24:43','485','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nancy </BR>254721540671 ','','1','0','1441607873074','No','','','','','','','','',0.00,0.00),(1193,'','Invoice','','2020-12-13 18:51:03','SCHEKEM B5','-450','144','2020-12-13 18:51:03','486','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','SCHEKEM B5 </BR>254723621276 ','','1','0','1441607874641','No','','','','','','','','',0.00,0.00),(1194,'','Cash','','2020-12-13 18:59:13','','0','144','2020-12-13 18:59:13','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','0','1441607875060','Cleared','','','','','','','','',0.00,0.00),(1195,'','Invoice','','2020-12-13 19:31:52','932','-300','144','2020-12-13 19:31:52','487','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 </BR>254722977563 ','','1','0','1441607875177','No','','','','','','','','',0.00,0.00),(1196,'','Cash','','2020-12-13 19:50:20','denty','0','144','2020-12-13 19:50:20','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty ','','1','0','1441607878211','Cleared','','','','','','','','',0.00,0.00),(1197,'','Cash','','2020-12-13 20:27:25','kenneth kamunge 15','0','144','2020-12-13 20:27:25','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kenneth kamunge 15 ','','1','0','1441607878236','Cleared','','','','','','','','',0.00,0.00),(1198,'','Invoice','','2020-12-13 20:36:16','raya tsavo a513','-150','144','2020-12-13 20:36:16','16','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo a513 </BR>254703778137 ','','1','0','1441607880490','No','','','','','','','','',0.00,0.00),(1199,'','Invoice','','2020-12-14 08:57:25','samantha vera 3-4','-300','144','2020-12-14 08:57:25','269','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samantha vera 3-4 </BR>254721792066 ','','1','0','1441607925428','No','','','','','','','','',0.00,0.00),(1200,'','Invoice','','2020-12-14 08:59:13','patricia mufea 1b','-300','144','2020-12-14 08:59:13','260','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','patricia mufea 1b </BR>254725551167 ','','1','0','1441607925545','No','','','','','','','','',0.00,0.00),(1201,'','Invoice','','2020-12-14 09:00:35','mufea 54','-300','144','2020-12-14 09:00:35','189','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 54 </BR>254712821285 ','','1','0','1441607925624','No','','','','','','','','',0.00,0.00),(1202,'','Invoice','','2020-12-14 09:42:05','tsavo b701','-450','144','2020-12-14 09:42:05','488','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','tsavo b701 </BR>254704584677 ','','1','0','1441607926950','No','','','','','','','','',0.00,0.00),(1203,'','Invoice','','2020-12-14 09:43:10','mary tsavo a319','-300','144','2020-12-14 09:43:10','489','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary tsavo a319 </BR>254722550663 ','','1','0','1441607928181','No','','','','','','','','',0.00,0.00),(1204,'','Cash','','2020-12-14 09:44:35','windser west 10','0','144','2020-12-14 09:44:35','490','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','windser west 10 </BR>254722140695 ','','1','0','1441607928264','Cleared','','','','','','','','',0.00,0.00),(1205,'','Invoice','','2020-12-14 10:12:13','joyce oppsweet bay','-350','144','2020-12-14 10:12:13','491','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','joyce oppsweet bay </BR>254741083937 ','','1','0','1441607928358','No','','','','','','','','',0.00,0.00),(1206,'','Invoice','','2020-12-14 10:32:22','joyce oppsweet bay','-350','144','2020-12-14 10:32:22','492','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','joyce oppsweet bay </BR>2547410483937 ','','1','0','1441607931129','No','','','','','','','','',0.00,0.00),(1207,'','Invoice','','2020-12-14 10:38:02','fahari a6','-300','144','2020-12-14 10:38:02','212','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fahari a6 </BR>254724118308 ','','1','0','1441607931465','No','','','','','','','','',0.00,0.00),(1208,'','Invoice','','2020-12-14 11:14:17','harvester d2','-150','144','2020-12-14 11:14:17','362','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','harvester d2 </BR>254718124830 ','','1','0','1441607933647','No','','','','','','','','',0.00,0.00),(1209,'','Invoice','','2020-12-14 11:45:52','BARBARA MUFEA 60','-300','144','2020-12-14 11:45:52','82','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>254733127411 ','','1','0','1441607935545','No','','','','','','','','',0.00,0.00),(1210,'','Invoice','','2020-12-14 12:00:13','runda paradise f2 130','-1500','144','2020-12-14 12:00:13','350','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','runda paradise f2 130 </BR>254720282776 ','','1','0','1441607935606','No','','','','','','','','',0.00,0.00),(1211,'','Invoice','','2020-12-14 12:55:03','emmanuel muteti corner','-300','144','2020-12-14 12:55:03','130','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emmanuel muteti corner </BR>254724615859 ','','1','0','1441607939695','No','','','','','','','','',0.00,0.00),(1212,'','Invoice','','2020-12-14 13:18:00','ANKIAH B401','-300','144','2020-12-14 13:18:00','273','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>254723985822 ','','1','0','1441607941069','No','','','','','','','','',0.00,0.00),(1213,'','Invoice','','2020-12-14 13:32:18','spearnet am3','-150','144','2020-12-14 13:32:18','273','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>254723985822 ','','1','0','1441607941925','No','','','','','','','','',0.00,0.00),(1214,'','Cash','','2020-12-14 15:08:12','customer','0','144','2020-12-14 15:08:12','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607947104','Cleared','','','','','','','','',0.00,0.00),(1215,'','Invoice','','2020-12-14 16:12:23','customer','-1350','144','2020-12-14 16:12:23','493','0','1350','1','retail',NULL,'1350','1','0','0','1350','0','0','0','printed','customer </BR>254722154501 ','','1','0','1441607947713','No','','','','','','','','',0.00,0.00),(1216,'','Invoice','','2020-12-14 16:27:37','glassmart','-80','144','2020-12-14 16:27:37','351','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','glassmart </BR>254722675657 ','','1','0','1441607952447','No','','','','','','','','',0.00,0.00),(1217,'','Invoice','','2020-12-14 16:28:58','rosewood court b6','-300','144','2020-12-14 16:28:58','78','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>254729152474 ','','1','0','1441607952530','No','','','','','','','','',0.00,0.00),(1218,'','Invoice','','2020-12-14 16:50:50','cid b15','-300','144','2020-12-14 16:50:50','80','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid b15 </BR>254727651656 ','','1','0','1441607953841','No','','','','','','','','',0.00,0.00),(1219,'','Invoice','','2020-12-14 16:58:56','932 a9','-1350','144','2020-12-14 16:58:56','494','0','1350','1','retail',NULL,'1350','1','0','0','1350','0','0','0','printed','932 a9 </BR>254726384717 ','','1','0','1441607954317','No','','','','','','','','',0.00,0.00),(1220,'','Cash','','2020-12-14 17:06:54','customer','0','144','2020-12-14 17:06:54','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607954805','Cleared','','','','','','','','',0.00,0.00),(1221,'','Invoice','','2020-12-14 17:41:19','tsavo c320','-300','144','2020-12-14 17:41:19','216','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c320 </BR>254722664090 ','','1','0','1441607956865','No','','','','','','','','',0.00,0.00),(1222,'','Invoice','','2020-12-14 17:53:22','michael','-600','144','2020-12-14 17:53:22','495','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','michael </BR>254728601317 ','','1','0','1441607956976','No','','','','','','','','',0.00,0.00),(1223,'','Invoice','','2020-12-14 18:50:54','almond','-300','144','2020-12-14 18:50:54','11','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','almond </BR>254728482801 ','','1','0','1441607961041','No','','','','','','','','',0.00,0.00),(1224,'','Cash','','2020-12-14 19:03:30','gacicio 1 b10','0','144','2020-12-14 19:03:30','496','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacicio 1 b10 </BR>254740713300 ','','1','0','1441607961159','Cleared','','','','','','','','',0.00,0.00),(1225,'','Invoice','','2020-12-14 19:05:29','adriana harvester c4','-600','144','2020-12-14 19:05:29','134','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>254721264990 ','','1','0','1441607961859','No','','','','','','','','',0.00,0.00),(1226,'','Cash','','2020-12-14 19:26:23','kimani court d7','0','144','2020-12-14 19:26:23','497','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','kimani court d7 </BR>254711949484 ','','1','0','1441607962675','Cleared','','','','','','','','',0.00,0.00),(1227,'','Invoice','','2020-12-14 19:47:55','adam','-600','144','2020-12-14 19:47:55','498','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adam </BR>254723531181 ','','1','0','1441607963240','No','','','','','','','','',0.00,0.00),(1228,'','Cash','','2020-12-14 19:50:23','customer','0','144','2020-12-14 19:50:23','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','1441607964614','Cleared','','','','','','','','',0.00,0.00),(1229,'','Invoice','','2020-12-14 20:02:36','vera court 4-2','-300','144','2020-12-14 20:02:36','499','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','vera court 4-2 </BR>254710411768 ','','1','0','1441607964636','No','','','','','','','','',0.00,0.00),(1230,'','Invoice','','2020-12-14 20:05:02','MIRIAM PETRA 18','-600','144','2020-12-14 20:05:02','28','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIRIAM PETRA 18 </BR>254722740167 ','','1','0','1441607965482','No','','','','','','','','',0.00,0.00),(1231,'','Invoice','','2020-12-14 20:10:22','cid b4','-450','144','2020-12-14 20:10:22','500','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid b4 </BR>254722745089 ','','1','0','1441607965813','No','','','','','','','','',0.00,0.00),(1232,'','Invoice','','2020-12-14 20:11:27','cid c6','-300','144','2020-12-14 20:11:27','501','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c6 </BR>254722332777 ','','1','0','1441607965877','No','','','','','','','','',0.00,0.00),(1233,'','Cash','','2020-12-14 20:25:36','spearnet dm8','0','144','2020-12-14 20:25:36','374','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spearnet dm8 </BR>254706352293 ','','1','0','1441607966645','Cleared','','','','','','','','',0.00,0.00),(1234,'','Invoice','','2020-12-14 20:27:16','spearnet dm8','-300','144','2020-12-14 20:27:16','374','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm8 </BR>254706352293 ','','1','0','1441607966827','No','','','','','','','','',0.00,0.00),(1235,'','Invoice','','2020-12-14 20:37:05','denty a304','-900','144','2020-12-14 20:37:05','502','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','denty a304 </BR>254718483071 ','','1','0','1441607967412','No','','','','','','','','',0.00,0.00),(1236,'','Invoice','','2020-12-14 20:44:54','spring garden a1','-300','144','2020-12-14 20:44:54','503','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spring garden a1 </BR>254718842939 ','','1','0','1441607967502','No','','','','','','','','',0.00,0.00),(1237,'','Invoice','','2020-12-14 21:02:49','mufea 15','-300','144','2020-12-14 21:02:49','504','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 15 </BR>254726291905 ','','1','0','1441607968961','No','','','','','','','','',0.00,0.00),(1238,'','Mpesa','','2020-12-14 21:16:24','lenny','0','11','2020-12-14 21:16:24','505','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','lenny </BR>0724638256 ','','1','0','111607969766','Cleared','','','','','','','','',0.00,0.00),(1239,'','Invoice','','2020-12-14 21:44:54','tsavo a308','-150','11','2020-12-14 21:44:54','506','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo a308 </BR>0727878660 ','','1','0','111607971480','No','','','','','','','','',0.00,0.00),(1240,'','Cash','','2020-12-15 08:20:14','agnes flamat','0','11','2020-12-15 08:20:14','507','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','agnes flamat </BR>0725890244 ','','1','0','111608009580','Cleared','','','','','','','','',0.00,0.00),(1241,'','Invoice','','2020-12-15 08:23:57','nziza c59','-150','11','2020-12-15 08:23:57','508','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','nziza c59 </BR>0713190005 ','','1','0','111608009820','No','','','','','','','','',0.00,0.00),(1242,'','Invoice','','2020-12-15 08:38:48','jemimah reality plaza b11','-600','11','2020-12-15 08:38:48','509','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jemimah reality plaza b11 </BR>0700216967 ','','1','0','111608010702','No','','','','','','','','',0.00,0.00),(1243,'','Mpesa','','2020-12-15 09:07:03','jayce bb10','0','11','2020-12-15 09:07:03','510','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jayce bb10 </BR>0725503867 ','','1','0','111608012405','Cleared','','','','','','','','',0.00,0.00),(1244,'','Invoice','','2020-12-15 09:19:37','SUSAN TSAVO B105','-150','11','2020-12-15 09:19:37','511','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874969 ','','1','0','111608013165','No','','','','','','','','',0.00,0.00),(1245,'','Invoice','','2020-12-15 09:44:36','jonh petra 5','-300','11','2020-12-15 09:44:36','512','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jonh petra 5 </BR>0716088088 ','','1','0','111608014664','No','','','','','','','','',0.00,0.00),(1246,'','Invoice','','2020-12-15 10:58:39','gacicio 1a3','-300','11','2020-12-15 10:58:39','513','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1a3 </BR>0722710526 ','','1','0','111608019107','No','','','','','','','','',0.00,0.00),(1247,'','Cash','','2020-12-15 11:02:51','','0','11','2020-12-15 11:02:51','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','111608019336','Cleared','','','','','','','','',0.00,0.00),(1248,'','Mpesa','','2020-12-15 11:37:11','tsavotop','0','11','2020-12-15 11:37:11','514','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed','tsavotop </BR>0721155366 ','','1','0','111608021302','Cleared','','','','','','','','',0.00,0.00),(1249,'','Mpesa','','2020-12-15 11:57:23','jennid c6','0','11','2020-12-15 11:57:23','515','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','jennid c6 </BR>0724373678 ','','1','0','111608022625','Cleared','','','','','','','','',0.00,0.00),(1250,'','Mpesa','','2020-12-15 12:12:44','denty 104a','0','11','2020-12-15 12:12:44','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','denty 104a ','','1','0','111608022717','Cleared','','','','','','','','',0.00,0.00),(1251,'','Mpesa','','2020-12-15 12:21:38','ann afandi','0','11','2020-12-15 12:21:38','516','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ann afandi </BR>0720755960 ','','1','0','111608024078','Cleared','','','','','','','','',0.00,0.00),(1252,'','Cash','','2020-12-15 12:26:43','','0','11','2020-12-15 12:26:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111608024160','Cleared','','','','','','','','',0.00,0.00),(1253,'','Invoice','','2020-12-15 15:06:59','chariy purity','-300','11','2020-12-15 15:06:59','517','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','chariy purity </BR>1722840609 ','','1','0','111608033993','No','','','','','','','','',0.00,0.00),(1254,'','Mpesa','','2020-12-15 15:21:14','nellion 7n9','0','11','2020-12-15 15:21:14','518','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','nellion 7n9 </BR>0722393414 ','','1','0','111608034828','Cleared','','','','','','','','',0.00,0.00),(1255,'','Mpesa','','2020-12-15 15:23:24','abeid gatimu','0','11','2020-12-15 15:23:24','519','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','abeid gatimu </BR>0722882716 ','','1','0','111608034951','Cleared','','','','','','','','',0.00,0.00),(1256,'','Cash','','2020-12-15 16:23:19','','0','11','2020-12-15 16:23:19','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111608035112','Cleared','','','','','','','','',0.00,0.00),(1257,'','Mpesa','','2020-12-15 16:56:02','ESTHER KARANJA','0','11','2020-12-15 16:56:02','520','0','150','1','retail',NULL,'150','1','0','0','07226343870','0','150','0','printed','ESTHER KARANJA </BR>0722634387 ','','1','0','111608040549','Cleared','','','','','','','','',0.00,0.00),(1258,'','Mpesa','','2020-12-15 17:20:05','godwin serene c1','0','11','2020-12-15 17:20:05','521','0','1350','1','retail',NULL,'1350','1','0','0','0','0','1350','0','printed','godwin serene c1 </BR>0714138065 ','','1','0','111608041962','Cleared','','','','','','','','',0.00,0.00),(1259,'','Invoice','','2020-12-15 17:46:11','tsavo c220','-300','11','2020-12-15 17:46:11','522','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c220 </BR>0700121105 ','','1','0','111608042083','No','','','','','','','','',0.00,0.00),(1260,'','Cash','','2020-12-15 17:48:12','kimani court b4','0','11','2020-12-15 17:48:12','523','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court b4 </BR>0722171614 ','','1','0','111608043675','Cleared','','','','','','','','',0.00,0.00),(1261,'','Cash','','2020-12-15 18:15:29','nyawira 26','0','11','2020-12-15 18:15:29','524','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira 26 </BR>0723604902 ','','1','0','111608043851','Cleared','','','','','','','','',0.00,0.00),(1262,'','Mpesa','','2020-12-15 18:29:14','mekita d6','0','11','2020-12-15 18:29:14','525','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mekita d6 </BR>0728750234 ','','1','0','111608046134','Cleared','','','','','','','','',0.00,0.00),(1263,'','Invoice','','2020-12-15 18:45:07','nziza 26','-300','11','2020-12-15 18:45:07','524','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza 26 </BR>0723604902 ','','1','0','111608046225','No','','','','','','','','',0.00,0.00),(1264,'','Invoice','','2020-12-15 19:03:10','pinewood 102','-900','11','2020-12-15 19:03:10','526','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','pinewood 102 </BR>0710345168 ','','1','0','111608048165','No','','','','','','','','',0.00,0.00),(1265,'','Invoice','','2020-12-15 19:18:25','FARAH muteti centre 1','-300','11','2020-12-15 19:18:25','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111608049086','No','','','','','','','','',0.00,0.00),(1266,'','Invoice','','2020-12-15 19:33:38','tsavo elizabeth','-300','11','2020-12-15 19:33:38','528','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo elizabeth </BR>0711444966 ','','1','0','111608050000','No','','','','','','','','',0.00,0.00),(1267,'','Invoice','','2020-12-15 19:36:51','tsavo a706','-450','11','2020-12-15 19:36:51','529','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','tsavo a706 </BR>0727733323 ','','1','0','111608050182','No','','','','','','','','',0.00,0.00),(1268,'','Cash','','2020-12-15 19:39:07','tsavo b51`2','0','11','2020-12-15 19:39:07','528','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','tsavo b51`2 </BR>0711444966 ','','1','0','111608050324','Cleared','','','','','','','','',0.00,0.00),(1269,'','Cash','','2020-12-15 19:50:50','mocah c14','0','11','2020-12-15 19:50:50','530','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','mocah c14 </BR>0799335516 ','','1','0','111608050419','Cleared','','','','','','','','',0.00,0.00),(1270,'','Invoice','','2020-12-15 19:54:27','greenzone 402','-600','11','2020-12-15 19:54:27','531','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','greenzone 402 </BR>0723014978 ','','1','0','111608051127','No','','','','','','','','',0.00,0.00),(1271,'','Invoice','','2020-12-15 20:00:03','greenzone 402','-600','11','2020-12-15 20:00:03','531','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','greenzone 402 </BR>0723014978 ','','1','0','111608051571','No','','','','','','','','',0.00,0.00),(1272,'','Cash','','2020-12-15 20:10:15','symo','0','11','2020-12-15 20:10:15','532','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','symo </BR>0723385156 ','','1','0','111608052199','Cleared','','','','','','','','',0.00,0.00),(1273,'','Mpesa','','2020-12-15 20:15:46','william','0','11','2020-12-15 20:15:46','533','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','william </BR>0722804838 ','','1','0','111608052424','Cleared','','','','','','','','',0.00,0.00),(1274,'','Invoice','','2020-12-15 20:26:55','fathar oasis 7b','-150','11','2020-12-15 20:26:55','534','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','fathar oasis 7b </BR>07411650006 ','','1','0','111608052616','No','','','','','','','','',0.00,0.00),(1275,'','Mpesa','','2020-12-15 20:46:15','mfea c1 tiadri','0','11','2020-12-15 20:46:15','535','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','mfea c1 tiadri </BR>0729914196 ','','1','0','111608054352','Cleared','','','','','','','','',0.00,0.00),(1276,'','Mpesa','','2020-12-15 21:17:20','1sha','0','11','2020-12-15 21:17:20','536','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','1sha </BR>0712692225 ','','1','0','111608054491','Cleared','','','','','','','','',0.00,0.00),(1277,'','Mpesa','','2020-12-15 21:19:01','isha','0','11','2020-12-15 21:19:01','536','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','isha </BR>0712692225 ','','1','0','111608056300','Cleared','','','','','','','','',0.00,0.00),(1278,'','Invoice','','2020-12-16 09:56:32','midview md2','-600','11','2020-12-16 09:56:32','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111608101769','No','','','','','','','','',0.00,0.00),(1279,'','Invoice','','2020-12-16 10:01:49','kamunge 11','-300','11','2020-12-16 10:01:49','538','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 11 </BR>0742608730 ','','1','0','111608102092','No','','','','','','','','',0.00,0.00),(1280,'','Invoice','','2020-12-16 10:40:37','raya tsavo a513','-80','11','2020-12-16 10:40:37','53','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111608104396','No','','','','','','','','',0.00,0.00),(1281,'','Invoice','','2020-12-16 10:45:27','crossover 9','-300','11','2020-12-16 10:45:27','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111608104714','No','','','','','','','','',0.00,0.00),(1282,'','Cash','','2020-12-16 10:54:55','thendegua campany','0','11','2020-12-16 10:54:55','540','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','thendegua campany </BR>0790614224 ','','1','0','111608105273','Cleared','','','','','','','','',0.00,0.00),(1283,'','Invoice','','2020-12-16 11:10:41','shiffira jenid','-300','11','2020-12-16 11:10:41','182','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shiffira jenid </BR>254721826266 ','','1','0','111608106083','No','','','','','','','','',0.00,0.00),(1284,'','Invoice','','2020-12-16 11:32:51','jennifer mushroom','-1800','11','2020-12-16 11:32:51','541','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','jennifer mushroom </BR>+254722215228 ','','1','0','111608107546','No','','','','','','','','',0.00,0.00),(1285,'','Invoice','','2020-12-16 12:03:24','kimani court e10','-300','11','2020-12-16 12:03:24','542','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court e10 </BR>+254722128372 ','','1','0','111608109253','No','','','','','','','','',0.00,0.00),(1286,'','Invoice','','2020-12-16 13:27:09','tsavo b711','-300','11','2020-12-16 13:27:09','543','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b711 </BR>0714858272 ','','1','0','111608114417','No','','','','','','','','',0.00,0.00),(1287,'','Invoice','','2020-12-16 13:30:14','HARVESTER C5','-300','11','2020-12-16 13:30:14','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HARVESTER C5 </BR>0722357655 ','','1','0','111608114601','No','','','','','','','','',0.00,0.00),(1288,'','Invoice','','2020-12-16 13:50:04','spearnet ad6','-300','11','2020-12-16 13:50:04','545','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet ad6 </BR>0727018427 ','','1','0','111608115793','No','','','','','','','','',0.00,0.00),(1289,'','Invoice','','2020-12-16 13:55:28','midview ad6','-600','11','2020-12-16 13:55:28','546','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad6 </BR>0723942347 ','','1','0','111608116091','No','','','','','','','','',0.00,0.00),(1290,'','Invoice','','2020-12-16 14:31:17','westview d6','-600','11','2020-12-16 14:31:17','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','westview d6 </BR>0714160617 ','','1','0','111608118253','No','','','','','','','','',0.00,0.00),(1291,'','Invoice','','2020-12-16 14:49:44','tsavo c011','-150','11','2020-12-16 14:49:44','548','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c011 </BR>0721857283 ','','1','0','111608119347','No','','','','','','','','',0.00,0.00),(1292,'','Cash','','2020-12-16 15:02:27','','0','11','2020-12-16 15:02:27','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111608120127','Cleared','','','','','','','','',0.00,0.00),(1293,'','Invoice','','2020-12-16 15:04:57','midview mb6 flozzy','-600','11','2020-12-16 15:04:57','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111608120262','No','','','','','','','','',0.00,0.00),(1294,'','Invoice','','2020-12-16 15:08:33','tsavob518','-240','11','2020-12-16 15:08:33','550','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavob518 </BR>0723934017 ','','1','0','111608120491','No','','','','','','','','',0.00,0.00),(1295,'','Invoice','','2020-12-16 15:10:54','tsavob518','-240','11','2020-12-16 15:10:54','549','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavob518 </BR>0723874808 ','','1','0','111608120634','No','','','','','','','','',0.00,0.00),(1296,'','Cash','','2020-12-16 15:15:44','denty a301','0','11','2020-12-16 15:15:44','551','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','denty a301 </BR>0786660402 ','','1','0','111608120932','Cleared','','','','','','','','',0.00,0.00),(1297,'','Cash','','2020-12-16 16:04:51','','0','11','2020-12-16 16:04:51','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111608123871','Cleared','','','','','','','','',0.00,0.00),(1298,'','Cash','','2020-12-16 17:03:03','','0','11','2020-12-16 17:03:03','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111608127347','Cleared','','','','','','','','',0.00,0.00),(1299,'','Cash','','2020-12-16 17:03:41','','0','11','2020-12-16 17:03:41','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111608127389','Cleared','','','','','','','','',0.00,0.00),(1300,'','Invoice','','2020-12-16 17:32:02','samwel serene b12','-300','11','2020-12-16 17:32:02','552','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875045 ','','1','0','111608129107','No','','','','','','','','',0.00,0.00),(1301,'','Invoice','','2020-12-16 17:34:44','sjii8','-900','11','2020-12-16 17:34:44','385','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','sjii8 </BR>0722103559 ','','1','0','111608129259','No','','','','','','','','',0.00,0.00),(1302,'','Mpesa','','2020-12-16 17:52:43','cid d12','0','11','2020-12-16 17:52:43','553','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','cid d12 </BR>0703235252 ','','1','0','111608130336','Cleared','','','','','','','','',0.00,0.00),(1303,'','Invoice','','2020-12-16 18:10:04','annirene mazeras 2','-700','11','2020-12-16 18:10:04','554','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111608131379','No','','','','','','','','',0.00,0.00),(1304,'','Invoice','','2020-12-16 18:12:27','annirene mazeras 2','-300','11','2020-12-16 18:12:27','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111608131529','No','','','','','','','','',0.00,0.00),(1305,'','Invoice','','2020-12-16 18:16:58','cidc8','-300','11','2020-12-16 18:16:58','100','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cidc8 </BR>0727661629 ','','1','0','111608131785','No','','','','','','','','',0.00,0.00),(1306,'','Invoice','','2020-12-16 18:42:29','kamunge 24','-300','11','2020-12-16 18:42:29','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111608133307','No','','','','','','','','',0.00,0.00),(1307,'','Invoice','','2020-12-16 18:45:17','p-uriyt wa1','-300','11','2020-12-16 18:45:17','556','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','p-uriyt wa1 </BR>0795016395 ','','1','0','111608133501','No','','','','','','','','',0.00,0.00),(1308,'','Invoice','','2020-12-16 18:51:33','springs garden b7','-600','11','2020-12-16 18:51:33','557','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden b7 </BR>0723452308 ','','1','0','111608133872','No','','','','','','','','',0.00,0.00),(1309,'','Cash','','2020-12-16 19:00:16','westview a6','0','11','2020-12-16 19:00:16','558','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview a6 </BR>0720445216 ','','1','0','111608134402','Cleared','','','','','','','','',0.00,0.00),(1310,'','Invoice','','2020-12-16 19:02:53','purity c7','-300','11','2020-12-16 19:02:53','559','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity c7 </BR>0726006326 ','','1','0','111608134563','No','','','','','','','','',0.00,0.00),(1311,'','Mpesa','','2020-12-16 19:07:13','spearnet b5','0','11','2020-12-16 19:07:13','560','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','spearnet b5 </BR>0715220892 ','','1','0','111608134817','Cleared','','','','','','','','',0.00,0.00),(1312,'','Cash','','2020-12-16 19:31:18','','0','11','2020-12-16 19:31:18','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111608136238','Cleared','','','','','','','','',0.00,0.00),(1313,'','Cash','','2020-12-16 19:32:09','','0','11','2020-12-16 19:32:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111608136286','Cleared','','','','','','','','',0.00,0.00),(1314,'','Invoice','','2020-12-16 19:52:09','jayce bb8','-150','11','2020-12-16 19:52:09','561','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','jayce bb8 </BR>0711153910 ','','1','0','111608137513','No','','','','','','','','',0.00,0.00),(1315,'','Invoice','','2020-12-16 20:43:01','kencom','-600','11','2020-12-16 20:43:01','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom </BR>0112659913 ','','1','0','111608140550','No','','','','','','','','',0.00,0.00),(1316,'','Invoice','','2020-12-16 21:17:05','jonh purity wb8','-600','11','2020-12-16 21:17:05','562','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jonh purity wb8 </BR>0724334065 ','','1','0','111608142603','No','','','','','','','','',0.00,0.00),(1317,'','Invoice','','2020-12-17 09:37:51','pauline philly homes b7','-600','11','2020-12-17 09:37:51','563','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pauline philly homes b7 </BR>0722265978 ','','1','0','111608187052','No','','','','','','','','',0.00,0.00),(1318,'','Cash','','2020-12-17 09:43:37','','0','11','2020-12-17 09:43:37','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111608187391','Cleared','','','','','','','','',0.00,0.00),(1319,'','Cash','','2020-12-17 09:44:15','','0','11','2020-12-17 09:44:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111608187426','Cleared','','','','','','','','',0.00,0.00),(1320,'','Invoice','','2020-12-17 09:45:56','fourways 16','-900','11','2020-12-17 09:45:56','564','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','fourways 16 </BR>0720789846 ','','1','0','111608187477','No','','','','','','','','',0.00,0.00),(1321,'','Invoice','','2020-12-17 12:24:50','caro father oasis a11','-150','11','2020-12-17 12:24:50','565','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>0706965115 ','','1','0','111608197075','No','','','','','','','','',0.00,0.00),(1322,'','Invoice','','2020-12-17 12:53:54','mufea g6','-900','11','2020-12-17 12:53:54','566','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea g6 </BR>07032186666 ','','1','0','111608198813','No','','','','','','','','',0.00,0.00),(1323,'','Mpesa','','2020-12-17 13:14:03','emily','0','11','2020-12-17 13:14:03','567','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','emily </BR>0720239562 ','','1','0','111608200031','Cleared','','','','','','','','',0.00,0.00),(1324,'','Cash','','2020-12-17 13:16:18','','0','11','2020-12-17 13:16:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111608200141','Cleared','','','','','','','','',0.00,0.00),(1325,'','Cash','','2020-12-17 13:46:26','','0','11','2020-12-17 13:46:26','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111608200195','Cleared','','','','','','','','',0.00,0.00),(1326,'','Invoice','','2020-12-17 14:03:56','geoge','-300','11','2020-12-17 14:03:56','568','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','geoge </BR>0721991776 ','','1','0','111608203020','No','','','','','','','','',0.00,0.00),(1327,'','Mpesa','','2020-12-17 14:05:52','geoge','0','11','2020-12-17 14:05:52','568','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','geoge </BR>0721991776 ','','1','0','111608203141','Cleared','','','','','','','','',0.00,0.00),(1328,'','Mpesa','','2020-12-17 14:24:37','nellion gatong','0','11','2020-12-17 14:24:37','569','0','160','1','retail',NULL,'160','1','0','0','0','0','160','0','printed','nellion gatong </BR>0712460201 ','','1','0','111608204261','Cleared','','','','','','','','',0.00,0.00),(1329,'','Invoice','','2020-12-17 15:09:26','mekita d2','-300','11','2020-12-17 15:09:26','570','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mekita d2 </BR>0751198860 ','','1','0','111608206954','No','','','','','','','','',0.00,0.00),(1330,'','Invoice','','2020-12-17 16:27:42','maureen harvester a5','-350','11','2020-12-17 16:27:42','571','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','maureen harvester a5 </BR>0721732580 ','','1','0','111608211641','No','','','','','','','','',0.00,0.00),(1331,'','Invoice','','2020-12-17 16:31:32','maureen harvester a5','-350','11','2020-12-17 16:31:32','571','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','maureen harvester a5 </BR>0721732580 ','','1','0','111608211877','No','','','','','','','','',0.00,0.00),(1332,'','Invoice','','2020-12-17 16:50:41','davin nyawira 31','-300','11','2020-12-17 16:50:41','572','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','davin nyawira 31 </BR>0740135808 ','','1','0','111608213014','No','','','','','','','','',0.00,0.00),(1333,'','Invoice','','2020-12-17 17:18:21','christine father oasis e6','-300','11','2020-12-17 17:18:21','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e6 </BR>0798208028 ','','1','0','111608214658','No','','','','','','','','',0.00,0.00),(1334,'','Invoice','','2020-12-17 18:05:53','georgina crossover 6','-300','11','2020-12-17 18:05:53','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111608217543','No','','','','','','','','',0.00,0.00),(1335,'','Invoice','','2020-12-17 18:08:28','serene caroline d8','-300','11','2020-12-17 18:08:28','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>0726709117 ','','1','0','111608217691','No','','','','','','','','',0.00,0.00),(1336,'','Mpesa','','2020-12-17 18:41:33','ESTHER ','0','11','2020-12-17 18:41:33','576','0','3500','1','retail',NULL,'3500','1','0','0','0','0','3500','0','printed','ESTHER </BR>0712691262 ','','1','0','111608219671','Cleared','','','','','','','','',0.00,0.00),(1337,'','Invoice','','2020-12-17 18:55:40','father oasis a15','-450','11','2020-12-17 18:55:40','577','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','father oasis a15 </BR>0726353547 ','','1','0','111608220524','No','','','','','','','','',0.00,0.00),(1338,'','Invoice','','2020-12-17 19:02:36','tsavob206','-250','11','2020-12-17 19:02:36','578','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','tsavob206 </BR>07234654724 ','','1','0','111608220941','No','','','','','','','','',0.00,0.00),(1339,'','Invoice','','2020-12-17 19:48:25','tsavo a401','-150','11','2020-12-17 19:48:25','579','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo a401 </BR>0702448162 ','','1','0','111608223694','No','','','','','','','','',0.00,0.00),(1340,'','Cash','','2020-12-17 20:20:46','lari gardens','0','11','2020-12-17 20:20:46','580','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','lari gardens </BR>0708869533 ','','1','0','111608225624','Cleared','','','','','','','','',0.00,0.00),(1341,'','Invoice','','2020-12-17 20:58:57','harvester b8','-300','11','2020-12-17 20:58:57','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b8 </BR>0729043105 ','','1','0','111608227926','No','','','','','','','','',0.00,0.00),(1342,'','Mpesa','','2020-12-17 21:01:49','caloline','0','11','2020-12-17 21:01:49','582','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','caloline </BR>0723400824 ','','1','0','111608228095','Cleared','','','','','','','','',0.00,0.00),(1343,'','Mpesa','','2020-12-17 21:03:17','magrett','0','11','2020-12-17 21:03:17','583','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','magrett </BR>0743032857 ','','1','0','111608228173','Cleared','','','','','','','','',0.00,0.00),(1344,'','Mpesa','','2020-12-18 08:42:21','ann kimani court a6','0','11','2020-12-18 08:42:21','584','0','2800','1','retail',NULL,'2800','1','0','0','0','0','2800','0','printed','ann kimani court a6 </BR>0727240681 ','','1','0','111608270111','Cleared','','','','','','','','',0.00,0.00),(1345,'','Invoice','','2020-12-18 09:12:24','farida spearnet dm3','-300','11','2020-12-18 09:12:24','585','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','farida spearnet dm3 </BR>0711956826 ','','1','0','111608271929','No','','','','','','','','',0.00,0.00),(1346,'','Invoice','','2020-12-18 09:15:08','earnest purity wb9','-600','11','2020-12-18 09:15:08','376','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','earnest purity wb9 </BR>0722842669 ','','1','0','111608272092','No','','','','','','','','',0.00,0.00),(1347,'','Mpesa','','2020-12-18 10:54:59','mazeras sarah 1','0','11','2020-12-18 10:54:59','586','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mazeras sarah 1 </BR>0721806203 ','','1','0','111608277473','Cleared','','','','','','','','',0.00,0.00),(1348,'','Cash','','2020-12-18 12:13:35','','0','11','2020-12-18 12:13:35','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','111608278157','Cleared','','','','','','','','',0.00,0.00),(1349,'','Invoice','','2020-12-18 12:20:04','maureen mufea 37','-300','11','2020-12-18 12:20:04','587','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen mufea 37 </BR>0710760718 ','','1','0','111608283192','No','','','','','','','','',0.00,0.00),(1350,'','Cash','','2020-12-18 12:39:53','edwin','0','11','2020-12-18 12:39:53','588','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','edwin </BR>0726843601 ','','1','0','111608284383','Cleared','','','','','','','','',0.00,0.00),(1351,'','Mpesa','','2020-12-18 12:45:39','mary ridge centre','0','11','2020-12-18 12:45:39','523','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mary ridge centre </BR>0722171614 ','','1','0','111608284713','Cleared','','','','','','','','',0.00,0.00),(1352,'','Cash','','2020-12-18 12:49:45','','0','11','2020-12-18 12:49:45','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111608284821','Cleared','','','','','','','','',0.00,0.00),(1353,'','Mpesa','','2020-12-18 14:14:58','customer','0','144','2020-12-18 14:14:58','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','customer ','','1','0','1441608289909','Cleared','','','','','','','','0724538550',0.00,0.00),(1354,'','Invoice','','2020-12-18 14:21:52','mercy olive c1','-600','11','2020-12-18 14:21:52','589','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mercy olive c1 </BR>0702292454 ','','1','0','111608290496','No','','','','','','','','',0.00,0.00),(1355,'','Invoice','','2020-12-18 14:55:23','westview a2','-450','11','2020-12-18 14:55:23','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview a2 </BR>0726230677 ','','1','0','111608292233','No','','','','','','','','',0.00,0.00),(1356,'','Invoice','','2020-12-18 16:08:00','westviewf6','-900','11','2020-12-18 16:08:00','591','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','westviewf6 </BR>0720097604 ','','1','0','111608296852','No','','','','','','','','',0.00,0.00),(1357,'','Invoice','','2020-12-18 16:44:02','opp mazeras m4','-300','11','2020-12-18 16:44:02','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0722867971 ','','1','0','111608299031','No','','','','','','','','',0.00,0.00),(1358,'','Invoice','','2020-12-18 17:57:56','father oasis c7','-300','11','2020-12-18 17:57:56','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis c7 </BR>0722354995 ','','1','0','111608303467','No','','','','','','','','',0.00,0.00),(1359,'','Invoice','','2020-12-18 18:04:49','MEKITA A3','-150','11','2020-12-18 18:04:49','593','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MEKITA A3 </BR>0792000947 ','','1','0','111608303669','No','','','','','','','','',0.00,0.00),(1360,'','Invoice','','2020-12-18 18:09:26','MEKITA A3','-80','11','2020-12-18 18:09:26','593','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','MEKITA A3 </BR>0792000947 ','','1','0','111608304154','No','','','','','','','','',0.00,0.00),(1361,'','Invoice','','2020-12-18 18:27:53','mufea susan 6a','-600','11','2020-12-18 18:27:53','594','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea susan 6a </BR>0711998301 ','','1','0','111608305253','No','','','','','','','','',0.00,0.00),(1362,'','Invoice','','2020-12-18 18:31:39','father oasis a15','-600','11','2020-12-18 18:31:39','595','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','father oasis a15 </BR>0726353527 ','','1','0','111608305481','No','','','','','','','','',0.00,0.00),(1363,'','Mpesa','','2020-12-18 18:37:21','ann','0','11','2020-12-18 18:37:21','596','0','1050','1','retail',NULL,'1050','1','0','0','0','0','1050','0','printed','ann </BR>0745839460 ','','1','0','111608305815','Cleared','','','','','','','','',0.00,0.00),(1364,'','Mpesa','','2020-12-18 18:42:10','charles ','0','11','2020-12-18 18:42:10','597','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','charles </BR>0726413440 ','','1','0','111608305926','Cleared','','','','','','','','',0.00,0.00),(1365,'','Invoice','','2020-12-18 19:18:28','BARBARA MUFEA 60','-300','11','2020-12-18 19:18:28','598','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111608308293','No','','','','','','','','',0.00,0.00),(1366,'','Mpesa','','2020-12-18 20:10:42','midview mb5','0','11','2020-12-18 20:10:42','599','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','midview mb5 </BR>0722344543 ','','1','0','111608311427','Cleared','','','','','','','','',0.00,0.00),(1367,'','Cash','','2020-12-18 20:45:21','','0','11','2020-12-18 20:45:21','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111608313507','Cleared','','','','','','','','',0.00,0.00),(1368,'','Invoice','','2020-12-18 21:14:09','tsavo c519','-150','11','2020-12-18 21:14:09','600','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c519 </BR>0762238278 ','','1','0','111608313531','No','','','','','','','','',0.00,0.00),(1369,'','Mpesa','','2020-12-18 21:21:01','stanelly','0','11','2020-12-18 21:21:01','601','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','stanelly </BR>0726890588 ','','1','0','111608315645','Cleared','','','','','','','','',0.00,0.00),(1370,'','Invoice','','2020-12-19 08:20:30','damaris fahari d6','-300','11','2020-12-19 08:20:30','602','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111608355219','No','','','','','','','','',0.00,0.00),(1371,'','Mpesa','','2020-12-19 10:41:05','joan wairimu','0','11','2020-12-19 10:41:05','603','0','1400','1','retail',NULL,'1400','1','0','0','0','0','1400','0','printed','joan wairimu </BR>0712569999 ','','1','0','111608363647','Cleared','','','','','','','','',0.00,0.00),(1372,'','Invoice','','2020-12-19 10:48:07','lillian dainty','-450','11','2020-12-19 10:48:07','604','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','lillian dainty </BR>0740861468 ','','1','0','111608364066','No','','','','','','','','',0.00,0.00),(1373,'','Invoice','','2020-12-19 11:03:47','jenid a6','-600','11','2020-12-19 11:03:47','605','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid a6 </BR>0793267417 ','','1','0','111608365007','No','','','','','','','','',0.00,0.00),(1374,'','Invoice','','2020-12-19 11:20:22','almond courtv f9','-600','11','2020-12-19 11:20:22','606','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','almond courtv f9 </BR>0746335885 ','','1','0','111608365998','No','','','','','','','','',0.00,0.00),(1375,'','Cash','','2020-12-19 11:42:48','devy','0','11','2020-12-19 11:42:48','607','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','devy </BR>0741658548 ','','1','0','111608367358','Cleared','','','','','','','','',0.00,0.00),(1376,'','Invoice','','2020-12-19 11:58:40','SUSAN TSAVO B105','-150','11','2020-12-19 11:58:40','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111608367492','No','','','','','','','','',0.00,0.00),(1377,'','Invoice','','2020-12-19 12:05:47','gacicio 1 c1','-300','11','2020-12-19 12:05:47','609','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c1 </BR>0725758767 ','','1','0','111608368735','No','','','','','','','','',0.00,0.00),(1378,'','Invoice','','2020-12-19 12:46:06','mufea 14','-1200','11','2020-12-19 12:46:06','610','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','mufea 14 </BR>0725890501 ','','1','0','111608371140','No','','','','','','','','',0.00,0.00),(1379,'','Invoice','','2020-12-19 13:25:44','charity mufea 3f','-300','11','2020-12-19 13:25:44','611','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charity mufea 3f </BR>0720555005 ','','1','0','111608373527','No','','','','','','','','',0.00,0.00),(1380,'','Invoice','','2020-12-19 13:28:10','naomy tsavo','-150','11','2020-12-19 13:28:10','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','naomy tsavo </BR>0794672549 ','','1','0','111608373673','No','','','','','','','','',0.00,0.00),(1381,'','Invoice','','2020-12-19 13:47:09','MERCY JENID C5','-150','11','2020-12-19 13:47:09','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111608373807','No','','','','','','','','',0.00,0.00),(1382,'','Mpesa','','2020-12-19 14:42:48','nziza b32','0','11','2020-12-19 14:42:48','614','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nziza b32 </BR>0720835981 ','','1','0','111608378156','Cleared','','','','','','','','',0.00,0.00),(1383,'','Invoice','','2020-12-19 14:46:19','spearnet am3','-150','11','2020-12-19 14:46:19','615','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>0723985822 ','','1','0','111608378237','No','','','','','','','','',0.00,0.00),(1384,'','Invoice','','2020-12-19 14:52:25','nziza b32','-300','11','2020-12-19 14:52:25','616','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza b32 </BR>0720835989 ','','1','0','111608378731','No','','','','','','','','',0.00,0.00),(1385,'','Invoice','','2020-12-19 15:14:40','lari gardens a1','-300','11','2020-12-19 15:14:40','345','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lari gardens a1 </BR>0724709015 ','','1','0','111608380057','No','','','','','','','','',0.00,0.00),(1386,'','Invoice','','2020-12-19 15:16:45','spearnet dm3','-300','11','2020-12-19 15:16:45','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>0727711513 ','','1','0','111608380195','No','','','','','','','','',0.00,0.00),(1387,'','Mpesa','','2020-12-19 15:21:56','njoki','0','11','2020-12-19 15:21:56','618','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','njoki </BR>0724887715 ','','1','0','111608380502','Cleared','','','','','','','','',0.00,0.00),(1388,'','Mpesa','','2020-12-19 15:28:54','kimani court d5','0','11','2020-12-19 15:28:54','619','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kimani court d5 </BR>0716359727 ','','1','0','111608380564','Cleared','','','','','','','','',0.00,0.00),(1389,'','Cash','','2020-12-19 15:30:40','cid a5','0','11','2020-12-19 15:30:40','620','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','cid a5 </BR>0721311017 ','','1','0','111608381010','Cleared','','','','','','','','',0.00,0.00),(1390,'','Invoice','','2020-12-19 16:03:14','harvenest towers kasarini','-300','11','2020-12-19 16:03:14','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvenest towers kasarini </BR>0768252575 ','','1','0','111608382984','No','','','','','','','','',0.00,0.00),(1391,'','Invoice','','2020-12-19 16:10:26','annirene mazeras 2','-350','11','2020-12-19 16:10:26','554','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111608383415','No','','','','','','','','',0.00,0.00),(1392,'','Invoice','','2020-12-19 16:18:33','purity tony wa6','-600','11','2020-12-19 16:18:33','622','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722557571 ','','1','0','111608383884','No','','','','','','','','',0.00,0.00),(1393,'','Invoice','','2020-12-19 16:45:55','tsavopeninnah a505','-150','11','2020-12-19 16:45:55','139','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavopeninnah a505 </BR>0707080062 ','','1','0','111608385541','No','','','','','','','','',0.00,0.00),(1394,'','Invoice','','2020-12-19 16:53:09','blessed garden a10','-900','11','2020-12-19 16:53:09','623','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','blessed garden a10 </BR>0113452227 ','','1','0','111608385944','No','','','','','','','','',0.00,0.00),(1395,'','Invoice','','2020-12-19 18:03:43','CECILIA GOLDEN PALM A4','-300','11','2020-12-19 18:03:43','624','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CECILIA GOLDEN PALM A4 </BR>0721973492 ','','1','0','111608390208','No','','','','','','','','',0.00,0.00),(1396,'','Invoice','','2020-12-19 18:10:23','ankiah a103','-300','11','2020-12-19 18:10:23','625','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ankiah a103 </BR>0714313066 ','','1','0','111608390611','No','','','','','','','','',0.00,0.00),(1397,'','Invoice','','2020-12-19 18:44:43','mary jayce','-300','11','2020-12-19 18:44:43','626','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jayce </BR>0729900699 ','','1','0','111608392671','No','','','','','','','','',0.00,0.00),(1398,'','Mpesa','','2020-12-19 19:07:05','nellion 2n2','0','11','2020-12-19 19:07:05','627','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nellion 2n2 </BR>0720807028 ','','1','0','111608394012','Cleared','','','','','','','','',0.00,0.00),(1399,'','Invoice','','2020-12-19 19:08:43','midview ad1','-300','11','2020-12-19 19:08:43','628','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad1 </BR>0726459902 ','','1','0','111608394101','No','','','','','','','','',0.00,0.00),(1400,'','Mpesa','','2020-12-19 19:36:18','rita deinty','0','11','2020-12-19 19:36:18','629','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','rita deinty </BR>0721790359 ','','1','0','111608395765','Cleared','','','','','','','','',0.00,0.00),(1401,'','Invoice','','2020-12-19 20:10:30','SCHECKEM A24','-300','11','2020-12-19 20:10:30','630','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SCHECKEM A24 </BR>0785069252 ','','1','0','111608396323','No','','','','','','','','',0.00,0.00),(1402,'','Cash','','2020-12-19 21:18:47','','0','11','2020-12-19 21:18:47','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111608401910','Cleared','','','','','','','','',0.00,0.00),(1403,'','Invoice','','2020-12-20 09:56:54','spring garden kwa pastor b7','-600','11','2020-12-20 09:56:54','386','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spring garden kwa pastor b7 </BR>0758705126 ','','1','0','111608447397','No','','','','','','','','',0.00,0.00),(1404,'','Invoice','','2020-12-20 10:20:37','JUDY MUFEA 69','-150','11','2020-12-20 10:20:37','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111608448814','No','','','','','','','','',0.00,0.00),(1405,'','Invoice','','2020-12-20 10:23:23','thindigua primary','-350','11','2020-12-20 10:23:23','632','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','thindigua primary </BR>0728671232 ','','1','0','111608448991','No','','','','','','','','',0.00,0.00),(1406,'','Invoice','','2020-12-20 10:49:23','dories harvester b8','-600','11','2020-12-20 10:49:23','633','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester b8 </BR>7733332231 ','','1','0','111608450541','No','','','','','','','','',0.00,0.00),(1407,'','Invoice','','2020-12-20 10:51:29','jenid a19','-1200','11','2020-12-20 10:51:29','634','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid a19 </BR>0723702689 ','','1','0','111608450675','No','','','','','','','','',0.00,0.00),(1408,'','Invoice','','2020-12-20 11:09:55','adriana harvester c4','-600','11','2020-12-20 11:09:55','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111608451780','No','','','','','','','','',0.00,0.00),(1409,'','Cash','','2020-12-20 11:47:05','','0','11','2020-12-20 11:47:05','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111608454007','Cleared','','','','','','','','',0.00,0.00),(1410,'','Cash','','2020-12-20 11:56:03','grace','0','11','2020-12-20 11:56:03','636','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','grace </BR>0729601365 ','','1','0','111608454034','Cleared','','','','','','','','',0.00,0.00),(1411,'','Invoice','','2020-12-20 11:57:53','harvesterv b3','-300','11','2020-12-20 11:57:53','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvesterv b3 </BR>0710146946 ','','1','0','111608454617','No','','','','','','','','',0.00,0.00),(1412,'','Invoice','','2020-12-20 12:00:22','primerose alex','-900','11','2020-12-20 12:00:22','97','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','primerose alex </BR>0722257323 ','','1','0','111608454805','No','','','','','','','','',0.00,0.00),(1413,'','Invoice','','2020-12-20 12:11:27','primerose b4','-300','11','2020-12-20 12:11:27','97','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','primerose b4 </BR>0722257323 ','','1','0','111608455472','No','','','','','','','','',0.00,0.00),(1414,'','Invoice','','2020-12-20 12:21:46','mufea brian','-600','11','2020-12-20 12:21:46','49','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea brian </BR>0723157253 ','','1','0','111608456071','No','','','','','','','','',0.00,0.00),(1415,'','Invoice','','2020-12-20 12:38:14','dories harvester b8','-300','11','2020-12-20 12:38:14','638','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0721849254 ','','1','0','111608457076','No','','','','','','','','',0.00,0.00),(1416,'','Mpesa','','2020-12-20 12:45:12','emmily','0','11','2020-12-20 12:45:12','355','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','emmily </BR>254720859030 ','','1','0','111608457498','Cleared','','','','','','','','',0.00,0.00),(1417,'','Invoice','','2020-12-20 13:02:28','teresia father oasis gate b 13a','-600','11','2020-12-20 13:02:28','639','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>0721744587 ','','1','0','111608457590','No','','','','','','','','',0.00,0.00),(1418,'','Invoice','','2020-12-20 13:36:13','nziza a1','-1200','11','2020-12-20 13:36:13','640','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nziza a1 </BR>0720621405 ','','1','0','111608460516','No','','','','','','','','',0.00,0.00),(1419,'','Cash','','2020-12-20 13:41:51','','0','11','2020-12-20 13:41:51','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111608460885','Cleared','','','','','','','','',0.00,0.00),(1420,'','Cash','','2020-12-20 14:09:13','','0','11','2020-12-20 14:09:13','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111608460923','Cleared','','','','','','','','',0.00,0.00),(1421,'','Invoice','','2020-12-20 16:00:12','mufea','-300','11','2020-12-20 16:00:12','64','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea </BR>0724610156 ','','1','0','111608462575','No','','','','','','','','',0.00,0.00),(1422,'','Cash','','2020-12-20 16:17:06','','0','11','2020-12-20 16:17:06','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111608470214','Cleared','','','','','','','','',0.00,0.00),(1423,'','Invoice','','2020-12-20 16:29:25','edenvill gilbert','-1200','11','2020-12-20 16:29:25','641','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','edenvill gilbert </BR>0722783808 ','','1','0','111608470237','No','','','','','','','','',0.00,0.00),(1424,'','Invoice','','2020-12-20 16:34:26','jenid caroline','-1500','11','2020-12-20 16:34:26','642','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jenid caroline </BR>0710352973 ','','1','0','111608471243','No','','','','','','','','',0.00,0.00),(1425,'','Invoice','','2020-12-20 16:43:08','petra martin 4','-900','11','2020-12-20 16:43:08','50','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','petra martin 4 </BR>0722492403 ','','1','0','111608471770','No','','','','','','','','',0.00,0.00),(1426,'','Invoice','','2020-12-20 16:59:22','embenezer 46','-300','11','2020-12-20 16:59:22','643','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','embenezer 46 </BR>0728628709 ','','1','0','111608472687','No','','','','','','','','',0.00,0.00),(1427,'','Invoice','','2020-12-20 17:02:34','tsavo','-80','11','2020-12-20 17:02:34','644','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','tsavo </BR>0704382089 ','','1','0','111608472931','No','','','','','','','','',0.00,0.00),(1428,'','Invoice','','2020-12-20 17:27:01','EBENEZER B46','-300','11','2020-12-20 17:27:01','643','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','EBENEZER B46 </BR>0728628709 ','','1','0','111608474408','No','','','','','','','','',0.00,0.00),(1429,'','Invoice','','2020-12-20 18:14:12','harvester josephine c5','-300','11','2020-12-20 18:14:12','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0722357655 ','','1','0','111608477240','No','','','','','','','','',0.00,0.00),(1430,'','Invoice','','2020-12-20 18:17:00','932 kevin a20','-300','11','2020-12-20 18:17:00','645','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 kevin a20 </BR>0722977563 ','','1','0','111608477409','No','','','','','','','','',0.00,0.00),(1431,'','Invoice','','2020-12-20 18:24:54','midview ma2','-600','11','2020-12-20 18:24:54','314','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ma2 </BR>0720853352 ','','1','0','111608477871','No','','','','','','','','',0.00,0.00),(1432,'','Invoice','','2020-12-20 18:31:13','SHIFFARA JENID C8','-300','11','2020-12-20 18:31:13','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111608478263','No','','','','','','','','',0.00,0.00),(1433,'','Invoice','','2020-12-20 19:18:04','mufea peter 66','-300','11','2020-12-20 19:18:04','156','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111608481024','No','','','','','','','','',0.00,0.00),(1434,'','Cash','','2020-12-20 20:02:13','centri cout 08','0','11','2020-12-20 20:02:13','647','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','centri cout 08 </BR>0721778821 ','','1','0','111608483716','Cleared','','','','','','','','',0.00,0.00),(1435,'','Invoice','','2020-12-20 20:11:00','nabil castle 35','-300','11','2020-12-20 20:11:00','648','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nabil castle 35 </BR>0703114455 ','','1','0','111608483810','No','','','','','','','','',0.00,0.00),(1436,'','Invoice','','2020-12-20 20:35:34','centric court b08','-600','11','2020-12-20 20:35:34','647','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','centric court b08 </BR>0721778821 ','','1','0','111608485711','No','','','','','','','','',0.00,0.00),(1437,'','Invoice','','2020-12-21 09:00:09','BRIAN crossover 1','-300','11','2020-12-21 09:00:09','649','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BRIAN crossover 1 </BR>0726851126 ','','1','0','111608530396','No','','','','','','','','',0.00,0.00),(1438,'','Invoice','','2020-12-21 09:58:40','spearnet bm4','-300','11','2020-12-21 09:58:40','545','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet bm4 </BR>0727018427 ','','1','0','111608533906','No','','','','','','','','',0.00,0.00),(1439,'','Invoice','','2020-12-21 10:06:56','kasarini c13','-300','11','2020-12-21 10:06:56','650','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kasarini c13 </BR>0716656705 ','','1','0','111608534404','No','','','','','','','','',0.00,0.00),(1440,'','Invoice','','2020-12-21 11:10:59','westview b6','-300','11','2020-12-21 11:10:59','651','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b6 </BR>0724904126 ','','1','0','111608538246','No','','','','','','','','',0.00,0.00),(1441,'','Invoice','','2020-12-21 11:38:24','greenview 2b','-300','11','2020-12-21 11:38:24','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>0722769324 ','','1','0','111608539888','No','','','','','','','','',0.00,0.00),(1442,'','Invoice','','2020-12-21 11:46:07','greenview 2b','-300','11','2020-12-21 11:46:07','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>0722769324 ','','1','0','111608540354','No','','','','','','','','',0.00,0.00),(1443,'','Invoice','','2020-12-21 13:07:49','lillian nziza','-300','11','2020-12-21 13:07:49','99','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lillian nziza </BR>0725579456 ','','1','0','111608545254','No','','','','','','','','',0.00,0.00),(1444,'','Invoice','','2020-12-21 14:22:31','zena jenid b6','-600','11','2020-12-21 14:22:31','653','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','zena jenid b6 </BR>0720808730 ','','1','0','111608549735','No','','','','','','','','',0.00,0.00),(1445,'','Invoice','','2020-12-21 14:40:24','esther thendegua gardens 4c','-300','11','2020-12-21 14:40:24','654','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther thendegua gardens 4c </BR>0718561227 ','','1','0','111608550814','No','','','','','','','','',0.00,0.00),(1446,'','Mpesa','','2020-12-21 15:06:49','braeteck autocare ltd','0','11','2020-12-21 15:06:49','655','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','braeteck autocare ltd </BR>0797556196 ','','1','0','111608552398','Cleared','','','','','','','','',0.00,0.00),(1447,'','Mpesa','','2020-12-21 15:51:48','sandra dainty b602','0','11','2020-12-21 15:51:48','656','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','sandra dainty b602 </BR>0721123831 ','','1','0','111608555094','Cleared','','','','','','','','',0.00,0.00),(1448,'','Invoice','','2020-12-21 15:55:38','MUFEA 54','-300','11','2020-12-21 15:55:38','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 54 </BR>0712821285 ','','1','0','111608555328','No','','','','','','','','',0.00,0.00),(1449,'','Mpesa','','2020-12-21 16:07:41','','0','11','2020-12-21 16:07:41','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111608556020','Cleared','','','','','','','','',0.00,0.00),(1450,'','Mpesa','','2020-12-21 16:15:11','lydia pine wood 606','0','11','2020-12-21 16:15:11','658','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','lydia pine wood 606 </BR>0704700068 ','','1','0','111608556075','Cleared','','','','','','','','',0.00,0.00),(1451,'','Invoice','','2020-12-21 16:42:14','james mufea a5','-300','11','2020-12-21 16:42:14','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111608556784','No','','','','','','','','',0.00,0.00),(1452,'','Invoice','','2020-12-21 17:23:46','john tsavo a206','-300','11','2020-12-21 17:23:46','659','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john tsavo a206 </BR>0727518227 ','','1','0','111608560614','No','','','','','','','','',0.00,0.00),(1453,'','Invoice','','2020-12-21 18:07:10','nziza raque c53','-300','11','2020-12-21 18:07:10','660','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza raque c53 </BR>0743124460 ','','1','0','111608563215','No','','','','','','','','',0.00,0.00),(1454,'','Mpesa','','2020-12-21 18:12:33','victor ngari','0','11','2020-12-21 18:12:33','661','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','victor ngari </BR>0721460075 ','','1','0','111608563539','Cleared','','','','','','','','',0.00,0.00),(1455,'','Cash','','2020-12-21 18:14:57','westview b4','0','11','2020-12-21 18:14:57','662','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview b4 </BR>0722106494 ','','1','0','111608563609','Cleared','','','','','','','','',0.00,0.00),(1456,'','Mpesa','','2020-12-21 18:31:24','spearnet dm11','0','11','2020-12-21 18:31:24','663','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','spearnet dm11 </BR>0728877045 ','','1','0','111608564672','Cleared','','','','','','','','',0.00,0.00),(1457,'','Invoice','','2020-12-21 19:13:51','philly homes c8','-900','11','2020-12-21 19:13:51','664','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','philly homes c8 </BR>0718258824 ','','1','0','111608567213','No','','','','','','','','',0.00,0.00),(1458,'','Mpesa','','2020-12-21 20:23:21','william mugambi','0','11','2020-12-21 20:23:21','665','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed','william mugambi </BR>0723386174 ','','1','0','111608571380','Cleared','','','','','','','','',0.00,0.00),(1459,'','Invoice','','2020-12-21 20:29:36','janid faith a1','-600','11','2020-12-21 20:29:36','666','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','janid faith a1 </BR>0722318330 ','','1','0','111608571459','No','','','','','','','','',0.00,0.00),(1460,'','Mpesa','','2020-12-21 21:07:57','victor cobia','0','11','2020-12-21 21:07:57','667','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','victor cobia </BR>0724570227 ','','1','0','111608574066','Cleared','','','','','','','','',0.00,0.00),(1461,'','Invoice','','2020-12-22 08:56:53','jemimah reality plaza b11','-1500','11','2020-12-22 08:56:53','509','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jemimah reality plaza b11 </BR>0700216967 ','','1','0','111608616594','No','','','','','','','','',0.00,0.00),(1462,'','Invoice','','2020-12-22 08:59:38','jemimah reality plaza b11','-350','11','2020-12-22 08:59:38','509','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','jemimah reality plaza b11 </BR>0700216967 ','','1','0','111608616766','No','','','','','','','','',0.00,0.00),(1463,'','Invoice','','2020-12-22 11:26:22','tsavo kitchen rooftop','-700','11','2020-12-22 11:26:22','514','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','tsavo kitchen rooftop </BR>0721155366 ','','1','0','111608625566','No','','','','','','','','',0.00,0.00),(1464,'','Invoice','','2020-12-22 11:54:47','mary tsavo a319','-600','11','2020-12-22 11:54:47','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111608627269','No','','','','','','','','',0.00,0.00),(1465,'','Invoice','','2020-12-22 12:08:17','midview ad3','-300','11','2020-12-22 12:08:17','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111608628087','No','','','','','','','','',0.00,0.00),(1466,'','Invoice','','2020-12-22 12:19:43','kamunge 24','-300','11','2020-12-22 12:19:43','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111608628773','No','','','','','','','','',0.00,0.00),(1467,'','Invoice','','2020-12-22 12:39:07','joan baraka a8','-300','11','2020-12-22 12:39:07','670','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joan baraka a8 </BR>0725060291 ','','1','0','111608629936','No','','','','','','','','',0.00,0.00),(1468,'','Cash','','2020-12-22 13:06:37','blessed garden a6','0','11','2020-12-22 13:06:37','671','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','blessed garden a6 </BR>0715910737 ','','1','0','111608631579','Cleared','','','','','','','','',0.00,0.00),(1469,'','Invoice','','2020-12-22 13:21:44','samwel serene b12','-300','11','2020-12-22 13:21:44','672','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0723608982 ','','1','0','111608631691','No','','','','','','','','',0.00,0.00),(1470,'','Cash','','2020-12-22 13:45:38','miriam tsavo a709','0','11','2020-12-22 13:45:38','673','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','miriam tsavo a709 </BR>0715636264 ','','1','0','111608633922','Cleared','','','','','','','','',0.00,0.00),(1471,'','Invoice','','2020-12-22 13:47:20','lillan mufea c3','-300','11','2020-12-22 13:47:20','674','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lillan mufea c3 </BR>0720276738 ','','1','0','111608634013','No','','','','','','','','',0.00,0.00),(1472,'','Invoice','','2020-12-22 13:54:38','olive apartment b2','-300','11','2020-12-22 13:54:38','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111608634468','No','','','','','','','','',0.00,0.00),(1473,'','Cash','','2020-12-22 13:57:29','muteti centre','0','11','2020-12-22 13:57:29','675','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','muteti centre </BR>0722325495 ','','1','0','111608634624','Cleared','','','','','','','','',0.00,0.00),(1474,'','Cash','','2020-12-22 14:15:09','gacicio 1','0','11','2020-12-22 14:15:09','676','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacicio 1 </BR>0718921176 ','','1','0','111608634740','Cleared','','','','','','','','',0.00,0.00),(1475,'','Invoice','','2020-12-22 14:27:07','blessed garden','-500','11','2020-12-22 14:27:07','677','0','500','1','retail',NULL,'500','1','0','0','500','0','0','0','printed','blessed garden </BR>0718796423 ','','1','0','111608636410','No','','','','','','','','',0.00,0.00),(1476,'','Invoice','','2020-12-22 14:48:04','kiamunge 11','-300','11','2020-12-22 14:48:04','678','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kiamunge 11 </BR>0724218371 ','','1','0','111608637665','No','','','','','','','','',0.00,0.00),(1477,'','Cash','','2020-12-22 15:33:32','annitakithoma','0','11','2020-12-22 15:33:32','679','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed','annitakithoma </BR> 0702817223 ','','1','0','111608640390','Cleared','','','','','','','','',0.00,0.00),(1478,'','Mpesa','','2020-12-22 15:36:44','annita kithoma','0','11','2020-12-22 15:36:44','680','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','annita kithoma </BR>0702817223 ','','1','0','111608640483','Cleared','','','','','','','','',0.00,0.00),(1479,'','Mpesa','','2020-12-22 15:39:35','annita kithoma','0','11','2020-12-22 15:39:35','680','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','annita kithoma </BR>0702817223 ','','1','0','111608640728','Cleared','','','','','','','','',0.00,0.00),(1480,'','Invoice','','2020-12-22 16:20:29','josephine green zone 402','-600','11','2020-12-22 16:20:29','531','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine green zone 402 </BR>0723014978 ','','1','0','111608640828','No','','','','','','','','',0.00,0.00),(1481,'','Cash','','2020-12-22 16:23:40','josephine pinewood 602','0','11','2020-12-22 16:23:40','681','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111608643398','Cleared','','','','','','','','',0.00,0.00),(1482,'','Cash','','2020-12-22 16:25:53','josephine pinewood 602','0','11','2020-12-22 16:25:53','681','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111608643522','Cleared','','','','','','','','',0.00,0.00),(1483,'','Cash','','2020-12-22 16:27:46','kimani court b3','0','11','2020-12-22 16:27:46','682','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court b3 </BR>0718289915 ','','1','0','111608643615','Cleared','','','','','','','','',0.00,0.00),(1484,'','Invoice','','2020-12-22 17:06:51','allan midview ab6','-300','11','2020-12-22 17:06:51','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>0723657970 ','','1','0','111608645998','No','','','','','','','','',0.00,0.00),(1485,'','Invoice','','2020-12-22 17:22:54','sylvia cid e8','-300','11','2020-12-22 17:22:54','684','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sylvia cid e8 </BR>0726160052 ','','1','0','111608646959','No','','','','','','','','',0.00,0.00),(1486,'','Invoice','','2020-12-22 17:45:51','james primerose b2','-600','11','2020-12-22 17:45:51','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111608648329','No','','','','','','','','',0.00,0.00),(1487,'','Invoice','','2020-12-22 17:51:06','kelvin midview ab4','-600','11','2020-12-22 17:51:06','686','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kelvin midview ab4 </BR>0727000094 ','','1','0','111608648646','No','','','','','','','','',0.00,0.00),(1488,'','Invoice','','2020-12-22 17:53:38','kelvin midview ab4','-350','11','2020-12-22 17:53:38','686','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','kelvin midview ab4 </BR>0727000094 ','','1','0','111608648800','No','','','','','','','','',0.00,0.00),(1489,'','Cash','','2020-12-22 19:06:07','deinty b302','0','11','2020-12-22 19:06:07','687','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','deinty b302 </BR>0717666291 ','','1','0','111608653148','Cleared','','','','','','','','',0.00,0.00),(1490,'','Cash','','2020-12-22 19:20:32','','0','11','2020-12-22 19:20:32','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','111608653227','Cleared','','','','','','','','',0.00,0.00),(1491,'','Cash','','2020-12-22 19:30:13','','0','11','2020-12-22 19:30:13','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111608654227','Cleared','','','','','','','','',0.00,0.00),(1492,'','Mpesa','','2020-12-22 19:43:51','erick','0','11','2020-12-22 19:43:51','688','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','erick </BR>0722356280 ','','1','0','111608654640','Cleared','','','','','','','','',0.00,0.00),(1493,'','Invoice','','2020-12-22 19:45:14','rosewood court b6','-300','11','2020-12-22 19:45:14','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111608655494','No','','','','','','','','',0.00,0.00),(1494,'','Invoice','','2020-12-22 19:51:45','nelion b2','-450','11','2020-12-22 19:51:45','690','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','nelion b2 </BR>0720803399 ','','1','0','111608655880','No','','','','','','','','',0.00,0.00),(1495,'','Invoice','','2020-12-22 20:03:38','TSAVO C216','-300','11','2020-12-22 20:03:38','691','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>07229115019 ','','1','0','111608656608','No','','','','','','','','',0.00,0.00),(1496,'','Invoice','','2020-12-22 20:31:49','deinty a602','-300','11','2020-12-22 20:31:49','692','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','deinty a602 </BR>0722301082 ','','1','0','111608658230','No','','','','','','','','',0.00,0.00),(1497,'','Cash','','2020-12-22 20:38:28','deinty a602','0','11','2020-12-22 20:38:28','692','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','deinty a602 </BR>0722301082 ','','1','0','111608658698','Cleared','','','','','','','','',0.00,0.00),(1498,'','Invoice','','2020-12-22 20:48:50','david mufea 22','-700','11','2020-12-22 20:48:50','693','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','david mufea 22 </BR>0725147877 ','','1','0','111608658774','No','','','','','','','','',0.00,0.00),(1499,'','Invoice','','2020-12-22 20:57:52','pinewood 302','-300','11','2020-12-22 20:57:52','694','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pinewood 302 </BR>0721351530 ','','1','0','111608659862','No','','','','','','','','',0.00,0.00),(1500,'','Invoice','','2020-12-23 08:47:50','932 a7','-150','11','2020-12-23 08:47:50','87','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 a7 </BR>0710166860 ','','1','0','111608702455','No','','','','','','','','',0.00,0.00),(1501,'','Invoice','','2020-12-23 09:11:48','agnes flamat c4','-600','11','2020-12-23 09:11:48','695','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','agnes flamat c4 </BR>07258902244 ','','1','0','111608703885','No','','','','','','','','',0.00,0.00),(1502,'','Cash','','2020-12-23 09:36:34','','0','11','2020-12-23 09:36:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608705373','Cleared','','','','','','','','',0.00,0.00),(1503,'','Invoice','','2020-12-23 10:22:47','mufea 4g','-300','11','2020-12-23 10:22:47','696','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4g </BR>0722835756 ','','1','0','111608705405','No','','','','','','','','',0.00,0.00),(1504,'','Invoice','','2020-12-23 10:37:24','joes','-350','11','2020-12-23 10:37:24','697','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','joes </BR>0789801598 ','','1','0','111608709032','No','','','','','','','','',0.00,0.00),(1505,'','Invoice','','2020-12-23 10:43:59','gacicio 1 c6','-300','11','2020-12-23 10:43:59','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111608709424','No','','','','','','','','',0.00,0.00),(1506,'','Invoice','','2020-12-23 10:52:49','irene midview mc3','-300','11','2020-12-23 10:52:49','698','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','irene midview mc3 </BR>0728919362 ','','1','0','111608709946','No','','','','','','','','',0.00,0.00),(1507,'','Invoice','','2020-12-23 11:03:59','opp glass mart','-160','11','2020-12-23 11:03:59','699','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','opp glass mart </BR>0722675657 ','','1','0','111608710616','No','','','','','','','','',0.00,0.00),(1508,'','Mpesa','','2020-12-23 11:40:03','midview d6','0','11','2020-12-23 11:40:03','547','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','midview d6 </BR>0714160617 ','','1','0','111608712792','Cleared','','','','','','','','',0.00,0.00),(1509,'','Cash','','2020-12-23 11:47:34','muteti centre','0','11','2020-12-23 11:47:34','700','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre </BR>0701559678 ','','1','0','111608712875','Cleared','','','','','','','','',0.00,0.00),(1510,'','Cash','','2020-12-23 12:24:09','harvestar b2','0','11','2020-12-23 12:24:09','701','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harvestar b2 </BR>0700494020 ','','1','0','111608713328','Cleared','','','','','','','','',0.00,0.00),(1511,'','Cash','','2020-12-23 12:31:22','','0','11','2020-12-23 12:31:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608715530','Cleared','','','','','','','','',0.00,0.00),(1512,'','Mpesa','','2020-12-23 12:33:07','','0','11','2020-12-23 12:33:07','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111608715895','Cleared','','','','','','','','',0.00,0.00),(1513,'','Invoice','','2020-12-23 12:35:13','tsavo b216','-150','11','2020-12-23 12:35:13','702','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b216 </BR>0725601136 ','','1','0','111608715997','No','','','','','','','','',0.00,0.00),(1514,'','Invoice','','2020-12-23 12:37:28','joseph tsavo a311','-300','11','2020-12-23 12:37:28','703','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joseph tsavo a311 </BR>0706352266 ','','1','0','111608716231','No','','','','','','','','',0.00,0.00),(1515,'','Cash','','2020-12-23 12:54:12','customer','0','11','2020-12-23 12:54:12','704','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer </BR>0722434372 ','','1','0','111608717214','Cleared','','','','','','','','',0.00,0.00),(1516,'','Invoice','','2020-12-23 13:05:06','midview ad6','-600','11','2020-12-23 13:05:06','546','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad6 </BR>0723942347 ','','1','0','111608717372','No','','','','','','','','',0.00,0.00),(1517,'','Invoice','','2020-12-23 13:35:17','harare unit 10','-300','11','2020-12-23 13:35:17','705','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680666 ','','1','0','111608719705','No','','','','','','','','',0.00,0.00),(1518,'','Cash','','2020-12-23 14:00:35','','0','11','2020-12-23 14:00:35','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111608721219','Cleared','','','','','','','','',0.00,0.00),(1519,'','Invoice','','2020-12-23 14:30:27','scheme b13','-150','11','2020-12-23 14:30:27','706','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','scheme b13 </BR>0725683779 ','','1','0','111608721244','No','','','','','','','','',0.00,0.00),(1520,'','Invoice','','2020-12-23 14:36:23','tsavob206','-150','11','2020-12-23 14:36:23','707','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavob206 </BR>0723654724 ','','1','0','111608723370','No','','','','','','','','',0.00,0.00),(1521,'','Mpesa','','2020-12-23 14:51:31','932 4a','0','11','2020-12-23 14:51:31','708','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','932 4a </BR>0722714971 ','','1','0','111608724276','Cleared','','','','','','','','',0.00,0.00),(1522,'','Mpesa','','2020-12-23 15:26:43','john gachango','0','11','2020-12-23 15:26:43','709','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','john gachango </BR>0722121727 ','','1','0','111608726375','Cleared','','','','','','','','',0.00,0.00),(1523,'','Mpesa','','2020-12-23 16:42:59','rose maingi','0','11','2020-12-23 16:42:59','710','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','rose maingi </BR>0722386774 ','','1','0','111608730959','Cleared','','','','','','','','',0.00,0.00),(1524,'','Invoice','','2020-12-23 17:12:48','thomas gakiria','-300','11','2020-12-23 17:12:48','711','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','thomas gakiria </BR>0722815607 ','','1','0','111608732757','No','','','','','','','','',0.00,0.00),(1525,'','Cash','','2020-12-23 17:44:28','','0','11','2020-12-23 17:44:28','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111608734614','Cleared','','','','','','','','',0.00,0.00),(1526,'','Cash','','2020-12-23 17:45:44','','0','11','2020-12-23 17:45:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608734679','Cleared','','','','','','','','',0.00,0.00),(1527,'','Invoice','','2020-12-23 17:55:05','elsie mufea 9','-300','11','2020-12-23 17:55:05','712','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elsie mufea 9 </BR>0724564458 ','','1','0','111608734755','No','','','','','','','','',0.00,0.00),(1528,'','Invoice','','2020-12-23 18:15:16','doris harvester b8','-300','11','2020-12-23 18:15:16','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','doris harvester b8 </BR>0746646466 ','','1','0','111608736493','No','','','','','','','','',0.00,0.00),(1529,'','Invoice','','2020-12-23 18:22:44','farah','-300','11','2020-12-23 18:22:44','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','farah </BR>0721112519 ','','1','0','111608736949','No','','','','','','','','',0.00,0.00),(1530,'','Invoice','','2020-12-23 18:37:10','tsavo a517','-300','11','2020-12-23 18:37:10','714','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a517 </BR>0723131864 ','','1','0','111608737814','No','','','','','','','','',0.00,0.00),(1531,'','Invoice','','2020-12-23 18:55:08','westview b1','-300','11','2020-12-23 18:55:08','715','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b1 </BR>0724850421 ','','1','0','111608738890','No','','','','','','','','',0.00,0.00),(1532,'','Mpesa','','2020-12-23 19:00:13','centric court b08','0','11','2020-12-23 19:00:13','647','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','centric court b08 </BR>0721778821 ','','1','0','111608739196','Cleared','','','','','','','','',0.00,0.00),(1533,'','Mpesa','','2020-12-23 19:10:39','mufea 17','0','11','2020-12-23 19:10:39','716','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea 17 </BR>0724245797 ','','1','0','111608739274','Cleared','','','','','','','','',0.00,0.00),(1534,'','Invoice','','2020-12-23 19:37:54','scheme c14','-150','11','2020-12-23 19:37:54','717','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','scheme c14 </BR>0727264848 ','','1','0','111608739892','No','','','','','','','','',0.00,0.00),(1535,'','Invoice','','2020-12-23 19:40:53','georgina crossover 6','-300','11','2020-12-23 19:40:53','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111608741632','No','','','','','','','','',0.00,0.00),(1536,'','Invoice','','2020-12-23 19:43:02','TSAVO NAOMI B608','-150','11','2020-12-23 19:43:02','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111608741762','No','','','','','','','','',0.00,0.00),(1537,'','Invoice','','2020-12-23 19:55:22','SCHECKEM A27','-300','11','2020-12-23 19:55:22','718','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SCHECKEM A27 </BR>0726467262 ','','1','0','111608742506','No','','','','','','','','',0.00,0.00),(1538,'','Cash','','2020-12-23 20:07:46','','0','11','2020-12-23 20:07:46','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111608743253','Cleared','','','','','','','','',0.00,0.00),(1539,'','Invoice','','2020-12-23 20:16:12','serene c11','-300','11','2020-12-23 20:16:12','719','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene c11 </BR>0728759721 ','','1','0','111608743275','No','','','','','','','','',0.00,0.00),(1540,'','Invoice','','2020-12-23 20:36:05','KIMANI COURT B2','-450','11','2020-12-23 20:36:05','173','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','KIMANI COURT B2 </BR>0725535420 ','','1','0','111608744940','No','','','','','','','','',0.00,0.00),(1541,'','Cash','','2020-12-23 20:45:31','TSAVO C119','0','11','2020-12-23 20:45:31','720','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','TSAVO C119 </BR>0704060322 ','','1','0','111608745499','Cleared','','','','','','','','',0.00,0.00),(1542,'','Invoice','','2020-12-23 20:47:01','SUSAN TSAVO B105','-150','11','2020-12-23 20:47:01','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111608745591','No','','','','','','','','',0.00,0.00),(1543,'','Invoice','','2020-12-23 20:52:20','scenic a10','-300','11','2020-12-23 20:52:20','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111608745929','No','','','','','','','','',0.00,0.00),(1544,'','Mpesa','','2020-12-23 20:59:31','thomas mwangi','0','11','2020-12-23 20:59:31','722','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','thomas mwangi </BR>0722563088 ','','1','0','111608746359','Cleared','','','','','','','','',0.00,0.00),(1545,'','Invoice','','2020-12-23 21:09:00','michael gacicio 2 b9','-900','11','2020-12-23 21:09:00','406','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','michael gacicio 2 b9 </BR>0720756945 ','','1','0','111608746920','No','','','','','','','','',0.00,0.00),(1546,'','Cash','','2020-12-23 21:11:35','','0','11','2020-12-23 21:11:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608747085','Cleared','','','','','','','','',0.00,0.00),(1547,'','Invoice','','2020-12-24 09:38:03','NZIZA B37','-300','11','2020-12-24 09:38:03','204','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NZIZA B37 </BR>0723040969 ','','1','0','111608791872','No','','','','','','','','',0.00,0.00),(1548,'','Cash','','2020-12-24 09:40:24','','0','11','2020-12-24 09:40:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608791992','Cleared','','','','','','','','',0.00,0.00),(1549,'','Invoice','','2020-12-24 10:06:32','father oasis a e16','-300','11','2020-12-24 10:06:32','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a e16 </BR>0798208028 ','','1','0','111608792033','No','','','','','','','','',0.00,0.00),(1550,'','Invoice','','2020-12-24 10:42:37','HELEN LARI GERDEN','-300','11','2020-12-24 10:42:37','345','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HELEN LARI GERDEN </BR>0724709015 ','','1','0','111608795744','No','','','','','','','','',0.00,0.00),(1551,'','Invoice','','2020-12-24 11:41:56','MIDVIEW AB1','-300','11','2020-12-24 11:41:56','628','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW AB1 </BR>0726459902 ','','1','0','111608799303','No','','','','','','','','',0.00,0.00),(1552,'','Cash','','2020-12-24 12:09:13','FAHARI D7','0','11','2020-12-24 12:09:13','723','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','FAHARI D7 </BR>0770708755 ','','1','0','111608800941','Cleared','','','','','','','','',0.00,0.00),(1553,'','Invoice','','2020-12-24 12:11:29','BARBARA MUFEA 60','-300','11','2020-12-24 12:11:29','598','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111608801019','No','','','','','','','','',0.00,0.00),(1554,'','Mpesa','','2020-12-24 12:20:01','JENID C12','0','11','2020-12-24 12:20:01','724','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','JENID C12 </BR>0726853779 ','','1','0','111608801588','Cleared','','','','','','','','',0.00,0.00),(1555,'','Cash','','2020-12-24 12:40:04','','0','11','2020-12-24 12:40:04','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111608802788','Cleared','','','','','','','','',0.00,0.00),(1556,'','Invoice','','2020-12-24 12:46:38','scheme b11','-300','11','2020-12-24 12:46:38','725','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scheme b11 </BR>0721860890 ','','1','0','111608802817','No','','','','','','','','',0.00,0.00),(1557,'','Invoice','','2020-12-24 12:48:40','STEPHEN TSAVO C320','-300','11','2020-12-24 12:48:40','726','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>0722664090 ','','1','0','111608803307','No','','','','','','','','',0.00,0.00),(1558,'','Invoice','','2020-12-24 13:49:09','midview md2','-600','11','2020-12-24 13:49:09','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111608806924','No','','','','','','','','',0.00,0.00),(1559,'','Invoice','','2020-12-24 13:51:41','tsavo b711','-300','11','2020-12-24 13:51:41','543','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b711 </BR>0714858272 ','','1','0','111608807090','No','','','','','','','','',0.00,0.00),(1560,'','Invoice','','2020-12-24 13:54:22','0live tree a5','-300','11','2020-12-24 13:54:22','727','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','0live tree a5 </BR>0725556336 ','','1','0','111608807249','No','','','','','','','','',0.00,0.00),(1561,'','Mpesa','','2020-12-24 13:59:50','joseph nzioki','0','11','2020-12-24 13:59:50','728','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','joseph nzioki </BR>0724919963 ','','1','0','111608807578','Cleared','','','','','','','','',0.00,0.00),(1562,'','Mpesa','','2020-12-24 14:01:23','joseph nzioki','0','11','2020-12-24 14:01:23','728','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','joseph nzioki </BR>0724919963 ','','1','0','111608807656','Cleared','','','','','','','','',0.00,0.00),(1563,'','Cash','','2020-12-24 14:02:43','','0','11','2020-12-24 14:02:43','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111608807737','Cleared','','','','','','','','',0.00,0.00),(1564,'','Invoice','','2020-12-24 14:16:21','annirene mazeras 2','-250','11','2020-12-24 14:16:21','554','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111608807775','No','','','','','','','','',0.00,0.00),(1565,'','Cash','','2020-12-24 14:28:01','','0','11','2020-12-24 14:28:01','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608809203','Cleared','','','','','','','','',0.00,0.00),(1566,'','Invoice','','2020-12-24 14:33:02','peter ebenezer','-300','11','2020-12-24 14:33:02','729','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','peter ebenezer </BR>0702386111 ','','1','0','111608809289','No','','','','','','','','',0.00,0.00),(1567,'','Cash','','2020-12-24 14:50:28','','0','11','2020-12-24 14:50:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608810609','Cleared','','','','','','','','',0.00,0.00),(1568,'','Invoice','','2020-12-24 15:12:13','annirene mazeras 2','-1000','11','2020-12-24 15:12:13','554','0','1000','1','retail',NULL,'1000','1','0','0','1000','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111608811916','No','','','','','','','','',0.00,0.00),(1569,'','Invoice','','2020-12-24 15:18:04','MIRIAM PETRA 18','-600','11','2020-12-24 15:18:04','730','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIRIAM PETRA 18 </BR>0722740167 ','','1','0','111608812266','No','','','','','','','','',0.00,0.00),(1570,'','Invoice','','2020-12-24 16:10:28','emmanuel muteti corner','-300','11','2020-12-24 16:10:28','731','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emmanuel muteti corner </BR>0724615859 ','','1','0','111608815415','No','','','','','','','','',0.00,0.00),(1571,'','Invoice','','2020-12-24 16:18:05','TSAVO C011','-150','11','2020-12-24 16:18:05','548','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO C011 </BR>0721857283 ','','1','0','111608815864','No','','','','','','','','',0.00,0.00),(1572,'','Invoice','','2020-12-24 16:23:40','mufea 68','-300','11','2020-12-24 16:23:40','732','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 68 </BR>0702048944 ','','1','0','111608816207','No','','','','','','','','',0.00,0.00),(1573,'','Invoice','','2020-12-24 16:33:43','fridah spearnet dm3','-300','11','2020-12-24 16:33:43','585','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fridah spearnet dm3 </BR>0711956826 ','','1','0','111608816812','No','','','','','','','','',0.00,0.00),(1574,'','Invoice','','2020-12-24 16:48:21','philly home a2','-600','11','2020-12-24 16:48:21','733','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','philly home a2 </BR>07225226491 ','','1','0','111608817683','No','','','','','','','','',0.00,0.00),(1575,'','Mpesa','','2020-12-24 16:51:38','lucy mungai','0','11','2020-12-24 16:51:38','734','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','lucy mungai </BR>0720702322 ','','1','0','111608817883','Cleared','','','','','','','','',0.00,0.00),(1576,'','Mpesa','','2020-12-24 16:52:46','lucy mungai','0','11','2020-12-24 16:52:46','734','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','lucy mungai </BR>0720702322 ','','1','0','111608817948','Cleared','','','','','','','','',0.00,0.00),(1577,'','Cash','','2020-12-24 16:56:18','','0','11','2020-12-24 16:56:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111608818024','Cleared','','','','','','','','',0.00,0.00),(1578,'','Invoice','','2020-12-24 17:54:33','hope trust 1 a4','-300','11','2020-12-24 17:54:33','735','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','hope trust 1 a4 </BR>0720869132 ','','1','0','111608818296','No','','','','','','','','',0.00,0.00),(1579,'','Invoice','','2020-12-24 17:58:15','tsavo b701','-300','11','2020-12-24 17:58:15','736','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b701 </BR>0704584677 ','','1','0','111608821886','No','','','','','','','','',0.00,0.00),(1580,'','Invoice','','2020-12-24 18:01:46','vivian harare unit 9','-600','11','2020-12-24 18:01:46','737','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','vivian harare unit 9 </BR>0721705417 ','','1','0','111608821985','No','','','','','','','','',0.00,0.00),(1581,'','Invoice','','2020-12-24 18:29:00','nziza c61','-300','11','2020-12-24 18:29:00','738','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza c61 </BR>0720466366 ','','1','0','111608823730','No','','','','','','','','',0.00,0.00),(1582,'','Cash','','2020-12-24 18:30:48','rose','0','11','2020-12-24 18:30:48','739','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','rose </BR>0703411077 ','','1','0','111608823835','Cleared','','','','','','','','',0.00,0.00),(1583,'','Invoice','','2020-12-24 19:16:12','midview mb6 flozzy','-300','11','2020-12-24 19:16:12','549','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111608823910','No','','','','','','','','',0.00,0.00),(1584,'','Invoice','','2020-12-24 20:04:23','erick mufea 5d','-300','11','2020-12-24 20:04:23','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','erick mufea 5d </BR>0722685054 ','','1','0','111608829389','No','','','','','','','','',0.00,0.00),(1585,'','Mpesa','','2020-12-24 20:32:40','caro father oasis a11','0','11','2020-12-24 20:32:40','102','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','caro father oasis a11 </BR>0703751187 ','','1','0','111608831149','Cleared','','','','','','','','',0.00,0.00),(1586,'','Cash','','2020-12-24 20:42:32','','0','11','2020-12-24 20:42:32','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','111608831728','Cleared','','','','','','','','',0.00,0.00),(1587,'','Invoice','','2020-12-24 20:45:58','raoul tsavo b620','-600','11','2020-12-24 20:45:58','740','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','raoul tsavo b620 </BR>0793592543 ','','1','0','111608831762','No','','','','','','','','',0.00,0.00),(1588,'','Invoice','','2020-12-24 21:05:39','tsavo c604','-250','11','2020-12-24 21:05:39','741','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','tsavo c604 </BR>0742247423 ','','1','0','111608833126','No','','','','','','','','',0.00,0.00),(1589,'','Invoice','','2020-12-27 09:27:30','sji patrick i8','-1200','11','2020-12-27 09:27:30','385','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','sji patrick i8 </BR>0722103559 ','','1','0','111609050406','No','','','','','','','','',0.00,0.00),(1590,'','Invoice','','2020-12-27 10:01:27','mirriam tsavo b403','-300','11','2020-12-27 10:01:27','673','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mirriam tsavo b403 </BR>0715636264 ','','1','0','111609052475','No','','','','','','','','',0.00,0.00),(1591,'','Invoice','','2020-12-27 10:14:27','fredrick pine wood p705','-600','11','2020-12-27 10:14:27','742','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','fredrick pine wood p705 </BR>0740272626 ','','1','0','111609053251','No','','','','','','','','',0.00,0.00),(1592,'','Invoice','','2020-12-27 10:17:16','932 a7','-150','11','2020-12-27 10:17:16','87','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 a7 </BR>0710166860 ','','1','0','111609053409','No','','','','','','','','',0.00,0.00),(1593,'','Invoice','','2020-12-27 10:30:44','SHIFFARA JENID C8','-300','11','2020-12-27 10:30:44','514','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721155366 ','','1','0','111609054235','No','','','','','','','','',0.00,0.00),(1594,'','Invoice','','2020-12-27 10:55:11','MERCY JENID C5','-150','11','2020-12-27 10:55:11','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111609055688','No','','','','','','','','',0.00,0.00),(1595,'','Mpesa','','2020-12-27 11:04:38','gilbert momanyi','0','11','2020-12-27 11:04:38','641','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','gilbert momanyi </BR>0722783808 ','','1','0','111609056250','Cleared','','','','','','','','',0.00,0.00),(1596,'','Mpesa','','2020-12-27 11:06:00','gilbert momanyi','0','11','2020-12-27 11:06:00','641','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','gilbert momanyi </BR>0722783808 ','','1','0','111609056345','Cleared','','','','','','','','',0.00,0.00),(1597,'','Invoice','','2020-12-27 11:23:52','nabil castle 35','-300','11','2020-12-27 11:23:52','743','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nabil castle 35 </BR>0778020001 ','','1','0','111609056668','No','','','','','','','','',0.00,0.00),(1598,'','Invoice','','2020-12-27 12:42:22','TSAVO B703','-150','11','2020-12-27 12:42:22','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>0704382089 ','','1','0','111609062123','No','','','','','','','','',0.00,0.00),(1599,'','Cash','','2020-12-27 12:53:32','','0','11','2020-12-27 12:53:32','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111609062784','Cleared','','','','','','','','',0.00,0.00),(1600,'','Cash','','2020-12-27 13:29:49','','0','11','2020-12-27 13:29:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609062857','Cleared','','','','','','','','',0.00,0.00),(1601,'','Cash','','2020-12-27 13:34:24','','0','11','2020-12-27 13:34:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609065007','Cleared','','','','','','','','',0.00,0.00),(1602,'','Cash','','2020-12-27 13:55:31','','0','11','2020-12-27 13:55:31','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609065274','Cleared','','','','','','','','',0.00,0.00),(1603,'','Mpesa','','2020-12-27 15:08:32','lenny njenga','0','11','2020-12-27 15:08:32','641','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','lenny njenga </BR>0722783808 ','','1','0','111609066563','Cleared','','','','','','','','',0.00,0.00),(1604,'','Mpesa','','2020-12-27 15:58:42','grace wamboi','0','11','2020-12-27 15:58:42','744','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','grace wamboi </BR>0722897166 ','','1','0','111609073901','Cleared','','','','','','','','',0.00,0.00),(1605,'','Mpesa','','2020-12-27 17:22:23','freetap e1','0','11','2020-12-27 17:22:23','745','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','freetap e1 </BR>0706408436 ','','1','0','111609078931','Cleared','','','','','','','','',0.00,0.00),(1606,'','Mpesa','','2020-12-27 18:20:02','freetap e1','0','11','2020-12-27 18:20:02','745','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','freetap e1 </BR>0706408436 ','','1','0','111609079012','Cleared','','','','','','','','',0.00,0.00),(1607,'','Mpesa','','2020-12-27 18:22:28','nellion 2n5','0','11','2020-12-27 18:22:28','746','0','240','1','retail',NULL,'240','1','0','0','0','0','240','0','printed','nellion 2n5 </BR>0741870176 ','','1','0','111609082478','Cleared','','','','','','','','',0.00,0.00),(1608,'','Mpesa','','2020-12-27 18:24:33','spearnet dm8','0','11','2020-12-27 18:24:33','747','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet dm8 </BR>0706352293 ','','1','0','111609082635','Cleared','','','','','','','','',0.00,0.00),(1609,'','Invoice','','2020-12-27 18:26:33','mazeras sarah 1','-300','11','2020-12-27 18:26:33','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mazeras sarah 1 </BR>0722854869 ','','1','0','111609082743','No','','','','','','','','',0.00,0.00),(1610,'','Invoice','','2020-12-27 19:01:57','dories harvester b8','-300','11','2020-12-27 19:01:57','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111609084478','No','','','','','','','','',0.00,0.00),(1611,'','Invoice','','2020-12-27 19:10:17','primerose a6','-300','11','2020-12-27 19:10:17','748','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','primerose a6 </BR>0722162668 ','','1','0','111609085402','No','','','','','','','','',0.00,0.00),(1612,'','Invoice','','2020-12-27 19:26:05','end mark','-300','11','2020-12-27 19:26:05','749','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','end mark </BR>0720426022 ','','1','0','111609086355','No','','','','','','','','',0.00,0.00),(1613,'','Cash','','2020-12-27 19:34:26','','0','11','2020-12-27 19:34:26','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111609086847','Cleared','','','','','','','','',0.00,0.00),(1614,'','Invoice','','2020-12-27 19:35:00','AGNES TSAVO B205','-300','11','2020-12-27 19:35:00','750','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','AGNES TSAVO B205 </BR>0724696094 ','','1','0','111609086877','No','','','','','','','','',0.00,0.00),(1615,'','Cash','','2020-12-27 20:04:35','','0','11','2020-12-27 20:04:35','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609088642','Cleared','','','','','','','','',0.00,0.00),(1616,'','Invoice','','2020-12-28 08:43:08','fahari a6','-300','11','2020-12-28 08:43:08','751','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fahari a6 </BR>0724118308 ','','1','0','111609134176','No','','','','','','','','',0.00,0.00),(1617,'','Invoice','','2020-12-28 08:46:29','JENID A8','-600','11','2020-12-28 08:46:29','752','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','JENID A8 </BR>0734426058 ','','1','0','111609134370','No','','','','','','','','',0.00,0.00),(1618,'','Invoice','','2020-12-28 08:57:21','kugeria benard 3','-300','11','2020-12-28 08:57:21','753','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kugeria benard 3 </BR>0722451236 ','','1','0','111609135031','No','','','','','','','','',0.00,0.00),(1619,'','Invoice','','2020-12-28 10:12:12','james mufea a5','-300','11','2020-12-28 10:12:12','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111609139522','No','','','','','','','','',0.00,0.00),(1620,'','Invoice','','2020-12-28 10:21:32','raya tsavo b513','-150','11','2020-12-28 10:21:32','754','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo b513 </BR>0111875405 ','','1','0','111609140018','No','','','','','','','','',0.00,0.00),(1621,'','Mpesa','','2020-12-28 10:52:47','joyce oppsweet bay','0','11','2020-12-28 10:52:47','755','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','joyce oppsweet bay </BR>0741083937 ','','1','0','111609141953','Cleared','','','','','','','','',0.00,0.00),(1622,'','Mpesa','','2020-12-28 10:56:18','joyce oppsweet bay','0','11','2020-12-28 10:56:18','755','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','joyce oppsweet bay </BR>0741083937 ','','1','0','111609142155','Cleared','','','','','','','','',0.00,0.00),(1623,'','Invoice','','2020-12-28 12:23:11','nelly mufea e3','-300','11','2020-12-28 12:23:11','756','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>0719884003 ','','1','0','111609147377','No','','','','','','','','',0.00,0.00),(1624,'','Invoice','','2020-12-28 12:25:11','SUSAN TSAVO B105','-150','11','2020-12-28 12:25:11','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111609147491','No','','','','','','','','',0.00,0.00),(1625,'','Invoice','','2020-12-28 12:45:27','tsavo a504','-300','11','2020-12-28 12:45:27','757','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a504 </BR>0741013801 ','','1','0','111609148705','No','','','','','','','','',0.00,0.00),(1626,'','Mpesa','','2020-12-28 12:50:15','','0','11','2020-12-28 12:50:15','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111609149000','Cleared','','','','','','','','',0.00,0.00),(1627,'','Invoice','','2020-12-28 13:21:39','garage joes','-350','11','2020-12-28 13:21:39','697','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','garage joes </BR>0789801598 ','','1','0','111609149026','No','','','','','','','','',0.00,0.00),(1628,'','Mpesa','','2020-12-28 13:29:21','','0','11','2020-12-28 13:29:21','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111609151349','Cleared','','','','','','','','',0.00,0.00),(1629,'','Mpesa','','2020-12-28 14:03:50','david maingi','0','11','2020-12-28 14:03:50','758','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','david maingi </BR>0722816281 ','','1','0','111609153418','Cleared','','','','','','','','',0.00,0.00),(1630,'','Mpesa','','2020-12-28 14:27:51','','0','11','2020-12-28 14:27:51','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111609154861','Cleared','','','','','','','','',0.00,0.00),(1631,'','Invoice','','2020-12-28 15:05:28','teresia father oasis gate b 13a','-600','11','2020-12-28 15:05:28','639','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>0721744587 ','','1','0','111609157106','No','','','','','','','','',0.00,0.00),(1632,'','Mpesa','','2020-12-28 15:11:37','','0','11','2020-12-28 15:11:37','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','111609157484','Cleared','','','','','','','','',0.00,0.00),(1633,'','Invoice','','2020-12-28 16:04:53','dories harvester c3','-600','11','2020-12-28 16:04:53','759','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester c3 </BR>0714157162 ','','1','0','111609160674','No','','','','','','','','',0.00,0.00),(1634,'','Cash','','2020-12-28 16:28:20','','0','11','2020-12-28 16:28:20','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111609162085','Cleared','','','','','','','','',0.00,0.00),(1635,'','Cash','','2020-12-28 16:46:49','','0','11','2020-12-28 16:46:49','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111609162125','Cleared','','','','','','','','',0.00,0.00),(1636,'','Invoice','','2020-12-28 16:47:35','crossover 9','-300','11','2020-12-28 16:47:35','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111609163221','No','','','','','','','','',0.00,0.00),(1637,'','Invoice','','2020-12-28 16:59:25','raya tsavo a513','-300','11','2020-12-28 16:59:25','53','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111609163950','No','','','','','','','','',0.00,0.00),(1638,'','Invoice','','2020-12-28 17:07:24','kamunge 24','-300','11','2020-12-28 17:07:24','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111609164433','No','','','','','','','','',0.00,0.00),(1639,'','Invoice','','2020-12-28 17:36:25','TSAVO NAOMI B608','-150','11','2020-12-28 17:36:25','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111609166168','No','','','','','','','','',0.00,0.00),(1640,'','Cash','','2020-12-28 17:42:54','','0','11','2020-12-28 17:42:54','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609166553','Cleared','','','','','','','','',0.00,0.00),(1641,'','Invoice','','2020-12-28 17:43:22','mufea esther 13','-600','11','2020-12-28 17:43:22','96','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea esther 13 </BR>0726997371 ','','1','0','111609166579','No','','','','','','','','',0.00,0.00),(1642,'','Invoice','','2020-12-28 17:44:54','tsavo c402','-150','11','2020-12-28 17:44:54','760','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c402 </BR>0705667393 ','','1','0','111609166682','No','','','','','','','','',0.00,0.00),(1643,'','Invoice','','2020-12-28 17:53:24','midview mb6 flozzy','-450','11','2020-12-28 17:53:24','549','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111609167190','No','','','','','','','','',0.00,0.00),(1644,'','Invoice','','2020-12-28 17:59:25','kalwani park a2','-150','11','2020-12-28 17:59:25','761','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','kalwani park a2 </BR>0700580329 ','','1','0','111609167482','No','','','','','','','','',0.00,0.00),(1645,'','Cash','','2020-12-28 18:03:39','scheme a8','0','11','2020-12-28 18:03:39','762','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','scheme a8 </BR>0724235714 ','','1','0','111609167788','Cleared','','','','','','','','',0.00,0.00),(1646,'','Cash','','2020-12-28 18:09:12','','0','11','2020-12-28 18:09:12','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609167904','Cleared','','','','','','','','',0.00,0.00),(1647,'','Invoice','','2020-12-28 18:21:09','john petra','-450','11','2020-12-28 18:21:09','763','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','john petra </BR>0706088088 ','','1','0','111609168160','No','','','','','','','','',0.00,0.00),(1648,'','Invoice','','2020-12-28 18:23:02','john petra','-300','11','2020-12-28 18:23:02','512','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john petra </BR>0716088088 ','','1','0','111609168970','No','','','','','','','','',0.00,0.00),(1649,'','Invoice','','2020-12-28 18:42:09','harvester josephine c5','-300','11','2020-12-28 18:42:09','512','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0716088088 ','','1','0','111609170115','No','','','','','','','','',0.00,0.00),(1650,'','Invoice','','2020-12-28 18:51:40','caleb tsavo a308','-150','11','2020-12-28 18:51:40','506','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caleb tsavo a308 </BR>0727878660 ','','1','0','111609170643','No','','','','','','','','',0.00,0.00),(1651,'','Invoice','','2020-12-28 19:18:46','gospel church','-350','11','2020-12-28 19:18:46','764','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','gospel church </BR>0721705668 ','','1','0','111609172315','No','','','','','','','','',0.00,0.00),(1652,'','Invoice','','2020-12-28 19:52:34','josephine centric b8','-600','11','2020-12-28 19:52:34','765','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine centric b8 </BR>0723177767 ','','1','0','111609174278','No','','','','','','','','',0.00,0.00),(1653,'','Invoice','','2020-12-28 20:11:23','spring garden 4','-300','11','2020-12-28 20:11:23','766','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spring garden 4 </BR>0715731855 ','','1','0','111609175470','No','','','','','','','','',0.00,0.00),(1654,'','Invoice','','2020-12-28 20:23:45','elizabeth mufea 8d','-300','11','2020-12-28 20:23:45','767','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>0706511468 ','','1','0','111609176212','No','','','','','','','','',0.00,0.00),(1655,'','Invoice','','2020-12-28 20:34:46','MEKITA A3','-150','11','2020-12-28 20:34:46','593','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MEKITA A3 </BR>0792000947 ','','1','0','111609176869','No','','','','','','','','',0.00,0.00),(1656,'','Invoice','','2020-12-28 20:36:37','MEKITA A3','-80','11','2020-12-28 20:36:37','593','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','MEKITA A3 </BR>0792000947 ','','1','0','111609176984','No','','','','','','','','',0.00,0.00),(1657,'','Invoice','','2020-12-29 08:36:06','wilson philly c7','-900','11','2020-12-29 08:36:06','75','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','wilson philly c7 </BR>0721991098 ','','1','0','111609220142','No','','','','','','','','',0.00,0.00),(1658,'','Mpesa','','2020-12-29 09:15:09','FARAH muteti centre 1','0','11','2020-12-29 09:15:09','554','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','FARAH muteti centre 1 </BR>0722854869 ','','1','0','111609222493','Cleared','','','','','','','','',0.00,0.00),(1659,'','Invoice','','2020-12-29 09:26:39','kencom sacco 69','-600','11','2020-12-29 09:26:39','75','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>0721991098 ','','1','0','111609222576','No','','','','','','','','',0.00,0.00),(1660,'','Invoice','','2020-12-29 10:03:59','gospel church','-350','11','2020-12-29 10:03:59','764','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','gospel church </BR>0721705668 ','','1','0','111609225423','No','','','','','','','','',0.00,0.00),(1661,'','Invoice','','2020-12-29 10:10:30','lari gardens a1','-300','11','2020-12-29 10:10:30','345','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lari gardens a1 </BR>0724709015 ','','1','0','111609225816','No','','','','','','','','',0.00,0.00),(1662,'','Invoice','','2020-12-29 10:14:48','susan thindegua gardens 6h','-160','11','2020-12-29 10:14:48','768','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','susan thindegua gardens 6h </BR>0708727618 ','','1','0','111609226071','No','','','','','','','','',0.00,0.00),(1663,'','Invoice','','2020-12-29 10:45:19','kenneth kamunge 15','-300','11','2020-12-29 10:45:19','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111609227900','No','','','','','','','','',0.00,0.00),(1664,'','Mpesa','','2020-12-29 12:48:14','WESTVIEW DANIEL B2','0','11','2020-12-29 12:48:14','770','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','WESTVIEW DANIEL B2 </BR>0725463920 ','','1','0','111609235270','Cleared','','','','','','','','',0.00,0.00),(1665,'','Invoice','','2020-12-29 13:39:59','MARK MIDVIEW AD4','-600','11','2020-12-29 13:39:59','771','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MARK MIDVIEW AD4 </BR>0728175293 ','','1','0','111609238383','No','','','','','','','','',0.00,0.00),(1666,'','Invoice','','2020-12-29 14:00:43','midview md2','-600','11','2020-12-29 14:00:43','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111609239615','No','','','','','','','','',0.00,0.00),(1667,'','Invoice','','2020-12-29 14:02:25','samwel serene b12','-300','11','2020-12-29 14:02:25','672','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0723608982 ','','1','0','111609239731','No','','','','','','','','',0.00,0.00),(1668,'','Invoice','','2020-12-29 14:05:07','spearnet am3','-150','11','2020-12-29 14:05:07','615','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>0723985822 ','','1','0','111609239894','No','','','','','','','','',0.00,0.00),(1669,'','Cash','','2020-12-29 14:18:58','','0','11','2020-12-29 14:18:58','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111609240696','Cleared','','','','','','','','',0.00,0.00),(1670,'','Cash','','2020-12-29 14:32:24','ESTHER ','0','11','2020-12-29 14:32:24','576','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','ESTHER </BR>0712691262 ','','1','0','111609240753','Cleared','','','','','','','','',0.00,0.00),(1671,'','Cash','','2020-12-29 14:55:48','NELLION 5N6','0','11','2020-12-29 14:55:48','772','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','NELLION 5N6 </BR>0711589036 ','','1','0','111609241619','Cleared','','','','','','','','',0.00,0.00),(1672,'','Invoice','','2020-12-29 15:22:10','kimani court E2','-300','11','2020-12-29 15:22:10','773','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court E2 </BR>0722463549 ','','1','0','111609243033','No','','','','','','','','',0.00,0.00),(1673,'','Invoice','','2020-12-29 15:50:46','esther thendegua gardens 4c','-300','11','2020-12-29 15:50:46','774','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther thendegua gardens 4c </BR>0718561273 ','','1','0','111609246235','No','','','','','','','','',0.00,0.00),(1674,'','Invoice','','2020-12-29 16:01:20','garage joes','-350','11','2020-12-29 16:01:20','697','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','garage joes </BR>0789801598 ','','1','0','111609246869','No','','','','','','','','',0.00,0.00),(1675,'','Invoice','','2020-12-29 16:41:39','NYAWERA 26','-300','11','2020-12-29 16:41:39','524','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NYAWERA 26 </BR>0723604902 ','','1','0','111609249288','No','','','','','','','','',0.00,0.00),(1676,'','Mpesa','','2020-12-29 16:47:02','PATRICIA WANGUI','0','11','2020-12-29 16:47:02','775','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','PATRICIA WANGUI </BR>0706114131 ','','1','0','111609249598','Cleared','','','','','','','','',0.00,0.00),(1677,'','Cash','','2020-12-29 16:52:12','','0','11','2020-12-29 16:52:12','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609249685','Cleared','','','','','','','','',0.00,0.00),(1678,'','Invoice','','2020-12-29 17:15:49','HELLEN ','-150','11','2020-12-29 17:15:49','776','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','HELLEN </BR>0721889292 ','','1','0','111609251334','No','','','','','','','','',0.00,0.00),(1679,'','Invoice','','2020-12-29 18:29:26','caro father oasis a11','-150','11','2020-12-29 18:29:26','565','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>0706965115 ','','1','0','111609255754','No','','','','','','','','',0.00,0.00),(1680,'','Invoice','','2020-12-29 18:43:56','PATRICIA VINEYARD','-900','11','2020-12-29 18:43:56','147','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','PATRICIA VINEYARD </BR>0725551167 ','','1','0','111609256609','No','','','','','','','','',0.00,0.00),(1681,'','Cash','','2020-12-29 18:50:20','','0','11','2020-12-29 18:50:20','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609257002','Cleared','','','','','','','','',0.00,0.00),(1682,'','Mpesa','','2020-12-29 19:04:22','EDWIN OWINO','0','11','2020-12-29 19:04:22','627','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','EDWIN OWINO </BR>0720807028 ','','1','0','111609257852','Cleared','','','','','','','','',0.00,0.00),(1683,'','Cash','','2020-12-29 19:05:46','CHARLES KATUU','0','11','2020-12-29 19:05:46','597','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','CHARLES KATUU </BR>0726413440 ','','1','0','111609257913','Cleared','','','','','','','','',0.00,0.00),(1684,'','Invoice','','2020-12-29 19:13:10','MIDVIEW AD5','-600','11','2020-12-29 19:13:10','777','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIDVIEW AD5 </BR>0721323203 ','','1','0','111609258130','No','','','','','','','','',0.00,0.00),(1685,'','Invoice','','2020-12-29 19:15:18','MUFEA 15','-600','11','2020-12-29 19:15:18','778','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MUFEA 15 </BR>0726291905 ','','1','0','111609258501','No','','','','','','','','',0.00,0.00),(1686,'','Invoice','','2020-12-29 19:42:08','ANKIAH B401','-300','11','2020-12-29 19:42:08','779','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>0769606118 ','','1','0','111609260117','No','','','','','','','','',0.00,0.00),(1687,'','Invoice','','2020-12-29 19:55:11','syndey c519','-150','11','2020-12-29 19:55:11','600','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','syndey c519 </BR>0762238278 ','','1','0','111609260895','No','','','','','','','','',0.00,0.00),(1688,'','Invoice','','2020-12-30 09:46:48','TSAVO A512','-300','11','2020-12-30 09:46:48','780','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A512 </BR>0720572858 ','','1','0','111609310795','No','','','','','','','','',0.00,0.00),(1689,'','Mpesa','','2020-12-30 10:59:12','susan elewa ulevi','0','11','2020-12-30 10:59:12','781','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','susan elewa ulevi </BR>0724730117 ','','1','0','111609315129','Cleared','','','','','','','','',0.00,0.00),(1690,'','Invoice','','2020-12-30 11:46:59','mufea peter 66','-600','11','2020-12-30 11:46:59','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111609315215','No','','','','','','','','',0.00,0.00),(1691,'','Cash','','2020-12-30 12:20:10','kamunge 11','0','11','2020-12-30 12:20:10','782','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 11 </BR>0723806968 ','','1','0','111609319972','Cleared','','','','','','','','',0.00,0.00),(1692,'','Invoice','','2020-12-30 13:13:07','blessed garden a10','-600','11','2020-12-30 13:13:07','623','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden a10 </BR>0113452227 ','','1','0','111609320076','No','','','','','','','','',0.00,0.00),(1693,'','Invoice','','2020-12-30 13:30:29','jjenid c5','-150','11','2020-12-30 13:30:29','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','jjenid c5 </BR>0721404029 ','','1','0','111609324215','No','','','','','','','','',0.00,0.00),(1694,'','Invoice','','2020-12-30 14:40:00','mekita c5','-600','11','2020-12-30 14:40:00','783','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mekita c5 </BR>0726771984 ','','1','0','111609328382','No','','','','','','','','',0.00,0.00),(1695,'','Invoice','','2020-12-30 14:42:27','caloline serene d8','-300','11','2020-12-30 14:42:27','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caloline serene d8 </BR>0726709117 ','','1','0','111609328529','No','','','','','','','','',0.00,0.00),(1696,'','Cash','','2020-12-30 15:08:10','kimani court b3','0','11','2020-12-30 15:08:10','56','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court b3 </BR>0721828880 ','','1','0','111609330040','Cleared','','','','','','','','',0.00,0.00),(1697,'','Invoice','','2020-12-30 16:07:12','mufea 23','-900','11','2020-12-30 16:07:12','784','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea 23 </BR>0720127500 ','','1','0','111609330152','No','','','','','','','','',0.00,0.00),(1698,'','Invoice','','2020-12-30 16:14:04','josephine green zone 402','-600','11','2020-12-30 16:14:04','531','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine green zone 402 </BR>0723014978 ','','1','0','111609334019','No','','','','','','','','',0.00,0.00),(1699,'','Invoice','','2020-12-30 16:43:43','nziza c59','-300','11','2020-12-30 16:43:43','508','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza c59 </BR>0713190005 ','','1','0','111609335814','No','','','','','','','','',0.00,0.00),(1700,'','Cash','','2020-12-30 16:53:58','','0','11','2020-12-30 16:53:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609336424','Cleared','','','','','','','','',0.00,0.00),(1701,'','Invoice','','2020-12-30 16:54:21','nziza c59','-150','11','2020-12-30 16:54:21','508','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','nziza c59 </BR>0713190005 ','','1','0','111609336443','No','','','','','','','','',0.00,0.00),(1702,'','Mpesa','','2020-12-30 16:57:06','jascah','0','11','2020-12-30 16:57:06','785','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','jascah </BR>0716948971 ','','1','0','111609336602','Cleared','','','','','','','','',0.00,0.00),(1703,'','Invoice','','2020-12-30 17:21:50','olive tree a5','-450','11','2020-12-30 17:21:50','727','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','olive tree a5 </BR>0725556336 ','','1','0','111609338100','No','','','','','','','','',0.00,0.00),(1704,'','Mpesa','','2020-12-30 17:42:09','edgar njoroge','0','11','2020-12-30 17:42:09','786','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed','edgar njoroge </BR>0725722021 ','','1','0','111609339297','Cleared','','','','','','','','',0.00,0.00),(1705,'','Invoice','','2020-12-30 17:58:20','father oasis c17','-300','11','2020-12-30 17:58:20','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis c17 </BR>0722354995 ','','1','0','111609339390','No','','','','','','','','',0.00,0.00),(1706,'','Invoice','','2020-12-30 18:16:12','harvenest tower wing a','-300','11','2020-12-30 18:16:12','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvenest tower wing a </BR>0768252575 ','','1','0','111609341357','No','','','','','','','','',0.00,0.00),(1707,'','Invoice','','2020-12-30 18:48:59','tsavo b417','-160','11','2020-12-30 18:48:59','787','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','tsavo b417 </BR>0797379869 ','','1','0','111609343314','No','','','','','','','','',0.00,0.00),(1708,'','Invoice','','2020-12-30 18:53:53','jenid a19','-1500','11','2020-12-30 18:53:53','634','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jenid a19 </BR>0723702689 ','','1','0','111609343615','No','','','','','','','','',0.00,0.00),(1709,'','Mpesa','','2020-12-30 19:02:02','kenneth kihara','0','11','2020-12-30 19:02:02','788','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kenneth kihara </BR>0720317628 ','','1','0','111609344113','Cleared','','','','','','','','',0.00,0.00),(1710,'','Invoice','','2020-12-30 19:14:57','jenid caroline','-900','11','2020-12-30 19:14:57','114','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','jenid caroline </BR>0728456747 ','','1','0','111609344181','No','','','','','','','','',0.00,0.00),(1711,'','Invoice','','2020-12-30 19:21:10','JUDY MUFEA 69','-150','11','2020-12-30 19:21:10','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111609345260','No','','','','','','','','',0.00,0.00),(1712,'','Invoice','','2020-12-30 19:41:10','kellen mufea a4','-300','11','2020-12-30 19:41:10','64','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kellen mufea a4 </BR>0724610156 ','','1','0','111609346459','No','','','','','','','','',0.00,0.00),(1713,'','Mpesa','','2020-12-30 20:04:55','','0','11','2020-12-30 20:04:55','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','0','111609347881','Cleared','','','','','','','','',0.00,0.00),(1714,'','Mpesa','','2020-12-30 20:28:18','','0','11','2020-12-30 20:28:18','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111609349280','Cleared','','','','','','','','',0.00,0.00),(1715,'','Invoice','','2020-12-31 11:37:14','purity tony wa6','-300','11','2020-12-31 11:37:14','789','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111609403821','No','','','','','','','','',0.00,0.00),(1716,'','Invoice','','2020-12-31 11:38:59','purity tony wa6','-600','11','2020-12-31 11:38:59','789','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111609403923','No','','','','','','','','',0.00,0.00),(1717,'','Invoice','','2020-12-31 11:40:44','christine father oasis e16','-300','11','2020-12-31 11:40:44','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111609404030','No','','','','','','','','',0.00,0.00),(1718,'','Mpesa','','2020-12-31 11:52:54','','0','11','2020-12-31 11:52:54','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111609404738','Cleared','','','','','','','','',0.00,0.00),(1719,'','Invoice','','2020-12-31 12:50:22','agnes flamat c4','-300','11','2020-12-31 12:50:22','507','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','agnes flamat c4 </BR>0725890244 ','','1','0','111609408199','No','','','','','','','','',0.00,0.00),(1720,'','Invoice','','2020-12-31 13:18:02','annirene mazeras 2','-150','11','2020-12-31 13:18:02','554','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111609409846','No','','','','','','','','',0.00,0.00),(1721,'','Invoice','','2020-12-31 13:26:42','annirene mazeras 2','-150','11','2020-12-31 13:26:42','554','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111609410383','No','','','','','','','','',0.00,0.00),(1722,'','Invoice','','2020-12-31 13:56:46','sujnam 4b','-300','11','2020-12-31 13:56:46','790','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sujnam 4b </BR>0780068802 ','','1','0','111609412198','No','','','','','','','','',0.00,0.00),(1723,'','Invoice','','2020-12-31 14:13:45','annirene mazeras 2','-150','11','2020-12-31 14:13:45','554','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111609413195','No','','','','','','','','',0.00,0.00),(1724,'','Invoice','','2020-12-31 14:31:52','midview ad6','-600','11','2020-12-31 14:31:52','546','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad6 </BR>0723942347 ','','1','0','111609414206','No','','','','','','','','',0.00,0.00),(1725,'','Mpesa','','2020-12-31 15:23:48','kenned ibai','0','11','2020-12-31 15:23:48','102','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','kenned ibai </BR>0703751187 ','','1','0','111609417417','Cleared','','','','','','','','',0.00,0.00),(1726,'','Invoice','','2020-12-31 16:10:06','dories harvester b8','-300','11','2020-12-31 16:10:06','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111609417489','No','','','','','','','','',0.00,0.00),(1727,'','Invoice','','2020-12-31 16:49:55','ack green gate','-600','11','2020-12-31 16:49:55','791','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ack green gate </BR>0714794603 ','','1','0','111609422581','No','','','','','','','','',0.00,0.00),(1728,'','Cash','','2020-12-31 17:18:14','deinty a304','0','11','2020-12-31 17:18:14','792','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','deinty a304 </BR>0792604006 ','','1','0','111609424283','Cleared','','','','','','','','',0.00,0.00),(1729,'','Invoice','','2020-12-31 17:28:05','nyawira 33','-300','11','2020-12-31 17:28:05','793','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111609424866','No','','','','','','','','',0.00,0.00),(1730,'','Invoice','','2020-12-31 17:39:57','jenifer mushroom ','-1500','11','2020-12-31 17:39:57','793','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jenifer mushroom </BR>0723113148 ','','1','0','111609425550','No','','','','','','','','',0.00,0.00),(1731,'','Invoice','','2020-12-31 17:50:55','932 a7','-150','11','2020-12-31 17:50:55','794','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 a7 </BR>0785529847 ','','1','0','111609426241','No','','','','','','','','',0.00,0.00),(1732,'','Mpesa','','2020-12-31 18:12:12','chrisantos akutoyi','0','11','2020-12-31 18:12:12','795','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','chrisantos akutoyi </BR>0725857409 ','','1','0','111609427509','Cleared','','','','','','','','',0.00,0.00),(1733,'','Cash','','2020-12-31 18:40:48','','0','11','2020-12-31 18:40:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609429237','Cleared','','','','','','','','',0.00,0.00),(1734,'','Cash','','2020-12-31 18:52:28','','0','11','2020-12-31 18:52:28','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111609429259','Cleared','','','','','','','','',0.00,0.00),(1735,'','Cash','','2020-12-31 19:32:55','ridge centre','0','11','2020-12-31 19:32:55','796','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre </BR>0707680007 ','','1','0','111609432364','Cleared','','','','','','','','',0.00,0.00),(1736,'','Invoice','','2020-12-31 20:29:56','teresiia scheme','-300','11','2020-12-31 20:29:56','797','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','teresiia scheme </BR>0713654567 ','','1','0','111609432441','No','','','','','','','','',0.00,0.00),(1737,'','Invoice','','2020-12-31 20:57:23','FARAH muteti centre 1','-300','11','2020-12-31 20:57:23','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111609437431','No','','','','','','','','',0.00,0.00),(1738,'','Invoice','','2021-01-01 10:32:12','greenview 2b','-300','11','2021-01-01 10:32:12','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 2b </BR>0722769324 ','','1','0','111609486319','No','','','','','','','','',0.00,0.00),(1739,'','Invoice','','2021-01-01 10:34:56','springs garden b7','-600','11','2021-01-01 10:34:56','798','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden b7 </BR>0728591594 ','','1','0','111609486477','No','','','','','','','','',0.00,0.00),(1740,'','Mpesa','','2021-01-01 11:00:48','hussein otisi','0','11','2021-01-01 11:00:48','799','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','hussein otisi </BR>0704639465 ','','1','0','111609488038','Cleared','','','','','','','','',0.00,0.00),(1741,'','Mpesa','','2021-01-01 11:25:25','daniel yeswa','0','11','2021-01-01 11:25:25','770','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','daniel yeswa </BR>0725463920 ','','1','0','111609489514','Cleared','','','','','','','','',0.00,0.00),(1742,'','Invoice','','2021-01-01 12:10:35','joseph nyawira 23','-300','11','2021-01-01 12:10:35','800','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joseph nyawira 23 </BR>0722797609 ','','1','0','111609492223','No','','','','','','','','',0.00,0.00),(1743,'','Invoice','','2021-01-01 12:21:27','SHIFFARA JENID C8','-300','11','2021-01-01 12:21:27','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111609492873','No','','','','','','','','',0.00,0.00),(1744,'','Invoice','','2021-01-01 12:23:24','nyawira 12','-900','11','2021-01-01 12:23:24','801','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','nyawira 12 </BR>07836093695 ','','1','0','111609492981','No','','','','','','','','',0.00,0.00),(1745,'','Invoice','','2021-01-01 12:49:45','sylvia westview a2','-450','11','2021-01-01 12:49:45','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','sylvia westview a2 </BR>0726230677 ','','1','0','111609494565','No','','','','','','','','',0.00,0.00),(1746,'','Cash','','2021-01-01 12:55:18','','0','11','2021-01-01 12:55:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609494908','Cleared','','','','','','','','',0.00,0.00),(1747,'','Invoice','','2021-01-01 12:56:56','blessed garden a6','-600','11','2021-01-01 12:56:56','802','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden a6 </BR>0725823285 ','','1','0','111609494927','No','','','','','','','','',0.00,0.00),(1748,'','Mpesa','','2021-01-01 13:36:59','keivin cid b3','0','11','2021-01-01 13:36:59','803','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','keivin cid b3 </BR>0703274287 ','','1','0','111609497408','Cleared','','','','','','','','',0.00,0.00),(1749,'','Cash','','2021-01-01 13:46:58','','0','11','2021-01-01 13:46:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609497937','Cleared','','','','','','','','',0.00,0.00),(1750,'','Invoice','','2021-01-01 13:50:52','TSAVO NAOMI B608','-150','11','2021-01-01 13:50:52','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111609498029','No','','','','','','','','',0.00,0.00),(1751,'','Cash','','2021-01-01 14:10:09','','0','11','2021-01-01 14:10:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111609499379','Cleared','','','','','','','','',0.00,0.00),(1752,'','Invoice','','2021-01-01 14:24:56','tsavo b304','-150','11','2021-01-01 14:24:56','673','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b304 </BR>0715636264 ','','1','0','111609499419','No','','','','','','','','',0.00,0.00),(1753,'','Invoice','','2021-01-01 14:32:06','rosewood b6','-300','11','2021-01-01 14:32:06','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood b6 </BR>0729152474 ','','1','0','111609500713','No','','','','','','','','',0.00,0.00),(1754,'','Mpesa','','2021-01-01 14:36:19','mekita plaza d6','0','11','2021-01-01 14:36:19','525','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mekita plaza d6 </BR>0728750234 ','','1','0','111609500968','Cleared','','','','','','','','',0.00,0.00),(1755,'','Invoice','','2021-01-01 15:42:12','932 a7','-150','11','2021-01-01 15:42:12','804','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','932 a7 </BR>0111688317 ','','1','0','111609504918','No','','','','','','','','',0.00,0.00),(1756,'','Mpesa','','2021-01-01 15:46:53','michael muraguri','0','11','2021-01-01 15:46:53','805','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','michael muraguri </BR>0721551590 ','','1','0','111609505195','Cleared','','','','','','','','',0.00,0.00),(1757,'','Invoice','','2021-01-01 16:29:57','mirriam petra 18','-600','11','2021-01-01 16:29:57','608','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mirriam petra 18 </BR>0722874967 ','','1','0','111609505297','No','','','','','','','','',0.00,0.00),(1758,'','Invoice','','2021-01-01 16:32:52','andrew spearnet p1','-600','11','2021-01-01 16:32:52','806','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','andrew spearnet p1 </BR>0726267037 ','','1','0','111609507950','No','','','','','','','','',0.00,0.00),(1759,'','Invoice','','2021-01-01 16:55:55','spearnet dm11','-300','11','2021-01-01 16:55:55','807','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm11 </BR>0733134762 ','','1','0','111609509345','No','','','','','','','','',0.00,0.00),(1760,'','Invoice','','2021-01-01 16:59:32','nelion 3n7','-300','11','2021-01-01 16:59:32','808','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelion 3n7 </BR>0726317509 ','','1','0','111609509561','No','','','','','','','','',0.00,0.00),(1761,'','Invoice','','2021-01-01 17:06:04','nelion 7n9','-1200','11','2021-01-01 17:06:04','809','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nelion 7n9 </BR>0726567479 ','','1','0','111609509949','No','','','','','','','','',0.00,0.00),(1762,'','Cash','','2021-01-01 18:26:31','','0','11','2021-01-01 18:26:31','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111609514779','Cleared','','','','','','','','',0.00,0.00),(1763,'','Mpesa','','2021-01-01 19:42:11','samuel githengu','0','11','2021-01-01 19:42:11','810','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','samuel githengu </BR>0722918503 ','','1','0','111609519314','Cleared','','','','','','','','',0.00,0.00),(1764,'','Mpesa','','2021-01-01 20:50:33','derrick obonyo','0','11','2021-01-01 20:50:33','811','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','derrick obonyo </BR>0714207125 ','','1','0','111609523422','Cleared','','','','','','','','',0.00,0.00),(1765,'','Mpesa','','2021-01-02 10:42:43','','0','11','2021-01-02 10:42:43','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111609568484','Cleared','','','','','','','','',0.00,0.00),(1766,'','Cash','','2021-01-02 11:02:52','','0','11','2021-01-02 11:02:52','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111609574551','Cleared','','','','','','','','',0.00,0.00),(1767,'','Cash','','2021-01-02 12:04:58','westview b1','0','11','2021-01-02 12:04:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview b1 ','','1','0','111609574584','Cleared','','','','','','','','',0.00,0.00),(1768,'','Cash','','2021-01-02 12:06:45','','0','11','2021-01-02 12:06:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609578336','Cleared','','','','','','','','',0.00,0.00),(1769,'','Cash','','2021-01-02 12:21:39','','0','11','2021-01-02 12:21:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609578422','Cleared','','','','','','','','',0.00,0.00),(1770,'','Cash','','2021-01-02 12:34:16','','0','11','2021-01-02 12:34:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609580039','Cleared','','','','','','','','',0.00,0.00),(1771,'','Cash','','2021-01-02 13:27:37','','0','11','2021-01-02 13:27:37','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111609580535','Cleared','','','','','','','','',0.00,0.00),(1772,'','Invoice','','2021-01-02 13:44:35','tsavo aoo','-150','11','2021-01-02 13:44:35','812','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo aoo </BR>0799960o97 ','','1','0','111609583299','No','','','','','','','','',0.00,0.00),(1773,'','Invoice','','2021-01-02 14:03:06','james mufea a5','-300','11','2021-01-02 14:03:06','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111609585345','No','','','','','','','','',0.00,0.00),(1774,'','Invoice','','2021-01-02 14:07:42','tsavo corol bells c117','-300','11','2021-01-02 14:07:42','813','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo corol bells c117 </BR>0702590483 ','','1','0','111609585640','No','','','','','','','','',0.00,0.00),(1775,'','Invoice','','2021-01-02 14:58:22','dennis spearnet dm3','-300','11','2021-01-02 14:58:22','814','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dennis spearnet dm3 </BR>0728160985 ','','1','0','111609588485','No','','','','','','','','',0.00,0.00),(1776,'','Cash','','2021-01-02 15:29:23','westview','300','11','2021-01-02 15:29:23','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','westview ','','1','0','111609590544','Cleared','','','','','','','','',0.00,0.00),(1777,'','Cash','','2021-01-02 15:31:19','','0','11','2021-01-02 15:31:19','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609590614','Cleared','','','','','','','','',0.00,0.00),(1778,'','Mpesa','','2021-01-02 15:33:35','','0','11','2021-01-02 15:33:35','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111609590693','Cleared','','','','','','','','',0.00,0.00),(1779,'','Invoice','','2021-01-02 15:50:46','teresia midview ad8','-600','11','2021-01-02 15:50:46','815','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia midview ad8 </BR>0724312556 ','','1','0','111609591816','No','','','','','','','','',0.00,0.00),(1780,'','Creditnote','','2021-01-02 16:07:12','sister mourine','0','11','2021-01-02 16:07:12','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sister mourine ','','1','0','111609592411','Cleared','','','','','','','','',0.00,0.00),(1781,'','Invoice','','2021-01-02 16:33:00','kamunge 24','-300','11','2021-01-02 16:33:00','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111609594355','No','','','','','','','','',0.00,0.00),(1782,'','Cash','','2021-01-02 16:43:17','','0','11','2021-01-02 16:43:17','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609594978','Cleared','','','','','','','','',0.00,0.00),(1783,'','Invoice','','2021-01-02 17:31:04','mufea 33','-300','11','2021-01-02 17:31:04','816','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 33 </BR>0721671052 ','','1','0','111609597850','No','','','','','','','','',0.00,0.00),(1784,'','Invoice','','2021-01-02 18:00:04','caro father oasis a11','-150','11','2021-01-02 18:00:04','817','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>0757095121 ','','1','0','111609599589','No','','','','','','','','',0.00,0.00),(1785,'','Cash','','2021-01-02 18:06:10','domi midview ab1','0','11','2021-01-02 18:06:10','818','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','domi midview ab1 </BR>0720789224 ','','1','0','111609599951','Cleared','','','','','','','','',0.00,0.00),(1786,'','Cash','','2021-01-02 18:08:48','','0','11','2021-01-02 18:08:48','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609600048','Cleared','','','','','','','','',0.00,0.00),(1787,'','Mpesa','','2021-01-02 18:29:59','','0','11','2021-01-02 18:29:59','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','111609601379','Cleared','','','','','','','','',0.00,0.00),(1788,'','Cash','','2021-01-02 18:31:27','','0','11','2021-01-02 18:31:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609601411','Cleared','','','','','','','','',0.00,0.00),(1789,'','Cash','','2021-01-02 18:33:14','serene d4','0','11','2021-01-02 18:33:14','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','serene d4 ','','1','0','111609601522','Cleared','','','','','','','','',0.00,0.00),(1790,'','Invoice','','2021-01-02 18:45:20','tsavo a515','-300','11','2021-01-02 18:45:20','819','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a515 </BR>0727983891 ','','1','0','111609601630','No','','','','','','','','',0.00,0.00),(1791,'','Invoice','','2021-01-02 19:00:49','georgina crossover 6','-300','11','2021-01-02 19:00:49','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111609603154','No','','','','','','','','',0.00,0.00),(1792,'','Invoice','','2021-01-02 19:04:33','sheila mufea 43','-600','11','2021-01-02 19:04:33','820','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sheila mufea 43 </BR>0724995969 ','','1','0','111609603455','No','','','','','','','','',0.00,0.00),(1793,'','Invoice','','2021-01-02 19:36:11','samwel serene b12','-300','11','2021-01-02 19:36:11','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111609605358','No','','','','','','','','',0.00,0.00),(1794,'','Invoice','','2021-01-02 19:49:14','rita spring garden block a 4th floor 1st house','-300','11','2021-01-02 19:49:14','766','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rita spring garden block a 4th floor 1st house </BR>0715731855 ','','1','0','111609606134','No','','','','','','','','',0.00,0.00),(1795,'','Mpesa','','2021-01-02 20:01:39','','0','11','2021-01-02 20:01:39','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','0','111609606871','Cleared','','','','','','','','',0.00,0.00),(1796,'','Cash','','2021-01-02 20:16:53','','0','11','2021-01-02 20:16:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609607798','Cleared','','','','','','','','',0.00,0.00),(1797,'','Mpesa','','2021-01-02 20:21:49','','0','11','2021-01-02 20:21:49','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111609608096','Cleared','','','','','','','','',0.00,0.00),(1798,'','Mpesa','','2021-01-02 20:34:16','','0','11','2021-01-02 20:34:16','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111609608844','Cleared','','','','','','','','',0.00,0.00),(1799,'','Mpesa','','2021-01-02 20:34:43','damilola','0','11','2021-01-02 20:34:43','721','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','damilola </BR>0715194832 ','','1','0','111609608868','Cleared','','','','','','','','',0.00,0.00),(1800,'','Invoice','','2021-01-02 20:53:39','dories harvester b8','-300','11','2021-01-02 20:53:39','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111609610007','No','','','','','','','','',0.00,0.00),(1801,'','Invoice','','2021-01-03 08:39:42','cid e4','-900','11','2021-01-03 08:39:42','132','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','cid e4 </BR>0725316236 ','','1','0','111609652354','No','','','','','','','','',0.00,0.00),(1802,'','Invoice','','2021-01-03 09:06:08','vera court 2-4','-300','11','2021-01-03 09:06:08','822','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','vera court 2-4 </BR>0743587914 ','','1','0','111609653956','No','','','','','','','','',0.00,0.00),(1803,'','Cash','','2021-01-03 09:31:35','','0','11','2021-01-03 09:31:35','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','111609655465','Cleared','','','','','','','','',0.00,0.00),(1804,'','Invoice','','2021-01-03 09:49:16','arnold opp mazeras m4','-300','11','2021-01-03 09:49:16','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','arnold opp mazeras m4 </BR>0722867971 ','','1','0','111609655531','No','','','','','','','','',0.00,0.00),(1805,'','Invoice','','2021-01-03 10:26:57','ruth cid c8','-300','11','2021-01-03 10:26:57','100','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ruth cid c8 </BR>0727661629 ','','1','0','111609658806','No','','','','','','','','',0.00,0.00),(1806,'','Invoice','','2021-01-03 10:49:18','gerald midview am2','-600','11','2021-01-03 10:49:18','314','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','gerald midview am2 </BR>0720853352 ','','1','0','111609660136','No','','','','','','','','',0.00,0.00),(1807,'','Cash','','2021-01-03 10:51:36','spring garden 8','0','11','2021-01-03 10:51:36','823','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spring garden 8 </BR>0796685565 ','','1','0','111609660285','Cleared','','','','','','','','',0.00,0.00),(1808,'','Mpesa','','2021-01-03 11:18:51','john gachango','0','11','2021-01-03 11:18:51','709','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','john gachango </BR>0722121727 ','','1','0','111609661921','Cleared','','','','','','','','',0.00,0.00),(1809,'','Mpesa','','2021-01-03 11:20:39','geoffrey mwaniki','0','11','2021-01-03 11:20:39','824','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','geoffrey mwaniki </BR>0726516220 ','','1','0','111609662008','Cleared','','','','','','','','',0.00,0.00),(1810,'','Invoice','','2021-01-03 11:56:35','kenneth kamunge 15','-300','11','2021-01-03 11:56:35','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111609662123','No','','','','','','','','',0.00,0.00),(1811,'','Invoice','','2021-01-03 12:19:57','mufea 8f','-600','11','2021-01-03 12:19:57','51','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 8f </BR>0721808473 ','','1','0','111609665578','No','','','','','','','','',0.00,0.00),(1812,'','Invoice','','2021-01-03 12:23:42','petra 15','-300','11','2021-01-03 12:23:42','825','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','petra 15 </BR>0720402250 ','','1','0','111609665759','No','','','','','','','','',0.00,0.00),(1813,'','Invoice','','2021-01-03 12:26:15','petra 15','-450','11','2021-01-03 12:26:15','826','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','petra 15 </BR>072040225020 ','','1','0','111609665959','No','','','','','','','','',0.00,0.00),(1814,'','Invoice','','2021-01-03 12:52:14','edd mark c9','-1200','11','2021-01-03 12:52:14','827','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','edd mark c9 </BR>0726073365 ','','1','0','111609667508','No','','','','','','','','',0.00,0.00),(1815,'','Invoice','','2021-01-03 13:26:07','janid faith a1','-600','11','2021-01-03 13:26:07','666','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','janid faith a1 </BR>0722318330 ','','1','0','111609669541','No','','','','','','','','',0.00,0.00),(1816,'','Cash','','2021-01-03 13:28:24','','0','11','2021-01-03 13:28:24','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111609669682','Cleared','','','','','','','','',0.00,0.00),(1817,'','Invoice','','2021-01-03 13:47:16','tsavo b518','-240','11','2021-01-03 13:47:16','550','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavo b518 </BR>0723934017 ','','1','0','111609669716','No','','','','','','','','',0.00,0.00),(1818,'','Invoice','','2021-01-03 13:51:02','tsavob518','-240','11','2021-01-03 13:51:02','550','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavob518 </BR>0723934017 ','','1','0','111609671044','No','','','','','','','','',0.00,0.00),(1819,'','Invoice','','2021-01-03 14:15:20','damaris fahari d6','-300','11','2021-01-03 14:15:20','602','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111609672493','No','','','','','','','','',0.00,0.00),(1820,'','Invoice','','2021-01-03 14:42:04','spearnet cm3','-300','11','2021-01-03 14:42:04','828','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111609674109','No','','','','','','','','',0.00,0.00),(1821,'','Invoice','','2021-01-03 14:45:07','spearnet cm3','-150','11','2021-01-03 14:45:07','828','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111609674296','No','','','','','','','','',0.00,0.00),(1822,'','Invoice','','2021-01-03 16:01:56','midview mb5','-600','11','2021-01-03 16:01:56','599','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb5 </BR>0722344543 ','','1','0','111609678891','No','','','','','','','','',0.00,0.00),(1823,'','Mpesa','','2021-01-03 16:06:58','peter ndungu','0','11','2021-01-03 16:06:58','829','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','peter ndungu </BR>0795735515 ','','1','0','111609679209','Cleared','','','','','','','','',0.00,0.00),(1824,'','Invoice','','2021-01-03 16:39:38','cid d12','-300','11','2021-01-03 16:39:38','553','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid d12 </BR>0703235252 ','','1','0','111609680077','No','','','','','','','','',0.00,0.00),(1825,'','Invoice','','2021-01-03 16:51:04','harare unit 10','-300','11','2021-01-03 16:51:04','830','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0722140695 ','','1','0','111609681845','No','','','','','','','','',0.00,0.00),(1826,'','Invoice','','2021-01-03 17:09:16','erick petra 3','-300','11','2021-01-03 17:09:16','831','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','erick petra 3 </BR>0722330106 ','','1','0','111609682941','No','','','','','','','','',0.00,0.00),(1827,'','Cash','','2021-01-03 17:36:13','mufea 48','0','11','2021-01-03 17:36:13','832','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 48 </BR>0725943428 ','','1','0','111609684563','Cleared','','','','','','','','',0.00,0.00),(1828,'','Invoice','','2021-01-03 18:02:34','golden palm b1','-600','11','2021-01-03 18:02:34','833','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','golden palm b1 </BR>0727773250 ','','1','0','111609684612','No','','','','','','','','',0.00,0.00),(1829,'','Cash','','2021-01-03 18:11:18','mufea a1','0','11','2021-01-03 18:11:18','834','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea a1 </BR>0791183014 ','','1','0','111609686615','Cleared','','','','','','','','',0.00,0.00),(1830,'','Cash','','2021-01-03 18:20:01','','0','11','2021-01-03 18:20:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111609686737','Cleared','','','','','','','','',0.00,0.00),(1831,'','Invoice','','2021-01-03 18:46:28','gacicio 1 c1','-300','11','2021-01-03 18:46:28','609','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c1 </BR>0725758767 ','','1','0','111609687216','No','','','','','','','','',0.00,0.00),(1832,'','Invoice','','2021-01-03 19:18:22','josephine pinewood 602','-600','11','2021-01-03 19:18:22','681','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111609690686','No','','','','','','','','',0.00,0.00),(1833,'','Invoice','','2021-01-03 19:56:45','charles mufea 32','-300','11','2021-01-03 19:56:45','835','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charles mufea 32 </BR>0726550707 ','','1','0','111609692982','No','','','','','','','','',0.00,0.00),(1834,'','Invoice','','2021-01-03 20:00:25','charles mufea 32','-150','11','2021-01-03 20:00:25','835','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','charles mufea 32 </BR>0726550707 ','','1','0','111609693210','No','','','','','','','','',0.00,0.00),(1835,'','Cash','','2021-01-03 20:29:11','','0','11','2021-01-03 20:29:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609694929','Cleared','','','','','','','','',0.00,0.00),(1836,'','Invoice','','2021-01-04 10:15:46','james primerose b2','-600','11','2021-01-04 10:15:46','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111609744524','No','','','','','','','','',0.00,0.00),(1837,'','Invoice','','2021-01-04 11:09:28','maureen mufea 37','-300','11','2021-01-04 11:09:28','587','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen mufea 37 </BR>0710760718 ','','1','0','111609747754','No','','','','','','','','',0.00,0.00),(1838,'','Invoice','','2021-01-04 12:44:51','TSAVO B703','-150','11','2021-01-04 12:44:51','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>0704382089 ','','1','0','111609753481','No','','','','','','','','',0.00,0.00),(1839,'','Invoice','','2021-01-04 12:48:06','BARBARA MUFEA 60','-300','11','2021-01-04 12:48:06','598','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111609753609','No','','','','','','','','',0.00,0.00),(1840,'','Invoice','','2021-01-04 14:51:09','mary tsavo a319','-600','11','2021-01-04 14:51:09','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111609761048','No','','','','','','','','',0.00,0.00),(1841,'','Mpesa','','2021-01-04 15:16:28','','0','11','2021-01-04 15:16:28','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','111609762569','Cleared','','','','','','','','',0.00,0.00),(1842,'','Invoice','','2021-01-04 15:27:14','nyawira 37','-300','11','2021-01-04 15:27:14','836','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 37 </BR>0722809801 ','','1','0','111609763205','No','','','','','','','','',0.00,0.00),(1843,'','Invoice','','2021-01-04 15:49:57','patricia mufea 1b','-600','11','2021-01-04 15:49:57','147','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','111609764578','No','','','','','','','','',0.00,0.00),(1844,'','Invoice','','2021-01-04 15:52:00','joseph wanjiku','-600','11','2021-01-04 15:52:00','837','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','joseph wanjiku </BR>0720377414 ','','1','0','111609764703','No','','','','','','','','',0.00,0.00),(1845,'','Invoice','','2021-01-04 16:31:40','godwin serene c1','-300','11','2021-01-04 16:31:40','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111609767090','No','','','','','','','','',0.00,0.00),(1846,'','Mpesa','','2021-01-04 16:36:28','william thanji','0','11','2021-01-04 16:36:28','533','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','william thanji </BR>0722804838 ','','1','0','111609767377','Cleared','','','','','','','','',0.00,0.00),(1847,'','Invoice','','2021-01-04 16:54:31','faith mufea 6b','-600','11','2021-01-04 16:54:31','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111609768452','No','','','','','','','','',0.00,0.00),(1848,'','Invoice','','2021-01-04 16:58:53','opp glass mart','-160','11','2021-01-04 16:58:53','699','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','opp glass mart </BR>0722675657 ','','1','0','111609768605','No','','','','','','','','',0.00,0.00),(1849,'','Invoice','','2021-01-04 18:01:31','midview aa6','-300','11','2021-01-04 18:01:31','840','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>0714719290 ','','1','0','111609772480','No','','','','','','','','',0.00,0.00),(1850,'','Cash','','2021-01-04 18:03:17','','0','11','2021-01-04 18:03:17','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','111609772582','Cleared','','','','','','','','',0.00,0.00),(1851,'','Cash','','2021-01-04 19:41:23','lari gardens','0','11','2021-01-04 19:41:23','841','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','lari gardens </BR>0758750097 ','','1','0','111609778467','Cleared','','','','','','','','',0.00,0.00),(1852,'','Cash','','2021-01-04 20:33:31','GACICIO 2a3','0','11','2021-01-04 20:33:31','842','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','GACICIO 2a3 </BR>0707678778 ','','1','0','111609781597','Cleared','','','','','','','','',0.00,0.00),(1853,'','Invoice','','2021-01-04 20:39:17','midview mc6','-600','11','2021-01-04 20:39:17','843','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mc6 </BR>0728390604 ','','1','0','111609781717','No','','','','','','','','',0.00,0.00),(1854,'','Invoice','','2021-01-04 21:09:37','tsavo c603','-150','11','2021-01-04 21:09:37','844','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c603 </BR>0718471124 ','','1','0','111609783765','No','','','','','','','','',0.00,0.00),(1855,'','Invoice','','2021-01-05 08:13:39','blessed garden b4','-900','11','2021-01-05 08:13:39','129','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','blessed garden b4 </BR>0723485407 ','','1','0','111609823596','No','','','','','','','','',0.00,0.00),(1856,'','Invoice','','2021-01-05 09:33:18','paul kiambu','-3000','11','2021-01-05 09:33:18','635','0','3000','1','retail',NULL,'3000','1','0','0','3000','0','0','0','printed','paul kiambu </BR>0721264990 ','','1','0','111609828377','No','','','','','','','','',0.00,0.00),(1857,'','Invoice','','2021-01-05 09:35:06','adriana harvester c4','-300','11','2021-01-05 09:35:06','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111609828496','No','','','','','','','','',0.00,0.00),(1858,'','Invoice','','2021-01-05 09:47:55','hopetrust a4','-600','11','2021-01-05 09:47:55','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hopetrust a4 </BR>0720869132 ','','1','0','111609829259','No','','','','','','','','',0.00,0.00),(1859,'','Invoice','','2021-01-05 10:28:36','UNIVERSAL APARTMENTS C6','-600','11','2021-01-05 10:28:36','845','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>0720415709 ','','1','0','111609831692','No','','','','','','','','',0.00,0.00),(1860,'','Invoice','','2021-01-05 10:30:42','UNIVERSAL APARTMENTS C6','-350','11','2021-01-05 10:30:42','845','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>0720415709 ','','1','0','111609831828','No','','','','','','','','',0.00,0.00),(1861,'','Invoice','','2021-01-05 10:33:20','mufea g6','-900','11','2021-01-05 10:33:20','846','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea g6 </BR>0703218666 ','','1','0','111609831977','No','','','','','','','','',0.00,0.00),(1862,'','Cash','','2021-01-05 11:18:09','kwa masai','0','11','2021-01-05 11:18:09','847','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kwa masai </BR>0722766635 ','','1','0','111609834667','Cleared','','','','','','','','',0.00,0.00),(1863,'','Cash','','2021-01-05 11:25:10','','0','11','2021-01-05 11:25:10','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111609834737','Cleared','','','','','','','','',0.00,0.00),(1864,'','Invoice','','2021-01-05 11:54:11','spearnet am4','-600','11','2021-01-05 11:54:11','848','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spearnet am4 </BR>07232863237 ','','1','0','111609836823','No','','','','','','','','',0.00,0.00),(1865,'','Invoice','','2021-01-05 13:21:25','mufea 5c','-480','11','2021-01-05 13:21:25','849','0','480','1','retail',NULL,'480','1','0','0','480','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111609842060','No','','','','','','','','',0.00,0.00),(1866,'','Invoice','','2021-01-05 13:24:53','mufea 5c','-250','11','2021-01-05 13:24:53','849','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111609842250','No','','','','','','','','',0.00,0.00),(1867,'','Mpesa','','2021-01-05 14:14:26','thomas njuguna','0','11','2021-01-05 14:14:26','850','0','5600','1','retail',NULL,'5600','1','0','0','0','0','5600','0','printed','thomas njuguna </BR>0722410340 ','','1','0','111609845251','Cleared','','','','','','','','',0.00,0.00),(1868,'','Invoice','','2021-01-05 14:29:49','raya tsavo a513','-160','11','2021-01-05 14:29:49','53','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111609846171','No','','','','','','','','',0.00,0.00),(1869,'','Invoice','','2021-01-05 14:51:14','kimani court E2','-300','11','2021-01-05 14:51:14','773','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court E2 </BR>0722463549 ','','1','0','111609847457','No','','','','','','','','',0.00,0.00),(1870,'','Invoice','','2021-01-05 15:12:52','midview ad3','-300','11','2021-01-05 15:12:52','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111609848759','No','','','','','','','','',0.00,0.00),(1871,'','Invoice','','2021-01-05 15:49:11','catherine nziza b28','-300','11','2021-01-05 15:49:11','851','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','catherine nziza b28 </BR>0702492851 ','','1','0','111609850940','No','','','','','','','','',0.00,0.00),(1872,'','Invoice','','2021-01-05 16:08:05','nziza d68','-600','11','2021-01-05 16:08:05','852','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nziza d68 </BR>0723056551 ','','1','0','111609852068','No','','','','','','','','',0.00,0.00),(1873,'','Invoice','','2021-01-05 16:10:11','MUFEA 41','-300','11','2021-01-05 16:10:11','853','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 41 </BR>0729501330 ','','1','0','111609852172','No','','','','','','','','',0.00,0.00),(1874,'','Invoice','','2021-01-05 16:31:54','collins weatview d6','-600','11','2021-01-05 16:31:54','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','collins weatview d6 </BR>0714160617 ','','1','0','111609853482','No','','','','','','','','',0.00,0.00),(1875,'','Cash','','2021-01-05 16:38:34','','0','11','2021-01-05 16:38:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111609853887','Cleared','','','','','','','','',0.00,0.00),(1876,'','Invoice','','2021-01-05 17:49:29','mekita c7','-150','11','2021-01-05 17:49:29','854','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mekita c7 </BR>0725116775 ','','1','0','111609858149','No','','','','','','','','',0.00,0.00),(1877,'','Cash','','2021-01-05 18:02:20','','0','11','2021-01-05 18:02:20','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111609858925','Cleared','','','','','','','','',0.00,0.00),(1878,'','Cash','','2021-01-05 18:02:45','','0','11','2021-01-05 18:02:45','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111609858948','Cleared','','','','','','','','',0.00,0.00),(1879,'','Cash','','2021-01-05 18:04:20','michael westview g3','0','11','2021-01-05 18:04:20','855','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','michael westview g3 </BR>0721551990 ','','1','0','111609858974','Cleared','','','','','','','','',0.00,0.00),(1880,'','Invoice','','2021-01-05 18:26:52','sydney tsavo c519','-150','11','2021-01-05 18:26:52','600','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','sydney tsavo c519 </BR>0762238278 ','','1','0','111609860397','No','','','','','','','','',0.00,0.00),(1881,'','Cash','','2021-01-05 18:29:57','MIDVIEW AB1','0','11','2021-01-05 18:29:57','818','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','MIDVIEW AB1 </BR>0720789224 ','','1','0','111609860588','Cleared','','','','','','','','',0.00,0.00),(1882,'','Invoice','','2021-01-05 18:40:45','alvin tsavo a318','-300','11','2021-01-05 18:40:45','856','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','alvin tsavo a318 </BR>0728641699 ','','1','0','111609860665','No','','','','','','','','',0.00,0.00),(1883,'','Cash','','2021-01-05 18:55:51','','0','11','2021-01-05 18:55:51','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111609862128','Cleared','','','','','','','','',0.00,0.00),(1884,'','Cash','','2021-01-05 19:00:08','PETRA 7','0','11','2021-01-05 19:00:08','857','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','PETRA 7 </BR>0722409807 ','','1','0','111609862397','Cleared','','','','','','','','',0.00,0.00),(1885,'','Invoice','','2021-01-05 19:25:47','midview mb4','-600','11','2021-01-05 19:25:47','653','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb4 </BR>0720808730 ','','1','0','111609863932','No','','','','','','','','',0.00,0.00),(1886,'','Mpesa','','2021-01-05 19:31:07','zena salim','0','11','2021-01-05 19:31:07','653','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','zena salim </BR>0720808730 ','','1','0','111609864252','Cleared','','','','','','','','',0.00,0.00),(1887,'','Invoice','','2021-01-05 19:43:57','TSAVO NAOMI B608','-150','11','2021-01-05 19:43:57','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111609865013','No','','','','','','','','',0.00,0.00),(1888,'','Cash','','2021-01-05 19:48:20','','0','11','2021-01-05 19:48:20','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609865278','Cleared','','','','','','','','',0.00,0.00),(1889,'','Invoice','','2021-01-05 20:20:37','nziza b39','-300','11','2021-01-05 20:20:37','99','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nziza b39 </BR>0725579456 ','','1','0','111609867227','No','','','','','','','','',0.00,0.00),(1890,'','Mpesa','','2021-01-05 20:59:26','tsavo b721','0','11','2021-01-05 20:59:26','858','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','tsavo b721 </BR>0722854967 ','','1','0','111609869551','Cleared','','','','','','','','',0.00,0.00),(1891,'','Invoice','','2021-01-06 10:00:07','gladys scenic b1','-1500','11','2021-01-06 10:00:07','537','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','gladys scenic b1 </BR>0724439436 ','','1','0','111609916383','No','','','','','','','','',0.00,0.00),(1892,'','Invoice','','2021-01-06 10:36:16','kencom sacco 69','-600','11','2021-01-06 10:36:16','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>0112659913 ','','1','0','111609918557','No','','','','','','','','',0.00,0.00),(1893,'','Invoice','','2021-01-06 10:39:18','olive apartment b2','-300','11','2021-01-06 10:39:18','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111609918737','No','','','','','','','','',0.00,0.00),(1894,'','Invoice','','2021-01-06 10:40:48','JUDY MUFEA 69','-150','11','2021-01-06 10:40:48','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111609918837','No','','','','','','','','',0.00,0.00),(1895,'','Cash','','2021-01-06 10:42:47','harvenest tower wing a','0','11','2021-01-06 10:42:47','641','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','harvenest tower wing a </BR>0722783808 ','','1','0','111609918955','Cleared','','','','','','','','',0.00,0.00),(1896,'','Invoice','','2021-01-06 10:46:00','midview md2','-600','11','2021-01-06 10:46:00','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111609919047','No','','','','','','','','',0.00,0.00),(1897,'','Invoice','','2021-01-06 11:43:01','MUFEA 54','-300','11','2021-01-06 11:43:01','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 54 </BR>0712821285 ','','1','0','111609922569','No','','','','','','','','',0.00,0.00),(1898,'','Invoice','','2021-01-06 12:03:40','tsavo b704','-300','11','2021-01-06 12:03:40','736','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b704 </BR>0704584677 ','','1','0','111609923809','No','','','','','','','','',0.00,0.00),(1899,'','Cash','','2021-01-06 12:07:29','','0','11','2021-01-06 12:07:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111609924040','Cleared','','','','','','','','',0.00,0.00),(1900,'','Invoice','','2021-01-06 12:41:42','godfrey nyawira 25','-300','11','2021-01-06 12:28:54','860','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c210 </BR>0794675546 ','','1','0','111609924060','No','11','2021-01-06 12:41:42','','','','','','',0.00,0.00),(1901,'','Invoice','','2021-01-06 12:45:57','spearnet am3','-150','11','2021-01-06 12:45:57','615','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>0723985822 ','','1','0','111609926347','No','','','','','','','','',0.00,0.00),(1902,'','Invoice','','2021-01-06 12:58:07','dories harvester b8','-300','11','2021-01-06 12:58:07','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111609927077','No','','','','','','','','',0.00,0.00),(1903,'','Invoice','','2021-01-06 12:59:28','FARAH muteti centre 1','-300','11','2021-01-06 12:59:28','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111609927156','No','','','','','','','','',0.00,0.00),(1904,'','Invoice','','2021-01-06 13:53:37','crossover 9','-300','11','2021-01-06 13:53:37','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111609930403','No','','','','','','','','',0.00,0.00),(1905,'','Invoice','','2021-01-06 13:56:03','jenid c6','-1200','11','2021-01-06 13:56:03','861','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid c6 </BR>0731719258 ','','1','0','111609930541','No','','','','','','','','',0.00,0.00),(1906,'','Invoice','','2021-01-06 14:37:50','muteti centre','-300','11','2021-01-06 14:37:50','862','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muteti centre </BR>0725266364 ','','1','0','111609933054','No','','','','','','','','',0.00,0.00),(1907,'','Invoice','','2021-01-06 15:00:27','teresia father oasis gate b 13a','-600','11','2021-01-06 15:00:27','639','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>0721744587 ','','1','0','111609934402','No','','','','','','','','',0.00,0.00),(1908,'','Invoice','','2021-01-06 15:34:33','sheffira jenid c8','-300','11','2021-01-06 15:34:33','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sheffira jenid c8 </BR>0721826266 ','','1','0','111609936463','No','','','','','','','','',0.00,0.00),(1909,'','Cash','','2021-01-06 15:49:28','','0','11','2021-01-06 15:49:28','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111609937353','Cleared','','','','','','','','',0.00,0.00),(1910,'','Mpesa','','2021-01-06 15:50:22','ruth kariuki','0','11','2021-01-06 15:50:22','863','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','ruth kariuki </BR>0722229029 ','','1','0','111609937391','Cleared','','','','','','','','',0.00,0.00),(1911,'','Mpesa','','2021-01-06 15:51:49','samuel kimani','0','11','2021-01-06 15:51:49','864','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','samuel kimani </BR>0714439736 ','','1','0','111609937485','Cleared','','','','','','','','',0.00,0.00),(1912,'','Cash','','2021-01-06 15:53:17','','0','11','2021-01-06 15:53:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111609937566','Cleared','','','','','','','','',0.00,0.00),(1913,'','Invoice','','2021-01-06 16:14:18','opp mazeras m4','-300','11','2021-01-06 16:14:18','865','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0722330236 ','','1','0','111609937609','No','','','','','','','','',0.00,0.00),(1914,'','Mpesa','','2021-01-06 16:43:42','jecintah wambui','0','11','2021-01-06 16:43:42','866','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jecintah wambui </BR>0723658582 ','','1','0','111609940598','Cleared','','','','','','','','',0.00,0.00),(1915,'','Invoice','','2021-01-06 16:53:06','maureen nziza a14','-300','11','2021-01-06 16:53:06','867','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen nziza a14 </BR>0722681652 ','','1','0','111609940695','No','','','','','','','','',0.00,0.00),(1916,'','Cash','','2021-01-06 17:25:29','','0','11','2021-01-06 17:25:29','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','111609943113','Cleared','','','','','','','','',0.00,0.00),(1917,'','Invoice','','2021-01-06 17:28:44','silas mazeras 4','-300','11','2021-01-06 17:28:44','868','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','silas mazeras 4 </BR>0726692633 ','','1','0','111609943140','No','','','','','','','','',0.00,0.00),(1918,'','Invoice','','2021-01-06 17:58:26','mufea 23','-900','11','2021-01-06 17:58:26','784','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea 23 </BR>0720127500 ','','1','0','111609945083','No','','','','','','','','',0.00,0.00),(1919,'','Invoice','','2021-01-06 18:00:16','JENID C12','-300','11','2021-01-06 18:00:16','724','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JENID C12 </BR>0726853779 ','','1','0','111609945206','No','','','','','','','','',0.00,0.00),(1920,'','Invoice','','2021-01-06 19:25:10','kugeria benard 3','-600','11','2021-01-06 19:25:10','753','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kugeria benard 3 </BR>0722451236 ','','1','0','111609950293','No','','','','','','','','',0.00,0.00),(1921,'','Invoice','','2021-01-06 19:28:20','annirene mazeras 2','-300','11','2021-01-06 19:28:20','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111609950482','No','','','','','','','','',0.00,0.00),(1922,'','Invoice','','2021-01-06 19:31:49','MERCY JENID C5','-300','11','2021-01-06 19:31:49','613','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111609950681','No','','','','','','','','',0.00,0.00),(1923,'','Invoice','','2021-01-06 19:51:48','tsavo b711','-300','11','2021-01-06 19:51:48','543','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b711 </BR>0714858272 ','','1','0','111609951863','No','','','','','','','','',0.00,0.00),(1924,'','Invoice','','2021-01-06 19:53:42','mufea 4d','-300','11','2021-01-06 19:53:42','869','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>0724237294 ','','1','0','111609952010','No','','','','','','','','',0.00,0.00),(1925,'','Invoice','','2021-01-07 08:53:26','EBENEZER B46','-600','11','2021-01-07 08:53:26','647','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','EBENEZER B46 </BR>0721778821 ','','1','0','111609998789','No','','','','','','','','',0.00,0.00),(1926,'','Cash','','2021-01-07 09:34:36','green zone a402','0','11','2021-01-07 09:34:36','531','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','green zone a402 </BR>0723014978 ','','1','0','111610001259','Cleared','','','','','','','','',0.00,0.00),(1927,'','Invoice','','2021-01-07 09:36:36','green zone a402','-600','11','2021-01-07 09:36:36','531','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','green zone a402 </BR>0723014978 ','','1','0','111610001366','No','','','','','','','','',0.00,0.00),(1928,'','Invoice','','2021-01-07 10:31:02','john purity wb8','-600','11','2021-01-07 10:31:02','562','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','john purity wb8 </BR>0724334065 ','','1','0','111610004643','No','','','','','','','','',0.00,0.00),(1929,'','Invoice','','2021-01-07 10:34:15','peninah tsavo a505','-160','11','2021-01-07 10:34:15','139','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','peninah tsavo a505 </BR>0707080062 ','','1','0','111610004840','No','','','','','','','','',0.00,0.00),(1930,'','Invoice','','2021-01-07 10:35:33','kellen mufea a4','-300','11','2021-01-07 10:35:33','870','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kellen mufea a4 </BR>0786158169 ','','1','0','111610004915','No','','','','','','','','',0.00,0.00),(1931,'','Invoice','','2021-01-07 10:37:33','caro father oasis a11','-150','11','2021-01-07 10:37:33','817','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>0757095121 ','','1','0','111610005037','No','','','','','','','','',0.00,0.00),(1932,'','Invoice','','2021-01-07 10:39:32','christine father oasis e16','-300','11','2021-01-07 10:39:32','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111610005150','No','','','','','','','','',0.00,0.00),(1933,'','Mpesa','','2021-01-07 10:42:00','pinewood 203','0','11','2021-01-07 10:42:00','871','0','1200','1','retail',NULL,'1200','1','0','0','0','0','1200','0','printed','pinewood 203 </BR>0723553209 ','','1','0','111610005278','Cleared','','','','','','','','',0.00,0.00),(1934,'','Invoice','','2021-01-07 10:43:49','MERCY JENID C5','-300','11','2021-01-07 10:43:49','613','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111610005388','No','','','','','','','','',0.00,0.00),(1935,'','Invoice','','2021-01-07 10:45:37','rosewood court b6','-300','11','2021-01-07 10:45:37','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111610005521','No','','','','','','','','',0.00,0.00),(1936,'','Invoice','','2021-01-07 10:49:23','kugeria benard 3','-600','11','2021-01-07 10:49:23','753','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kugeria benard 3 </BR>0722451236 ','','1','0','111610005622','No','','','','','','','','',0.00,0.00),(1937,'','Cash','','2021-01-07 11:20:11','christine father oasis e6','0','11','2021-01-07 11:20:11','872','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','christine father oasis e6 </BR>0726313725 ','','1','0','111610007600','Cleared','','','','','','','','',0.00,0.00),(1938,'','Mpesa','','2021-01-07 12:25:18','932 4a','0','11','2021-01-07 12:25:18','708','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','932 4a </BR>0722714971 ','','1','0','111610011507','Cleared','','','','','','','','',0.00,0.00),(1939,'','Invoice','','2021-01-07 13:19:58','elijah nyaga','-600','11','2021-01-07 13:19:58','873','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','elijah nyaga </BR>0715408641 ','','1','0','111610014774','No','','','','','','','','',0.00,0.00),(1940,'','Invoice','','2021-01-07 15:06:29','mary jayce bc11','-300','11','2021-01-07 15:06:29','874','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jayce bc11 </BR>0783222208 ','','1','0','111610021172','No','','','','','','','','',0.00,0.00),(1941,'','Invoice','','2021-01-07 15:52:30','tsavo c209','-300','11','2021-01-07 15:52:30','875','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c209 </BR>0704463302 ','','1','0','111610023934','No','','','','','','','','',0.00,0.00),(1942,'','Mpesa','','2021-01-07 16:13:03','ESTHER KARANJA','0','11','2021-01-07 16:13:03','876','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ESTHER KARANJA </BR>0722634887 ','','1','0','111610025166','Cleared','','','','','','','','',0.00,0.00),(1943,'','Invoice','','2021-01-07 16:41:19','midview mc3','-300','11','2021-01-07 16:41:19','877','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc3 </BR>0718617678 ','','1','0','111610025222','No','','','','','','','','',0.00,0.00),(1944,'','Invoice','','2021-01-07 16:55:18','benard spearnet am1','-300','11','2021-01-07 16:55:18','878','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','benard spearnet am1 </BR>0728631475 ','','1','0','111610027704','No','','','','','','','','',0.00,0.00),(1945,'','Invoice','','2021-01-07 17:11:59','daniel gacicio 2','-900','11','2021-01-07 17:11:59','879','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','daniel gacicio 2 </BR>0721656718 ','','1','0','111610028700','No','','','','','','','','',0.00,0.00),(1946,'','Invoice','','2021-01-07 17:17:36','kamunge 24','-300','11','2021-01-07 17:17:36','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111610029039','No','','','','','','','','',0.00,0.00),(1947,'','Mpesa','','2021-01-07 17:20:17','','0','11','2021-01-07 17:20:17','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111610029207','Cleared','','','','','','','','',0.00,0.00),(1948,'','Mpesa','','2021-01-07 18:07:27','antony nzioki','0','11','2021-01-07 18:07:27','880','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','antony nzioki </BR>0703120529 ','','1','0','111610032032','Cleared','','','','','','','','',0.00,0.00),(1949,'','Invoice','','2021-01-07 18:18:33','TSAVO C216','-300','11','2021-01-07 18:18:33','881','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>0722915019 ','','1','0','111610032152','No','','','','','','','','',0.00,0.00),(1950,'','Invoice','','2021-01-07 18:34:48','harvenest tower wing a','-300','11','2021-01-07 18:34:48','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvenest tower wing a </BR>0768252575 ','','1','0','111610033678','No','','','','','','','','',0.00,0.00),(1951,'','Cash','','2021-01-07 18:52:27','','0','11','2021-01-07 18:52:27','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111610034735','Cleared','','','','','','','','',0.00,0.00),(1952,'','Invoice','','2021-01-07 19:02:04','mufea peter 66','-600','11','2021-01-07 19:02:04','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111610034760','No','','','','','','','','',0.00,0.00),(1953,'','Mpesa','','2021-01-07 19:10:52','','0','11','2021-01-07 19:10:52','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111610035843','Cleared','','','','','','','','',0.00,0.00),(1954,'','Invoice','','2021-01-07 19:14:14','westview f6','-300','11','2021-01-07 19:14:14','591','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview f6 </BR>0720097604 ','','1','0','111610035861','No','','','','','','','','',0.00,0.00),(1955,'','Invoice','','2021-01-07 19:16:11','SCHEKEM B13','-250','11','2021-01-07 19:16:11','882','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','SCHEKEM B13 </BR>0702407863 ','','1','0','111610036160','No','','','','','','','','',0.00,0.00),(1956,'','Invoice','','2021-01-07 19:39:30','pauline philly homes b7','-600','11','2021-01-07 19:39:30','563','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pauline philly homes b7 </BR>0722265978 ','','1','0','111610037551','No','','','','','','','','',0.00,0.00),(1957,'','Invoice','','2021-01-07 19:54:49','gacicio 1 c6','-300','11','2021-01-07 19:54:49','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111610038480','No','','','','','','','','',0.00,0.00),(1958,'','Invoice','','2021-01-07 19:56:36','GACICIO 2 A5','-450','11','2021-01-07 19:56:36','883','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','GACICIO 2 A5 </BR>0700922265 ','','1','0','111610038587','No','','','','','','','','',0.00,0.00),(1959,'','Invoice','','2021-01-07 20:07:56','earnest purity wb9','-600','11','2021-01-07 20:07:56','554','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','earnest purity wb9 </BR>0722854869 ','','1','0','111610039257','No','','','','','','','','',0.00,0.00),(1960,'','Invoice','','2021-01-07 20:28:16','scenic a10','-300','11','2021-01-07 20:28:16','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111610040486','No','','','','','','','','',0.00,0.00),(1961,'','Mpesa','','2021-01-07 20:36:06','LILIAN WANGARI','0','11','2021-01-07 20:36:06','884','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','LILIAN WANGARI </BR>0758284610 ','','1','0','111610040952','Cleared','','','','','','','','',0.00,0.00),(1962,'','Invoice','','2021-01-07 20:55:53','SPEARNET DM11','-300','11','2021-01-07 20:55:53','807','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM11 </BR>0733134762 ','','1','0','111610041022','No','','','','','','','','',0.00,0.00),(1963,'','Cash','','2021-01-07 21:06:56','','0','11','2021-01-07 21:06:56','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111610042790','Cleared','','','','','','','','',0.00,0.00),(1964,'','Cash','','2021-01-08 09:05:39','hellen lari gardens a1','0','11','2021-01-08 08:59:45','345','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111610085570','Cleared','11','2021-01-08 09:05:39','','','','','','',0.00,0.00),(1965,'','Invoice','','2021-01-08 09:42:27','sophia pinewood 401','-600','11','2021-01-08 09:42:27','885','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sophia pinewood 401 </BR>0720643732 ','','1','0','111610088131','No','','','','','','','','',0.00,0.00),(1966,'','Invoice','','2021-01-08 09:46:39','purity tony wa6','-600','11','2021-01-08 09:46:39','789','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111610088384','No','','','','','','','','',0.00,0.00),(1967,'','Invoice','','2021-01-08 09:48:31','alfred mufea a8','-900','11','2021-01-08 09:48:31','886','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','alfred mufea a8 </BR>0721319549 ','','1','0','111610088496','No','','','','','','','','',0.00,0.00),(1968,'','Invoice','','2021-01-08 10:14:24','sarah cid a3','-300','11','2021-01-08 10:14:24','887','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sarah cid a3 </BR>0720571009 ','','1','0','111610089998','No','','','','','','','','',0.00,0.00),(1969,'','Mpesa','','2021-01-08 10:17:37','domminic kagwe','0','11','2021-01-08 10:17:37','888','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','domminic kagwe </BR>0726686922 ','','1','0','111610090247','Cleared','','','','','','','','',0.00,0.00),(1970,'','Invoice','','2021-01-08 10:41:34','blessed garden a10','-600','11','2021-01-08 10:41:34','623','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden a10 </BR>0113452227 ','','1','0','111610090343','No','','','','','','','','',0.00,0.00),(1971,'','Cash','','2021-01-08 11:14:25','','0','11','2021-01-08 11:14:25','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111610093656','Cleared','','','','','','','','',0.00,0.00),(1972,'','Cash','','2021-01-08 13:26:21','deinty a602','0','11','2021-01-08 13:26:21','692','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','deinty a602 </BR>0722301082 ','','1','0','111610101565','Cleared','','','','','','','','',0.00,0.00),(1973,'','Invoice','','2021-01-08 13:36:46','BEATRICE NZIZA A1','-1200','11','2021-01-08 13:36:46','640','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','BEATRICE NZIZA A1 </BR>0720621405 ','','1','0','111610101624','No','','','','','','','','',0.00,0.00),(1974,'','Invoice','','2021-01-08 13:39:05','jane nzinza C47','-1200','11','2021-01-08 13:39:05','889','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jane nzinza C47 </BR>0722780337 ','','1','0','111610102332','No','','','','','','','','',0.00,0.00),(1975,'','Invoice','','2021-01-08 14:57:19','samwel serene b12','-300','11','2021-01-08 14:57:19','672','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0723608982 ','','1','0','111610107027','No','','','','','','','','',0.00,0.00),(1976,'','Mpesa','','2021-01-08 15:07:04','','0','11','2021-01-08 15:07:04','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','111610107615','Cleared','','','','','','','','',0.00,0.00),(1977,'','Invoice','','2021-01-08 15:10:37','mufea 2D','-300','11','2021-01-08 15:10:37','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111610107704','No','','','','','','','','',0.00,0.00),(1978,'','Invoice','','2021-01-08 15:13:24','SPEARNET DM9','-300','11','2021-01-08 15:13:24','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>0727711513 ','','1','0','111610107989','No','','','','','','','','',0.00,0.00),(1979,'','Invoice','','2021-01-08 16:29:14','ANKIAH B401','-300','11','2021-01-08 16:29:14','779','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>0769606118 ','','1','0','111610112453','No','','','','','','','','',0.00,0.00),(1980,'','Invoice','','2021-01-08 17:22:37','KIMANI COURT B2','-450','11','2021-01-08 17:22:37','891','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','KIMANI COURT B2 </BR>0735982482 ','','1','0','111610115739','No','','','','','','','','',0.00,0.00),(1981,'','Invoice','','2021-01-08 17:26:30','agnes flamat c4','-600','11','2021-01-08 17:26:30','695','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','agnes flamat c4 </BR>07258902244 ','','1','0','111610115971','No','','','','','','','','',0.00,0.00),(1982,'','Invoice','','2021-01-08 17:45:59','MIDVIEW AE4','-300','11','2021-01-08 17:45:59','892','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW AE4 </BR>0728748384 ','','1','0','111610117148','No','','','','','','','','',0.00,0.00),(1983,'','Invoice','','2021-01-08 17:51:48','emmanuel muteti corner','-300','11','2021-01-08 17:51:48','731','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emmanuel muteti corner </BR>0724615859 ','','1','0','111610117485','No','','','','','','','','',0.00,0.00),(1984,'','Invoice','','2021-01-08 17:53:33','WYCLIFF SUJNAM 4B','-150','11','2021-01-08 17:53:33','790','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','WYCLIFF SUJNAM 4B </BR>0780068802 ','','1','0','111610117602','No','','','','','','','','',0.00,0.00),(1985,'','Cash','','2021-01-08 18:00:26','kamunge 11','0','11','2021-01-08 18:00:26','678','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 11 </BR>0724218371 ','','1','0','111610118007','Cleared','','','','','','','','',0.00,0.00),(1986,'','Invoice','','2021-01-08 18:17:16','TSAVO A516','-150','11','2021-01-08 18:17:16','893','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO A516 </BR>0775920800 ','','1','0','111610119025','No','','','','','','','','',0.00,0.00),(1987,'','Invoice','','2021-01-08 18:19:26','STEPHEN TSAVO C320','-300','11','2021-01-08 18:19:26','726','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>0722664090 ','','1','0','111610119153','No','','','','','','','','',0.00,0.00),(1988,'','Invoice','','2021-01-08 18:23:27','GREGORY FATHER OASIS A11','-300','11','2021-01-08 18:23:27','894','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GREGORY FATHER OASIS A11 </BR>0720073533 ','','1','0','111610119397','No','','','','','','','','',0.00,0.00),(1989,'','Invoice','','2021-01-08 18:51:51','MEKITA C2','-300','11','2021-01-08 18:51:51','895','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA C2 </BR>0725116675 ','','1','0','111610121098','No','','','','','','','','',0.00,0.00),(1990,'','Cash','','2021-01-09 16:43:31','mufea 4g','0','11','2021-01-09 16:31:48','769','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111610199094','Cleared','11','2021-01-09 16:43:31','','','','','','',0.00,0.00),(1991,'','Mpesa','','2021-01-09 16:52:30','elsie mufea 9','0','11','2021-01-09 16:44:46','897','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','mushroom juni park </BR>0742135639 ','','1','0','111610199864','Cleared','11','2021-01-09 16:52:30','','','','','','',0.00,0.00),(1992,'','Mpesa','','2021-01-09 16:55:07','mushroom juni park','0','11','2021-01-09 16:55:07','897','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','mushroom juni park </BR>0742135639 ','','1','0','111610200492','Cleared','','','','','','','','',0.00,0.00),(1993,'','Cash','','2021-01-09 16:57:02','bodaboda','0','11','2021-01-09 16:57:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','bodaboda ','','1','0','111610200603','Cleared','','','','','','','','',0.00,0.00),(1994,'','Cash','','2021-01-09 16:58:08','bodaboda','0','11','2021-01-09 16:58:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','bodaboda ','','1','0','111610200661','Cleared','','','','','','','','',0.00,0.00),(1995,'','Cash','','2021-01-09 16:59:42','customer from gg','0','11','2021-01-09 16:59:42','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','customer from gg ','','1','0','111610200715','Cleared','','','','','','','','',0.00,0.00),(1996,'','Invoice','','2021-01-09 17:02:11','MOCAH c8','-900','11','2021-01-09 17:02:11','898','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','MOCAH c8 </BR>0721248500 ','','1','0','111610200903','No','','','','','','','','',0.00,0.00),(1997,'','Mpesa','','2021-01-09 17:05:43','optrust','0','11','2021-01-09 17:05:43','899','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','optrust </BR>0726942841 ','','1','0','111610201061','Cleared','','','','','','','','',0.00,0.00),(1998,'','Mpesa','','2021-01-09 17:08:02','optrust','0','11','2021-01-09 17:08:02','899','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','optrust </BR>0726942841 ','','1','0','111610201255','Cleared','','','','','','','','',0.00,0.00),(1999,'','Cash','','2021-01-09 17:10:23','customer from gg','0','11','2021-01-09 17:10:23','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer from gg ','','1','0','111610201390','Cleared','','','','','','','','',0.00,0.00),(2000,'','Invoice','','2021-01-09 17:11:40','allan midview ab6','-300','11','2021-01-09 17:11:40','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>0723657970 ','','1','0','111610201482','No','','','','','','','','',0.00,0.00),(2001,'','Invoice','','2021-01-09 17:13:34','antony schekem','-300','11','2021-01-09 17:13:34','900','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','antony schekem </BR>0725683679 ','','1','0','111610201599','No','','','','','','','','',0.00,0.00),(2002,'','Cash','','2021-01-09 17:16:57','ridge centre','0','11','2021-01-09 17:16:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','111610201800','Cleared','','','','','','','','',0.00,0.00),(2003,'','Cash','','2021-01-09 17:19:40','pinewood 606','0','11','2021-01-09 17:19:40','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','pinewood 606 ','','1','0','111610201950','Cleared','','','','','','','','',0.00,0.00),(2004,'','Mpesa','','2021-01-09 17:21:07','opposite mazeras m3','0','11','2021-01-09 17:21:07','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','opposite mazeras m3 ','','1','0','111610202048','Cleared','','','','','','','','',0.00,0.00),(2005,'','Mpesa','','2021-01-09 17:24:01','ann kimani court a6','0','11','2021-01-09 17:24:01','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ann kimani court a6 ','','1','0','111610202230','Cleared','','','','','','','','',0.00,0.00),(2006,'','Mpesa','','2021-01-09 17:26:14','ann kimani court a6','0','11','2021-01-09 17:26:14','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','ann kimani court a6 ','','1','0','111610202352','Cleared','','','','','','','','',0.00,0.00),(2007,'','Invoice','','2021-01-09 17:31:04','raya tsavo a513','-80','11','2021-01-09 17:31:04','53','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111610202653','No','','','','','','','','',0.00,0.00),(2008,'','Invoice','','2021-01-09 17:32:40','fahari a6','-600','11','2021-01-09 17:32:40','751','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','fahari a6 </BR>0724118308 ','','1','0','111610202742','No','','','','','','','','',0.00,0.00),(2009,'','Invoice','','2021-01-09 17:35:50','serene caroline d8','-300','11','2021-01-09 17:35:50','901','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>0722711080 ','','1','0','111610202930','No','','','','','','','','',0.00,0.00),(2010,'','Mpesa','','2021-01-09 17:39:57','moca bodaboda','0','11','2021-01-09 17:39:57','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','moca bodaboda ','','1','0','111610203148','Cleared','','','','','','','','',0.00,0.00),(2011,'','Invoice','','2021-01-09 17:43:18','SCHEKEM B13','-150','11','2021-01-09 17:43:18','902','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SCHEKEM B13 </BR>0113114547 ','','1','0','111610203369','No','','','','','','','','',0.00,0.00),(2012,'','Invoice','','2021-01-09 17:46:08','jenid a6','-1500','11','2021-01-09 17:46:08','903','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jenid a6 </BR>0710854072 ','','1','0','111610203549','No','','','','','','','','',0.00,0.00),(2013,'','Invoice','','2021-01-09 17:48:58','BARBARA MUFEA 60','-600','11','2021-01-09 17:48:58','598','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111610203715','No','','','','','','','','',0.00,0.00),(2014,'','Invoice','','2021-01-10 10:21:23','maria schekem a18','-300','11','2021-01-10 10:21:23','904','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>0700465656 ','','1','0','111610263261','No','','','','','','','','',0.00,0.00),(2015,'','Cash','','2021-01-10 10:23:41','tsavo b513','0','11','2021-01-10 10:23:41','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','tsavo b513 ','','1','0','111610263399','Cleared','','','','','','','','',0.00,0.00),(2016,'','Invoice','','2021-01-10 10:26:30','damaris fahari d6','-300','11','2021-01-10 10:26:30','602','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111610263547','No','','','','','','','','',0.00,0.00),(2017,'','Mpesa','','2021-01-10 10:42:15','westview e6','0','11','2021-01-10 10:42:15','905','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview e6 </BR>0710707650 ','','1','0','111610264520','Cleared','','','','','','','','',0.00,0.00),(2018,'','Invoice','','2021-01-10 10:45:35','SUSAN TSAVO B105','-300','11','2021-01-10 10:45:35','608','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111610264709','No','','','','','','','','',0.00,0.00),(2019,'','Invoice','','2021-01-10 11:03:31','miriam tsavo b304','-150','11','2021-01-10 11:03:31','673','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','miriam tsavo b304 </BR>0715636264 ','','1','0','111610265797','No','','','','','','','','',0.00,0.00),(2020,'','Cash','','2021-01-10 11:09:33','WESTVIEW DANIEL B2','0','11','2021-01-10 11:09:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','WESTVIEW DANIEL B2 ','','1','0','111610266161','Cleared','','','','','','','','',0.00,0.00),(2021,'','Mpesa','','2021-01-10 11:31:15','titus alula','0','11','2021-01-10 11:31:15','906','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','titus alula </BR>0704870003 ','','1','0','111610267460','Cleared','','','','','','','','',0.00,0.00),(2022,'','Cash','','2021-01-10 11:43:14','cid e10','0','11','2021-01-10 11:43:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','cid e10 ','','1','0','111610268176','Cleared','','','','','','','','',0.00,0.00),(2023,'','Invoice','','2021-01-10 12:22:17','dennis spearnet dm3','-300','11','2021-01-10 12:22:17','814','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dennis spearnet dm3 </BR>0728160985 ','','1','0','111610270390','No','','','','','','','','',0.00,0.00),(2024,'','Invoice','','2021-01-10 12:24:31','nyawira 26','-300','11','2021-01-10 12:24:31','524','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 26 </BR>0723604902 ','','1','0','111610270661','No','','','','','','','','',0.00,0.00),(2025,'','Invoice','','2021-01-10 12:44:31','naftaly greenview 2b','-300','11','2021-01-10 12:44:31','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','naftaly greenview 2b </BR>0722769324 ','','1','0','111610271861','No','','','','','','','','',0.00,0.00),(2026,'','Invoice','','2021-01-10 12:47:49','adriana harvester c4','-300','11','2021-01-10 12:47:49','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111610272058','No','','','','','','','','',0.00,0.00),(2027,'','Invoice','','2021-01-10 13:43:52','dainty a406','-600','11','2021-01-10 13:43:52','907','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dainty a406 </BR>0721268042 ','','1','0','111610275410','No','','','','','','','','',0.00,0.00),(2028,'','Invoice','','2021-01-10 14:23:26','mecy olive c1','-600','11','2021-01-10 14:23:26','589','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mecy olive c1 </BR>0702292454 ','','1','0','111610277792','No','','','','','','','','',0.00,0.00),(2029,'','Cash','','2021-01-10 15:08:54','','0','11','2021-01-10 15:08:54','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610280489','Cleared','','','','','','','','',0.00,0.00),(2030,'','Cash','','2021-01-10 15:09:37','','0','11','2021-01-10 15:09:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610280546','Cleared','','','','','','','','',0.00,0.00),(2031,'','Invoice','','2021-01-10 15:14:20','michael gacicio 2 b9','-900','11','2021-01-10 15:14:20','406','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','michael gacicio 2 b9 </BR>0720756945 ','','1','0','111610280839','No','','','','','','','','',0.00,0.00),(2032,'','Creditnote','','2021-01-10 15:26:54','dories harvester b8','0','11','2021-01-10 15:26:54','581','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111610281602','Cleared','','','','','','','','',0.00,0.00),(2033,'','Cash','','2021-01-10 15:59:37','','0','11','2021-01-10 15:59:37','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610283551','Cleared','','','','','','','','',0.00,0.00),(2034,'','Invoice','','2021-01-10 16:02:13','sujnam 4a','-600','11','2021-01-10 16:02:13','802','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111610283666','No','','','','','','','','',0.00,0.00),(2035,'','Invoice','','2021-01-10 16:33:33','MEKITA C4','-300','11','2021-01-10 16:33:33','908','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA C4 </BR>0740790922 ','','1','0','111610285600','No','','','','','','','','',0.00,0.00),(2036,'','Mpesa','','2021-01-10 16:51:29','isaac','0','11','2021-01-10 16:51:29','747','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','isaac </BR>0706352293 ','','1','0','111610286647','Cleared','','','','','','','','',0.00,0.00),(2037,'','Invoice','','2021-01-10 16:55:06','angeline father oasis 2nd gate 12d','-300','11','2021-01-10 16:55:06','909','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','angeline father oasis 2nd gate 12d </BR>0700927583 ','','1','0','111610286897','No','','','','','','','','',0.00,0.00),(2038,'','Mpesa','','2021-01-10 16:57:38','samuel kimani','0','11','2021-01-10 16:57:38','910','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','samuel kimani </BR>0722767689 ','','1','0','111610287040','Cleared','','','','','','','','',0.00,0.00),(2039,'','Invoice','','2021-01-10 17:44:38','schekem a4','-300','11','2021-01-10 17:44:38','911','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a4 </BR>0714542640 ','','1','0','111610289868','No','','','','','','','','',0.00,0.00),(2040,'','Invoice','','2021-01-10 18:19:10','sji patrick i8','-900','11','2021-01-10 18:19:10','385','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','sji patrick i8 </BR>0722103559 ','','1','0','111610291929','No','','','','','','','','',0.00,0.00),(2041,'','Invoice','','2021-01-10 18:24:46','judy father oasis gate a c7','-300','11','2021-01-10 18:24:46','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy father oasis gate a c7 </BR>0722354995 ','','1','0','111610292275','No','','','','','','','','',0.00,0.00),(2042,'','Invoice','','2021-01-10 18:53:48','FARAH muteti centre 1','-300','11','2021-01-10 18:53:48','912','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0725232392 ','','1','0','111610294018','No','','','','','','','','',0.00,0.00),(2043,'','Mpesa','','2021-01-10 19:04:50','','0','11','2021-01-10 19:04:50','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','111610294677','Cleared','','','','','','','','',0.00,0.00),(2044,'','Invoice','','2021-01-10 19:45:22','josephine centric b8','-600','11','2021-01-10 19:45:22','744','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine centric b8 </BR>0722897166 ','','1','0','111610297107','No','','','','','','','','',0.00,0.00),(2045,'','Mpesa','','2021-01-10 19:49:49','peter gibson','0','11','2021-01-10 19:49:49','913','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','peter gibson </BR>0741451768 ','','1','0','111610297364','Cleared','','','','','','','','',0.00,0.00),(2046,'','Mpesa','','2021-01-10 19:52:32','grace ridge centre','0','11','2021-01-10 19:52:32','744','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','grace ridge centre </BR>0722897166 ','','1','0','111610297502','Cleared','','','','','','','','',0.00,0.00),(2047,'','Mpesa','','2021-01-10 19:56:26','elija kiarie','0','11','2021-01-10 19:56:26','914','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','elija kiarie </BR>0721447360 ','','1','0','111610297764','Cleared','','','','','','','','',0.00,0.00),(2048,'','Invoice','','2021-01-10 20:17:44','caleb tsavo a308','-150','11','2021-01-10 20:17:44','915','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caleb tsavo a308 </BR>0788513505 ','','1','0','111610299049','No','','','','','','','','',0.00,0.00),(2049,'','Savedata','','2021-01-10 20:42:51','caretaker ridge centre','0','11','2021-01-10 20:42:51','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','caretaker ridge centre ','','1','0','111610300560','Cleared','','','','','','','','',0.00,0.00),(2050,'','Mpesa','','2021-01-11 08:07:21','','0','11','2021-01-11 08:07:21','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111610341624','Cleared','','','','','','','','',0.00,0.00),(2051,'','Invoice','','2021-01-11 08:17:19','ruth mufea 5f ','-600','11','2021-01-11 08:17:19','916','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ruth mufea 5f </BR>0720048959 ','','1','0','111610342222','No','','','','','','','','',0.00,0.00),(2052,'','Mpesa','','2021-01-11 08:21:33','kenneth kihara','0','11','2021-01-11 08:21:33','788','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kenneth kihara </BR>0720317628 ','','1','0','111610342469','Cleared','','','','','','','','',0.00,0.00),(2053,'','Cash','','2021-01-11 09:07:59','dainty','0','11','2021-01-11 09:07:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dainty ','','1','0','111610345255','Cleared','','','','','','','','',0.00,0.00),(2054,'','Invoice','','2021-01-11 09:15:27','alvin tsavo a318','-600','11','2021-01-11 09:15:27','856','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','alvin tsavo a318 </BR>0728641699 ','','1','0','111610345703','No','','','','','','','','',0.00,0.00),(2055,'','Invoice','','2021-01-11 09:19:46','SHIFFARA JENID C8','-300','11','2021-01-11 09:19:46','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111610345972','No','','','','','','','','',0.00,0.00),(2056,'','Invoice','','2021-01-11 10:51:19','SILVIA WESTVIEW A2','-450','11','2021-01-11 10:51:19','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','SILVIA WESTVIEW A2 </BR>0726230677 ','','1','0','111610351457','No','','','','','','','','',0.00,0.00),(2057,'','Mpesa','','2021-01-11 11:29:39','NJOKI MWANGI','0','11','2021-01-11 11:29:39','917','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','NJOKI MWANGI </BR>254110011670 ','','1','0','111610353769','Cleared','','','','','','','','',0.00,0.00),(2058,'','Mpesa','','2021-01-11 11:42:38','LILIAN MUFEA 3C','0','11','2021-01-11 11:42:38','674','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','LILIAN MUFEA 3C </BR>0720276738 ','','1','0','111610354544','Cleared','','','','','','','','',0.00,0.00),(2059,'','Invoice','','2021-01-11 12:08:22','midview mb6 flozzy','-600','11','2021-01-11 12:08:22','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111610356082','No','','','','','','','','',0.00,0.00),(2060,'','Cash','','2021-01-11 12:16:43','chemist','0','11','2021-01-11 12:16:43','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111610356588','Cleared','','','','','','','','',0.00,0.00),(2061,'','Cash','','2021-01-11 12:43:37','','0','11','2021-01-11 12:43:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111610358199','Cleared','','','','','','','','',0.00,0.00),(2062,'','Invoice','','2021-01-11 12:48:28','annirene mazeras 2','-300','11','2021-01-11 12:48:28','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111610358488','No','','','','','','','','',0.00,0.00),(2063,'','Cash','','2021-01-11 13:26:50','tsavo kitchen rooftop','0','11','2021-01-11 13:26:50','918','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','tsavo kitchen rooftop </BR>0703260793 ','','1','0','111610360668','Cleared','','','','','','','','',0.00,0.00),(2064,'','Invoice','','2021-01-11 14:08:04','almond courtv f9','-900','11','2021-01-11 14:08:04','919','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','almond courtv f9 </BR>0713433102 ','','1','0','111610363270','No','','','','','','','','',0.00,0.00),(2065,'','Mpesa','','2021-01-11 14:53:34','SAMUEL WATHIKA','0','11','2021-01-11 14:53:34','920','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','SAMUEL WATHIKA </BR>0722504761 ','','1','0','111610365910','Cleared','','','','','','','','',0.00,0.00),(2066,'','Cash','','2021-01-11 15:02:51','ridge centre','0','11','2021-01-11 15:02:51','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','111610366534','Cleared','','','','','','','','',0.00,0.00),(2067,'','Invoice','','2021-01-11 15:17:09','dories harvester c3','-600','11','2021-01-11 15:17:09','48','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester c3 </BR>0707689955 ','','1','0','111610367411','No','','','','','','','','',0.00,0.00),(2068,'','Mpesa','','2021-01-11 15:28:45','david maingi','0','11','2021-01-11 15:28:45','758','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','david maingi </BR>0722816281 ','','1','0','111610368114','Cleared','','','','','','','','',0.00,0.00),(2069,'','Cash','','2021-01-11 16:17:22','customer','0','11','2021-01-11 16:17:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111610371028','Cleared','','','','','','','','',0.00,0.00),(2070,'','Mpesa','','2021-01-11 16:32:03','tsavo b512','0','11','2021-01-11 16:32:03','921','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','tsavo b512 </BR>0757484530 ','','1','0','111610371912','Cleared','','','','','','','','',0.00,0.00),(2071,'','Invoice','','2021-01-11 17:03:21','STELLA REALITY PLAZA B3','-300','11','2021-01-11 17:03:21','922','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STELLA REALITY PLAZA B3 </BR>0722975329 ','','1','0','111610373789','No','','','','','','','','',0.00,0.00),(2072,'','Invoice','','2021-01-11 18:27:58','CID B15','-300','11','2021-01-11 18:27:58','923','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CID B15 </BR>0727651656 ','','1','0','111610378850','No','','','','','','','','',0.00,0.00),(2073,'','Invoice','','2021-01-11 18:34:53','arnold opp mazeras m4','-300','11','2021-01-11 18:34:53','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','arnold opp mazeras m4 </BR>0722867971 ','','1','0','111610379272','No','','','','','','','','',0.00,0.00),(2074,'','Cash','','2021-01-11 19:09:49','cid c6','0','11','2021-01-11 19:09:49','924','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','cid c6 </BR>0722332777 ','','1','0','111610381372','Cleared','','','','','','','','',0.00,0.00),(2075,'','Invoice','','2021-01-11 19:20:36','elizabeth mufea 8d','-300','11','2021-01-11 19:20:36','767','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>0706511468 ','','1','0','111610382018','No','','','','','','','','',0.00,0.00),(2076,'','Invoice','','2021-01-11 19:26:45','vera court 4-2','-300','11','2021-01-11 19:26:45','925','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','vera court 4-2 </BR>0700639086 ','','1','0','111610382392','No','','','','','','','','',0.00,0.00),(2077,'','Invoice','','2021-01-11 19:28:00','olive apartment b2','-300','11','2021-01-11 19:28:00','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111610382467','No','','','','','','','','',0.00,0.00),(2078,'','Invoice','','2021-01-12 16:31:03','nelly mufea e3','-150','11','2021-01-12 16:28:36','926','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>0722137958 ','','1','0','111610457799','No','11','2021-01-12 16:31:03','','','','','','',0.00,0.00),(2079,'','Invoice','','2021-01-12 16:33:40','springs garden b7','-600','11','2021-01-12 16:33:40','386','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden b7 </BR>0758705126 ','','1','0','111610458399','No','','','','','','','','',0.00,0.00),(2080,'','Cash','','2021-01-12 16:35:04','susan elewa ulevi','0','11','2021-01-12 16:35:04','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','susan elewa ulevi ','','1','0','111610458486','Cleared','','','','','','','','',0.00,0.00),(2081,'','Cash','','2021-01-12 16:36:04','','0','11','2021-01-12 16:36:04','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111610458548','Cleared','','','','','','','','',0.00,0.00),(2082,'','Invoice','','2021-01-12 16:36:47','christine father oasis e16','-300','11','2021-01-12 16:36:47','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111610458588','No','','','','','','','','',0.00,0.00),(2083,'','Invoice','','2021-01-12 16:40:29','kamunge 24','-300','11','2021-01-12 16:40:29','555','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111610458811','No','','','','','','','','',0.00,0.00),(2084,'','Invoice','','2021-01-12 16:42:05','michael kimani court e10','-300','11','2021-01-12 16:42:05','927','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','michael kimani court e10 </BR>0722128372 ','','1','0','111610458907','No','','','','','','','','',0.00,0.00),(2085,'','Cash','','2021-01-12 16:44:03','','0','11','2021-01-12 16:44:03','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111610459020','Cleared','','','','','','','','',0.00,0.00),(2086,'','Invoice','','2021-01-12 16:45:05','purity tony wa6','-600','11','2021-01-12 16:45:05','789','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111610459079','No','','','','','','','','',0.00,0.00),(2087,'','Invoice','','2021-01-12 16:48:45','georgina crossover 6','-300','11','2021-01-12 16:48:45','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111610459174','No','','','','','','','','',0.00,0.00),(2088,'','Cash','','2021-01-12 16:50:46','','0','11','2021-01-12 16:50:46','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610459401','Cleared','','','','','','','','',0.00,0.00),(2089,'','Cash','','2021-01-12 16:51:16','','0','11','2021-01-12 16:51:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610459466','Cleared','','','','','','','','',0.00,0.00),(2090,'','Cash','','2021-01-12 16:51:54','customer ridge centre','0','11','2021-01-12 16:51:54','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ridge centre ','','1','0','111610459481','Cleared','','','','','','','','',0.00,0.00),(2091,'','Invoice','','2021-01-12 16:53:07','carol 932','-600','11','2021-01-12 16:53:07','928','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','carol 932 </BR>0726384717 ','','1','0','111610459549','No','','','','','','','','',0.00,0.00),(2092,'','Mpesa','','2021-01-12 17:01:46','','0','11','2021-01-12 17:01:46','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111610460086','Cleared','','','','','','','','',0.00,0.00),(2093,'','Invoice','','2021-01-12 17:36:39','kimani court b3','-450','11','2021-01-12 17:36:39','682','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kimani court b3 </BR>0718289915 ','','1','0','111610462182','No','','','','','','','','',0.00,0.00),(2094,'','Invoice','','2021-01-12 17:58:22','cid c5','-450','11','2021-01-12 17:58:22','734','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid c5 </BR>0720702322 ','','1','0','111610463458','No','','','','','','','','',0.00,0.00),(2095,'','Invoice','','2021-01-12 18:00:00','cid d1','-150','11','2021-01-12 18:00:00','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111610463587','No','','','','','','','','',0.00,0.00),(2096,'','Invoice','','2021-01-13 08:18:13','patricia mufea 1b','-300','11','2021-01-13 08:18:13','147','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','111610515013','No','','','','','','','','',0.00,0.00),(2097,'','Invoice','','2021-01-13 08:24:34','cynthia jenid b10','-300','11','2021-01-13 08:24:34','930','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cynthia jenid b10 </BR>0722862405 ','','1','0','111610515460','No','','','','','','','','',0.00,0.00),(2098,'','Invoice','','2021-01-13 08:27:40','cynthia jenid b10','-300','11','2021-01-13 08:27:40','930','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cynthia jenid b10 </BR>0722862405 ','','1','0','111610515618','No','','','','','','','','',0.00,0.00),(2099,'','Cash','','2021-01-13 08:34:10','kona butchery','0','11','2021-01-13 08:34:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kona butchery ','','1','0','111610516028','Cleared','','','','','','','','',0.00,0.00),(2100,'','Cash','','2021-01-13 08:36:31','','0','11','2021-01-13 08:36:31','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111610516173','Cleared','','','','','','','','',0.00,0.00),(2101,'','Cash','','2021-01-13 08:37:18','','0','11','2021-01-13 08:37:18','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111610516218','Cleared','','','','','','','','',0.00,0.00),(2102,'','Invoice','','2021-01-13 08:37:53','james mufea a5','-300','11','2021-01-13 08:37:53','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111610516252','No','','','','','','','','',0.00,0.00),(2103,'','Invoice','','2021-01-13 08:39:46','caro father oasis a11','-150','11','2021-01-13 08:39:46','817','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caro father oasis a11 </BR>0757095121 ','','1','0','111610516336','No','','','','','','','','',0.00,0.00),(2104,'','Invoice','','2021-01-13 08:41:37','spearnet cm3','-450','11','2021-01-13 08:41:37','828','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111610516447','No','','','','','','','','',0.00,0.00),(2105,'','Cash','','2021-01-13 08:43:31','customer ridge centre','0','11','2021-01-13 08:43:31','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ridge centre ','','1','0','111610516584','Cleared','','','','','','','','',0.00,0.00),(2106,'','Mpesa','','2021-01-13 08:44:40','customer','0','11','2021-01-13 08:44:40','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','customer ','','1','0','111610516662','Cleared','','','','','','','','',0.00,0.00),(2107,'','Cash','','2021-01-13 08:45:55','customer','0','11','2021-01-13 08:45:55','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111610516723','Cleared','','','','','','','','',0.00,0.00),(2108,'','Cash','','2021-01-13 08:47:04','sujnam 6b','0','11','2021-01-13 08:47:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','sujnam 6b ','','1','0','111610516811','Cleared','','','','','','','','',0.00,0.00),(2109,'','Invoice','','2021-01-13 08:48:02','nabil castle 35','-300','11','2021-01-13 08:48:02','743','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nabil castle 35 </BR>0778020001 ','','1','0','111610516863','No','','','','','','','','',0.00,0.00),(2110,'','Mpesa','','2021-01-13 10:33:03','','0','11','2021-01-13 10:33:03','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','111610523169','Cleared','','','','','','','','',0.00,0.00),(2111,'','Invoice','','2021-01-13 11:15:59','mufea 2D','-300','11','2021-01-13 11:15:59','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111610525742','No','','','','','','','','',0.00,0.00),(2112,'','Cash','','2021-01-13 11:24:10','susan thindegua gardens 6h','0','11','2021-01-13 11:24:10','768','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','susan thindegua gardens 6h </BR>0708727618 ','','1','0','111610526062','Cleared','','','','','','','','',0.00,0.00),(2113,'','Invoice','','2021-01-13 12:47:01','faith mufea 6b','-600','11','2021-01-13 12:47:01','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111610531204','No','','','','','','','','',0.00,0.00),(2114,'','Invoice','','2021-01-13 12:59:18','adriana harvester c4','-300','11','2021-01-13 12:59:18','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111610531948','No','','','','','','','','',0.00,0.00),(2115,'','Invoice','','2021-01-13 13:16:27','hope trust 1 a4','-600','11','2021-01-13 13:16:27','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>0720869132 ','','1','0','111610532950','No','','','','','','','','',0.00,0.00),(2116,'','Invoice','','2021-01-13 13:17:32','hellen lari gardens a1','-300','11','2021-01-13 13:17:32','345','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','hellen lari gardens a1 </BR>0724709015 ','','1','0','111610533042','No','','','','','','','','',0.00,0.00),(2117,'','Invoice','','2021-01-13 13:21:14','TSAVO A415','-300','11','2021-01-13 13:21:14','931','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A415 </BR>0741684373 ','','1','0','111610533245','No','','','','','','','','',0.00,0.00),(2118,'','Invoice','','2021-01-13 13:43:19','stepen mufea 54','-300','11','2021-01-13 13:43:19','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stepen mufea 54 </BR>0712821285 ','','1','0','111610534590','No','','','','','','','','',0.00,0.00),(2119,'','Invoice','','2021-01-13 13:45:03','schekem b11','-300','11','2021-01-13 13:45:03','725','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem b11 </BR>0721860890 ','','1','0','111610534693','No','','','','','','','','',0.00,0.00),(2120,'','Invoice','','2021-01-13 14:45:12','dainty b503','-450','11','2021-01-13 14:45:12','932','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','dainty b503 </BR>0748033313 ','','1','0','111610538301','No','','','','','','','','',0.00,0.00),(2121,'','Invoice','','2021-01-13 14:59:12','father oasis gate a a18','-300','11','2021-01-13 14:59:12','933','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis gate a a18 </BR>0719814734 ','','1','0','111610539143','No','','','','','','','','',0.00,0.00),(2122,'','Invoice','','2021-01-13 15:26:51','esther thendegua gardens 4c','-300','11','2021-01-13 15:26:51','774','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther thendegua gardens 4c </BR>0718561273 ','','1','0','111610540799','No','','','','','','','','',0.00,0.00),(2123,'','Invoice','','2021-01-13 15:52:48','raoul tsavo b620','-600','11','2021-01-13 15:52:48','740','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','raoul tsavo b620 </BR>0793592543 ','','1','0','111610542354','No','','','','','','','','',0.00,0.00),(2124,'','Cash','','2021-01-13 16:31:38','','0','11','2021-01-13 16:31:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111610544687','Cleared','','','','','','','','',0.00,0.00),(2125,'','Mpesa','','2021-01-13 16:43:36','','0','11','2021-01-13 16:43:36','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','0','111610545400','Cleared','','','','','','','','',0.00,0.00),(2126,'','Invoice','','2021-01-13 16:50:59','MERCY JENID C5','-150','11','2021-01-13 16:50:59','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111610545846','No','','','','','','','','',0.00,0.00),(2127,'','Invoice','','2021-01-13 17:16:20','harare unit 10','-300','11','2021-01-13 17:16:20','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111610547370','No','','','','','','','','',0.00,0.00),(2128,'','Cash','','2021-01-13 17:40:40','','0','11','2021-01-13 17:40:40','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610548811','Cleared','','','','','','','','',0.00,0.00),(2129,'','Invoice','','2021-01-13 17:41:11','godwin serene c1','-300','11','2021-01-13 17:41:11','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111610548858','No','','','','','','','','',0.00,0.00),(2130,'','Invoice','','2021-01-13 17:42:22','harvester josephine c5','-300','11','2021-01-13 17:42:22','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0722357655 ','','1','0','111610548933','No','','','','','','','','',0.00,0.00),(2131,'','Invoice','','2021-01-13 18:14:53','nywiera 31','-300','11','2021-01-13 18:14:53','935','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nywiera 31 </BR>0722108633 ','','1','0','111610550882','No','','','','','','','','',0.00,0.00),(2132,'','Cash','','2021-01-13 18:23:00','','0','11','2021-01-13 18:23:00','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111610551325','Cleared','','','','','','','','',0.00,0.00),(2133,'','Invoice','','2021-01-13 18:26:04','caroline midview md6','-750','11','2021-01-13 18:26:04','528','0','750','1','retail',NULL,'750','1','0','0','750','0','0','0','printed','caroline midview md6 </BR>0711444966 ','','1','0','111610551469','No','','','','','','','','',0.00,0.00),(2134,'','Invoice','','2021-01-13 18:40:53','raya tsavo a513','-80','11','2021-01-13 18:40:53','936','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>0715524517 ','','1','0','111610552441','No','','','','','','','','',0.00,0.00),(2135,'','Cash','','2021-01-13 19:02:54','greenview ab1','0','11','2021-01-13 19:02:54','818','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','greenview ab1 </BR>0720789224 ','','1','0','111610553660','Cleared','','','','','','','','',0.00,0.00),(2136,'','Invoice','','2021-01-13 19:04:08','nzinza c52','-300','11','2021-01-13 19:04:08','937','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c52 </BR>0789412106 ','','1','0','111610553838','No','','','','','','','','',0.00,0.00),(2137,'','Cash','','2021-01-13 19:09:27','','0','11','2021-01-13 19:09:27','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610554147','Cleared','','','','','','','','',0.00,0.00),(2138,'','Mpesa','','2021-01-13 19:28:40','olive tree a5','0','11','2021-01-13 19:28:40','938','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','olive tree a5 </BR>0725015006 ','','1','0','111610555300','Cleared','','','','','','','','',0.00,0.00),(2139,'','Cash','','2021-01-13 19:40:03','golden arrow 5','0','11','2021-01-13 19:40:03','939','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','golden arrow 5 </BR>0725522608 ','','1','0','111610555957','Cleared','','','','','','','','',0.00,0.00),(2140,'','Invoice','','2021-01-13 19:42:59','westview f6','-300','11','2021-01-13 19:42:59','591','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview f6 </BR>0720097604 ','','1','0','111610556162','No','','','','','','','','',0.00,0.00),(2141,'','Invoice','','2021-01-13 19:44:30','schekem c11','-300','11','2021-01-13 19:44:30','940','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem c11 </BR>0700184739 ','','1','0','111610556250','No','','','','','','','','',0.00,0.00),(2142,'','Invoice','','2021-01-13 19:54:16','eric serene f6','-600','11','2021-01-13 19:54:16','941','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','eric serene f6 </BR>0721831730 ','','1','0','111610556840','No','','','','','','','','',0.00,0.00),(2143,'','Mpesa','','2021-01-13 20:02:17','ntugi rima','0','11','2021-01-13 20:02:17','942','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','ntugi rima </BR>0721580120 ','','1','0','111610557324','Cleared','','','','','','','','',0.00,0.00),(2144,'','Cash','','2021-01-13 20:22:10','mofea 48','0','11','2021-01-13 20:22:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mofea 48 ','','1','0','111610558503','Cleared','','','','','','','','',0.00,0.00),(2145,'','Invoice','','2021-01-13 20:56:20','mirriam petra 18','-600','11','2021-01-13 20:56:20','730','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mirriam petra 18 </BR>0722740167 ','','1','0','111610560505','No','','','','','','','','',0.00,0.00),(2146,'','Invoice','','2021-01-14 08:43:47','jenifer mushroom','-1200','11','2021-01-14 08:43:47','943','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenifer mushroom </BR>0722215228 ','','1','0','111610603011','No','','','','','','','','',0.00,0.00),(2147,'','Invoice','','2021-01-14 08:47:54','catherine nzinza b28','-300','11','2021-01-14 08:47:54','851','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','catherine nzinza b28 </BR>0702492851 ','','1','0','111610603264','No','','','','','','','','',0.00,0.00),(2148,'','Invoice','','2021-01-14 09:38:46','midview md2','-600','11','2021-01-14 09:38:46','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111610606309','No','','','','','','','','',0.00,0.00),(2149,'','Invoice','','2021-01-14 10:51:33','edmark b4','-300','11','2021-01-14 10:51:33','749','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','edmark b4 </BR>0720426022 ','','1','0','111610610681','No','','','','','','','','',0.00,0.00),(2150,'','Invoice','','2021-01-14 11:12:24','NELION 2N2','-300','11','2021-01-14 11:12:24','627','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NELION 2N2 </BR>0720807028 ','','1','0','111610611935','No','','','','','','','','',0.00,0.00),(2151,'','Invoice','','2021-01-14 12:23:35','samwel serene b12','-300','11','2021-01-14 12:23:35','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111610616183','No','','','','','','','','',0.00,0.00),(2152,'','Cash','','2021-01-14 12:36:25','peninah hopetrust 2 a9','0','11','2021-01-14 12:36:25','944','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','peninah hopetrust 2 a9 </BR>0707271422 ','','1','0','111610616786','Cleared','','','','','','','','',0.00,0.00),(2153,'','Invoice','','2021-01-14 12:46:46','mary tsavo a319','-600','11','2021-01-14 12:46:46','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111610617068','No','','','','','','','','',0.00,0.00),(2154,'','Cash','','2021-01-14 13:02:07','muteti centre','-300','11','2021-01-14 13:02:07','700','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muteti centre </BR>0701559678 ','','1','0','111610618500','Cleared','','','','','','','','',0.00,0.00),(2155,'','Invoice','','2021-01-14 13:45:54','jackline sujnam 4b','-300','11','2021-01-14 13:45:54','945','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jackline sujnam 4b </BR>0720839380 ','','1','0','111610621076','No','','','','','','','','',0.00,0.00),(2156,'','Cash','','2021-01-14 13:48:10','KARIS SHOP','0','11','2021-01-14 13:48:10','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','KARIS SHOP ','','1','0','111610621270','Cleared','','','','','','','','',0.00,0.00),(2157,'','Mpesa','','2021-01-14 13:50:10','lucy kirogo','0','11','2021-01-14 13:50:10','816','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','lucy kirogo </BR>0721671052 ','','1','0','111610621395','Cleared','','','','','','','','',0.00,0.00),(2158,'','Cash','','2021-01-14 14:11:42','','0','11','2021-01-14 14:11:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610622480','Cleared','','','','','','','','',0.00,0.00),(2159,'','Cash','','2021-01-14 14:14:04','','0','11','2021-01-14 14:14:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','0','111610622824','Cleared','','','','','','','','',0.00,0.00),(2160,'','Invoice','','2021-01-14 15:18:43','spearnet cm1','-300','11','2021-01-14 15:18:43','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm1 </BR>0723600872 ','','1','0','111610626713','No','','','','','','','','',0.00,0.00),(2161,'','Cash','','2021-01-14 15:38:46','','0','11','2021-01-14 15:38:46','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610627913','Cleared','','','','','','','','',0.00,0.00),(2162,'','Invoice','','2021-01-14 15:41:20','tsavo c509','-760','11','2021-01-14 15:41:20','947','0','760','1','retail',NULL,'760','1','0','0','760','0','0','0','printed','tsavo c509 </BR>0724548292 ','','1','0','111610627975','No','','','','','','','','',0.00,0.00),(2163,'','Invoice','','2021-01-14 15:57:25','tsavo b701','-300','11','2021-01-14 15:57:25','736','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b701 </BR>0704584677 ','','1','0','111610629032','No','','','','','','','','',0.00,0.00),(2164,'','Mpesa','','2021-01-14 16:26:43','nicholas karani','0','11','2021-01-14 16:26:43','154','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','nicholas karani </BR>0722496395 ','','1','0','111610630787','Cleared','','','','','','','','',0.00,0.00),(2165,'','Invoice','','2021-01-14 16:28:05','rosewood court b6','-300','11','2021-01-14 16:28:05','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111610630863','No','','','','','','','','',0.00,0.00),(2166,'','Voucher','','2021-01-14 16:36:54','tsavo guard','0','11','2021-01-14 16:36:54','','0','150','1','retail',NULL,'150','1','0','150','0','0','0','0','printed','tsavo guard ','','1','0','111610631391','Cleared','','','','','','','','',0.00,0.00),(2167,'','Mpesa','','2021-01-14 16:56:43','agnes flamat c4','0','11','2021-01-14 16:56:43','695','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','agnes flamat c4 </BR>07258902244 ','','1','0','111610632585','Cleared','','','','','','','','',0.00,0.00),(2168,'','Mpesa','','2021-01-14 17:57:53','florence reality plaza b21','0','11','2021-01-14 17:57:53','948','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','florence reality plaza b21 </BR>0794241031 ','','1','0','111610636258','Cleared','','','','','','','','',0.00,0.00),(2169,'','Cash','','2021-01-14 18:14:12','','0','11','2021-01-14 18:14:12','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111610637229','Cleared','','','','','','','','',0.00,0.00),(2170,'','Cash','','2021-01-14 18:36:49','mufea 68','0','11','2021-01-14 18:36:49','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 68 ','','1','0','111610638596','Cleared','','','','','','','','',0.00,0.00),(2171,'','Cash','','2021-01-14 18:41:36','','0','11','2021-01-14 18:41:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610638880','Cleared','','','','','','','','',0.00,0.00),(2172,'','Invoice','','2021-01-14 18:53:24','mufea 23','-600','11','2021-01-14 18:53:24','784','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 23 </BR>0720127500 ','','1','0','111610639515','No','','','','','','','','',0.00,0.00),(2173,'','Invoice','','2021-01-14 19:00:09','spearnet dm11','-750','11','2021-01-14 19:00:09','663','0','750','1','retail',NULL,'750','1','0','0','750','0','0','0','printed','spearnet dm11 </BR>0728877045 ','','1','0','111610639987','No','','','','','','','','',0.00,0.00),(2174,'','Cash','','2021-01-14 19:31:02','','0','11','2021-01-14 19:31:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','111610641845','Cleared','','','','','','','','',0.00,0.00),(2175,'','Invoice','','2021-01-14 19:41:07','schekem a24','-600','11','2021-01-14 19:31:43','949','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb4 </BR>0723979559 ','','1','0','111610641892','No','11','2021-01-14 19:41:07','','','','','','',0.00,0.00),(2176,'','Cash','','2021-01-14 19:45:55','','0','11','2021-01-14 19:45:55','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111610642618','Cleared','','','','','','','','',0.00,0.00),(2177,'','Invoice','','2021-01-14 19:46:31','dainty b505','-600','11','2021-01-14 19:46:31','950','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dainty b505 </BR>0721615124 ','','1','0','111610642775','No','','','','','','','','',0.00,0.00),(2178,'','Invoice','','2021-01-14 20:15:36','MARK MIDVIEW AD4','-300','11','2021-01-14 20:15:36','771','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MARK MIDVIEW AD4 </BR>0728175293 ','','1','0','111610644523','No','','','','','','','','',0.00,0.00),(2179,'','Invoice','','2021-01-14 20:28:22','cid e10','-450','11','2021-01-14 20:28:22','951','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid e10 </BR>0705725683 ','','1','0','111610645271','No','','','','','','','','',0.00,0.00),(2180,'','Invoice','','2021-01-14 21:34:33','dories harvester b8','-450','11','2021-01-14 21:34:33','554','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','dories harvester b8 </BR>0722854869 ','','1','0','111610649231','No','','','','','','','','',0.00,0.00),(2181,'','Invoice','','2021-01-14 21:37:05','dories harvester b8','-450','11','2021-01-14 21:37:05','713','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111610649416','No','','','','','','','','',0.00,0.00),(2182,'','Invoice','','2021-01-15 09:39:28','SHIFFARA JENID C8','-300','11','2021-01-15 09:39:28','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111610692754','No','','','','','','','','',0.00,0.00),(2183,'','Cash','','2021-01-15 09:42:59','gospel rival church','0','11','2021-01-15 09:42:59','764','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','gospel rival church </BR>0721705668 ','','1','0','111610692965','Cleared','','','','','','','','',0.00,0.00),(2184,'','Mpesa','','2021-01-15 10:58:51','kamugi','0','11','2021-01-15 10:58:51','952','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','kamugi </BR>0722588454 ','','1','0','111610697518','Cleared','','','','','','','','',0.00,0.00),(2185,'','Invoice','','2021-01-15 12:27:41','schekem a26','-300','11','2021-01-15 12:27:41','953','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a26 </BR>0718142662 ','','1','0','111610702844','No','','','','','','','','',0.00,0.00),(2186,'','Cash','','2021-01-15 12:29:28','customer','0','11','2021-01-15 12:29:28','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111610702955','Cleared','','','','','','','','',0.00,0.00),(2187,'','Invoice','','2021-01-15 12:52:03','cid d1','-150','11','2021-01-15 12:52:03','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111610704302','No','','','','','','','','',0.00,0.00),(2188,'','Invoice','','2021-01-15 13:02:50','nyawira 33','-300','11','2021-01-15 13:02:50','793','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111610704960','No','','','','','','','','',0.00,0.00),(2189,'','Cash','','2021-01-15 13:50:23','','0','11','2021-01-15 13:50:23','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111610707805','Cleared','','','','','','','','',0.00,0.00),(2190,'','Invoice','','2021-01-15 14:42:38','freetap e1','-300','11','2021-01-15 14:42:38','745','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','freetap e1 </BR>0706408436 ','','1','0','111610710946','No','','','','','','','','',0.00,0.00),(2191,'','Mpesa','','2021-01-15 15:57:05','kamunge 17','0','11','2021-01-15 15:57:05','954','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kamunge 17 </BR>0722322846 ','','1','0','111610715399','Cleared','','','','','','','','',0.00,0.00),(2192,'','Cash','','2021-01-15 15:58:06','customer','0','11','2021-01-15 15:58:06','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111610715475','Cleared','','','','','','','','',0.00,0.00),(2193,'','Cash','','2021-01-15 16:02:32','','0','11','2021-01-15 16:02:32','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111610715738','Cleared','','','','','','','','',0.00,0.00),(2194,'','Invoice','','2021-01-15 16:51:24','FARAH muteti centre 1','-300','11','2021-01-15 16:51:24','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111610718619','No','','','','','','','','',0.00,0.00),(2195,'','Mpesa','','2021-01-15 16:53:15','mercy ','0','11','2021-01-15 16:53:15','955','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','mercy </BR>0721472821 ','','1','0','111610718771','Cleared','','','','','','','','',0.00,0.00),(2196,'','Invoice','','2021-01-15 16:54:45','midview ae2','-300','11','2021-01-15 16:54:45','956','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ae2 </BR>0728687834 ','','1','0','111610718875','No','','','','','','','','',0.00,0.00),(2197,'','Mpesa','','2021-01-15 17:23:39','father oasis a a19','0','11','2021-01-15 17:23:39','957','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','father oasis a a19 </BR>0768171371 ','','1','0','111610720599','Cleared','','','','','','','','',0.00,0.00),(2198,'','Mpesa','','2021-01-15 17:26:42','soja midview','0','11','2021-01-15 17:26:42','958','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','soja midview </BR>0711977497 ','','1','0','111610720793','Cleared','','','','','','','','',0.00,0.00),(2199,'','Invoice','','2021-01-15 17:27:50','mary jayce bc11','-300','11','2021-01-15 17:27:50','874','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jayce bc11 </BR>0783222208 ','','1','0','111610720858','No','','','','','','','','',0.00,0.00),(2200,'','Invoice','','2021-01-15 17:28:54','midview aa6','-300','11','2021-01-15 17:28:54','840','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>0714719290 ','','1','0','111610720912','No','','','','','','','','',0.00,0.00),(2201,'','Mpesa','','2021-01-15 17:48:25','antony ','0','11','2021-01-15 17:48:25','959','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','antony </BR>0725396669 ','','1','0','111610722094','Cleared','','','','','','','','',0.00,0.00),(2202,'','Cash','','2021-01-15 17:54:05','','0','11','2021-01-15 17:54:05','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111610722409','Cleared','','','','','','','','',0.00,0.00),(2203,'','Invoice','','2021-01-15 18:49:52','scenic a10','-300','11','2021-01-15 18:49:52','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111610725742','No','','','','','','','','',0.00,0.00),(2204,'','Cash','','2021-01-15 18:51:51','customer','0','11','2021-01-15 18:51:51','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','customer ','','1','0','111610725896','Cleared','','','','','','','','',0.00,0.00),(2205,'','Invoice','','2021-01-15 18:55:34','irene midview mc3','-300','11','2021-01-15 18:55:34','698','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','irene midview mc3 </BR>0728919362 ','','1','0','111610726120','No','','','','','','','','',0.00,0.00),(2206,'','Invoice','','2021-01-15 20:06:56','spring garden block 1 b6','-600','11','2021-01-15 20:06:56','960','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spring garden block 1 b6 </BR>0729911399 ','','1','0','111610730400','No','','','','','','','','',0.00,0.00),(2207,'','Invoice','','2021-01-16 08:35:29','annirene mazeras 2','-150','11','2021-01-16 08:35:29','554','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111610775269','No','','','','','','','','',0.00,0.00),(2208,'','Invoice','','2021-01-16 08:49:23','mufea 15','-300','11','2021-01-16 08:49:23','778','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 15 </BR>0726291905 ','','1','0','111610776149','No','','','','','','','','',0.00,0.00),(2209,'','Invoice','','2021-01-16 09:21:41','kimani court E2','-300','11','2021-01-16 09:21:41','961','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court E2 </BR>0701251771 ','','1','0','111610778091','No','','','','','','','','',0.00,0.00),(2210,'','Invoice','','2021-01-16 09:42:29','mufea 3g','-600','11','2021-01-16 09:42:29','962','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 3g </BR>0732761196 ','','1','0','111610779332','No','','','','','','','','',0.00,0.00),(2211,'','Cash','','2021-01-16 10:12:03','chemist','0','11','2021-01-16 10:12:03','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111610781110','Cleared','','','','','','','','',0.00,0.00),(2212,'','Cash','','2021-01-16 10:39:07','','0','11','2021-01-16 10:39:07','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610782720','Cleared','','','','','','','','',0.00,0.00),(2213,'','Cash','','2021-01-16 10:39:47','mr pork','0','11','2021-01-16 10:39:47','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','mr pork ','','1','0','111610782772','Cleared','','','','','','','','',0.00,0.00),(2214,'','Mpesa','','2021-01-16 10:40:24','charles maitai','0','11','2021-01-16 10:40:24','963','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','charles maitai </BR>0722851874 ','','1','0','111610782815','Cleared','','','','','','','','',0.00,0.00),(2215,'','Invoice','','2021-01-16 10:54:58','mercy tsavo a708','-300','11','2021-01-16 10:54:58','964','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mercy tsavo a708 </BR>0725112711 ','','1','0','111610783688','No','','','','','','','','',0.00,0.00),(2216,'','Invoice','','2021-01-16 10:56:37','patricia golf 4th flr 16','-600','11','2021-01-16 10:56:37','965','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','patricia golf 4th flr 16 </BR>0714566010 ','','1','0','111610783781','No','','','','','','','','',0.00,0.00),(2217,'','Invoice','','2021-01-16 10:59:21','james primerose b2','-300','11','2021-01-16 10:59:21','685','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111610783952','No','','','','','','','','',0.00,0.00),(2218,'','Invoice','','2021-01-16 11:10:17','paul baraka complex d65','-1800','11','2021-01-16 11:10:17','966','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','paul baraka complex d65 </BR>0718490447 ','','1','0','111610784598','No','','','','','','','','',0.00,0.00),(2219,'','Cash','','2021-01-16 11:50:55','','0','11','2021-01-16 11:50:55','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','0','111610787038','Cleared','','','','','','','','',0.00,0.00),(2220,'','Cash','','2021-01-16 11:51:45','customer','0','11','2021-01-16 11:51:45','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111610787090','Cleared','','','','','','','','',0.00,0.00),(2221,'','Cash','','2021-01-16 11:52:41','customer','0','11','2021-01-16 11:52:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111610787126','Cleared','','','','','','','','',0.00,0.00),(2222,'','Invoice','','2021-01-16 12:12:54','tsavo corol bells c117','-300','11','2021-01-16 12:12:54','813','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo corol bells c117 </BR>0702590483 ','','1','0','111610788363','No','','','','','','','','',0.00,0.00),(2223,'','Invoice','','2021-01-16 12:26:10','serene e1','-1200','11','2021-01-16 12:26:10','967','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','serene e1 </BR>0710250350 ','','1','0','111610788694','No','','','','','','','','',0.00,0.00),(2224,'','Invoice','','2021-01-16 12:27:42','kenneth kamunge 15','-300','11','2021-01-16 12:27:42','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111610789251','No','','','','','','','','',0.00,0.00),(2225,'','Invoice','','2021-01-16 12:55:12','kimani court b1','-300','11','2021-01-16 12:55:12','968','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b1 </BR>0721431700 ','','1','0','111610790902','No','','','','','','','','',0.00,0.00),(2226,'','Mpesa','','2021-01-16 12:56:36','jescah','0','11','2021-01-16 12:56:36','785','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jescah </BR>0716948971 ','','1','0','111610790978','Cleared','','','','','','','','',0.00,0.00),(2227,'','Cash','','2021-01-16 15:20:46','','0','11','2021-01-16 15:20:46','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610799636','Cleared','','','','','','','','',0.00,0.00),(2228,'','Invoice','','2021-01-16 15:27:26','moshe moca court yard b2','-1800','11','2021-01-16 15:27:26','969','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','moshe moca court yard b2 </BR>0735838208 ','','1','0','111610800028','No','','','','','','','','',0.00,0.00),(2229,'','Cash','','2021-01-16 17:18:11','','0','11','2021-01-16 17:18:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111610806671','Cleared','','','','','','','','',0.00,0.00),(2230,'','Mpesa','','2021-01-16 18:30:10','','0','11','2021-01-16 18:30:10','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' </BR>0712142592 ','','1','0','111610810987','Cleared','','','','','','','','',0.00,0.00),(2231,'','Mpesa','','2021-01-16 18:31:21','','0','11','2021-01-16 18:31:21','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' </BR>0725463920 ','','1','0','111610811043','Cleared','','','','','','','','',0.00,0.00),(2232,'','Mpesa','','2021-01-16 18:32:08','','0','11','2021-01-16 18:32:08','','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed',' </BR>0713811076 ','','1','0','111610811107','Cleared','','','','','','','','',0.00,0.00),(2233,'','Mpesa','','2021-01-16 18:32:55','','0','11','2021-01-16 18:32:55','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' </BR>0722801654 ','','1','0','111610811153','Cleared','','','','','','','','',0.00,0.00),(2234,'','Cash','','2021-01-16 18:35:30','miriam 932 apartment a8','-350','11','2021-01-16 18:34:07','514','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','tsavo rooftop </BR>0721155366 ','','1','0','111610811199','Cleared','11','2021-01-16 18:35:30','','','','','','',0.00,0.00),(2235,'','Mpesa','','2021-01-16 18:38:02','midniew soja','0','11','2021-01-16 18:38:02','958','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','midniew soja </BR>0711977497 ','','1','0','111610811413','Cleared','','','','','','','','',0.00,0.00),(2236,'','Cash','','2021-01-16 18:40:27','customer','0','11','2021-01-16 18:40:27','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111610811605','Cleared','','','','','','','','',0.00,0.00),(2237,'','Invoice','','2021-01-16 18:41:40','blesed garden a10','-300','11','2021-01-16 18:41:40','623','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','blesed garden a10 </BR>0113452227 ','','1','0','111610811645','No','','','','','','','','',0.00,0.00),(2238,'','Invoice','','2021-01-16 18:43:11','tsavo c402','-150','11','2021-01-16 18:43:11','971','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c402 </BR>0705667396 ','','1','0','111610811776','No','','','','','','','','',0.00,0.00),(2239,'','Invoice','','2021-01-16 18:45:47','mourning star a8','-300','11','2021-01-16 18:45:47','972','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mourning star a8 </BR>0748483785 ','','1','0','111610811895','No','','','','','','','','',0.00,0.00),(2240,'','Mpesa','','2021-01-16 18:47:49','sydney tsavo c519','0','11','2021-01-16 18:47:49','600','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','sydney tsavo c519 </BR>0762238278 ','','1','0','111610812051','Cleared','','','','','','','','',0.00,0.00),(2241,'','Cash','','2021-01-16 18:49:06','SUSAN TSAVO B105','0','11','2021-01-16 18:49:06','608','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111610812127','Cleared','','','','','','','','',0.00,0.00),(2242,'','Invoice','','2021-01-16 18:50:22','SCHEKEM B13','-150','11','2021-01-16 18:50:22','882','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SCHEKEM B13 </BR>0702407863 ','','1','0','111610812199','No','','','','','','','','',0.00,0.00),(2243,'','Mpesa','','2021-01-16 18:51:46','lillian nziza b39','0','11','2021-01-16 18:51:46','99','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','lillian nziza b39 </BR>0725579456 ','','1','0','111610812273','Cleared','','','','','','','','',0.00,0.00),(2244,'','Cash','','2021-01-16 18:57:41','','0','11','2021-01-16 18:57:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111610812638','Cleared','','','','','','','','',0.00,0.00),(2245,'','Invoice','','2021-01-16 19:24:54','esther mekita d5','-300','11','2021-01-16 19:24:54','973','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','esther mekita d5 </BR>0726623065 ','','1','0','111610814261','No','','','','','','','','',0.00,0.00),(2246,'','Mpesa','','2021-01-16 19:28:32','mekita plaza d6','0','11','2021-01-16 19:28:32','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mekita plaza d6 ','','1','0','111610814493','Cleared','','','','','','','','',0.00,0.00),(2247,'','Invoice','','2021-01-16 19:29:32','ruth cid c8','-300','11','2021-01-16 19:29:32','100','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ruth cid c8 </BR>0727661629 ','','1','0','111610814548','No','','','','','','','','',0.00,0.00),(2248,'','Invoice','','2021-01-16 19:32:47','teresia midview ad8','-300','11','2021-01-16 19:32:47','815','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','teresia midview ad8 </BR>0724312556 ','','1','0','111610814687','No','','','','','','','','',0.00,0.00),(2249,'','Invoice','','2021-01-16 19:33:51','kamunge 24','-450','11','2021-01-16 19:33:51','555','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111610814816','No','','','','','','','','',0.00,0.00),(2250,'','Mpesa','','2021-01-16 19:35:34','kimani court d5','0','11','2021-01-16 19:35:34','619','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kimani court d5 </BR>0716359727 ','','1','0','111610814903','Cleared','','','','','','','','',0.00,0.00),(2251,'','Invoice','','2021-01-16 19:37:08','TSAVO C011','-300','11','2021-01-16 19:37:08','548','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C011 </BR>0721857283 ','','1','0','111610815009','No','','','','','','','','',0.00,0.00),(2252,'','Mpesa','','2021-01-16 19:45:40','james','0','11','2021-01-16 19:45:40','974','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','james </BR>0724082450 ','','1','0','111610815529','Cleared','','','','','','','','',0.00,0.00),(2253,'','Mpesa','','2021-01-16 19:47:36','westview d6','0','11','2021-01-16 19:47:36','547','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview d6 </BR>0714160617 ','','1','0','111610815630','Cleared','','','','','','','','',0.00,0.00),(2254,'','Invoice','','2021-01-16 19:48:54','serene caroline d8','-300','11','2021-01-16 19:48:54','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene caroline d8 </BR>0726709117 ','','1','0','111610815722','No','','','','','','','','',0.00,0.00),(2255,'','Invoice','','2021-01-16 19:51:06','opp mazeras m4','-300','11','2021-01-16 19:51:06','975','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0729489981 ','','1','0','111610815794','No','','','','','','','','',0.00,0.00),(2256,'','Mpesa','','2021-01-16 20:07:54','kimani court d8','0','11','2021-01-16 20:07:54','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kimani court d8 ','','1','0','111610816858','Cleared','','','','','','','','',0.00,0.00),(2257,'','Mpesa','','2021-01-16 20:08:51','kimani court d8','0','11','2021-01-16 20:08:51','976','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kimani court d8 </BR>0702284448 ','','1','0','111610816919','Cleared','','','','','','','','',0.00,0.00),(2258,'','Invoice','','2021-01-16 20:30:36','JUDY MUFEA 69','-150','11','2021-01-16 20:30:36','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111610818222','No','','','','','','','','',0.00,0.00),(2259,'','Invoice','','2021-01-16 20:31:46','mufea 4d','-300','11','2021-01-16 20:31:46','869','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>0724237294 ','','1','0','111610818294','No','','','','','','','','',0.00,0.00),(2260,'','Mpesa','','2021-01-16 20:32:48','brian','0','11','2021-01-16 20:32:48','977','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','brian </BR>0700469314 ','','1','0','111610818352','Cleared','','','','','','','','',0.00,0.00),(2261,'','Mpesa','','2021-01-16 20:33:58','anastancia','0','11','2021-01-16 20:33:58','978','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','anastancia </BR>0790999255 ','','1','0','111610818420','Cleared','','','','','','','','',0.00,0.00),(2262,'','Mpesa','','2021-01-16 20:35:03','alfonce','0','11','2021-01-16 20:35:03','979','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','alfonce </BR>0748684081 ','','1','0','111610818493','Cleared','','','','','','','','',0.00,0.00),(2263,'','Cash','','2021-01-16 20:36:24','customer','0','11','2021-01-16 20:36:24','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','customer ','','1','0','111610818571','Cleared','','','','','','','','',0.00,0.00),(2264,'','Invoice','','2021-01-16 20:41:16','muthaiga kasarini e5','-300','11','2021-01-16 20:41:16','980','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muthaiga kasarini e5 </BR>0713407654 ','','1','0','111610818746','No','','','','','','','','',0.00,0.00),(2265,'','Invoice','','2021-01-16 21:07:10','purity tony wa6','-300','11','2021-01-16 21:07:10','789','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111610820363','No','','','','','','','','',0.00,0.00),(2266,'','Invoice','','2021-01-18 15:02:25','midview aa3','-300','11','2021-01-18 15:02:25','981','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa3 </BR>0725632546 ','','1','0','111610971251','No','','','','','','','','',0.00,0.00),(2267,'','Invoice','','2021-01-18 15:08:43','olive apartment b2','-300','11','2021-01-18 15:08:43','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111610971711','No','','','','','','','','',0.00,0.00),(2268,'','Mpesa','','2021-01-18 15:14:44','932','0','11','2021-01-18 15:14:44','708','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','932 </BR>0722714971 ','','1','0','111610972073','Cleared','','','','','','','','',0.00,0.00),(2269,'','Invoice','','2021-01-18 15:18:37','midview ma2','-1800','11','2021-01-18 15:18:37','314','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','midview ma2 </BR>0720853352 ','','1','0','111610972161','No','','','','','','','','',0.00,0.00),(2270,'','Mpesa','','2021-01-18 15:22:41','jaice ba6','0','11','2021-01-18 15:22:41','982','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jaice ba6 </BR>0795786551 ','','1','0','111610972373','Cleared','','','','','','','','',0.00,0.00),(2271,'','Cash','','2021-01-18 15:25:41','MIDVIEW AB1','0','11','2021-01-18 15:25:41','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed','MIDVIEW AB1 ','','1','0','111610972684','Cleared','','','','','','','','',0.00,0.00),(2272,'','Cash','','2021-01-18 15:27:40','','0','11','2021-01-18 15:27:40','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111610972824','Cleared','','','','','','','','',0.00,0.00),(2273,'','Cash','','2021-01-18 15:30:23','harvenest tower wing a','0','11','2021-01-18 15:30:23','621','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harvenest tower wing a </BR>0768252575 ','','1','0','111610972955','Cleared','','','','','','','','',0.00,0.00),(2274,'','Invoice','','2021-01-18 15:42:31','opposite mazeras m7','-300','11','2021-01-18 15:42:31','983','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opposite mazeras m7 </BR>0720102050 ','','1','0','111610973607','No','','','','','','','','',0.00,0.00),(2275,'','Cash','','2021-01-18 16:11:23','crossover 9','0','11','2021-01-18 16:11:23','539','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111610974897','Cleared','','','','','','','','',0.00,0.00),(2276,'','Invoice','','2021-01-18 16:13:07','mufea susan 6a','-300','11','2021-01-18 16:13:07','594','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea susan 6a </BR>0711998301 ','','1','0','111610975577','No','','','','','','','','',0.00,0.00),(2277,'','Invoice','','2021-01-18 16:28:18','margaret moca b3','-1800','11','2021-01-18 16:28:18','128','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','margaret moca b3 </BR>0714995886 ','','1','0','111610975630','No','','','','','','','','',0.00,0.00),(2278,'','Invoice','','2021-01-18 17:09:56','damaris fahari d6','-450','11','2021-01-18 17:09:56','602','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111610978851','No','','','','','','','','',0.00,0.00),(2279,'','Invoice','','2021-01-18 17:11:42','mufea 14','-1200','11','2021-01-18 17:11:42','610','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','mufea 14 </BR>0725890501 ','','1','0','111610979080','No','','','','','','','','',0.00,0.00),(2280,'','Cash','','2021-01-18 17:13:08','customer','0','11','2021-01-18 17:13:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111610979175','Cleared','','','','','','','','',0.00,0.00),(2281,'','Invoice','','2021-01-18 17:14:00','charity mufea 3f','-300','11','2021-01-18 17:14:00','611','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charity mufea 3f </BR>0720555005 ','','1','0','111610979218','No','','','','','','','','',0.00,0.00),(2282,'','Invoice','','2021-01-18 17:45:50','AGNES TSAVO B205','-150','11','2021-01-18 17:45:50','750','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','AGNES TSAVO B205 </BR>0724696094 ','','1','0','111610981122','No','','','','','','','','',0.00,0.00),(2283,'','Mpesa','','2021-01-18 17:47:27','silas','0','11','2021-01-18 17:47:27','984','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','silas </BR>0722241837 ','','1','0','111610981225','Cleared','','','','','','','','',0.00,0.00),(2284,'','Invoice','','2021-01-18 18:18:10','midview ad3','-300','11','2021-01-18 18:18:10','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111610981452','No','','','','','','','','',0.00,0.00),(2285,'','Cash','','2021-01-18 18:19:56','vivian harare unit 9','0','11','2021-01-18 18:19:56','737','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','vivian harare unit 9 </BR>0721705417 ','','1','0','111610983177','Cleared','','','','','','','','',0.00,0.00),(2286,'','Mpesa','','2021-01-18 19:07:57','wiliam','0','11','2021-01-18 19:07:57','533','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','wiliam </BR>0722804838 ','','1','0','111610985875','Cleared','','','','','','','','',0.00,0.00),(2287,'','Mpesa','','2021-01-18 19:09:23','keith loveday','0','11','2021-01-18 19:09:23','985','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','keith loveday </BR>0720251606 ','','1','0','111610986136','Cleared','','','','','','','','',0.00,0.00),(2288,'','Invoice','','2021-01-18 19:12:11','allan midview ab6','-300','11','2021-01-18 19:12:11','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>0723657970 ','','1','0','111610986294','No','','','','','','','','',0.00,0.00),(2289,'','Invoice','','2021-01-18 19:13:27','kekita gf2','-450','11','2021-01-18 19:13:27','986','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kekita gf2 </BR>0722595375 ','','1','0','111610986390','No','','','','','','','','',0.00,0.00),(2290,'','Mpesa','','2021-01-18 19:22:39','charoline ','0','11','2021-01-18 19:22:39','817','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','charoline </BR>0757095121 ','','1','0','111610986779','Cleared','','','','','','','','',0.00,0.00),(2291,'','Savedata','','2021-01-18 19:24:35','soja midview','0','11','2021-01-18 19:24:35','958','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','soja midview </BR>0711977497 ','','1','0','111610987029','Cleared','','','','','','','','',0.00,0.00),(2292,'','Invoice','','2021-01-18 19:26:12','father oasis a a11','-150','11','2021-01-18 19:26:12','987','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis a a11 </BR>0703752187 ','','1','0','111610987150','No','','','','','','','','',0.00,0.00),(2293,'','Cash','','2021-01-18 19:28:00','customer','0','11','2021-01-18 19:28:00','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111610987262','Cleared','','','','','','','','',0.00,0.00),(2294,'','Invoice','','2021-01-18 19:28:47','earnest purity wb9','-300','11','2021-01-18 19:28:47','376','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','earnest purity wb9 </BR>0722842669 ','','1','0','111610987310','No','','','','','','','','',0.00,0.00),(2295,'','Invoice','','2021-01-18 19:30:03','nellion 3n7','-300','11','2021-01-18 19:30:03','808','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nellion 3n7 </BR>0726317509 ','','1','0','111610987383','No','','','','','','','','',0.00,0.00),(2296,'','Invoice','','2021-01-18 20:17:43','julex 9','-300','11','2021-01-18 20:17:43','988','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julex 9 </BR>0706259068 ','','1','0','111610990252','No','','','','','','','','',0.00,0.00),(2297,'','Invoice','','2021-01-18 20:18:39','HARVESTER D8','-300','11','2021-01-18 20:18:39','989','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HARVESTER D8 </BR>0720887227 ','','1','0','111610990308','No','','','','','','','','',0.00,0.00),(2298,'','Invoice','','2021-01-18 20:32:29','cid d1','-450','11','2021-01-18 20:31:20','345','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','HELEN LARI GERDEN a1 </BR>0724709015 ','','1','0','111610991047','No','11','2021-01-18 20:32:29','','','','','','',0.00,0.00),(2299,'','Invoice','','2021-01-18 20:34:46','harvester b3','-300','11','2021-01-18 20:34:46','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b3 </BR>0710146946 ','','1','0','111610991207','No','','','','','','','','',0.00,0.00),(2300,'','Cash','','2021-01-18 20:36:17','customer','0','11','2021-01-18 20:36:17','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111610991347','Cleared','','','','','','','','',0.00,0.00),(2301,'','Invoice','','2021-01-18 20:36:52','adriana harvester c4','-300','11','2021-01-18 20:36:52','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111610991400','No','','','','','','','','',0.00,0.00),(2302,'','Cash','','2021-01-18 20:41:26','customer','-300','11','2021-01-18 20:41:26','','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','customer ','','1','0','111610991677','Cleared','','','','','','','','',0.00,0.00),(2303,'','Invoice','','2021-01-19 09:10:15','stepen mufea 54','-300','11','2021-01-19 09:10:15','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stepen mufea 54 </BR>0712821285 ','','1','0','111611036603','No','','','','','','','','',0.00,0.00),(2304,'','Invoice','','2021-01-19 09:13:22','dories harvester b8','-300','11','2021-01-19 09:13:22','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111611036681','No','','','','','','','','',0.00,0.00),(2305,'','Invoice','','2021-01-19 09:19:50','samuel midview mc5','-300','11','2021-01-19 09:19:50','990','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samuel midview mc5 </BR>0718135446 ','','1','0','111611036903','No','','','','','','','','',0.00,0.00),(2306,'','Invoice','','2021-01-19 09:21:31','jemimah reality plaza b11','-300','11','2021-01-19 09:21:31','509','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jemimah reality plaza b11 </BR>0700216967 ','','1','0','111611037260','No','','','','','','','','',0.00,0.00),(2307,'','Mpesa','','2021-01-19 09:35:20','TSAVO C119','0','11','2021-01-19 09:35:20','720','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','TSAVO C119 </BR>0704060322 ','','1','0','111611038097','Cleared','','','','','','','','',0.00,0.00),(2308,'','Invoice','','2021-01-19 09:38:09','cid e4','-900','11','2021-01-19 09:38:09','132','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','cid e4 </BR>0725316236 ','','1','0','111611038201','No','','','','','','','','',0.00,0.00),(2309,'','Invoice','','2021-01-19 09:39:15','CID B15','-300','11','2021-01-19 09:39:15','923','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CID B15 </BR>0727651656 ','','1','0','111611038330','No','','','','','','','','',0.00,0.00),(2310,'','Invoice','','2021-01-19 09:40:37','SHIFFARA JENID C8','-300','11','2021-01-19 09:40:37','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111611038420','No','','','','','','','','',0.00,0.00),(2311,'','Invoice','','2021-01-19 09:41:54','mufea peter 66','-600','11','2021-01-19 09:41:54','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111611038490','No','','','','','','','','',0.00,0.00),(2312,'','Invoice','','2021-01-19 09:51:38','dennis spearnet dm3','-300','11','2021-01-19 09:51:38','814','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dennis spearnet dm3 </BR>0728160985 ','','1','0','111611038609','No','','','','','','','','',0.00,0.00),(2313,'','Invoice','','2021-01-19 09:53:19','nelion 7n9','-1200','11','2021-01-19 09:53:19','809','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nelion 7n9 </BR>0726567479 ','','1','0','111611039165','No','','','','','','','','',0.00,0.00),(2314,'','Invoice','','2021-01-19 09:54:24','mufea 23','-300','11','2021-01-19 09:54:24','784','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 23 </BR>0720127500 ','','1','0','111611039255','No','','','','','','','','',0.00,0.00),(2315,'','Cash','','2021-01-19 09:55:40','','0','11','2021-01-19 09:55:40','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111611039329','Cleared','','','','','','','','',0.00,0.00),(2316,'','Invoice','','2021-01-19 09:58:17','petra martin 4','-1500','11','2021-01-19 09:58:17','50','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','petra martin 4 </BR>0722492403 ','','1','0','111611039362','No','','','','','','','','',0.00,0.00),(2317,'','Invoice','','2021-01-19 09:59:56','mufea 2D','-300','11','2021-01-19 09:59:56','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111611039582','No','','','','','','','','',0.00,0.00),(2318,'','Invoice','','2021-01-19 10:01:10','sandra dainty b602','-300','11','2021-01-19 10:01:10','656','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sandra dainty b602 </BR>0721123831 ','','1','0','111611039651','No','','','','','','','','',0.00,0.00),(2319,'','Invoice','','2021-01-19 10:09:21','kamunge 18','-300','11','2021-01-19 10:09:21','991','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 18 </BR>0736167897 ','','1','0','111611040142','No','','','','','','','','',0.00,0.00),(2320,'','Invoice','','2021-01-19 10:12:34','kencom sacco 69','-600','11','2021-01-19 10:12:34','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>0112659913 ','','1','0','111611040300','No','','','','','','','','',0.00,0.00),(2321,'','Invoice','','2021-01-19 10:13:36','brian jenid a6','-600','11','2021-01-19 10:13:36','992','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','brian jenid a6 </BR>0711588948 ','','1','0','111611040400','No','','','','','','','','',0.00,0.00),(2322,'','Invoice','','2021-01-19 10:31:08','gacicio 1 c1','-300','11','2021-01-19 10:31:08','609','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c1 </BR>0725758767 ','','1','0','111611041456','No','','','','','','','','',0.00,0.00),(2323,'','Invoice','','2021-01-19 10:44:17','MERCY JENID C5','-600','11','2021-01-19 10:44:17','613','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111611042221','No','','','','','','','','',0.00,0.00),(2324,'','Invoice','','2021-01-19 10:50:23','PINEWOOD 601','-900','11','2021-01-19 10:50:23','993','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','PINEWOOD 601 </BR>0726905112 ','','1','0','111611042607','No','','','','','','','','',0.00,0.00),(2325,'','Invoice','','2021-01-19 10:54:17','muteti centre','-300','11','2021-01-19 10:54:17','532','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','muteti centre </BR>0723385156 ','','1','0','111611042699','No','','','','','','','','',0.00,0.00),(2326,'','Invoice','','2021-01-19 10:56:18','sumy ngegu','-300','11','2021-01-19 10:56:18','994','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sumy ngegu </BR>0711636795 ','','1','0','111611042944','No','','','','','','','','',0.00,0.00),(2327,'','Invoice','','2021-01-19 10:57:48','purity wa1','-300','11','2021-01-19 10:57:48','556','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wa1 </BR>0795016395 ','','1','0','111611043050','No','','','','','','','','',0.00,0.00),(2328,'','Cash','','2021-01-19 10:59:27','sujnam 6b','0','11','2021-01-19 10:59:27','995','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','sujnam 6b </BR>0722937065 ','','1','0','111611043146','Cleared','','','','','','','','',0.00,0.00),(2329,'','Cash','','2021-01-19 11:13:36','josephine pinewood 602','0','11','2021-01-19 11:13:36','681','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111611043909','Cleared','','','','','','','','',0.00,0.00),(2330,'','Mpesa','','2021-01-19 11:27:57','john','0','11','2021-01-19 11:27:57','996','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed','john </BR>0721356111 ','','1','0','111611044160','Cleared','','','','','','','','',0.00,0.00),(2331,'','Invoice','','2021-01-19 11:29:47','faith jenid a1','-600','11','2021-01-19 11:29:47','666','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>0722318330 ','','1','0','111611044967','No','','','','','','','','',0.00,0.00),(2332,'','Invoice','','2021-01-19 11:31:30','hope trust 1 a4','-600','11','2021-01-19 11:31:30','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>0720869132 ','','1','0','111611045070','No','','','','','','','','',0.00,0.00),(2333,'','Invoice','','2021-01-19 11:35:29','mirriam tsavo b403','-150','11','2021-01-19 11:35:29','997','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mirriam tsavo b403 </BR>0768787539 ','','1','0','111611045312','No','','','','','','','','',0.00,0.00),(2334,'','Invoice','','2021-01-19 11:40:12','TSAVO B703','-150','11','2021-01-19 11:40:12','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B703 </BR>0704382089 ','','1','0','111611045406','No','','','','','','','','',0.00,0.00),(2335,'','Mpesa','','2021-01-19 11:41:27','tsavo rooftop','0','11','2021-01-19 11:41:27','514','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','tsavo rooftop </BR>0721155366 ','','1','0','111611045675','Cleared','','','','','','','','',0.00,0.00),(2336,'','Invoice','','2021-01-19 11:43:11','sujnam 4a','-600','11','2021-01-19 11:43:11','802','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111611045771','No','','','','','','','','',0.00,0.00),(2337,'','Invoice','','2021-01-19 12:07:50','dainty b503','-300','11','2021-01-19 12:07:50','932','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty b503 </BR>0748033313 ','','1','0','111611047255','No','','','','','','','','',0.00,0.00),(2338,'','Mpesa','','2021-01-19 12:08:51','serene b4','0','11','2021-01-19 12:08:51','998','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','serene b4 </BR>0726489111 ','','1','0','111611047316','Cleared','','','','','','','','',0.00,0.00),(2339,'','Mpesa','','2021-01-19 12:26:04','nickson','0','11','2021-01-19 12:26:04','999','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nickson </BR>0719308901 ','','1','0','111611048324','Cleared','','','','','','','','',0.00,0.00),(2340,'','Invoice','','2021-01-19 12:27:08','faith mufea 6b','-300','11','2021-01-19 12:27:08','839','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111611048410','No','','','','','','','','',0.00,0.00),(2341,'','Cash','','2021-01-19 12:28:10','pinewood 206','0','11','2021-01-19 12:28:10','1000','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','pinewood 206 </BR>0712283669 ','','1','0','111611048477','Cleared','','','','','','','','',0.00,0.00),(2342,'','Invoice','','2021-01-19 12:31:20','cate westview b4','-300','11','2021-01-19 12:31:20','662','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cate westview b4 </BR>0722106494 ','','1','0','111611048544','No','','','','','','','','',0.00,0.00),(2343,'','Cash','','2021-01-19 12:32:39','farmers shop','0','11','2021-01-19 12:32:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','farmers shop ','','1','0','111611048743','Cleared','','','','','','','','',0.00,0.00),(2344,'','Invoice','','2021-01-19 12:33:22','pinewood p705','-300','11','2021-01-19 12:33:22','742','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pinewood p705 </BR>0740272626 ','','1','0','111611048789','No','','','','','','','','',0.00,0.00),(2345,'','Invoice','','2021-01-19 12:34:58','kamunge 11','-600','11','2021-01-19 12:34:58','782','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kamunge 11 </BR>0723806968 ','','1','0','111611048857','No','','','','','','','','',0.00,0.00),(2346,'','Cash','','2021-01-19 12:48:50','tsavo c209','0','11','2021-01-19 12:48:50','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','tsavo c209 ','','1','0','111611049665','Cleared','','','','','','','','',0.00,0.00),(2347,'','Invoice','','2021-01-19 12:49:42','dainty 304 a','-300','11','2021-01-19 12:49:42','1001','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty 304 a </BR>0714139321 ','','1','0','111611049758','No','','','','','','','','',0.00,0.00),(2348,'','Invoice','','2021-01-19 12:51:08','catherine nzinza b28','-300','11','2021-01-19 12:51:08','851','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','catherine nzinza b28 </BR>0702492851 ','','1','0','111611049851','No','','','','','','','','',0.00,0.00),(2349,'','Invoice','','2021-01-19 12:52:21','shaila mufea 43','-600','11','2021-01-19 12:52:21','820','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','shaila mufea 43 </BR>0724995969 ','','1','0','111611049925','No','','','','','','','','',0.00,0.00),(2350,'','Cash','','2021-01-19 12:53:47','pinewood b606','0','11','2021-01-19 12:53:47','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','pinewood b606 ','','1','0','111611049995','Cleared','','','','','','','','',0.00,0.00),(2351,'','Invoice','','2021-01-19 12:54:35','phylis pinewood 405','-300','11','2021-01-19 12:54:35','1002','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','phylis pinewood 405 </BR>0723165350 ','','1','0','111611050060','No','','','','','','','','',0.00,0.00),(2352,'','Invoice','','2021-01-19 16:29:22','tsavo c209','-600','11','2021-01-19 16:29:22','346','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','tsavo c209 </BR>0700002290 ','','1','0','111611062333','No','','','','','','','','',0.00,0.00),(2353,'','Mpesa','','2021-01-19 16:39:33','UNIVERSAL APARTMENTS c13','0','11','2021-01-19 16:39:33','650','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','UNIVERSAL APARTMENTS c13 </BR>0716656705 ','','1','0','111611063520','Cleared','','','','','','','','',0.00,0.00),(2354,'','Mpesa','','2021-01-19 16:44:11','UNIVERSAL APARTMENTS c9','0','11','2021-01-19 16:44:11','1003','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','UNIVERSAL APARTMENTS c9 </BR>0729838362 ','','1','0','111611063821','Cleared','','','','','','','','',0.00,0.00),(2355,'','Cash','','2021-01-19 16:45:53','mazeras 10','0','11','2021-01-19 16:45:53','1004','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','mazeras 10 </BR>0711180959 ','','1','0','111611063921','Cleared','','','','','','','','',0.00,0.00),(2356,'','Invoice','','2021-01-19 16:47:33','raya tsavo b513','-150','11','2021-01-19 16:47:33','1005','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo b513 </BR>0716897368 ','','1','0','111611064002','No','','','','','','','','',0.00,0.00),(2357,'','Invoice','','2021-01-19 16:48:56','serene c11','-300','11','2021-01-19 16:48:56','1006','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene c11 </BR>0720601795 ','','1','0','111611064121','No','','','','','','','','',0.00,0.00),(2358,'','Cash','','2021-01-19 16:50:15','garage joes','0','11','2021-01-19 16:50:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','garage joes ','','1','0','111611064196','Cleared','','','','','','','','',0.00,0.00),(2359,'','Invoice','','2021-01-19 16:56:16','maureen harvester a5','-300','11','2021-01-19 16:56:16','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen harvester a5 </BR>0721732580 ','','1','0','111611064421','No','','','','','','','','',0.00,0.00),(2360,'','Cash','','2021-01-19 16:58:23','glass mart shop','0','11','2021-01-19 16:58:23','699','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','glass mart shop </BR>0722675657 ','','1','0','111611064667','Cleared','','','','','','','','',0.00,0.00),(2361,'','Mpesa','','2021-01-19 16:59:35','CHARLES KATUU','0','11','2021-01-19 16:59:35','597','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','CHARLES KATUU </BR>0726413440 ','','1','0','111611064745','Cleared','','','','','','','','',0.00,0.00),(2362,'','Invoice','','2021-01-19 17:00:51','erika pinewood 102','-600','11','2021-01-19 17:00:51','526','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','erika pinewood 102 </BR>0710345168 ','','1','0','111611064819','No','','','','','','','','',0.00,0.00),(2363,'','Mpesa','','2021-01-19 17:02:15','michael','0','11','2021-01-19 17:02:15','1007','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','michael </BR>0728601317 ','','1','0','111611064923','Cleared','','','','','','','','',0.00,0.00),(2364,'','Invoice','','2021-01-19 17:03:13','samwel serene b12','-300','11','2021-01-19 17:03:13','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111611064975','No','','','','','','','','',0.00,0.00),(2365,'','Invoice','','2021-01-19 17:05:24','julia westview b6','-300','11','2021-01-19 17:05:24','651','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julia westview b6 </BR>0724904126 ','','1','0','111611065087','No','','','','','','','','',0.00,0.00),(2366,'','Invoice','','2021-01-19 17:06:29','samuel midview mc5','-300','11','2021-01-19 17:06:29','990','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samuel midview mc5 </BR>0718135446 ','','1','0','111611065173','No','','','','','','','','',0.00,0.00),(2367,'','Mpesa','','2021-01-19 17:07:48','jesica','0','11','2021-01-19 17:07:48','1008','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jesica </BR>0723835847 ','','1','0','111611065248','Cleared','','','','','','','','',0.00,0.00),(2368,'','Cash','','2021-01-19 17:08:56','nyawira 26','0','11','2021-01-19 17:08:56','524','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira 26 </BR>0723604902 ','','1','0','111611065323','Cleared','','','','','','','','',0.00,0.00),(2369,'','Invoice','','2021-01-19 17:10:17','cid e10','-300','11','2021-01-19 17:10:17','1009','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid e10 </BR>0786812682 ','','1','0','111611065394','No','','','','','','','','',0.00,0.00),(2370,'','Mpesa','','2021-01-19 17:11:32','SHADRACK','0','11','2021-01-19 17:11:32','1010','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','SHADRACK </BR>0720986348 ','','1','0','111611065474','Cleared','','','','','','','','',0.00,0.00),(2371,'','Invoice','','2021-01-19 17:13:27','andrew spearnet p1','-600','11','2021-01-19 17:13:27','806','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','andrew spearnet p1 </BR>0726267037 ','','1','0','111611065543','No','','','','','','','','',0.00,0.00),(2372,'','Invoice','','2021-01-19 17:15:03','GACICIO 2a3','-900','11','2021-01-19 17:15:03','842','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','GACICIO 2a3 </BR>0707678778 ','','1','0','111611065681','No','','','','','','','','',0.00,0.00),(2373,'','Cash','','2021-01-19 17:16:21','centric court b10','0','11','2021-01-19 17:16:21','1011','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111611065760','Cleared','','','','','','','','',0.00,0.00),(2374,'','Cash','','2021-01-19 17:18:07','MEKITA A3','0','11','2021-01-19 17:18:07','593','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','MEKITA A3 </BR>0792000947 ','','1','0','111611065866','Cleared','','','','','','','','',0.00,0.00),(2375,'','Invoice','','2021-01-19 17:19:28','opposite mazeras m3','-600','11','2021-01-19 17:19:28','1012','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','opposite mazeras m3 </BR>0721303020 ','','1','0','111611065943','No','','','','','','','','',0.00,0.00),(2376,'','Mpesa','','2021-01-19 17:20:45','martha','0','11','2021-01-19 17:20:45','1013','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','martha </BR>0723159935 ','','1','0','111611066035','Cleared','','','','','','','','',0.00,0.00),(2377,'','Invoice','','2021-01-19 17:23:08','pamella ridge centre','-80','11','2021-01-19 17:23:08','1014','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','pamella ridge centre </BR>0725153758 ','','1','0','111611066148','No','','','','','','','','',0.00,0.00),(2378,'','Invoice','','2021-01-19 17:24:58','kellen mufea a4','-300','11','2021-01-19 17:24:58','64','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kellen mufea a4 </BR>0724610156 ','','1','0','111611066250','No','','','','','','','','',0.00,0.00),(2379,'','Invoice','','2021-01-19 17:26:31','gacicio 1 c6','-300','11','2021-01-19 17:26:31','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111611066375','No','','','','','','','','',0.00,0.00),(2380,'','Invoice','','2021-01-19 17:27:53','dainty a405','-300','11','2021-01-19 17:27:53','629','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a405 </BR>0721790359 ','','1','0','111611066458','No','','','','','','','','',0.00,0.00),(2381,'','Invoice','','2021-01-19 18:06:21','faith fahari b6','-600','11','2021-01-19 18:06:21','1015','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith fahari b6 </BR>0727972089 ','','1','0','111611068727','No','','','','','','','','',0.00,0.00),(2382,'','Invoice','','2021-01-19 18:09:26','moca court c4','-450','11','2021-01-19 18:09:26','1016','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','moca court c4 </BR>0723581862 ','','1','0','111611068865','No','','','','','','','','',0.00,0.00),(2383,'','Invoice','','2021-01-19 18:10:51','james mufea a5','-300','11','2021-01-19 18:10:51','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111611069035','No','','','','','','','','',0.00,0.00),(2384,'','Cash','','2021-01-19 18:12:32','','0','11','2021-01-19 18:12:32','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111611069127','Cleared','','','','','','','','',0.00,0.00),(2385,'','Invoice','','2021-01-19 18:14:42','jenid a11','-300','11','2021-01-19 18:14:42','1017','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenid a11 </BR>0721242429 ','','1','0','111611069272','No','','','','','','','','',0.00,0.00),(2386,'','Invoice','','2021-01-19 18:35:33','nzinza a19','-300','11','2021-01-19 18:35:33','1018','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza a19 </BR>0708035713 ','','1','0','111611070523','No','','','','','','','','',0.00,0.00),(2387,'','Invoice','','2021-01-20 08:54:25','jamal nzinza c54','-300','11','2021-01-20 08:54:25','1019','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jamal nzinza c54 </BR>0721977722 ','','1','0','111611122039','No','','','','','','','','',0.00,0.00),(2388,'','Invoice','','2021-01-20 08:59:27','mekita c4','-300','11','2021-01-20 08:59:27','908','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mekita c4 </BR>0740790922 ','','1','0','111611122347','No','','','','','','','','',0.00,0.00),(2389,'','Invoice','','2021-01-20 09:05:54','nzinza a19','-300','11','2021-01-20 09:05:54','1018','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza a19 </BR>0708035713 ','','1','0','111611122645','No','','','','','','','','',0.00,0.00),(2390,'','Mpesa','','2021-01-20 09:14:30','charles','0','11','2021-01-20 09:14:30','835','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','charles </BR>0726550707 ','','1','0','111611122815','Cleared','','','','','','','','',0.00,0.00),(2391,'','Cash','','2021-01-20 09:16:19','jenid c4','0','11','2021-01-20 09:16:19','63','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jenid c4 </BR>0700798887 ','','1','0','111611123363','Cleared','','','','','','','','',0.00,0.00),(2392,'','Invoice','','2021-01-20 09:19:12','jemimah reality plaza b11','-2400','11','2021-01-20 09:19:12','509','0','2400','1','retail',NULL,'2400','1','0','0','2400','0','0','0','printed','jemimah reality plaza b11 </BR>0700216967 ','','1','0','111611123413','No','','','','','','','','',0.00,0.00),(2393,'','Invoice','','2021-01-20 09:20:37','christine father oasis e16','-300','11','2021-01-20 09:20:37','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111611123615','No','','','','','','','','',0.00,0.00),(2394,'','Cash','','2021-01-20 09:22:17','','0','11','2021-01-20 09:22:17','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111611123717','Cleared','','','','','','','','',0.00,0.00),(2395,'','Cash','','2021-01-20 09:23:15','','0','11','2021-01-20 09:23:15','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111611123774','Cleared','','','','','','','','',0.00,0.00),(2396,'','Invoice','','2021-01-20 09:27:10','behind sujnam','-150','11','2021-01-20 09:27:10','1020','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','behind sujnam </BR>0720903316 ','','1','0','111611124016','No','','','','','','','','',0.00,0.00),(2397,'','Invoice','','2021-01-20 18:13:56','raya tsavo a513','-160','11','2021-01-20 18:13:56','53','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111611155604','No','','','','','','','','',0.00,0.00),(2398,'','Mpesa','','2021-01-20 18:19:03','mufea c5','0','11','2021-01-20 18:19:03','849','0','320','1','retail',NULL,'320','1','0','0','0','0','320','0','printed','mufea c5 </BR>0722518065 ','','1','0','111611155911','Cleared','','','','','','','','',0.00,0.00),(2399,'','Invoice','','2021-01-20 18:21:33','purity c7','-300','11','2021-01-20 18:21:33','559','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity c7 </BR>0726006326 ','','1','0','111611156077','No','','','','','','','','',0.00,0.00),(2400,'','Invoice','','2021-01-20 18:31:13','jenid a19','-1200','11','2021-01-20 18:31:13','634','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid a19 </BR>0723702689 ','','1','0','111611156367','No','','','','','','','','',0.00,0.00),(2401,'','Invoice','','2021-01-20 18:32:21','tsavo b107','-150','11','2021-01-20 18:32:21','1021','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b107 </BR>0113363332 ','','1','0','111611156725','No','','','','','','','','',0.00,0.00),(2402,'','Invoice','','2021-01-20 18:33:33','elizabet tsavo b512','-150','11','2021-01-20 18:33:33','528','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','elizabet tsavo b512 </BR>0711444966 ','','1','0','111611156798','No','','','','','','','','',0.00,0.00),(2403,'','Invoice','','2021-01-20 18:34:43','midview mb6 flozzy','-600','11','2021-01-20 18:34:43','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111611156866','No','','','','','','','','',0.00,0.00),(2404,'','Invoice','','2021-01-20 18:35:51','edmark b4','-300','11','2021-01-20 18:35:51','749','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','edmark b4 </BR>0720426022 ','','1','0','111611156930','No','','','','','','','','',0.00,0.00),(2405,'','Invoice','','2021-01-20 18:37:06','maureen harvester a5','-1050','11','2021-01-20 18:37:06','1022','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','maureen harvester a5 </BR>0757034455 ','','1','0','111611156992','No','','','','','','','','',0.00,0.00),(2406,'','Mpesa','','2021-01-20 18:38:59','spearnet am2','0','11','2021-01-20 18:38:59','1023','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet am2 </BR>0722394013 ','','1','0','111611157112','Cleared','','','','','','','','',0.00,0.00),(2407,'','Invoice','','2021-01-20 18:40:59','tsavo b711','-300','11','2021-01-20 18:40:59','1024','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b711 </BR>0714858275 ','','1','0','111611157250','No','','','','','','','','',0.00,0.00),(2408,'','Cash','','2021-01-20 18:47:48','chemist','0','11','2021-01-20 18:47:48','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111611157497','Cleared','','','','','','','','',0.00,0.00),(2409,'','Invoice','','2021-01-20 18:58:10','georgina crossover 6','-300','11','2021-01-20 18:58:10','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111611158273','No','','','','','','','','',0.00,0.00),(2410,'','Invoice','','2021-01-20 18:59:20','mufea brian b4','-600','11','2021-01-20 18:59:20','49','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea brian b4 </BR>0723157253 ','','1','0','111611158341','No','','','','','','','','',0.00,0.00),(2411,'','Invoice','','2021-01-20 19:01:05','godwin serene c1','-300','11','2021-01-20 19:01:05','1025','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0742981591 ','','1','0','111611158453','No','','','','','','','','',0.00,0.00),(2412,'','Invoice','','2021-01-20 19:04:40','tsavo c506','-300','11','2021-01-20 19:04:40','1026','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c506 </BR>0703763374 ','','1','0','111611158668','No','','','','','','','','',0.00,0.00),(2413,'','Mpesa','','2021-01-20 19:11:29','dennis maina','0','11','2021-01-20 19:11:29','1027','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','dennis maina </BR>0723172531 ','','1','0','111611159022','Cleared','','','','','','','','',0.00,0.00),(2414,'','Invoice','','2021-01-20 19:12:30','TSAVO C216','-300','11','2021-01-20 19:12:30','881','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>0722915019 ','','1','0','111611159135','No','','','','','','','','',0.00,0.00),(2415,'','Mpesa','','2021-01-20 19:14:21','keivin cid b3','0','11','2021-01-20 19:14:21','1028','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','keivin cid b3 </BR>0714865046 ','','1','0','111611159246','Cleared','','','','','','','','',0.00,0.00),(2416,'','Invoice','','2021-01-20 19:15:29','nzinza d76','-300','11','2021-01-20 19:15:29','1026','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza d76 </BR>0703763374 ','','1','0','111611159314','No','','','','','','','','',0.00,0.00),(2417,'','Invoice','','2021-01-20 19:28:58','jenid c9','-600','11','2021-01-20 19:28:58','1029','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c9 </BR>0722978217 ','','1','0','111611160092','No','','','','','','','','',0.00,0.00),(2418,'','Mpesa','','2021-01-21 08:32:24','purity','0','11','2021-01-21 08:32:24','1030','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','purity </BR>0723785398 ','','1','0','111611207126','Cleared','','','','','','','','',0.00,0.00),(2419,'','Mpesa','','2021-01-21 08:38:39','monica','0','11','2021-01-21 08:38:39','1031','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','monica </BR>0722484141 ','','1','0','111611207498','Cleared','','','','','','','','',0.00,0.00),(2420,'','Mpesa','','2021-01-21 08:40:28','winnie','0','11','2021-01-21 08:40:28','1032','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','winnie </BR>0726167752 ','','1','0','111611207596','Cleared','','','','','','','','',0.00,0.00),(2421,'','Mpesa','','2021-01-21 08:41:25','daniel yeswa','0','11','2021-01-21 08:41:25','770','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','daniel yeswa </BR>0725463920 ','','1','0','111611207673','Cleared','','','','','','','','',0.00,0.00),(2422,'','Mpesa','','2021-01-21 08:42:44','francis','0','11','2021-01-21 08:42:44','1033','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','francis </BR>0713561591 ','','1','0','111611207744','Cleared','','','','','','','','',0.00,0.00),(2423,'','Mpesa','','2021-01-21 08:44:15','william','0','11','2021-01-21 08:44:15','665','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','william </BR>0723386174 ','','1','0','111611207813','Cleared','','','','','','','','',0.00,0.00),(2424,'','Invoice','','2021-01-21 08:45:25','elizabeth mufea 8d','-300','11','2021-01-21 08:45:25','767','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>0706511468 ','','1','0','111611207899','No','','','','','','','','',0.00,0.00),(2425,'','Cash','','2021-01-21 08:46:31','','0','11','2021-01-21 08:46:31','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111611207974','Cleared','','','','','','','','',0.00,0.00),(2426,'','Invoice','','2021-01-21 08:47:01','dories harvester b8','-300','11','2021-01-21 08:47:01','581','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0729043105 ','','1','0','111611208010','No','','','','','','','','',0.00,0.00),(2427,'','Invoice','','2021-01-21 08:48:35','midview md2','-600','11','2021-01-21 08:48:35','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111611208088','No','','','','','','','','',0.00,0.00),(2428,'','Invoice','','2021-01-21 09:14:31','jenid a4','-600','11','2021-01-21 09:14:31','114','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid a4 </BR>0728456747 ','','1','0','111611208170','No','','','','','','','','',0.00,0.00),(2429,'','Mpesa','','2021-01-21 09:18:00','dainty a405','0','11','2021-01-21 09:18:00','629','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed','dainty a405 </BR>0721790359 ','','1','0','111611209859','Cleared','','','','','','','','',0.00,0.00),(2430,'','Mpesa','','2021-01-21 10:06:37','moca court c14','0','11','2021-01-21 10:06:37','873','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','moca court c14 </BR>0715408641 ','','1','0','111611209933','Cleared','','','','','','','','',0.00,0.00),(2431,'','Invoice','','2021-01-21 11:07:23','ridge centre','-300','11','2021-01-21 11:07:23','1034','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ridge centre </BR>0720792546 ','','1','0','111611216430','No','','','','','','','','',0.00,0.00),(2432,'','Cash','','2021-01-21 11:11:26','','0','11','2021-01-21 11:11:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111611216629','Cleared','','','','','','','','',0.00,0.00),(2433,'','Mpesa','','2021-01-22 11:01:54','susan','0','11','2021-01-22 11:01:54','890','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','susan </BR>0724315381 ','','1','0','111611302498','Cleared','','','','','','','','',0.00,0.00),(2434,'','Invoice','','2021-01-22 11:03:01','MARK MIDVIEW AD4','-600','11','2021-01-22 11:03:01','771','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MARK MIDVIEW AD4 </BR>0728175293 ','','1','0','111611302567','No','','','','','','','','',0.00,0.00),(2435,'','Invoice','','2021-01-22 11:04:19','helen joes apartments b20','-300','11','2021-01-22 11:04:19','1035','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','helen joes apartments b20 </BR>0724633204 ','','1','0','111611302648','No','','','','','','','','',0.00,0.00),(2436,'','Invoice','','2021-01-22 11:10:12','elsie mufea 9','-300','11','2021-01-22 11:10:12','712','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elsie mufea 9 </BR>0724564458 ','','1','0','111611302882','No','','','','','','','','',0.00,0.00),(2437,'','Cash','','2021-01-22 11:12:20','','0','11','2021-01-22 11:12:20','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111611303078','Cleared','','','','','','','','',0.00,0.00),(2438,'','Invoice','','2021-01-22 11:13:09','purity tony wa6','-600','11','2021-01-22 11:13:09','789','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111611303166','No','','','','','','','','',0.00,0.00),(2439,'','Invoice','','2021-01-22 11:23:19','olive apartment b2','-300','11','2021-01-22 11:23:19','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111611303385','No','','','','','','','','',0.00,0.00),(2440,'','Invoice','','2021-01-22 11:25:36','kimani court d8','-300','11','2021-01-22 11:25:36','1036','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d8 </BR>0702284443 ','','1','0','111611303924','No','','','','','','','','',0.00,0.00),(2441,'','Invoice','','2021-01-22 11:30:02','SHIFFARA JENID C8','-300','11','2021-01-22 11:30:02','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111611304035','No','','','','','','','','',0.00,0.00),(2442,'','Cash','','2021-01-22 11:34:54','ridge centre','0','11','2021-01-22 11:34:54','1037','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre </BR>0728482801 ','','1','0','111611304256','Cleared','','','','','','','','',0.00,0.00),(2443,'','Invoice','','2021-01-22 11:42:35','maria schekem a18','-300','11','2021-01-22 11:42:35','904','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>0700465656 ','','1','0','111611304941','No','','','','','','','','',0.00,0.00),(2444,'','Mpesa','','2021-01-22 11:50:33','jaice bc11','0','11','2021-01-22 11:50:33','626','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jaice bc11 </BR>0729900699 ','','1','0','111611305051','Cleared','','','','','','','','',0.00,0.00),(2445,'','Cash','','2021-01-22 11:51:34','customer','0','11','2021-01-22 11:51:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111611305485','Cleared','','','','','','','','',0.00,0.00),(2446,'','Invoice','','2021-01-22 11:52:31','david nzinza c59','-150','11','2021-01-22 11:52:31','508','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','david nzinza c59 </BR>0713190005 ','','1','0','111611305523','No','','','','','','','','',0.00,0.00),(2447,'','Invoice','','2021-01-22 11:53:47','mary tsavo a319','-300','11','2021-01-22 11:53:47','668','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111611305614','No','','','','','','','','',0.00,0.00),(2448,'','Invoice','','2021-01-22 11:55:28','spearnet am3','-150','11','2021-01-22 11:55:28','615','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet am3 </BR>0723985822 ','','1','0','111611305700','No','','','','','','','','',0.00,0.00),(2449,'','Cash','','2021-01-22 12:05:39','harare unit 10','0','11','2021-01-22 12:05:39','934','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111611305812','Cleared','','','','','','','','',0.00,0.00),(2450,'','Cash','','2021-01-22 12:07:42','HARVESTERT D2','0','11','2021-01-22 12:07:42','1038','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','HARVESTERT D2 </BR>0718124830 ','','1','0','111611306423','Cleared','','','','','','','','',0.00,0.00),(2451,'','Invoice','','2021-01-22 12:17:03','tsavo b518','-200','11','2021-01-22 12:17:03','550','0','200','1','retail',NULL,'200','1','0','0','200','0','0','0','printed','tsavo b518 </BR>0723934017 ','','1','0','111611306979','No','','','','','','','','',0.00,0.00),(2452,'','Invoice','','2021-01-22 12:19:52','tsavo b518','-80','11','2021-01-22 12:19:52','550','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','tsavo b518 </BR>0723934017 ','','1','0','111611307182','No','','','','','','','','',0.00,0.00),(2453,'','Invoice','','2021-01-22 13:00:46','teresia father oasis gate b 13a','-300','11','2021-01-22 13:00:46','550','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','teresia father oasis gate b 13a </BR>0723934017 ','','1','0','111611309627','No','','','','','','','','',0.00,0.00),(2454,'','Invoice','','2021-01-22 13:03:58','francis cid a8','-600','11','2021-01-22 13:03:58','1039','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','francis cid a8 </BR>0705000407 ','','1','0','111611309791','No','','','','','','','','',0.00,0.00),(2455,'','Invoice','','2021-01-22 13:07:35','rosewood court b6','-300','11','2021-01-22 13:07:35','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111611310044','No','','','','','','','','',0.00,0.00),(2456,'','Mpesa','','2021-01-22 13:17:59','peris','0','11','2021-01-22 13:17:59','1040','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','peris </BR>0727201083 ','','1','0','111611310664','Cleared','','','','','','','','',0.00,0.00),(2457,'','Mpesa','','2021-01-22 13:19:05','five star','0','11','2021-01-22 13:19:05','1041','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','five star </BR>0721416590 ','','1','0','111611310724','Cleared','','','','','','','','',0.00,0.00),(2458,'','Invoice','','2021-01-22 13:20:43','agnes flamat c4','-600','11','2021-01-22 13:20:43','695','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','agnes flamat c4 </BR>07258902244 ','','1','0','111611310781','No','','','','','','','','',0.00,0.00),(2459,'','Invoice','','2021-01-22 13:21:40','springs garden b7','-600','11','2021-01-22 13:21:40','386','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden b7 </BR>0758705126 ','','1','0','111611310887','No','','','','','','','','',0.00,0.00),(2460,'','Invoice','','2021-01-22 13:27:08','ridge centre','-300','11','2021-01-22 13:27:08','1042','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ridge centre </BR>0728462864 ','','1','0','111611311153','No','','','','','','','','',0.00,0.00),(2461,'','Cash','','2021-01-22 13:41:17','kwa maasai','0','11','2021-01-22 13:41:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kwa maasai ','','1','0','111611311288','Cleared','','','','','','','','',0.00,0.00),(2462,'','Invoice','','2021-01-22 13:43:26','annirene mazeras 2','-300','11','2021-01-22 13:43:26','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111611312191','No','','','','','','','','',0.00,0.00),(2463,'','Mpesa','','2021-01-22 13:46:40','ntugi rima','0','11','2021-01-22 13:46:40','942','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','ntugi rima </BR>0721580120 ','','1','0','111611312290','Cleared','','','','','','','','',0.00,0.00),(2464,'','Mpesa','','2021-01-22 13:49:27','christine murage','0','11','2021-01-22 13:49:27','1043','0','1600','1','retail',NULL,'1600','1','0','0','0','0','1600','0','printed','christine murage </BR>0720857974 ','','1','0','111611312505','Cleared','','','','','','','','',0.00,0.00),(2465,'','Invoice','','2021-01-22 13:51:17','westview b1','-300','11','2021-01-22 13:51:17','715','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b1 </BR>0724850421 ','','1','0','111611312660','No','','','','','','','','',0.00,0.00),(2466,'','Mpesa','','2021-01-22 13:53:10','james macharia','0','11','2021-01-22 13:53:10','974','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','james macharia </BR>0724082450 ','','1','0','111611312761','Cleared','','','','','','','','',0.00,0.00),(2467,'','Mpesa','','2021-01-22 13:54:41','jaice bb3','0','11','2021-01-22 13:54:41','1044','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jaice bb3 </BR>0722988939 ','','1','0','111611312839','Cleared','','','','','','','','',0.00,0.00),(2468,'','Invoice','','2021-01-22 13:56:14','midview mb4','-1200','11','2021-01-22 13:56:14','949','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','midview mb4 </BR>0723979559 ','','1','0','111611312959','No','','','','','','','','',0.00,0.00),(2469,'','Savedata','','2021-01-22 13:58:18','cid d1','-300','11','2021-01-22 13:58:18','929','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111611313073','Cleared','','','','','','','','',0.00,0.00),(2470,'','Mpesa','','2021-01-22 14:04:37','njoki','0','11','2021-01-22 14:04:37','427','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','njoki </BR>0110011670 ','','1','0','111611313456','Cleared','','','','','','','','',0.00,0.00),(2471,'','Invoice','','2021-01-22 14:06:36','adriana harvester c4','-300','11','2021-01-22 14:06:36','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111611313583','No','','','','','','','','',0.00,0.00),(2472,'','Invoice','','2021-01-22 14:55:39','nzinza d68','-300','11','2021-01-22 14:55:39','852','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza d68 </BR>0723056551 ','','1','0','111611313794','No','','','','','','','','',0.00,0.00),(2473,'','Mpesa','','2021-01-22 15:00:45','fatuma','0','11','2021-01-22 15:00:45','1045','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','fatuma </BR>0722277433 ','','1','0','111611316822','Cleared','','','','','','','','',0.00,0.00),(2474,'','Mpesa','','2021-01-22 15:07:20','kamunge 17','0','11','2021-01-22 15:07:20','954','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kamunge 17 </BR>0722322846 ','','1','0','111611317230','Cleared','','','','','','','','',0.00,0.00),(2475,'','Mpesa','','2021-01-22 15:33:09','john kinyanjui','0','11','2021-01-22 15:33:09','1046','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','john kinyanjui </BR>0705069704 ','','1','0','111611318777','Cleared','','','','','','','','',0.00,0.00),(2476,'','Invoice','','2021-01-22 16:02:55','BARBARA MUFEA 60','-600','11','2021-01-22 16:02:55','598','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111611320561','No','','','','','','','','',0.00,0.00),(2477,'','Invoice','','2021-01-22 16:05:30','samanta philly homes c8','-900','11','2021-01-22 16:05:30','664','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','samanta philly homes c8 </BR>0718258824 ','','1','0','111611320625','No','','','','','','','','',0.00,0.00),(2478,'','Cash','','2021-01-22 16:29:54','customer','0','11','2021-01-22 16:29:54','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111611322174','Cleared','','','','','','','','',0.00,0.00),(2479,'','Invoice','','2021-01-22 17:14:42','wilson philly homes c7','-900','11','2021-01-22 17:14:42','75','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','wilson philly homes c7 </BR>0721991098 ','','1','0','111611324863','No','','','','','','','','',0.00,0.00),(2480,'','Mpesa','','2021-01-22 17:25:27','jaice ab7','0','11','2021-01-22 17:25:27','1042','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jaice ab7 </BR>0728462864 ','','1','0','111611325504','Cleared','','','','','','','','',0.00,0.00),(2481,'','Invoice','','2021-01-22 17:26:35','crossover 3','-300','11','2021-01-22 17:26:35','1047','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 3 </BR>0743495678 ','','1','0','111611325585','No','','','','','','','','',0.00,0.00),(2482,'','Invoice','','2021-01-22 17:27:39','tsavo c603','-150','11','2021-01-22 17:27:39','844','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c603 </BR>0718471124 ','','1','0','111611325640','No','','','','','','','','',0.00,0.00),(2483,'','Invoice','','2021-01-22 17:29:52','nelion b2','-300','11','2021-01-22 17:28:41','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','arnold opp mazeras m4 </BR>0722867971 ','','1','0','111611325712','No','11','2021-01-22 17:29:52','','','','','','',0.00,0.00),(2484,'','Mpesa','','2021-01-22 17:31:37','jenifer','0','11','2021-01-22 17:31:37','1048','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed','jenifer </BR>0723281266 ','','1','0','111611325878','Cleared','','','','','','','','',0.00,0.00),(2485,'','Mpesa','','2021-01-22 17:32:43','0715408641','0','11','2021-01-22 17:32:43','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','0715408641 ','','1','0','111611325946','Cleared','','','','','','','','',0.00,0.00),(2486,'','Mpesa','','2021-01-22 17:33:26','stella','0','11','2021-01-22 17:33:26','1049','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','stella </BR>0722315997 ','','1','0','111611325994','Cleared','','','','','','','','',0.00,0.00),(2487,'','Invoice','','2021-01-22 17:34:42','scenic a10','-300','11','2021-01-22 17:34:42','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111611326065','No','','','','','','','','',0.00,0.00),(2488,'','Mpesa','','2021-01-22 17:41:26','enock ','0','11','2021-01-22 17:41:26','1050','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','enock </BR>0707458698 ','','1','0','111611326148','Cleared','','','','','','','','',0.00,0.00),(2489,'','Invoice','','2021-01-22 17:46:39','ANKIAH B401','-300','11','2021-01-22 17:46:39','1051','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>0718345134 ','','1','0','111611326616','No','','','','','','','','',0.00,0.00),(2490,'','Cash','','2021-01-22 17:48:06','springs garden a1','0','11','2021-01-22 17:48:06','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','springs garden a1 ','','1','0','111611326862','Cleared','','','','','','','','',0.00,0.00),(2491,'','Invoice','','2021-01-22 17:49:59','mufea 4f','-150','11','2021-01-22 17:49:59','1052','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mufea 4f </BR>0716212172 ','','1','0','111611326975','No','','','','','','','','',0.00,0.00),(2492,'','Cash','','2021-01-22 18:00:46','mekita d2','0','11','2021-01-22 18:00:46','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mekita d2 ','','1','0','111611327637','Cleared','','','','','','','','',0.00,0.00),(2493,'','Invoice','','2021-01-22 18:02:25','partrick sji i8','-900','11','2021-01-22 18:02:25','385','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','partrick sji i8 </BR>0722103559 ','','1','0','111611327691','No','','','','','','','','',0.00,0.00),(2494,'','Cash','','2021-01-22 18:15:31','opp ankia','0','11','2021-01-22 18:15:31','1053','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','opp ankia </BR>0721346660 ','','1','0','111611328134','Cleared','','','','','','','','',0.00,0.00),(2495,'','Mpesa','','2021-01-22 18:16:43','francis','0','11','2021-01-22 18:16:43','1033','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','francis </BR>0713561591 ','','1','0','111611328588','Cleared','','','','','','','','',0.00,0.00),(2496,'','Cash','','2021-01-22 18:17:40','customer','0','11','2021-01-22 18:17:40','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611328646','Cleared','','','','','','','','',0.00,0.00),(2497,'','Mpesa','','2021-01-22 18:18:10','westview c3','0','11','2021-01-22 18:18:10','1054','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview c3 </BR>0716571815 ','','1','0','111611328677','Cleared','','','','','','','','',0.00,0.00),(2498,'','Mpesa','','2021-01-22 18:19:18','timiner','0','11','2021-01-22 18:19:18','556','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','timiner </BR>0795016395 ','','1','0','111611328748','Cleared','','','','','','','','',0.00,0.00),(2499,'','Invoice','','2021-01-22 18:34:11','SILVIA WESTVIEW A2','-450','11','2021-01-22 18:34:11','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','SILVIA WESTVIEW A2 </BR>0726230677 ','','1','0','111611329631','No','','','','','','','','',0.00,0.00),(2500,'','Invoice','','2021-01-22 18:42:00','kamunge 11','-300','11','2021-01-22 18:42:00','782','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 11 </BR>0723806968 ','','1','0','111611330106','No','','','','','','','','',0.00,0.00),(2501,'','Invoice','','2021-01-22 18:43:06','emanuel muteti corner','-300','11','2021-01-22 18:43:06','731','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','emanuel muteti corner </BR>0724615859 ','','1','0','111611330175','No','','','','','','','','',0.00,0.00),(2502,'','Invoice','','2021-01-22 19:13:05','nelly mufea e3','-300','11','2021-01-22 19:13:05','756','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>0719884003 ','','1','0','111611331970','No','','','','','','','','',0.00,0.00),(2503,'','Invoice','','2021-01-22 19:20:31','GACICIO 2 A5','-300','11','2021-01-22 19:20:31','883','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GACICIO 2 A5 </BR>0700922265 ','','1','0','111611332422','No','','','','','','','','',0.00,0.00),(2504,'','Cash','','2021-01-22 19:21:59','spearnet dm8','0','11','2021-01-22 19:21:59','747','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spearnet dm8 </BR>0706352293 ','','1','0','111611332509','Cleared','','','','','','','','',0.00,0.00),(2505,'','Invoice','','2021-01-22 19:44:30','JENID C12','-300','11','2021-01-22 19:44:30','724','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JENID C12 </BR>0726853779 ','','1','0','111611333858','No','','','','','','','','',0.00,0.00),(2506,'','Cash','','2021-01-22 19:46:06','','0','11','2021-01-22 19:46:06','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111611333958','Cleared','','','','','','','','',0.00,0.00),(2507,'','Mpesa','','2021-01-22 20:04:13','belrly otieno','0','11','2021-01-22 20:04:13','1055','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','belrly otieno </BR>0797045748 ','','1','0','111611334947','Cleared','','','','','','','','',0.00,0.00),(2508,'','Mpesa','','2021-01-22 20:18:21','samuel','0','11','2021-01-22 20:18:21','810','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','samuel </BR>0722918503 ','','1','0','111611335889','Cleared','','','','','','','','',0.00,0.00),(2509,'','Cash','','2021-01-23 08:28:09','','0','11','2021-01-23 08:28:09','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111611379637','Cleared','','','','','','','','',0.00,0.00),(2510,'','Invoice','','2021-01-23 08:47:44','unga shop','-300','11','2021-01-23 08:47:44','1022','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','unga shop </BR>0757034455 ','','1','0','111611380846','No','','','','','','','','',0.00,0.00),(2511,'','Cash','','2021-01-23 08:53:11','','0','11','2021-01-23 08:53:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','111611381172','Cleared','','','','','','','','',0.00,0.00),(2512,'','Invoice','','2021-01-23 10:00:34','jackline sujnam 4b','-1050','11','2021-01-23 10:00:34','945','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','jackline sujnam 4b </BR>0720839380 ','','1','0','111611385212','No','','','','','','','','',0.00,0.00),(2513,'','Invoice','','2021-01-23 10:03:03','SUSAN TSAVO B105','-150','11','2021-01-23 10:03:03','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111611385347','No','','','','','','','','',0.00,0.00),(2514,'','Invoice','','2021-01-23 10:13:04','alfred mufea a8','-900','11','2021-01-23 10:13:04','886','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','alfred mufea a8 </BR>0721319549 ','','1','0','111611385968','No','','','','','','','','',0.00,0.00),(2515,'','Cash','','2021-01-23 10:30:06','green zone a402','0','11','2021-01-23 10:30:06','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','green zone a402 ','','1','0','111611386994','Cleared','','','','','','','','',0.00,0.00),(2516,'','Cash','','2021-01-23 10:30:53','green zone a404','0','11','2021-01-23 10:30:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','green zone a404 ','','1','0','111611387044','Cleared','','','','','','','','',0.00,0.00),(2517,'','Invoice','','2021-01-23 11:08:40','dainty a405','-300','11','2021-01-23 11:08:40','629','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a405 </BR>0721790359 ','','1','0','111611389311','No','','','','','','','','',0.00,0.00),(2518,'','Invoice','','2021-01-23 11:18:02','tsavo b216','-150','11','2021-01-23 11:18:02','702','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b216 </BR>0725601136 ','','1','0','111611389871','No','','','','','','','','',0.00,0.00),(2519,'','Cash','','2021-01-23 12:40:49','customer','0','11','2021-01-23 12:40:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ','','1','0','111611394840','Cleared','','','','','','','','',0.00,0.00),(2520,'','Invoice','','2021-01-23 13:40:04','josephine centric b8','-600','11','2021-01-23 13:40:04','765','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine centric b8 </BR>0723177767 ','','1','0','111611398370','No','','','','','','','','',0.00,0.00),(2521,'','Mpesa','','2021-01-23 13:46:54','SIMON','0','11','2021-01-23 13:46:54','1056','0','1750','1','retail',NULL,'1750','1','0','0','0','0','1750','0','printed','SIMON </BR>0714923700 ','','1','0','111611398787','Cleared','','','','','','','','',0.00,0.00),(2522,'','Invoice','','2021-01-23 13:48:04','john tsavo a206','-150','11','2021-01-23 13:48:04','659','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','john tsavo a206 </BR>0727518227 ','','1','0','111611398862','No','','','','','','','','',0.00,0.00),(2523,'','Mpesa','','2021-01-23 13:53:04','jane','0','11','2021-01-23 13:53:04','1057','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','jane </BR>0712103795 ','','1','0','111611399172','Cleared','','','','','','','','',0.00,0.00),(2524,'','Invoice','','2021-01-23 13:54:32','tsavo b701','-300','11','2021-01-23 13:54:32','736','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b701 </BR>0704584677 ','','1','0','111611399251','No','','','','','','','','',0.00,0.00),(2525,'','Invoice','','2021-01-23 13:55:39','spearnet cm1','-300','11','2021-01-23 13:55:39','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm1 </BR>0723600872 ','','1','0','111611399328','No','','','','','','','','',0.00,0.00),(2526,'','Mpesa','','2021-01-23 13:56:38','keith loveday','0','11','2021-01-23 13:56:38','985','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','keith loveday </BR>0720251606 ','','1','0','111611399383','Cleared','','','','','','','','',0.00,0.00),(2527,'','Cash','','2021-01-23 13:57:34','customer','0','11','2021-01-23 13:57:34','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ','','1','0','111611399440','Cleared','','','','','','','','',0.00,0.00),(2528,'','Invoice','','2021-01-23 13:58:06','westview f6','-300','11','2021-01-23 13:58:06','591','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview f6 </BR>0720097604 ','','1','0','111611399476','No','','','','','','','','',0.00,0.00),(2529,'','Invoice','','2021-01-23 13:59:11','tsavo sojas [harvester a5]','-300','11','2021-01-23 13:59:11','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo sojas [harvester a5] </BR>0721732580 ','','1','0','111611399540','No','','','','','','','','',0.00,0.00),(2530,'','Invoice','','2021-01-23 14:03:50','irene midview mc3','-300','11','2021-01-23 14:03:50','698','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','irene midview mc3 </BR>0728919362 ','','1','0','111611399683','No','','','','','','','','',0.00,0.00),(2531,'','Cash','','2021-01-23 18:01:18','windsor view 3rd floor c11','0','11','2021-01-23 18:01:18','1058','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','windsor view 3rd floor c11 </BR>0705917823 ','','1','0','111611413873','Cleared','','','','','','','','',0.00,0.00),(2532,'','Invoice','','2021-01-23 18:07:56','mufea','-600','11','2021-01-23 18:07:56','1059','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea </BR>0712090062 ','','1','0','111611414435','No','','','','','','','','',0.00,0.00),(2533,'','Invoice','','2021-01-23 18:10:41','FARAH muteti centre 1','-300','11','2021-01-23 18:10:41','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111611414631','No','','','','','','','','',0.00,0.00),(2534,'','Invoice','','2021-01-23 18:11:32','kenneth kamunge 15 [harvester a5]','-300','11','2021-01-23 18:11:32','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 [harvester a5] </BR>0723443480 ','','1','0','111611414681','No','','','','','','','','',0.00,0.00),(2535,'','Cash','','2021-01-23 18:14:04','braetech garage','0','11','2021-01-23 18:14:04','697','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braetech garage </BR>0789801598 ','','1','0','111611414828','Cleared','','','','','','','','',0.00,0.00),(2536,'','Invoice','','2021-01-23 18:15:23','jenifer mushroom','-900','11','2021-01-23 18:15:23','943','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','jenifer mushroom </BR>0722215228 ','','1','0','111611414907','No','','','','','','','','',0.00,0.00),(2537,'','Invoice','','2021-01-23 18:16:19','midview aa2','-450','11','2021-01-23 18:16:19','1027','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','midview aa2 </BR>0723172531 ','','1','0','111611414963','No','','','','','','','','',0.00,0.00),(2538,'','Invoice','','2021-01-23 18:18:36','faith mufea 6b','-600','11','2021-01-23 18:18:36','1060','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720712233 ','','1','0','111611415095','No','','','','','','','','',0.00,0.00),(2539,'','Invoice','','2021-01-23 18:20:25','gacicio 1 a3','-300','11','2021-01-23 18:20:25','1061','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 a3 </BR>0720485679 ','','1','0','111611415210','No','','','','','','','','',0.00,0.00),(2540,'','Invoice','','2021-01-23 18:22:39','mufea 5c','-560','11','2021-01-23 18:22:39','849','0','560','1','retail',NULL,'560','1','0','0','560','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111611415331','No','','','','','','','','',0.00,0.00),(2541,'','Cash','','2021-01-23 18:36:04','customer','0','11','2021-01-23 18:36:04','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','customer ','','1','0','111611416128','Cleared','','','','','','','','',0.00,0.00),(2542,'','Cash','','2021-01-23 18:52:41','customer','0','11','2021-01-23 18:52:41','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','customer ','','1','0','111611416213','Cleared','','','','','','','','',0.00,0.00),(2543,'','Cash','','2021-01-23 18:53:29','customer','0','11','2021-01-23 18:53:29','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111611417191','Cleared','','','','','','','','',0.00,0.00),(2544,'','Invoice','','2021-01-23 18:56:22','greenview 5b','-300','11','2021-01-23 18:56:22','1062','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 5b </BR>0718299149 ','','1','0','111611417367','No','','','','','','','','',0.00,0.00),(2545,'','Cash','','2021-01-23 18:57:41','customer','0','11','2021-01-23 18:57:41','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ','','1','0','111611417442','Cleared','','','','','','','','',0.00,0.00),(2546,'','Cash','','2021-01-23 18:59:42','customer','0','11','2021-01-23 18:59:42','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111611417572','Cleared','','','','','','','','',0.00,0.00),(2547,'','Invoice','','2021-01-23 19:01:14','PURITY WA10','-300','11','2021-01-23 19:01:14','1063','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PURITY WA10 </BR>0731849400 ','','1','0','111611417659','No','','','','','','','','',0.00,0.00),(2548,'','Mpesa','','2021-01-23 19:02:41','jaice bb7','0','11','2021-01-23 19:02:41','1064','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jaice bb7 </BR>0722131536 ','','1','0','111611417747','Cleared','','','','','','','','',0.00,0.00),(2549,'','Cash','','2021-01-23 19:04:07','mirriam petra 18','0','11','2021-01-23 19:04:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mirriam petra 18 ','','1','0','111611417829','Cleared','','','','','','','','',0.00,0.00),(2550,'','Mpesa','','2021-01-23 19:04:50','festus','0','11','2021-01-23 19:04:50','1065','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','festus </BR>0718167073 ','','1','0','111611417873','Cleared','','','','','','','','',0.00,0.00),(2551,'','Cash','','2021-01-23 19:10:13','petra a10','0','11','2021-01-23 19:10:13','1066','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','petra a10 </BR>0733783552 ','','1','0','111611418199','Cleared','','','','','','','','',0.00,0.00),(2552,'','Invoice','','2021-01-23 20:08:06','john tsavo a311','-300','11','2021-01-23 20:08:06','703','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john tsavo a311 </BR>0706352266 ','','1','0','111611421672','No','','','','','','','','',0.00,0.00),(2553,'','Cash','','2021-01-23 20:11:52','petra a10','0','11','2021-01-23 20:11:52','1066','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','petra a10 </BR>0733783552 ','','1','0','111611421874','Cleared','','','','','','','','',0.00,0.00),(2554,'','Invoice','','2021-01-23 20:12:55','angeline father oasis 2nd gate 12d','-300','11','2021-01-23 20:12:55','909','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','angeline father oasis 2nd gate 12d </BR>0700927583 ','','1','0','111611421952','No','','','','','','','','',0.00,0.00),(2555,'','Cash','','2021-01-23 20:14:51','larry garden ','0','11','2021-01-23 20:14:51','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','larry garden ','','1','0','111611422045','Cleared','','','','','','','','',0.00,0.00),(2556,'','Cash','','2021-01-23 20:15:40','spearnet b5','0','11','2021-01-23 20:15:40','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','spearnet b5 ','','1','0','111611422115','Cleared','','','','','','','','',0.00,0.00),(2557,'','Invoice','','2021-01-23 20:16:25','harvester josephine c5','-300','11','2021-01-23 20:16:25','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0722357655 ','','1','0','111611422171','No','','','','','','','','',0.00,0.00),(2558,'','Mpesa','','2021-01-23 20:17:28','mufea 48','0','11','2021-01-23 20:17:28','832','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea 48 </BR>0725943428 ','','1','0','111611422238','Cleared','','','','','','','','',0.00,0.00),(2559,'','Cash','','2021-01-23 20:18:57','customer','0','11','2021-01-23 20:18:57','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611422325','Cleared','','','','','','','','',0.00,0.00),(2560,'','Cash','','2021-01-23 20:19:22','customer','0','11','2021-01-23 20:19:22','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611422354','Cleared','','','','','','','','',0.00,0.00),(2561,'','Mpesa','','2021-01-23 20:40:50','david mufea 22','0','11','2021-01-23 20:40:50','693','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed','david mufea 22 </BR>0725147877 ','','1','0','111611423567','Cleared','','','','','','','','',0.00,0.00),(2562,'','Invoice','','2021-01-23 21:07:30','michael gacicio 2 b9','-900','11','2021-01-23 21:07:30','406','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','michael gacicio 2 b9 </BR>0720756945 ','','1','0','111611425225','No','','','','','','','','',0.00,0.00),(2563,'','Invoice','','2021-01-23 21:08:45','dories harvester b8','-300','11','2021-01-23 21:08:45','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111611425315','No','','','','','','','','',0.00,0.00),(2564,'','Invoice','','2021-01-23 21:09:34','schekem a11','-300','11','2021-01-23 21:09:34','900','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem a11 </BR>0725683679 ','','1','0','111611425358','No','','','','','','','','',0.00,0.00),(2565,'','Invoice','','2021-01-24 10:59:46','jaice ba6','-300','11','2021-01-24 10:59:46','709','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jaice ba6 </BR>0722121727 ','','1','0','111611475177','No','','','','','','','','',0.00,0.00),(2566,'','Invoice','','2021-01-24 11:04:19','dories harvester c3','-600','11','2021-01-24 11:04:19','759','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester c3 </BR>0714157162 ','','1','0','111611475272','No','','','','','','','','',0.00,0.00),(2567,'','Cash','','2021-01-24 11:09:26','pastor kennedy','0','11','2021-01-24 11:09:26','1067','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','pastor kennedy </BR>0710259458 ','','1','0','111611475752','Cleared','','','','','','','','',0.00,0.00),(2568,'','Invoice','','2021-01-24 11:10:36','ester mufea 13','-600','11','2021-01-24 11:10:36','96','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ester mufea 13 </BR>0726997371 ','','1','0','111611475820','No','','','','','','','','',0.00,0.00),(2569,'','Cash','','2021-01-24 15:58:36','after moca courtyard','0','11','2021-01-24 15:58:36','1068','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','after moca courtyard </BR>0707640652 ','','1','0','111611493094','Cleared','','','','','','','','',0.00,0.00),(2570,'','Cash','','2021-01-24 16:01:02','bernad kugeria hse no 3','0','11','2021-01-24 16:01:02','753','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','bernad kugeria hse no 3 </BR>0722451236 ','','1','0','111611493243','Cleared','','','','','','','','',0.00,0.00),(2571,'','Invoice','','2021-01-24 16:02:42','midview ad3','-300','11','2021-01-24 16:02:42','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111611493351','No','','','','','','','','',0.00,0.00),(2572,'','Cash','','2021-01-24 16:04:06','0pposite mazeras m2','0','11','2021-01-24 16:04:06','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','0pposite mazeras m2 ','','1','0','111611493427','Cleared','','','','','','','','',0.00,0.00),(2573,'','Invoice','','2021-01-24 16:05:21','naftaly greenview 2b','-300','11','2021-01-24 16:05:21','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','naftaly greenview 2b </BR>0722769324 ','','1','0','111611493509','No','','','','','','','','',0.00,0.00),(2574,'','Invoice','','2021-01-24 16:07:20','harvester d1','-300','11','2021-01-24 16:07:20','1069','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester d1 </BR>0726548869 ','','1','0','111611493627','No','','','','','','','','',0.00,0.00),(2575,'','Invoice','','2021-01-24 16:11:12','midview mb4','-300','11','2021-01-24 16:11:12','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mb4 </BR>0711977497 ','','1','0','111611493746','No','','','','','','','','',0.00,0.00),(2576,'','Mpesa','','2021-01-24 16:12:33','dominic','0','11','2021-01-24 16:12:33','888','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dominic </BR>0726686922 ','','1','0','111611493943','Cleared','','','','','','','','',0.00,0.00),(2577,'','Mpesa','','2021-01-24 16:16:34','mary','0','11','2021-01-24 16:16:34','882','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','mary </BR>0702407863 ','','1','0','111611494178','Cleared','','','','','','','','',0.00,0.00),(2578,'','Cash','','2021-01-24 16:17:29','customer','0','11','2021-01-24 16:17:29','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111611494239','Cleared','','','','','','','','',0.00,0.00),(2579,'','Invoice','','2021-01-24 16:18:26','AGNES TSAVO B205','-450','11','2021-01-24 16:18:26','750','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','AGNES TSAVO B205 </BR>0724696094 ','','1','0','111611494274','No','','','','','','','','',0.00,0.00),(2580,'','Invoice','','2021-01-24 16:20:17','pinewood 302','-300','11','2021-01-24 16:20:17','694','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pinewood 302 </BR>0721351530 ','','1','0','111611494381','No','','','','','','','','',0.00,0.00),(2581,'','Mpesa','','2021-01-24 16:21:25','james','0','11','2021-01-24 16:21:25','974','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','james </BR>0724082450 ','','1','0','111611494471','Cleared','','','','','','','','',0.00,0.00),(2582,'','Invoice','','2021-01-24 16:22:22','collins weatview d6','-600','11','2021-01-24 16:22:22','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','collins weatview d6 </BR>0714160617 ','','1','0','111611494527','No','','','','','','','','',0.00,0.00),(2583,'','Invoice','','2021-01-24 16:23:19','nyawira 36','-300','11','2021-01-24 16:23:19','347','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 36 </BR>0717742925 ','','1','0','111611494586','No','','','','','','','','',0.00,0.00),(2584,'','Cash','','2021-01-24 16:28:45','mwangi ciber','0','11','2021-01-24 16:28:45','1070','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mwangi ciber </BR>0727847639 ','','1','0','111611494891','Cleared','','','','','','','','',0.00,0.00),(2585,'','Mpesa','','2021-01-24 16:46:17','lenny','0','11','2021-01-24 16:46:17','505','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','lenny </BR>0724638256 ','','1','0','111611495962','Cleared','','','','','','','','',0.00,0.00),(2586,'','Invoice','','2021-01-24 18:38:52','blessed garden a10','-600','11','2021-01-24 18:38:52','623','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden a10 </BR>0113452227 ','','1','0','111611502704','No','','','','','','','','',0.00,0.00),(2587,'','Invoice','','2021-01-24 18:40:32','kimani court E2','-300','11','2021-01-24 18:40:32','773','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court E2 </BR>0722463549 ','','1','0','111611502806','No','','','','','','','','',0.00,0.00),(2588,'','Mpesa','','2021-01-24 18:41:38','dainty a103','0','11','2021-01-24 18:41:38','1071','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dainty a103 </BR>0719669599 ','','1','0','111611502887','Cleared','','','','','','','','',0.00,0.00),(2589,'','Invoice','','2021-01-24 19:33:08','tsavo c507','-400','11','2021-01-24 19:33:08','1072','0','400','1','retail',NULL,'400','1','0','0','400','0','0','0','printed','tsavo c507 </BR>0714143179 ','','1','0','111611505893','No','','','','','','','','',0.00,0.00),(2590,'','Invoice','','2021-01-24 19:34:44','kimani court b3','-450','11','2021-01-24 19:34:44','56','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kimani court b3 </BR>0721828880 ','','1','0','111611506065','No','','','','','','','','',0.00,0.00),(2591,'','Invoice','','2021-01-24 19:35:49','opposite mazeras m3','-600','11','2021-01-24 19:35:49','1012','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','opposite mazeras m3 </BR>0721303020 ','','1','0','111611506133','No','','','','','','','','',0.00,0.00),(2592,'','Mpesa','','2021-01-24 19:37:23','dan mwangi','0','11','2021-01-24 19:37:23','1073','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','dan mwangi </BR>0715916110 ','','1','0','111611506229','Cleared','','','','','','','','',0.00,0.00),(2593,'','Invoice','','2021-01-24 19:38:48','ridge centre','-150','11','2021-01-24 19:38:48','523','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ridge centre </BR>0722171614 ','','1','0','111611506286','No','','','','','','','','',0.00,0.00),(2594,'','Cash','','2021-01-24 20:26:14','gerald midview am2','0','11','2021-01-24 20:26:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gerald midview am2 ','','1','0','111611508879','Cleared','','','','','','','','',0.00,0.00),(2595,'','Mpesa','','2021-01-24 20:27:19','calvin oluoch','0','11','2021-01-24 20:27:19','1074','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','calvin oluoch </BR>0708466648 ','','1','0','111611509224','Cleared','','','','','','','','',0.00,0.00),(2596,'','Cash','','2021-01-24 20:30:25','nzinza b32','0','11','2021-01-24 20:30:25','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nzinza b32 ','','1','0','111611509409','Cleared','','','','','','','','',0.00,0.00),(2597,'','Mpesa','','2021-01-25 08:53:59','moreen','0','11','2021-01-25 08:53:59','1075','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','moreen </BR>0712675405 ','','1','0','111611554029','Cleared','','','','','','','','',0.00,0.00),(2598,'','Mpesa','','2021-01-25 09:22:05','michelle [elewa ulevi]','0','11','2021-01-25 09:22:05','1076','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','michelle [elewa ulevi] </BR>0702217788 ','','1','0','111611555706','Cleared','','','','','','','','',0.00,0.00),(2599,'','Invoice','','2021-01-25 10:05:43','martin nzinza c52','-300','11','2021-01-25 10:05:43','1077','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','martin nzinza c52 </BR>0742543731 ','','1','0','111611558323','No','','','','','','','','',0.00,0.00),(2600,'','Cash','','2021-01-25 10:07:43','customer','0','11','2021-01-25 10:07:43','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111611558433','Cleared','','','','','','','','',0.00,0.00),(2601,'','Invoice','','2021-01-25 10:08:12','moca court c8','-300','11','2021-01-25 10:08:12','898','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','moca court c8 </BR>0721248500 ','','1','0','111611558483','No','','','','','','','','',0.00,0.00),(2602,'','Invoice','','2021-01-25 10:10:59','charles mufea 32','-450','11','2021-01-25 10:10:59','835','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','charles mufea 32 </BR>0726550707 ','','1','0','111611558639','No','','','','','','','','',0.00,0.00),(2603,'','Cash','','2021-01-25 10:32:15','customer','0','11','2021-01-25 10:32:15','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611559911','Cleared','','','','','','','','',0.00,0.00),(2604,'','Cash','','2021-01-25 14:30:25','dainty a602','0','11','2021-01-25 14:27:15','692','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611571275','Cleared','11','2021-01-25 14:30:25','','','','','','',0.00,0.00),(2605,'','Invoice','','2021-01-25 14:34:37','sister mourine','-1750','11','2021-01-25 14:34:37','571','0','1750','1','retail',NULL,'1750','1','0','0','1750','0','0','0','printed','sister mourine </BR>0721732580 ','','1','0','111611574385','No','','','','','','','','',0.00,0.00),(2606,'','Cash','','2021-01-25 14:38:48','tsavo kitchen rooftop','0','11','2021-01-25 14:38:48','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','tsavo kitchen rooftop ','','1','0','111611574721','Cleared','','','','','','','','',0.00,0.00),(2607,'','Cash','','2021-01-25 14:39:53','chemist','0','11','2021-01-25 14:39:53','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111611574771','Cleared','','','','','','','','',0.00,0.00),(2608,'','Cash','','2021-01-25 14:42:58','caretaker ridge centre','0','11','2021-01-25 14:42:58','571','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','caretaker ridge centre </BR>0721732580 ','','1','0','111611574821','Cleared','','','','','','','','',0.00,0.00),(2609,'','Invoice','','2021-01-25 14:52:15','miidview soja','-600','11','2021-01-25 14:52:15','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','miidview soja </BR>0711977497 ','','1','0','111611575521','No','','','','','','','','',0.00,0.00),(2610,'','Invoice','','2021-01-25 14:54:53','lilian dainty a305','-450','11','2021-01-25 14:54:53','604','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','lilian dainty a305 </BR>0740861468 ','','1','0','111611575682','No','','','','','','','','',0.00,0.00),(2611,'','Invoice','','2021-01-25 14:55:52','stepen mufea 54','-300','11','2021-01-25 14:55:52','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stepen mufea 54 </BR>0712821285 ','','1','0','111611575743','No','','','','','','','','',0.00,0.00),(2612,'','Invoice','','2021-01-25 15:11:23','farida spearnet dm3','-300','11','2021-01-25 15:11:23','585','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','farida spearnet dm3 </BR>0711956826 ','','1','0','111611576673','No','','','','','','','','',0.00,0.00),(2613,'','Invoice','','2021-01-25 15:19:09','joyce oppsweet bay','-350','11','2021-01-25 15:19:09','755','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','joyce oppsweet bay </BR>0741083937 ','','1','0','111611576748','No','','','','','','','','',0.00,0.00),(2614,'','Cash','','2021-01-25 15:39:33','muteti centre','0','11','2021-01-25 15:39:33','862','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre </BR>0725266364 ','','1','0','111611578361','Cleared','','','','','','','','',0.00,0.00),(2615,'','Cash','','2021-01-25 16:55:01','dennis spearnet dm3','0','11','2021-01-25 16:55:01','617','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dennis spearnet dm3 </BR>0727711513 ','','1','0','111611578430','Cleared','','','','','','','','',0.00,0.00),(2616,'','Invoice','','2021-01-25 16:57:52','judy father oasis gate a c7','-300','11','2021-01-25 16:57:52','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy father oasis gate a c7 </BR>0722354995 ','','1','0','111611583056','No','','','','','','','','',0.00,0.00),(2617,'','Cash','','2021-01-25 16:59:35','customer','0','11','2021-01-25 16:59:35','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111611583167','Cleared','','','','','','','','',0.00,0.00),(2618,'','Invoice','','2021-01-25 17:32:19','helen father oasis a c11','-300','11','2021-01-25 17:32:19','776','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','helen father oasis a c11 </BR>0721889292 ','','1','0','111611585112','No','','','','','','','','',0.00,0.00),(2619,'','Invoice','','2021-01-25 17:34:51','nzinza c60','-300','11','2021-01-25 17:34:51','1078','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c60 </BR>0737149157 ','','1','0','111611585266','No','','','','','','','','',0.00,0.00),(2620,'','Invoice','','2021-01-25 18:25:15','john petra 5','-300','11','2021-01-25 18:25:15','512','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john petra 5 </BR>0716088088 ','','1','0','111611588261','No','','','','','','','','',0.00,0.00),(2621,'','Mpesa','','2021-01-25 18:42:02','kelvin midview ab4','0','11','2021-01-25 18:42:02','686','0','950','1','retail',NULL,'950','1','0','0','0','0','950','0','printed','kelvin midview ab4 </BR>0727000094 ','','1','0','111611589245','Cleared','','','','','','','','',0.00,0.00),(2622,'','Mpesa','','2021-01-25 18:43:52','mazeras 10','0','11','2021-01-25 18:43:52','1079','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','mazeras 10 </BR>0713356169 ','','1','0','111611589404','Cleared','','','','','','','','',0.00,0.00),(2623,'','Mpesa','','2021-01-25 18:45:39','esther','0','11','2021-01-25 18:45:39','520','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','esther </BR>0722634387 ','','1','0','111611589510','Cleared','','','','','','','','',0.00,0.00),(2624,'','Cash','','2021-01-25 18:48:36','maureen nziza a14','0','11','2021-01-25 18:47:23','867','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611589630','Cleared','11','2021-01-25 18:48:36','','','','','','',0.00,0.00),(2625,'','Invoice','','2021-01-25 19:17:45','mufea 3g','-300','11','2021-01-25 19:17:45','962','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3g </BR>0732761196 ','','1','0','111611591441','No','','','','','','','','',0.00,0.00),(2626,'','Mpesa','','2021-01-25 19:19:13','mwangi','0','11','2021-01-25 19:19:13','1080','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','mwangi </BR>0715264018 ','','1','0','111611591539','Cleared','','','','','','','','',0.00,0.00),(2627,'','Cash','','2021-01-25 19:21:31','','0','11','2021-01-25 19:21:31','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111611591630','Cleared','','','','','','','','',0.00,0.00),(2628,'','Mpesa','','2021-01-25 19:22:00','cathrine','0','11','2021-01-25 19:22:00','1081','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','cathrine </BR>0720540456 ','','1','0','111611591698','Cleared','','','','','','','','',0.00,0.00),(2629,'','Cash','','2021-01-25 19:24:58','customer','0','11','2021-01-25 19:24:58','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111611591783','Cleared','','','','','','','','',0.00,0.00),(2630,'','Invoice','','2021-01-25 19:41:57','cid e10','-300','11','2021-01-25 19:41:57','951','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid e10 </BR>0705725683 ','','1','0','111611592908','No','','','','','','','','',0.00,0.00),(2631,'','Invoice','','2021-01-25 20:27:58','centric court b10','-450','11','2021-01-25 20:27:58','1011','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111611595621','No','','','','','','','','',0.00,0.00),(2632,'','Invoice','','2021-01-25 20:30:11','westview e6','-300','11','2021-01-25 20:30:11','558','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview e6 </BR>0720445216 ','','1','0','111611595800','No','','','','','','','','',0.00,0.00),(2633,'','Invoice','','2021-01-25 20:31:15','TSAVO A512','-300','11','2021-01-25 20:31:15','725','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO A512 </BR>0721860890 ','','1','0','111611595861','No','','','','','','','','',0.00,0.00),(2634,'','Invoice','','2021-01-25 20:32:09','nabil castle 35','-300','11','2021-01-25 20:32:09','743','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nabil castle 35 </BR>0778020001 ','','1','0','111611595923','No','','','','','','','','',0.00,0.00),(2635,'','Mpesa','','2021-01-25 20:45:23','annmarie','0','11','2021-01-25 20:45:23','1082','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','annmarie </BR>0723663199 ','','1','0','111611596713','Cleared','','','','','','','','',0.00,0.00),(2636,'','Mpesa','','2021-01-25 20:48:42','mumbi','0','11','2021-01-25 20:48:42','1083','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','mumbi </BR>0724414350 ','','1','0','111611596914','Cleared','','','','','','','','',0.00,0.00),(2637,'','Cash','','2021-01-26 09:02:09','customer','0','11','2021-01-26 09:02:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','customer ','','1','0','111611640908','Cleared','','','','','','','','',0.00,0.00),(2638,'','Cash','','2021-01-26 09:03:08','nyawira 33','0','11','2021-01-26 09:03:08','793','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111611640951','Cleared','','','','','','','','',0.00,0.00),(2639,'','Invoice','','2021-01-26 12:02:40','hellen lari gardens a1','-600','11','2021-01-26 12:02:40','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hellen lari gardens a1 </BR>0724709015 ','','1','0','111611651738','No','','','','','','','','',0.00,0.00),(2640,'','Invoice','','2021-01-26 12:03:43','SHIFFARA JENID C8','-300','11','2021-01-26 12:03:43','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111611651813','No','','','','','','','','',0.00,0.00),(2641,'','Invoice','','2021-01-26 12:06:08','caro father oasis a18','-300','11','2021-01-26 12:06:08','933','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caro father oasis a18 </BR>0719814734 ','','1','0','111611651957','No','','','','','','','','',0.00,0.00),(2642,'','Mpesa','','2021-01-26 13:59:51','JAMES','0','11','2021-01-26 13:59:51','1084','0','20','1','retail',NULL,'20','1','0','0','0','0','20','0','printed','JAMES </BR>0722109616 ','','1','0','111611658760','Cleared','','','','','','','','',0.00,0.00),(2643,'','Cash','','2021-01-26 14:37:23','sujnam 4a','0','11','2021-01-26 14:03:17','802','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611658968','Cleared','11','2021-01-26 14:37:23','','','','','','',0.00,0.00),(2644,'','Cash','','2021-01-26 14:38:24','customer','0','11','2021-01-26 14:38:24','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111611661063','Cleared','','','','','','','','',0.00,0.00),(2645,'','Invoice','','2021-01-26 16:06:48','LILIAN MUFEA 3C','-300','11','2021-01-26 16:06:48','674','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','LILIAN MUFEA 3C </BR>0720276738 ','','1','0','111611666399','No','','','','','','','','',0.00,0.00),(2646,'','Cash','','2021-01-26 16:11:38','rita spring garden block a 4th floor 1st house','0','11','2021-01-26 16:11:38','766','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','rita spring garden block a 4th floor 1st house </BR>0715731855 ','','1','0','111611666607','Cleared','','','','','','','','',0.00,0.00),(2647,'','Cash','','2021-01-26 16:13:52','customer','0','11','2021-01-26 16:13:52','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111611666768','Cleared','','','','','','','','',0.00,0.00),(2648,'','Invoice','','2021-01-26 17:46:44','james primerose b2','-600','11','2021-01-26 17:46:44','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111611672373','No','','','','','','','','',0.00,0.00),(2649,'','Invoice','','2021-01-26 18:23:06','MUMBI NZINZA A19','-600','11','2021-01-26 18:23:06','1018','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MUMBI NZINZA A19 </BR>0708035713 ','','1','0','111611674512','No','','','','','','','','',0.00,0.00),(2650,'','Invoice','','2021-01-26 18:24:56','spearnet cm3','-450','11','2021-01-26 18:24:56','1085','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','spearnet cm3 </BR>070716867852 ','','1','0','111611674661','No','','','','','','','','',0.00,0.00),(2651,'','Mpesa','','2021-01-26 18:26:28','ANTONY','0','11','2021-01-26 18:26:28','959','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ANTONY </BR>0725396669 ','','1','0','111611674760','Cleared','','','','','','','','',0.00,0.00),(2652,'','Mpesa','','2021-01-26 18:27:39','GRACE','0','11','2021-01-26 18:27:39','1086','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','GRACE </BR>0722739432 ','','1','0','111611674844','Cleared','','','','','','','','',0.00,0.00),(2653,'','Cash','','2021-01-26 18:29:04','customer','0','11','2021-01-26 18:29:04','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111611674912','Cleared','','','','','','','','',0.00,0.00),(2654,'','Invoice','','2021-01-26 18:30:21','raya tsavo b513','-150','11','2021-01-26 18:30:21','754','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo b513 </BR>0111875405 ','','1','0','111611674978','No','','','','','','','','',0.00,0.00),(2655,'','Invoice','','2021-01-26 18:32:01','MERCY JENID C5','-150','11','2021-01-26 18:32:01','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111611675099','No','','','','','','','','',0.00,0.00),(2656,'','Cash','','2021-01-26 18:34:13','adriana harvester c4','0','11','2021-01-26 18:33:14','635','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111611675163','Cleared','11','2021-01-26 18:34:13','','','','','','',0.00,0.00),(2657,'','Cash','','2021-01-26 18:35:19','customer','0','11','2021-01-26 18:35:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111611675302','Cleared','','','','','','','','',0.00,0.00),(2658,'','Invoice','','2021-01-26 18:36:16','maureen mufea 37','-300','11','2021-01-26 18:36:16','587','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen mufea 37 </BR>0710760718 ','','1','0','111611675360','No','','','','','','','','',0.00,0.00),(2659,'','Invoice','','2021-01-26 19:48:47','olive tree a5','-300','11','2021-01-26 19:48:47','727','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive tree a5 </BR>0725556336 ','','1','0','111611679691','No','','','','','','','','',0.00,0.00),(2660,'','Invoice','','2021-01-26 19:52:03','elizaBET DAINTY 304A','-300','11','2021-01-26 19:52:03','1087','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizaBET DAINTY 304A </BR>0715748818 ','','1','0','111611679906','No','','','','','','','','',0.00,0.00),(2661,'','Invoice','','2021-01-26 19:53:46','greenview 4B','-300','11','2021-01-26 19:53:46','1088','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenview 4B </BR>0712937893 ','','1','0','111611680018','No','','','','','','','','',0.00,0.00),(2662,'','Invoice','','2021-01-26 19:58:53','UNIVERSAL APARTMENTS C6','-350','11','2021-01-26 19:58:53','845','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>0720415709 ','','1','0','111611680087','No','','','','','','','','',0.00,0.00),(2663,'','Mpesa','','2021-01-26 20:04:02','SAMUEL','0','11','2021-01-26 20:04:02','910','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','SAMUEL </BR>0722767689 ','','1','0','111611680517','Cleared','','','','','','','','',0.00,0.00),(2664,'','Invoice','','2021-01-26 20:07:33','mufea 2D','-300','11','2021-01-26 20:07:33','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111611680845','No','','','','','','','','',0.00,0.00),(2665,'','Invoice','','2021-01-26 20:08:38','932 kevin a20','-300','11','2021-01-26 20:08:38','645','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 kevin a20 </BR>0722977563 ','','1','0','111611680906','No','','','','','','','','',0.00,0.00),(2666,'','Invoice','','2021-01-26 20:35:32','mekita c4','-300','11','2021-01-26 20:35:32','908','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mekita c4 </BR>0740790922 ','','1','0','111611680957','No','','','','','','','','',0.00,0.00),(2667,'','Invoice','','2021-01-26 20:36:46','spearnet dm11','-300','11','2021-01-26 20:36:46','807','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm11 </BR>0733134762 ','','1','0','111611682598','No','','','','','','','','',0.00,0.00),(2668,'','Invoice','','2021-01-26 20:37:55','caleb tsavo a308','-150','11','2021-01-26 20:37:55','506','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caleb tsavo a308 </BR>0727878660 ','','1','0','111611682669','No','','','','','','','','',0.00,0.00),(2669,'','Invoice','','2021-01-26 20:38:52','dories harvester b8','-300','11','2021-01-26 20:38:52','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111611682722','No','','','','','','','','',0.00,0.00),(2670,'','Cash','','2021-01-26 20:52:59','mufea 68','-300','11','2021-01-26 20:52:59','','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 68 ','','1','0','111611683570','Cleared','','','','','','','','',0.00,0.00),(2671,'','Invoice','','2021-01-26 20:54:32','mecy olive c1','-300','11','2021-01-26 20:54:32','589','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mecy olive c1 </BR>0702292454 ','','1','0','111611683659','No','','','','','','','','',0.00,0.00),(2672,'','Invoice','','2021-01-27 11:10:03','mercy olive c1','-300','11','2021-01-27 11:10:03','589','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mercy olive c1 </BR>0702292454 ','','1','0','111611734969','No','','','','','','','','',0.00,0.00),(2673,'','Invoice','','2021-01-27 11:16:13','mumwe runda school','-900','11','2021-01-27 11:16:13','1089','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mumwe runda school </BR>0722228079 ','','1','0','111611735348','No','','','','','','','','',0.00,0.00),(2674,'','Cash','','2021-01-27 11:20:04','midview aa2','0','11','2021-01-27 11:20:04','1027','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','midview aa2 </BR>0723172531 ','','1','0','111611735571','Cleared','','','','','','','','',0.00,0.00),(2675,'','Cash','','2021-01-27 11:21:41','purity wa1','0','11','2021-01-27 11:21:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','purity wa1 ','','1','0','111611735679','Cleared','','','','','','','','',0.00,0.00),(2676,'','Invoice','','2021-01-27 11:22:45','mufea g6','-900','11','2021-01-27 11:22:45','846','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea g6 </BR>0703218666 ','','1','0','111611735736','No','','','','','','','','',0.00,0.00),(2677,'','Mpesa','','2021-01-27 11:25:42','jemimah greenview','0','11','2021-01-27 11:25:42','1062','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jemimah greenview </BR>0718299149 ','','1','0','111611735869','Cleared','','','','','','','','',0.00,0.00),(2678,'','Invoice','','2021-01-27 11:29:22','mufea peter 66','-600','11','2021-01-27 11:29:22','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111611736129','No','','','','','','','','',0.00,0.00),(2679,'','Cash','','2021-01-27 11:32:23','customer','0','11','2021-01-27 11:32:23','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ','','1','0','111611736291','Cleared','','','','','','','','',0.00,0.00),(2680,'','Invoice','','2021-01-27 11:33:42','mary tsavo a319','-600','11','2021-01-27 11:33:42','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111611736400','No','','','','','','','','',0.00,0.00),(2681,'','Invoice','','2021-01-27 15:30:23','unga shop','-300','11','2021-01-27 15:30:23','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','unga shop </BR>0721732580 ','','1','0','111611750591','No','','','','','','','','',0.00,0.00),(2682,'','Invoice','','2021-01-27 15:34:05','christine father oasis e16','-300','11','2021-01-27 15:34:05','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111611750831','No','','','','','','','','',0.00,0.00),(2683,'','Invoice','','2021-01-27 15:36:13','godwin serene c1','-300','11','2021-01-27 15:36:13','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111611750959','No','','','','','','','','',0.00,0.00),(2684,'','Invoice','','2021-01-27 15:41:29','hope trust 1 a4','-600','11','2021-01-27 15:41:29','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>0720869132 ','','1','0','111611751271','No','','','','','','','','',0.00,0.00),(2685,'','Cash','','2021-01-27 15:42:49','kwa maasai','0','11','2021-01-27 15:42:49','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kwa maasai ','','1','0','111611751353','Cleared','','','','','','','','',0.00,0.00),(2686,'','Invoice','','2021-01-27 15:43:26','SUSAN TSAVO B105','-150','11','2021-01-27 15:43:26','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111611751388','No','','','','','','','','',0.00,0.00),(2687,'','Mpesa','','2021-01-27 15:44:49','alex kinywa','0','11','2021-01-27 15:44:49','1090','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','alex kinywa </BR>0724960397 ','','1','0','111611751464','Cleared','','','','','','','','',0.00,0.00),(2688,'','Invoice','','2021-01-27 15:45:55','raya tsavo a513','-80','11','2021-01-27 15:45:55','53','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111611751538','No','','','','','','','','',0.00,0.00),(2689,'','Cash','','2021-01-27 16:10:54','caretaker ridge centre','0','11','2021-01-27 16:10:54','532','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','caretaker ridge centre </BR>0723385156 ','','1','0','111611752957','Cleared','','','','','','','','',0.00,0.00),(2690,'','Cash','','2021-01-27 16:11:51','james 932 a4','0','11','2021-01-27 16:11:51','708','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','james 932 a4 </BR>0722714971 ','','1','0','111611753101','Cleared','','','','','','','','',0.00,0.00),(2691,'','Invoice','','2021-01-27 16:17:07','ester tindigua garden 4c','-300','11','2021-01-27 16:17:07','774','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ester tindigua garden 4c </BR>0718561273 ','','1','0','111611753171','No','','','','','','','','',0.00,0.00),(2692,'','Invoice','','2021-01-27 16:46:18','kimani court d8','-300','11','2021-01-27 16:46:18','1036','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d8 </BR>0702284443 ','','1','0','111611755168','No','','','','','','','','',0.00,0.00),(2693,'','Mpesa','','2021-01-27 16:48:41','nancy','0','11','2021-01-27 16:48:41','330','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','nancy </BR>0721540671 ','','1','0','111611755312','Cleared','','','','','','','','',0.00,0.00),(2694,'','Invoice','','2021-01-27 17:40:22','tsavo c210','-300','11','2021-01-27 17:40:22','1091','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c210 </BR>0729381787 ','','1','0','111611758289','No','','','','','','','','',0.00,0.00),(2695,'','Mpesa','','2021-01-27 17:42:29','sija','0','11','2021-01-27 17:42:29','1092','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','sija </BR>0723808055 ','','1','0','111611758534','Cleared','','','','','','','','',0.00,0.00),(2696,'','Invoice','','2021-01-27 17:45:20','peter ebenezer c13','-600','11','2021-01-27 17:45:20','729','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','peter ebenezer c13 </BR>0702386111 ','','1','0','111611758648','No','','','','','','','','',0.00,0.00),(2697,'','Cash','','2021-01-27 17:47:20','sujnam 6b','0','11','2021-01-27 17:47:20','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','sujnam 6b ','','1','0','111611758827','Cleared','','','','','','','','',0.00,0.00),(2698,'','Cash','','2021-01-27 17:47:53','customer','0','11','2021-01-27 17:47:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111611758863','Cleared','','','','','','','','',0.00,0.00),(2699,'','Invoice','','2021-01-27 18:54:45','teresia father oasis gate b 13a','-600','11','2021-01-27 18:54:45','639','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia father oasis gate b 13a </BR>0721744587 ','','1','0','111611762747','No','','','','','','','','',0.00,0.00),(2700,'','Invoice','','2021-01-27 18:56:56','samuel blesed garden b4','-900','11','2021-01-27 18:56:56','129','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','samuel blesed garden b4 </BR>0723485407 ','','1','0','111611762992','No','','','','','','','','',0.00,0.00),(2701,'','Mpesa','','2021-01-27 18:58:37','kimani court b1','0','11','2021-01-27 18:58:37','968','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','kimani court b1 </BR>0721431700 ','','1','0','111611763096','Cleared','','','','','','','','',0.00,0.00),(2702,'','Invoice','','2021-01-27 19:01:45','allan midview ab6','-300','11','2021-01-27 19:01:45','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>0723657970 ','','1','0','111611763194','No','','','','','','','','',0.00,0.00),(2703,'','Invoice','','2021-01-27 19:19:18','annirene mazeras 2','-300','11','2021-01-27 19:19:18','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111611764337','No','','','','','','','','',0.00,0.00),(2704,'','Invoice','','2021-01-27 19:23:51','kamunge 24','-600','11','2021-01-27 19:23:51','555','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111611764419','No','','','','','','','','',0.00,0.00),(2705,'','Cash','','2021-01-27 19:25:02','customer','0','11','2021-01-27 19:25:02','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111611764672','Cleared','','','','','','','','',0.00,0.00),(2706,'','Mpesa','','2021-01-27 19:42:35','mary ridge centre','0','11','2021-01-27 19:42:35','523','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','mary ridge centre </BR>0722171614 ','','1','0','111611765737','Cleared','','','','','','','','',0.00,0.00),(2707,'','Cash','','2021-01-27 20:03:20','','0','11','2021-01-27 20:03:20','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111611765822','Cleared','','','','','','','','',0.00,0.00),(2708,'','Cash','','2021-01-27 20:03:40','','0','11','2021-01-27 20:03:40','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111611767005','Cleared','','','','','','','','',0.00,0.00),(2709,'','Cash','','2021-01-27 20:04:07','','0','11','2021-01-27 20:04:07','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111611767024','Cleared','','','','','','','','',0.00,0.00),(2710,'','Invoice','','2021-01-27 20:08:31','opp mazeras m4','-300','11','2021-01-27 20:08:31','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0722867971 ','','1','0','111611767052','No','','','','','','','','',0.00,0.00),(2711,'','Mpesa','','2021-01-27 20:09:36','lenny njenga','0','11','2021-01-27 20:09:36','505','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','lenny njenga </BR>0724638256 ','','1','0','111611767357','Cleared','','','','','','','','',0.00,0.00),(2712,'','Mpesa','','2021-01-28 10:07:20','SIMON','0','11','2021-01-28 10:07:20','939','0','980','1','retail',NULL,'980','1','0','0','0','0','980','0','printed','SIMON </BR>0725522608 ','','1','0','111611817545','Cleared','','','','','','','','',0.00,0.00),(2713,'','Mpesa','','2021-01-28 10:09:32','midview mb5','0','11','2021-01-28 10:09:32','599','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','midview mb5 </BR>0722344543 ','','1','0','111611817746','Cleared','','','','','','','','',0.00,0.00),(2714,'','Mpesa','','2021-01-28 10:10:34','calvin oluoch','0','11','2021-01-28 10:10:34','1074','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','calvin oluoch </BR>0708466648 ','','1','0','111611817826','Cleared','','','','','','','','',0.00,0.00),(2715,'','Invoice','','2021-01-28 10:12:03','mufea 5c','-320','11','2021-01-28 10:12:03','849','0','320','1','retail',NULL,'320','1','0','0','320','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111611817911','No','','','','','','','','',0.00,0.00),(2716,'','Invoice','','2021-01-28 10:13:00','josephine pinewood 602','-450','11','2021-01-28 10:13:00','681','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111611817963','No','','','','','','','','',0.00,0.00),(2717,'','Invoice','','2021-01-28 10:14:15','susan thindegua gardens 6h','-160','11','2021-01-28 10:14:15','768','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','susan thindegua gardens 6h </BR>0708727618 ','','1','0','111611818030','No','','','','','','','','',0.00,0.00),(2718,'','Mpesa','','2021-01-28 10:15:16','kennet kamau kahara moca a10','0','11','2021-01-28 10:15:16','788','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kennet kamau kahara moca a10 </BR>0720317628 ','','1','0','111611818107','Cleared','','','','','','','','',0.00,0.00),(2719,'','Cash','','2021-01-28 10:16:36','','0','11','2021-01-28 10:16:36','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111611818186','Cleared','','','','','','','','',0.00,0.00),(2720,'','Mpesa','','2021-01-28 11:37:56','tsavo c220','0','11','2021-01-28 11:37:56','522','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','tsavo c220 </BR>0700121105 ','','1','0','111611823067','Cleared','','','','','','','','',0.00,0.00),(2721,'','Invoice','','2021-01-28 11:39:01','tsavo sojas [harvester a5]','-160','11','2021-01-28 11:39:01','571','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','tsavo sojas [harvester a5] </BR>0721732580 ','','1','0','111611823125','No','','','','','','','','',0.00,0.00),(2722,'','Cash','','2021-01-28 11:46:38','','0','11','2021-01-28 11:46:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111611823592','Cleared','','','','','','','','',0.00,0.00),(2723,'','Invoice','','2021-01-28 13:04:49','purity tony wa6','-600','11','2021-01-28 13:04:49','789','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111611828120','No','','','','','','','','',0.00,0.00),(2724,'','Invoice','','2021-01-28 13:23:34','edmark b01','-300','11','2021-01-28 13:23:34','833','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','edmark b01 </BR>0727773250 ','','1','0','111611829381','No','','','','','','','','',0.00,0.00),(2725,'','Invoice','','2021-01-28 14:25:50','philly home a2','-600','11','2021-01-28 14:25:50','1093','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','philly home a2 </BR>0722526491 ','','1','0','111611833099','No','','','','','','','','',0.00,0.00),(2726,'','Invoice','','2021-01-28 14:27:12','tsavo b701','-150','11','2021-01-28 14:27:12','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b701 </BR>0704382089 ','','1','0','111611833212','No','','','','','','','','',0.00,0.00),(2727,'','Mpesa','','2021-01-28 14:47:09','harrison','0','11','2021-01-28 14:47:09','1094','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','harrison </BR>0703196815 ','','1','0','111611834407','Cleared','','','','','','','','',0.00,0.00),(2728,'','Cash','','2021-01-28 14:49:02','','0','11','2021-01-28 14:49:02','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111611834522','Cleared','','','','','','','','',0.00,0.00),(2729,'','Invoice','','2021-01-28 16:53:04','serene caroline d8','-600','11','2021-01-28 16:53:04','901','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','serene caroline d8 </BR>0722711080 ','','1','0','111611841944','No','','','','','','','','',0.00,0.00),(2730,'','Cash','','2021-01-28 17:09:37','muteti centre','0','11','2021-01-28 17:09:37','675','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muteti centre </BR>0722325495 ','','1','0','111611842437','Cleared','','','','','','','','',0.00,0.00),(2731,'','Invoice','','2021-01-28 17:23:51','teresia midview ad8','-600','11','2021-01-28 17:23:51','815','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia midview ad8 </BR>0724312556 ','','1','0','111611843419','No','','','','','','','','',0.00,0.00),(2732,'','Cash','','2021-01-28 17:34:14','mama kamunge 11','0','11','2021-01-28 17:34:14','782','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mama kamunge 11 </BR>0723806968 ','','1','0','111611844435','Cleared','','','','','','','','',0.00,0.00),(2733,'','Invoice','','2021-01-28 17:37:52','mama kamunge 11','-300','11','2021-01-28 17:37:52','782','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mama kamunge 11 </BR>0723806968 ','','1','0','111611844505','No','','','','','','','','',0.00,0.00),(2734,'','Cash','','2021-01-28 17:40:16','cid d12','0','11','2021-01-28 17:40:16','1095','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','cid d12 </BR>0722908181 ','','1','0','111611844787','Cleared','','','','','','','','',0.00,0.00),(2735,'','Cash','','2021-01-28 17:50:04','','0','11','2021-01-28 17:50:04','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111611845110','Cleared','','','','','','','','',0.00,0.00),(2736,'','Invoice','','2021-01-28 17:50:48','ruth mufea 5f','-600','11','2021-01-28 17:50:48','916','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ruth mufea 5f </BR>0720048959 ','','1','0','111611845418','No','','','','','','','','',0.00,0.00),(2737,'','Cash','','2021-01-28 17:55:33','schekem b16','0','11','2021-01-28 17:55:33','1096','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','schekem b16 </BR>0789666067 ','','1','0','111611845614','Cleared','','','','','','','','',0.00,0.00),(2738,'','Invoice','','2021-01-28 17:56:36','michael kimani court e10','-300','11','2021-01-28 17:56:36','927','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','michael kimani court e10 </BR>0722128372 ','','1','0','111611845783','No','','','','','','','','',0.00,0.00),(2739,'','Invoice','','2021-01-28 18:29:17','jenid caroline a5','-600','11','2021-01-28 18:29:17','642','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid caroline a5 </BR>0710352973 ','','1','0','111611847725','No','','','','','','','','',0.00,0.00),(2740,'','Mpesa','','2021-01-28 18:31:18','westview b1','0','11','2021-01-28 18:31:18','1097','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview b1 </BR>0723523765 ','','1','0','111611847853','Cleared','','','','','','','','',0.00,0.00),(2741,'','Invoice','','2021-01-28 19:04:15','peter father oasis ba15','-900','11','2021-01-28 19:04:15','577','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','peter father oasis ba15 </BR>0726353547 ','','1','0','111611848194','No','','','','','','','','',0.00,0.00),(2742,'','Cash','','2021-01-28 19:07:21','','0','11','2021-01-28 19:07:21','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111611850016','Cleared','','','','','','','','',0.00,0.00),(2743,'','Invoice','','2021-01-28 19:17:31','WYCLIFF SUJNAM 4B','-300','11','2021-01-28 19:17:31','790','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','WYCLIFF SUJNAM 4B </BR>0780068802 ','','1','0','111611850641','No','','','','','','','','',0.00,0.00),(2744,'','Invoice','','2021-01-28 19:54:36','cid b14','-750','11','2021-01-28 19:54:36','1098','0','750','1','retail',NULL,'750','1','0','0','750','0','0','0','printed','cid b14 </BR>0725474903 ','','1','0','111611852839','No','','','','','','','','',0.00,0.00),(2745,'','Invoice','','2021-01-28 19:56:00','tsavo b718','-150','11','2021-01-28 19:56:00','1099','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo b718 </BR>0728333561 ','','1','0','111611852945','No','','','','','','','','',0.00,0.00),(2746,'','Invoice','','2021-01-28 20:18:05','teresia schekem a24','-300','11','2021-01-28 20:18:05','797','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','teresia schekem a24 </BR>0713654567 ','','1','0','111611854279','No','','','','','','','','',0.00,0.00),(2747,'','Invoice','','2021-01-28 20:34:10','father oasis a a11','-150','11','2021-01-28 20:34:10','565','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis a a11 </BR>0706965115 ','','1','0','111611855229','No','','','','','','','','',0.00,0.00),(2748,'','Invoice','','2021-01-28 20:44:31','nelly mufea e3','-300','11','2021-01-28 20:44:31','756','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>0719884003 ','','1','0','111611855854','No','','','','','','','','',0.00,0.00),(2749,'','Mpesa','','2021-01-28 20:56:50','patrick','0','11','2021-01-28 20:56:50','1100','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','patrick </BR>0719711797 ','','1','0','111611856598','Cleared','','','','','','','','',0.00,0.00),(2750,'','Cash','','2021-01-29 10:21:08','MUFEA 15','0','11','2021-01-29 10:21:08','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','MUFEA 15 ','','1','0','111611903798','Cleared','','','','','','','','',0.00,0.00),(2751,'','Invoice','','2021-01-29 10:22:38','james mufea a5','-300','11','2021-01-29 10:22:38','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111611904911','No','','','','','','','','',0.00,0.00),(2752,'','Cash','','2021-01-29 10:23:42','kwa maasai','0','11','2021-01-29 10:23:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kwa maasai ','','1','0','111611905014','Cleared','','','','','','','','',0.00,0.00),(2753,'','Mpesa','','2021-01-29 10:24:16','dominic','0','11','2021-01-29 10:24:16','888','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dominic </BR>0726686922 ','','1','0','111611905041','Cleared','','','','','','','','',0.00,0.00),(2754,'','Mpesa','','2021-01-29 10:25:54','daniel yeswa','0','11','2021-01-29 10:25:54','770','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','daniel yeswa </BR>0725463920 ','','1','0','111611905122','Cleared','','','','','','','','',0.00,0.00),(2755,'','Invoice','','2021-01-29 10:27:03','scenic a10','-300','11','2021-01-29 10:27:03','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111611905202','No','','','','','','','','',0.00,0.00),(2756,'','Mpesa','','2021-01-29 10:28:20','raphael njuguna','0','11','2021-01-29 10:28:20','1101','0','1200','1','retail',NULL,'1200','1','0','0','0','0','1200','0','printed','raphael njuguna </BR>0723517403 ','','1','0','111611905280','Cleared','','','','','','','','',0.00,0.00),(2757,'','Invoice','','2021-01-29 11:08:23','maureen harvester a5','-600','11','2021-01-29 11:08:23','571','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','maureen harvester a5 </BR>0721732580 ','','1','0','111611907685','No','','','','','','','','',0.00,0.00),(2758,'','Cash','','2021-01-29 11:09:46','tsavo kitchen rooftop','0','11','2021-01-29 11:09:46','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','tsavo kitchen rooftop ','','1','0','111611907762','Cleared','','','','','','','','',0.00,0.00),(2759,'','Invoice','','2021-01-29 11:10:56','samanta vera court 4','-450','11','2021-01-29 11:10:56','1102','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','samanta vera court 4 </BR>0721792066 ','','1','0','111611907838','No','','','','','','','','',0.00,0.00),(2760,'','Invoice','','2021-01-29 12:34:45','kencom sacco 69','-600','11','2021-01-29 12:34:45','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>0112659913 ','','1','0','111611912852','No','','','','','','','','',0.00,0.00),(2761,'','Invoice','','2021-01-29 12:35:57','miriam 932 apartment a8','-300','11','2021-01-29 12:35:57','1103','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','miriam 932 apartment a8 </BR>0721315863 ','','1','0','111611912930','No','','','','','','','','',0.00,0.00),(2762,'','Invoice','','2021-01-29 13:56:29','faith mufea 6b','-600','11','2021-01-29 13:56:29','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111611917765','No','','','','','','','','',0.00,0.00),(2763,'','Mpesa','','2021-01-29 15:38:06','agnes flamat c4','0','11','2021-01-29 15:25:03','1104','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','SIMON </BR>0720584704 ','','1','0','111611923069','Cleared','11','2021-01-29 15:38:06','','','','','','',0.00,0.00),(2764,'','Cash','','2021-01-29 18:29:54','garage joes','0','11','2021-01-29 18:29:54','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','garage joes ','','1','0','111611934029','Cleared','','','','','','','','',0.00,0.00),(2765,'','Invoice','','2021-01-29 18:30:41','SHIFFARA JENID C8','-300','11','2021-01-29 18:30:41','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111611934224','No','','','','','','','','',0.00,0.00),(2766,'','Invoice','','2021-01-29 18:33:15','midview md2','-600','11','2021-01-29 18:33:15','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111611934355','No','','','','','','','','',0.00,0.00),(2767,'','Invoice','','2021-01-29 18:34:41','MERCY HOPETRUST 2 B5','-900','11','2021-01-29 18:34:41','1105','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','MERCY HOPETRUST 2 B5 </BR>0724178978 ','','1','0','111611934460','No','','','','','','','','',0.00,0.00),(2768,'','Cash','','2021-01-29 18:36:35','glass mart shop','0','11','2021-01-29 18:36:35','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','glass mart shop ','','1','0','111611934583','Cleared','','','','','','','','',0.00,0.00),(2769,'','Invoice','','2021-01-29 18:37:27','mary jayce bc11','-300','11','2021-01-29 18:37:27','874','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jayce bc11 </BR>0783222208 ','','1','0','111611934625','No','','','','','','','','',0.00,0.00),(2770,'','Invoice','','2021-01-29 18:38:51','GACICIO 2 A3','-600','11','2021-01-29 18:38:51','842','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','GACICIO 2 A3 </BR>0707678778 ','','1','0','111611934714','No','','','','','','','','',0.00,0.00),(2771,'','Invoice','','2021-01-29 19:45:09','zena jenid b6','-600','11','2021-01-29 19:45:09','1106','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','zena jenid b6 </BR>0721588923 ','','1','0','111611938685','No','','','','','','','','',0.00,0.00),(2772,'','Invoice','','2021-01-29 20:43:47','CAROLE 932 A9','-900','11','2021-01-29 20:43:47','928','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','CAROLE 932 A9 </BR>0726384717 ','','1','0','111611941497','No','','','','','','','','',0.00,0.00),(2773,'','Mpesa','','2021-01-29 20:46:03','georgina crossover 6','0','11','2021-01-29 20:44:57','154','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','nicholas karani </BR>0722496395 ','','1','0','111611942289','Cleared','11','2021-01-29 20:46:03','','','','','','',0.00,0.00),(2774,'','Invoice','','2021-01-29 20:54:40','NELION 2N2','-300','11','2021-01-29 20:54:40','627','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NELION 2N2 </BR>0720807028 ','','1','0','111611942803','No','','','','','','','','',0.00,0.00),(2775,'','Cash','','2021-01-29 20:56:19','RHODA','0','11','2021-01-29 20:56:19','1107','200','250','1','retail',NULL,'250','1','0','0','0','0','50','0','printed','RHODA </BR>0742480573 ','','1','0','111611942922','Cleared','','','','','','','','',0.00,0.00),(2776,'','Cash','','2021-01-29 20:59:46','JAYCE BB8','0','11','2021-01-29 20:59:46','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','JAYCE BB8 ','','1','0','111611943042','Cleared','','','','','','','','',0.00,0.00),(2777,'','Cash','','2021-01-29 21:00:27','','0','11','2021-01-29 21:00:27','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111611943212','Cleared','','','','','','','','',0.00,0.00),(2778,'','Mpesa','','2021-01-29 21:00:49','PURITY CHELIMO','0','11','2021-01-29 21:00:49','1108','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','PURITY CHELIMO </BR>0718757010 ','','1','0','111611943241','Cleared','','','','','','','','',0.00,0.00),(2779,'','Invoice','','2021-01-30 10:22:39','patricia mufea 1b','-300','11','2021-01-30 10:22:39','147','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','111611991344','No','','','','','','','','',0.00,0.00),(2780,'','Invoice','','2021-01-30 11:19:55','julia westview b6','-300','11','2021-01-30 11:19:55','651','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julia westview b6 </BR>0724904126 ','','1','0','111611994779','No','','','','','','','','',0.00,0.00),(2781,'','Cash','','2021-01-30 11:20:54','nyawira 26','0','11','2021-01-30 11:20:54','524','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira 26 </BR>0723604902 ','','1','0','111611994850','Cleared','','','','','','','','',0.00,0.00),(2782,'','Invoice','','2021-01-30 11:22:04','miriam tsavo b304','-150','11','2021-01-30 11:22:04','673','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','miriam tsavo b304 </BR>0715636264 ','','1','0','111611994912','No','','','','','','','','',0.00,0.00),(2783,'','Cash','','2021-01-30 11:23:38','','0','11','2021-01-30 11:23:38','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','111611995006','Cleared','','','','','','','','',0.00,0.00),(2784,'','Cash','','2021-01-30 11:24:12','mazeras 10','0','11','2021-01-30 11:24:12','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','mazeras 10 ','','1','0','111611995033','Cleared','','','','','','','','',0.00,0.00),(2785,'','Mpesa','','2021-01-30 11:24:47','winnie','0','11','2021-01-30 11:24:47','1109','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','winnie </BR>0714537553 ','','1','0','111611995079','Cleared','','','','','','','','',0.00,0.00),(2786,'','Mpesa','','2021-01-30 11:30:56','antony','0','11','2021-01-30 11:30:56','1110','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','antony </BR>0721368285 ','','1','0','111611995439','Cleared','','','','','','','','',0.00,0.00),(2787,'','Invoice','','2021-01-30 11:31:56','springs garden b7','-600','11','2021-01-30 11:31:56','386','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden b7 </BR>0758705126 ','','1','0','111611995491','No','','','','','','','','',0.00,0.00),(2788,'','Mpesa','','2021-01-30 11:33:14','isaac','0','11','2021-01-30 11:33:14','1080','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','isaac </BR>0715264018 ','','1','0','111611995586','Cleared','','','','','','','','',0.00,0.00),(2789,'','Invoice','','2021-01-30 11:34:48','tsavo c603','-150','11','2021-01-30 11:34:48','1111','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c603 </BR>0783253456 ','','1','0','111611995631','No','','','','','','','','',0.00,0.00),(2790,'','Invoice','','2021-01-30 11:36:01','GACICIO 2 A5','-300','11','2021-01-30 11:36:01','883','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GACICIO 2 A5 </BR>0700922265 ','','1','0','111611995756','No','','','','','','','','',0.00,0.00),(2791,'','Mpesa','','2021-01-30 12:07:20','thomas','0','11','2021-01-30 12:07:20','711','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed','thomas </BR>0722815607 ','','1','0','111611997548','Cleared','','','','','','','','',0.00,0.00),(2792,'','Invoice','','2021-01-30 12:27:11','MERCY JENID C5','-150','11','2021-01-30 12:27:11','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111611998824','No','','','','','','','','',0.00,0.00),(2793,'','Invoice','','2021-01-30 15:47:56','rosewood court b6','-300','11','2021-01-30 15:47:56','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111612010825','No','','','','','','','','',0.00,0.00),(2794,'','Cash','','2021-01-30 15:49:46','','0','11','2021-01-30 15:49:46','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612010971','Cleared','','','','','','','','',0.00,0.00),(2795,'','Invoice','','2021-01-30 15:50:15','kenneth kamunge 15','-300','11','2021-01-30 15:50:15','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111612011004','No','','','','','','','','',0.00,0.00),(2796,'','Invoice','','2021-01-30 15:51:14','nelion b2','-300','11','2021-01-30 15:51:14','690','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelion b2 </BR>0720803399 ','','1','0','111612011066','No','','','','','','','','',0.00,0.00),(2797,'','Invoice','','2021-01-30 15:52:38','jennifer mushroom','-1500','11','2021-01-30 15:52:38','943','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','jennifer mushroom </BR>0722215228 ','','1','0','111612011118','No','','','','','','','','',0.00,0.00),(2798,'','Cash','','2021-01-30 15:53:38','customer','-900','11','2021-01-30 15:53:38','','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','customer ','','1','0','111612011202','Cleared','','','','','','','','',0.00,0.00),(2799,'','Invoice','','2021-01-30 16:03:09','samuel serene court b12','-300','11','2021-01-30 16:03:09','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samuel serene court b12 </BR>0701875645 ','','1','0','111612011775','No','','','','','','','','',0.00,0.00),(2800,'','Invoice','','2021-01-30 16:36:26','harvenest tower wing a','-650','11','2021-01-30 16:36:26','621','0','650','1','retail',NULL,'650','1','0','0','650','0','0','0','printed','harvenest tower wing a </BR>0768252575 ','','1','0','111612013731','No','','','','','','','','',0.00,0.00),(2801,'','Cash','','2021-01-30 16:39:06','dories harvester b8','0','11','2021-01-30 16:39:06','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','dories harvester b8 ','','1','0','111612013897','Cleared','','','','','','','','',0.00,0.00),(2802,'','Cash','','2021-01-30 16:46:22','faith fahari b6','0','11','2021-01-30 16:46:22','1015','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','faith fahari b6 </BR>0727972089 ','','1','0','111612013999','Cleared','','','','','','','','',0.00,0.00),(2803,'','Invoice','','2021-01-30 16:52:36','faith fahari b6','-900','11','2021-01-30 16:52:36','1015','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','faith fahari b6 </BR>0727972089 ','','1','0','111612014725','No','','','','','','','','',0.00,0.00),(2804,'','Invoice','','2021-01-30 16:54:02','mufea 3g','-300','11','2021-01-30 16:54:02','962','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3g </BR>0732761196 ','','1','0','111612014830','No','','','','','','','','',0.00,0.00),(2805,'','Mpesa','','2021-01-30 17:15:25','james ','0','11','2021-01-30 17:15:25','974','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','james </BR>0724082450 ','','1','0','111612016115','Cleared','','','','','','','','',0.00,0.00),(2806,'','Mpesa','','2021-01-30 17:16:19','andrew','0','11','2021-01-30 17:16:19','1112','0','1200','1','retail',NULL,'1200','1','0','0','0','0','1200','0','printed','andrew </BR>0700928001 ','','1','0','111612016165','Cleared','','','','','','','','',0.00,0.00),(2807,'','Cash','','2021-01-30 17:18:20','','0','11','2021-01-30 17:18:20','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111612016279','Cleared','','','','','','','','',0.00,0.00),(2808,'','Invoice','','2021-01-30 17:19:08','fahari a6','-600','11','2021-01-30 17:19:08','751','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','fahari a6 </BR>0724118308 ','','1','0','111612016311','No','','','','','','','','',0.00,0.00),(2809,'','Invoice','','2021-01-30 17:20:19','naftaly greenview 2b','-300','11','2021-01-30 17:20:19','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','naftaly greenview 2b </BR>0722769324 ','','1','0','111612016408','No','','','','','','','','',0.00,0.00),(2810,'','Mpesa','','2021-01-30 17:22:42','hopetrust 2 c6','0','11','2021-01-30 17:22:42','1113','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','hopetrust 2 c6 </BR>0721715137 ','','1','0','111612016511','Cleared','','','','','','','','',0.00,0.00),(2811,'','Invoice','','2021-01-30 17:25:35','cid d1','-150','11','2021-01-30 17:25:35','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111612016641','No','','','','','','','','',0.00,0.00),(2812,'','Invoice','','2021-01-30 17:26:41','alvin tsavo a318','-300','11','2021-01-30 17:26:41','856','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','alvin tsavo a318 </BR>0728641699 ','','1','0','111612016778','No','','','','','','','','',0.00,0.00),(2813,'','Cash','','2021-01-30 17:29:06','dainty a405','0','11','2021-01-30 17:27:50','629','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111612016846','Cleared','11','2021-01-30 17:29:06','','','','','','',0.00,0.00),(2814,'','Invoice','','2021-01-30 17:31:43','TSAVO C011','-150','11','2021-01-30 17:31:43','548','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO C011 </BR>0721857283 ','','1','0','111612017013','No','','','','','','','','',0.00,0.00),(2815,'','Invoice','','2021-01-30 17:33:03','sylvia westview a2','-450','11','2021-01-30 17:33:03','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','sylvia westview a2 </BR>0726230677 ','','1','0','111612017161','No','','','','','','','','',0.00,0.00),(2816,'','Invoice','','2021-01-30 18:37:28','midview ab7','-450','11','2021-01-30 18:37:28','1114','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','midview ab7 </BR>0721681137 ','','1','0','111612021017','No','','','','','','','','',0.00,0.00),(2817,'','Cash','','2021-01-30 18:39:09','midview aa2','0','11','2021-01-30 18:39:09','1027','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed','midview aa2 </BR>0723172531 ','','1','0','111612021101','Cleared','','','','','','','','',0.00,0.00),(2818,'','Cash','','2021-01-30 18:40:29','','0','11','2021-01-30 18:40:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612021212','Cleared','','','','','','','','',0.00,0.00),(2819,'','Invoice','','2021-01-30 18:41:24','FARAH muteti centre 1','-300','11','2021-01-30 18:41:24','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111612021247','No','','','','','','','','',0.00,0.00),(2820,'','Invoice','','2021-01-30 18:42:53','irine midview mc3','-300','11','2021-01-30 18:42:53','698','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','irine midview mc3 </BR>0728919362 ','','1','0','111612021322','No','','','','','','','','',0.00,0.00),(2821,'','Invoice','','2021-01-30 18:45:49','mufea 33','-300','11','2021-01-30 18:45:49','816','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 33 </BR>0721671052 ','','1','0','111612021533','No','','','','','','','','',0.00,0.00),(2822,'','Mpesa','','2021-01-30 19:01:33','kamunge 23','0','11','2021-01-30 19:01:33','1115','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','kamunge 23 </BR>0721261984 ','','1','0','111612021588','Cleared','','','','','','','','',0.00,0.00),(2823,'','Invoice','','2021-01-30 19:05:59','peninah tsavo a505','-230','11','2021-01-30 19:05:59','139','0','230','1','retail',NULL,'230','1','0','0','230','0','0','0','printed','peninah tsavo a505 </BR>0707080062 ','','1','0','111612022740','No','','','','','','','','',0.00,0.00),(2824,'','Invoice','','2021-01-30 19:38:38','midview ad5','-600','11','2021-01-30 19:38:38','777','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad5 </BR>0721323203 ','','1','0','111612024698','No','','','','','','','','',0.00,0.00),(2825,'','Mpesa','','2021-01-30 19:48:53','mary ankia','0','11','2021-01-30 19:48:53','1070','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mary ankia </BR>0727847639 ','','1','0','111612025300','Cleared','','','','','','','','',0.00,0.00),(2826,'','Invoice','','2021-01-30 20:06:32','JENID A8','-600','11','2021-01-30 20:06:32','1116','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','JENID A8 </BR>0725562271 ','','1','0','111612026370','No','','','','','','','','',0.00,0.00),(2827,'','Invoice','','2021-01-30 20:36:45','mirriam petra 18','-300','11','2021-01-30 20:36:45','730','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mirriam petra 18 </BR>0722740167 ','','1','0','111612028194','No','','','','','','','','',0.00,0.00),(2828,'','Invoice','','2021-01-30 20:39:59','erick mufea 5d','-300','11','2021-01-30 20:39:59','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','erick mufea 5d </BR>0722685054 ','','1','0','111612028393','No','','','','','','','','',0.00,0.00),(2829,'','Cash','','2021-01-30 21:04:32','','0','11','2021-01-30 21:04:32','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612029847','Cleared','','','','','','','','',0.00,0.00),(2830,'','Cash','','2021-01-30 21:05:21','','0','11','2021-01-30 21:05:21','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612029890','Cleared','','','','','','','','',0.00,0.00),(2831,'','Invoice','','2021-01-31 10:44:34','SUSAN TSAVO B105','-150','11','2021-01-31 10:44:34','1117','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874969 ','','1','0','111612079003','No','','','','','','','','',0.00,0.00),(2832,'','Invoice','','2021-01-31 10:46:53','damaris fahari d6','-600','11','2021-01-31 10:46:53','602','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111612079179','No','','','','','','','','',0.00,0.00),(2833,'','Invoice','','2021-01-31 10:48:43','fridrick pinewood p705','-600','11','2021-01-31 10:48:43','742','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','fridrick pinewood p705 </BR>0740272626 ','','1','0','111612079301','No','','','','','','','','',0.00,0.00),(2834,'','Invoice','','2021-01-31 10:51:32','PURITY AW10','-300','11','2021-01-31 10:51:32','1118','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PURITY AW10 </BR>0707634772 ','','1','0','111612079475','No','','','','','','','','',0.00,0.00),(2835,'','Cash','','2021-01-31 12:02:45','midview mb6 flozzy','0','11','2021-01-31 12:02:45','549','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111612083698','Cleared','','','','','','','','',0.00,0.00),(2836,'','Invoice','','2021-01-31 12:12:26','midview mb6 flozzy','-600','11','2021-01-31 12:12:26','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111612084318','No','','','','','','','','',0.00,0.00),(2837,'','Invoice','','2021-01-31 12:14:05','spearnet cm1','-300','11','2021-01-31 12:14:05','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm1 </BR>0723600872 ','','1','0','111612084420','No','','','','','','','','',0.00,0.00),(2838,'','Cash','','2021-01-31 12:21:40','','0','11','2021-01-31 12:21:40','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612084888','Cleared','','','','','','','','',0.00,0.00),(2839,'','Invoice','','2021-01-31 12:31:07','eric serene f6','-300','11','2021-01-31 12:31:07','941','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eric serene f6 </BR>0721831730 ','','1','0','111612085448','No','','','','','','','','',0.00,0.00),(2840,'','Cash','','2021-01-31 12:50:26','','0','11','2021-01-31 12:50:26','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612086609','Cleared','','','','','','','','',0.00,0.00),(2841,'','Invoice','','2021-01-31 12:57:11','raya tsavo a513','-80','11','2021-01-31 12:57:11','53','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','raya tsavo a513 </BR>0703778137 ','','1','0','111612087014','No','','','','','','','','',0.00,0.00),(2842,'','Mpesa','','2021-01-31 15:12:15','ogla','0','11','2021-01-31 15:12:15','1119','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ogla </BR>0727724143 ','','1','0','111612095059','Cleared','','','','','','','','',0.00,0.00),(2843,'','Cash','','2021-01-31 15:14:03','kugeria ','0','11','2021-01-31 15:14:03','885','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kugeria </BR>0720643732 ','','1','0','111612095229','Cleared','','','','','','','','',0.00,0.00),(2844,'','Invoice','','2021-01-31 15:16:09','nzinza d76','-600','11','2021-01-31 15:16:09','1120','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza d76 </BR>0738406075 ','','1','0','111612095328','No','','','','','','','','',0.00,0.00),(2845,'','Invoice','','2021-01-31 15:20:16','victor westview d8','-600','11','2021-01-31 15:20:16','1121','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','victor westview d8 </BR>0736353700 ','','1','0','111612095454','No','','','','','','','','',0.00,0.00),(2846,'','Invoice','','2021-01-31 15:22:18','tsavo a515','-300','11','2021-01-31 15:22:18','819','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a515 </BR>0727983891 ','','1','0','111612095722','No','','','','','','','','',0.00,0.00),(2847,'','Cash','','2021-01-31 15:33:54','','0','11','2021-01-31 15:33:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612096375','Cleared','','','','','','','','',0.00,0.00),(2848,'','Mpesa','','2021-01-31 15:35:01','jaice ba6','0','11','2021-01-31 15:35:01','709','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','jaice ba6 </BR>0722121727 ','','1','0','111612096450','Cleared','','','','','','','','',0.00,0.00),(2849,'','Invoice','','2021-01-31 15:38:24','olayemi tsavo b411','-300','11','2021-01-31 15:38:24','1122','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olayemi tsavo b411 </BR>0707995147 ','','1','0','111612096625','No','','','','','','','','',0.00,0.00),(2850,'','Mpesa','','2021-01-31 15:40:03','ANTONY','0','11','2021-01-31 15:40:03','1123','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','ANTONY </BR>0728644599 ','','1','0','111612096779','Cleared','','','','','','','','',0.00,0.00),(2851,'','Mpesa','','2021-01-31 15:42:25','jacop','0','11','2021-01-31 15:42:25','1124','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','jacop </BR>0711936789 ','','1','0','111612096919','Cleared','','','','','','','','',0.00,0.00),(2852,'','Invoice','','2021-01-31 15:43:52','schekem b513','-150','11','2021-01-31 15:43:52','1125','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','schekem b513 </BR>0702643732 ','','1','0','111612097007','No','','','','','','','','',0.00,0.00),(2853,'','Invoice','','2021-01-31 16:16:00','springs garden a b6','-600','11','2021-01-31 16:16:00','960','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','springs garden a b6 </BR>0729911399 ','','1','0','111612098805','No','','','','','','','','',0.00,0.00),(2854,'','Cash','','2021-01-31 16:22:11','','0','11','2021-01-31 16:22:11','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','111612099304','Cleared','','','','','','','','',0.00,0.00),(2855,'','Invoice','','2021-01-31 16:22:49','olive apartment b2','-300','11','2021-01-31 16:22:49','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111612099356','No','','','','','','','','',0.00,0.00),(2856,'','Mpesa','','2021-01-31 16:24:40','CHARLES KATUU','0','11','2021-01-31 16:24:40','597','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','CHARLES KATUU </BR>0726413440 ','','1','0','111612099469','Cleared','','','','','','','','',0.00,0.00),(2857,'','Invoice','','2021-01-31 16:25:33','crossover 9','-300','11','2021-01-31 16:25:33','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111612099521','No','','','','','','','','',0.00,0.00),(2858,'','Invoice','','2021-01-31 16:31:41','harvester b7','-300','11','2021-01-31 16:31:41','1126','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b7 </BR>0796103344 ','','1','0','111612099890','No','','','','','','','','',0.00,0.00),(2859,'','Invoice','','2021-01-31 16:36:58','nyawira 8','-300','11','2021-01-31 16:36:58','1127','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 8 </BR>0704692682 ','','1','0','111612099990','No','','','','','','','','',0.00,0.00),(2860,'','Invoice','','2021-01-31 16:38:08','stepen mufea 54','-300','11','2021-01-31 16:38:08','657','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stepen mufea 54 </BR>0712821285 ','','1','0','111612100282','No','','','','','','','','',0.00,0.00),(2861,'','Invoice','','2021-01-31 17:02:33','mirriam kimani court b2','-450','11','2021-01-31 17:02:33','173','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','mirriam kimani court b2 </BR>0725535420 ','','1','0','111612100410','No','','','','','','','','',0.00,0.00),(2862,'','Mpesa','','2021-01-31 17:44:05','jane njeri','0','11','2021-01-31 17:44:05','1128','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jane njeri </BR>0700038344 ','','1','0','111612103358','Cleared','','','','','','','','',0.00,0.00),(2863,'','Cash','','2021-01-31 18:49:55','','0','11','2021-01-31 18:49:55','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612108187','Cleared','','','','','','','','',0.00,0.00),(2864,'','Cash','','2021-01-31 18:50:14','midview ac3','0','11','2021-01-31 18:50:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','midview ac3 ','','1','0','111612108208','Cleared','','','','','','','','',0.00,0.00),(2865,'','Invoice','','2021-01-31 18:59:49','dainty a104','-300','11','2021-01-31 18:59:49','1129','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a104 </BR>0726290002 ','','1','0','111612108763','No','','','','','','','','',0.00,0.00),(2866,'','Cash','','2021-01-31 19:14:09','alice tsavo b508','-160','11','2021-01-31 19:14:09','1130','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','alice tsavo b508 </BR>0701956636 ','','1','0','111612109238','Cleared','','','','','','','','',0.00,0.00),(2867,'','Mpesa','','2021-01-31 19:15:48','springs garden a1','0','11','2021-01-31 19:15:48','241','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','springs garden a1 </BR>0745074805 ','','1','0','111612109724','Cleared','','','','','','','','',0.00,0.00),(2868,'','Invoice','','2021-01-31 19:35:07','STEPHEN TSAVO C320','-300','11','2021-01-31 19:35:07','726','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>0722664090 ','','1','0','111612109987','No','','','','','','','','',0.00,0.00),(2869,'','Invoice','','2021-01-31 19:38:28','sophia pinewood 401','-600','11','2021-01-31 19:38:28','885','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sophia pinewood 401 </BR>0720643732 ','','1','0','111612111091','No','','','','','','','','',0.00,0.00),(2870,'','Mpesa','','2021-01-31 19:52:20','isaac mwangi','0','11','2021-01-31 19:52:20','1080','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','isaac mwangi </BR>0715264018 ','','1','0','111612111922','Cleared','','','','','','','','',0.00,0.00),(2871,'','Mpesa','','2021-01-31 19:59:39','enock','0','11','2021-01-31 19:59:39','1131','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','enock </BR>0729831616 ','','1','0','111612112356','Cleared','','','','','','','','',0.00,0.00),(2872,'','Invoice','','2021-01-31 20:05:15','sheila mufea 43','-600','11','2021-01-31 20:05:15','820','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sheila mufea 43 </BR>0724995969 ','','1','0','111612112680','No','','','','','','','','',0.00,0.00),(2873,'','Mpesa','','2021-01-31 20:15:04','mwanja apartments 8f','0','11','2021-01-31 20:15:04','51','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','mwanja apartments 8f </BR>0721808473 ','','1','0','111612112916','Cleared','','','','','','','','',0.00,0.00),(2874,'','Invoice','','2021-01-31 20:48:53','olayemi tsavo b411','-300','11','2021-01-31 20:48:53','1122','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olayemi tsavo b411 </BR>0707995147 ','','1','0','111612115247','No','','','','','','','','',0.00,0.00),(2875,'','Cash','','2021-01-31 20:51:40','gacici1 c6','0','11','2021-01-31 20:51:40','98','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacici1 c6 </BR>0725616377 ','','1','0','111612115471','Cleared','','','','','','','','',0.00,0.00),(2876,'','Invoice','','2021-01-31 20:54:29','gacicio 1 c6','-300','11','2021-01-31 20:54:29','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111612115654','No','','','','','','','','',0.00,0.00),(2877,'','Mpesa','','2021-02-01 08:03:30','kennet kamau kahara moca a10','0','11','2021-02-01 08:03:30','788','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kennet kamau kahara moca a10 </BR>0720317628 ','','1','0','111612155797','Cleared','','','','','','','','',0.00,0.00),(2878,'','Invoice','','2021-02-01 08:07:26','primerose b4','-1200','11','2021-02-01 08:07:26','1132','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','primerose b4 </BR>0710942621 ','','1','0','111612156023','No','','','','','','','','',0.00,0.00),(2879,'','Cash','','2021-02-01 08:28:38','','0','11','2021-02-01 08:28:38','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111612157308','Cleared','','','','','','','','',0.00,0.00),(2880,'','Invoice','','2021-02-01 08:41:26','david nzinza c59','-150','11','2021-02-01 08:41:26','508','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','david nzinza c59 </BR>0713190005 ','','1','0','111612158058','No','','','','','','','','',0.00,0.00),(2881,'','Mpesa','','2021-02-01 09:56:08','mazeras 3','0','11','2021-02-01 09:56:08','1133','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mazeras 3 </BR>0722741082 ','','1','0','111612162556','Cleared','','','','','','','','',0.00,0.00),(2882,'','Mpesa','','2021-02-01 13:23:29','mazeras 3','0','11','2021-02-01 13:23:29','1133','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mazeras 3 </BR>0722741082 ','','1','0','111612174975','Cleared','','','','','','','','',0.00,0.00),(2883,'','Invoice','','2021-02-01 13:26:22','pamela ridgecentre 2nd floor middle row','-230','11','2021-02-01 13:26:22','1134','0','230','1','retail',NULL,'230','1','0','0','230','0','0','0','printed','pamela ridgecentre 2nd floor middle row </BR>0733319742 ','','1','0','111612175093','No','','','','','','','','',0.00,0.00),(2884,'','Invoice','','2021-02-01 14:10:58','freetap e1','-300','11','2021-02-01 14:10:58','745','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','freetap e1 </BR>0706408436 ','','1','0','111612177796','No','','','','','','','','',0.00,0.00),(2885,'','Invoice','','2021-02-01 14:12:28','TSAVO C216','-300','11','2021-02-01 14:12:28','881','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C216 </BR>0722915019 ','','1','0','111612177923','No','','','','','','','','',0.00,0.00),(2886,'','Cash','','2021-02-01 14:14:44','chemist','0','11','2021-02-01 14:14:44','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111612178073','Cleared','','','','','','','','',0.00,0.00),(2887,'','Invoice','','2021-02-01 14:15:17','kimani court d8','-300','11','2021-02-01 14:15:17','1036','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d8 </BR>0702284443 ','','1','0','111612178105','No','','','','','','','','',0.00,0.00),(2888,'','Invoice','','2021-02-01 14:31:50','julex 9','-300','11','2021-02-01 14:31:50','988','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','julex 9 </BR>0706259068 ','','1','0','111612179100','No','','','','','','','','',0.00,0.00),(2889,'','Cash','','2021-02-01 14:57:31','','0','11','2021-02-01 14:57:31','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111612180642','Cleared','','','','','','','','',0.00,0.00),(2890,'','Mpesa','','2021-02-01 16:45:27','joseph','0','11','2021-02-01 16:45:27','1135','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','joseph </BR>0798272770 ','','1','0','111612187105','Cleared','','','','','','','','',0.00,0.00),(2891,'','Invoice','','2021-02-01 16:50:24','schekem b11','-300','11','2021-02-01 16:50:24','725','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem b11 </BR>0721860890 ','','1','0','111612187413','No','','','','','','','','',0.00,0.00),(2892,'','Cash','','2021-02-01 16:53:30','baraka shop','0','11','2021-02-01 16:53:30','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','baraka shop ','','1','0','111612187560','Cleared','','','','','','','','',0.00,0.00),(2893,'','Invoice','','2021-02-01 16:54:24','tsavo a706','-300','11','2021-02-01 16:54:24','529','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a706 </BR>0727733323 ','','1','0','111612187650','No','','','','','','','','',0.00,0.00),(2894,'','Invoice','','2021-02-01 17:13:33','TSAVO A516','-150','11','2021-02-01 17:13:33','1136','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO A516 </BR>0708625912 ','','1','0','111612188250','No','','','','','','','','',0.00,0.00),(2895,'','Invoice','','2021-02-01 17:15:37','lilian nzinza b39','-300','11','2021-02-01 17:15:37','99','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lilian nzinza b39 </BR>0725579456 ','','1','0','111612188928','No','','','','','','','','',0.00,0.00),(2896,'','Cash','','2021-02-01 17:18:23','mekita c1','0','11','2021-02-01 17:18:23','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','mekita c1 ','','1','0','111612189092','Cleared','','','','','','','','',0.00,0.00),(2897,'','Cash','','2021-02-01 17:19:02','dainty','0','11','2021-02-01 17:19:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dainty ','','1','0','111612189132','Cleared','','','','','','','','',0.00,0.00),(2898,'','Cash','','2021-02-01 17:20:20','','0','11','2021-02-01 17:20:20','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111612189159','Cleared','','','','','','','','',0.00,0.00),(2899,'','Mpesa','','2021-02-01 17:20:50','scolastica','0','11','2021-02-01 17:20:50','515','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','scolastica </BR>0724373678 ','','1','0','111612189235','Cleared','','','','','','','','',0.00,0.00),(2900,'','Mpesa','','2021-02-01 17:21:49','william','0','11','2021-02-01 17:21:49','533','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','william </BR>0722804838 ','','1','0','111612189298','Cleared','','','','','','','','',0.00,0.00),(2901,'','Cash','','2021-02-01 17:31:11','','0','11','2021-02-01 17:31:11','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','111612189747','Cleared','','','','','','','','',0.00,0.00),(2902,'','Mpesa','','2021-02-01 17:34:51','peris','0','11','2021-02-01 17:34:51','1137','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','peris </BR>0723114473 ','','1','0','111612190082','Cleared','','','','','','','','',0.00,0.00),(2903,'','Mpesa','','2021-02-01 18:07:28','kinyanjui','0','11','2021-02-01 18:07:28','699','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','kinyanjui </BR>0722675657 ','','1','0','111612192038','Cleared','','','','','','','','',0.00,0.00),(2904,'','Invoice','','2021-02-01 18:10:15','opp mazeras m4','-300','11','2021-02-01 18:10:15','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0722867971 ','','1','0','111612192205','No','','','','','','','','',0.00,0.00),(2905,'','Invoice','','2021-02-01 18:11:53','elizabet tsavo b512','-150','11','2021-02-01 18:11:53','528','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','elizabet tsavo b512 </BR>0711444966 ','','1','0','111612192292','No','','','','','','','','',0.00,0.00),(2906,'','Mpesa','','2021-02-01 18:14:00','francisca','0','11','2021-02-01 18:14:00','1138','0','80','1','retail',NULL,'80','1','0','0','0','0','80','0','printed','francisca </BR>0707027502 ','','1','0','111612192426','Cleared','','','','','','','','',0.00,0.00),(2907,'','Invoice','','2021-02-01 18:48:46','almond e2','-300','11','2021-02-01 18:48:46','1139','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','almond e2 </BR>0703939903 ','','1','0','111612194434','No','','','','','','','','',0.00,0.00),(2908,'','Invoice','','2021-02-01 18:51:04','kimgrest a1','-600','11','2021-02-01 18:51:04','1140','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kimgrest a1 </BR>0723633554 ','','1','0','111612194647','No','','','','','','','','',0.00,0.00),(2909,'','Invoice','','2021-02-01 18:58:25','adriana harvester c4','-600','11','2021-02-01 18:58:25','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111612195074','No','','','','','','','','',0.00,0.00),(2910,'','Invoice','','2021-02-01 19:02:45','joes apartments a2','-750','11','2021-02-01 19:02:45','1141','0','750','1','retail',NULL,'750','1','0','0','750','0','0','0','printed','joes apartments a2 </BR>0723511037 ','','1','0','111612195162','No','','','','','','','','',0.00,0.00),(2911,'','Mpesa','','2021-02-01 19:15:59','westview a6','0','11','2021-02-01 19:15:59','558','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','westview a6 </BR>0720445216 ','','1','0','111612196142','Cleared','','','','','','','','',0.00,0.00),(2912,'','Cash','','2021-02-01 19:35:30','','0','11','2021-02-01 19:35:30','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612197279','Cleared','','','','','','','','',0.00,0.00),(2913,'','Mpesa','','2021-02-01 19:35:50','cintia mufea 16','0','11','2021-02-01 19:35:50','1142','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','cintia mufea 16 </BR>0721630025 ','','1','0','111612197340','Cleared','','','','','','','','',0.00,0.00),(2914,'','Cash','','2021-02-01 19:44:19','mekita a3','0','11','2021-02-01 19:44:19','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed','mekita a3 ','','1','0','111612197837','Cleared','','','','','','','','',0.00,0.00),(2915,'','Invoice','','2021-02-01 20:06:17','centric court b10','-300','11','2021-02-01 20:06:17','1011','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111612198509','No','','','','','','','','',0.00,0.00),(2916,'','Invoice','','2021-02-01 20:07:42','cid c2','-450','11','2021-02-01 20:07:42','1143','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid c2 </BR>0791779665 ','','1','0','111612199249','No','','','','','','','','',0.00,0.00),(2917,'','Mpesa','','2021-02-01 20:20:05','francis ','0','11','2021-02-01 20:20:05','1033','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','francis </BR>0713561591 ','','1','0','111612199994','Cleared','','','','','','','','',0.00,0.00),(2918,'','Mpesa','','2021-02-01 20:42:42','lilian ','0','11','2021-02-01 20:42:42','1144','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','lilian </BR>0727055278 ','','1','0','111612201258','Cleared','','','','','','','','',0.00,0.00),(2919,'','Cash','','2021-02-02 08:43:02','purity b9','0','11','2021-02-02 08:43:02','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','purity b9 ','','1','0','111612244557','Cleared','','','','','','','','',0.00,0.00),(2920,'','Invoice','','2021-02-02 08:57:45','spearnet pm3','-300','11','2021-02-02 08:57:45','814','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet pm3 </BR>0728160985 ','','1','0','111612245454','No','','','','','','','','',0.00,0.00),(2921,'','Mpesa','','2021-02-02 10:46:22','nzinza b35','0','11','2021-02-02 10:46:22','1145','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','nzinza b35 </BR>0711633306 ','','1','0','111612251964','Cleared','','','','','','','','',0.00,0.00),(2922,'','Invoice','','2021-02-02 11:23:27','annirene mazeras 2','-150','11','2021-02-02 10:57:13','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111612252045','No','11','2021-02-02 11:23:27','','','','','','',0.00,0.00),(2923,'','Invoice','','2021-02-02 12:27:34','SPEARNET DM9','-300','11','2021-02-02 12:27:34','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>0727711513 ','','1','0','111612255975','No','','','','','','','','',0.00,0.00),(2924,'','Invoice','','2021-02-02 12:40:54','tsavo a412','-300','11','2021-02-02 12:40:54','1146','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a412 </BR>0724867436 ','','1','0','111612258843','No','','','','','','','','',0.00,0.00),(2925,'','Invoice','','2021-02-02 13:01:26','midview aa6','-300','11','2021-02-02 13:01:26','840','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview aa6 </BR>0714719290 ','','1','0','111612260076','No','','','','','','','','',0.00,0.00),(2926,'','Cash','','2021-02-02 13:16:40','GACICIO 1 B8','0','11','2021-02-02 13:16:40','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','GACICIO 1 B8 ','','1','0','111612260199','Cleared','','','','','','','','',0.00,0.00),(2927,'','Cash','','2021-02-02 13:21:04','','0','11','2021-02-02 13:21:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612261252','Cleared','','','','','','','','',0.00,0.00),(2928,'','Invoice','','2021-02-02 14:21:44','blessed garden a10','-600','11','2021-02-02 14:21:44','623','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blessed garden a10 </BR>0113452227 ','','1','0','111612264890','No','','','','','','','','',0.00,0.00),(2929,'','Invoice','','2021-02-02 14:33:12','faith jenid a1','-600','11','2021-02-02 14:33:12','666','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>0722318330 ','','1','0','111612265571','No','','','','','','','','',0.00,0.00),(2930,'','Invoice','','2021-02-02 15:11:44','MEKITA C4','-300','11','2021-02-02 15:11:44','1147','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA C4 </BR>0732724347 ','','1','0','111612267876','No','','','','','','','','',0.00,0.00),(2931,'','Mpesa','','2021-02-02 17:03:27','braetech garage','0','11','2021-02-02 17:03:27','655','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','braetech garage </BR>0797556196 ','','1','0','111612274592','Cleared','','','','','','','','',0.00,0.00),(2932,'','Mpesa','','2021-02-02 17:04:44','jackson','0','11','2021-02-02 17:04:44','1148','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','jackson </BR>0722490742 ','','1','0','111612274651','Cleared','','','','','','','','',0.00,0.00),(2933,'','Mpesa','','2021-02-02 17:06:05','daniel yeswa','0','11','2021-02-02 17:06:05','770','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','daniel yeswa </BR>0725463920 ','','1','0','111612274736','Cleared','','','','','','','','',0.00,0.00),(2934,'','Mpesa','','2021-02-02 17:07:12','joel oduol','0','11','2021-02-02 17:07:12','1149','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','joel oduol </BR>0722410925 ','','1','0','111612274812','Cleared','','','','','','','','',0.00,0.00),(2935,'','Cash','','2021-02-02 17:08:37','edmark b4','0','11','2021-02-02 17:08:37','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','edmark b4 ','','1','0','111612274891','Cleared','','','','','','','','',0.00,0.00),(2936,'','Mpesa','','2021-02-02 19:19:53','spearnet dm8','0','11','2021-02-02 19:19:53','1150','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','spearnet dm8 </BR>0716796918 ','','1','0','111612282776','Cleared','','','','','','','','',0.00,0.00),(2937,'','Cash','','2021-02-02 19:21:20','gospel rival church','0','11','2021-02-02 19:21:20','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','gospel rival church ','','1','0','111612282864','Cleared','','','','','','','','',0.00,0.00),(2938,'','Mpesa','','2021-02-02 19:21:59','CHARLES KATUU','0','11','2021-02-02 19:21:59','597','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','CHARLES KATUU </BR>0726413440 ','','1','0','111612282903','Cleared','','','','','','','','',0.00,0.00),(2939,'','Invoice','','2021-02-02 19:22:56','father oasis a a11','-150','11','2021-02-02 19:22:56','102','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','father oasis a a11 </BR>0703751187 ','','1','0','111612282951','No','','','','','','','','',0.00,0.00),(2940,'','Invoice','','2021-02-02 19:38:19','mufea 2D','-300','11','2021-02-02 19:38:19','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111612283885','No','','','','','','','','',0.00,0.00),(2941,'','Cash','','2021-02-02 20:06:32','','0','11','2021-02-02 20:06:32','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111612285556','Cleared','','','','','','','','',0.00,0.00),(2942,'','Mpesa','','2021-02-02 20:08:11','mazeras 10','0','11','2021-02-02 20:08:11','1079','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','mazeras 10 </BR>0713356169 ','','1','0','111612285624','Cleared','','','','','','','','',0.00,0.00),(2943,'','Mpesa','','2021-02-02 20:09:10','jenid b2','0','11','2021-02-02 20:09:10','1151','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','jenid b2 </BR>0723017889 ','','1','0','111612285737','Cleared','','','','','','','','',0.00,0.00),(2944,'','Invoice','','2021-02-02 20:10:36','naomy tsavo b608','-150','11','2021-02-02 20:10:36','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','naomy tsavo b608 </BR>0794672549 ','','1','0','111612285823','No','','','','','','','','',0.00,0.00),(2945,'','Cash','','2021-02-02 20:13:43','','0','11','2021-02-02 20:13:43','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','111612286009','Cleared','','','','','','','','',0.00,0.00),(2946,'','Mpesa','','2021-02-02 20:48:21','keivin cid b3','0','11','2021-02-02 20:48:21','1028','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','keivin cid b3 </BR>0714865046 ','','1','0','111612287202','Cleared','','','','','','','','',0.00,0.00),(2947,'','Mpesa','','2021-02-02 20:50:08','purity','0','11','2021-02-02 20:50:08','1152','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','purity </BR>0726555317 ','','1','0','111612288162','Cleared','','','','','','','','',0.00,0.00),(2948,'','Invoice','','2021-02-02 20:54:40','tsavo c507','-450','11','2021-02-02 20:54:40','1153','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','tsavo c507 </BR>0729447718 ','','1','0','111612288463','No','','','','','','','','',0.00,0.00),(2949,'','Invoice','','2021-02-02 20:59:56','mufea 4d','-300','11','2021-02-02 20:59:56','869','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>0724237294 ','','1','0','111612288788','No','','','','','','','','',0.00,0.00),(2950,'','Invoice','','2021-02-02 21:50:35','jenid a19','-2100','11','2021-02-02 21:50:35','634','0','2100','1','retail',NULL,'2100','1','0','0','2100','0','0','0','printed','jenid a19 </BR>0723702689 ','','1','0','111612288853','No','','','','','','','','',0.00,0.00),(2951,'','Invoice','','2021-02-02 21:55:11','jaice bc16','-600','11','2021-02-02 21:55:11','984','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jaice bc16 </BR>0722241837 ','','1','0','111612292037','No','','','','','','','','',0.00,0.00),(2952,'','Invoice','','2021-02-02 21:56:41','midview ad3','-300','11','2021-02-02 21:56:41','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111612292192','No','','','','','','','','',0.00,0.00),(2953,'','Invoice','','2021-02-03 11:29:20','david nyawira','-300','11','2021-02-03 11:29:20','1154','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david nyawira </BR>0704703596 ','','1','0','111612340868','No','','','','','','','','',0.00,0.00),(2954,'','Invoice','','2021-02-03 11:54:19','SHIFFARA JENID C8','-300','11','2021-02-03 11:54:19','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111612342398','No','','','','','','','','',0.00,0.00),(2955,'','Cash','','2021-02-03 11:55:54','moca court c4','0','11','2021-02-03 11:55:54','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','moca court c4 ','','1','0','111612342524','Cleared','','','','','','','','',0.00,0.00),(2956,'','Invoice','','2021-02-03 11:56:41','dainty a405','-300','11','2021-02-03 11:56:41','629','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a405 </BR>0721790359 ','','1','0','111612342588','No','','','','','','','','',0.00,0.00),(2957,'','Cash','','2021-02-03 11:57:43','','0','11','2021-02-03 11:57:43','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111612342651','Cleared','','','','','','','','',0.00,0.00),(2958,'','Invoice','','2021-02-03 11:58:15','SUSAN TSAVO B105','-150','11','2021-02-03 11:58:15','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111612342685','No','','','','','','','','',0.00,0.00),(2959,'','Invoice','','2021-02-03 12:01:23','HELEN LARI GERDEN a1','-600','11','2021-02-03 12:01:23','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HELEN LARI GERDEN a1 </BR>0724709015 ','','1','0','111612342836','No','','','','','','','','',0.00,0.00),(2960,'','Invoice','','2021-02-03 12:02:44','nzinza c16','-300','11','2021-02-03 12:02:44','738','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c16 </BR>0720466366 ','','1','0','111612342946','No','','','','','','','','',0.00,0.00),(2961,'','Invoice','','2021-02-03 12:03:57','david midview','-3000','11','2021-02-03 12:03:57','958','0','3000','1','retail',NULL,'3000','1','0','0','3000','0','0','0','printed','david midview </BR>0711977497 ','','1','0','111612343017','No','','','','','','','','',0.00,0.00),(2962,'','Invoice','','2021-02-03 12:28:16','sji patrick i8','-900','11','2021-02-03 12:28:16','385','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','sji patrick i8 </BR>0722103559 ','','1','0','111612344470','No','','','','','','','','',0.00,0.00),(2963,'','Invoice','','2021-02-03 13:48:56','midview aa2','-460','11','2021-02-03 13:48:56','1155','0','460','1','retail',NULL,'460','1','0','0','460','0','0','0','printed','midview aa2 </BR>0728809559 ','','1','0','111612344617','No','','','','','','','','',0.00,0.00),(2964,'','Invoice','','2021-02-03 13:52:19','pinewood 203','-1200','11','2021-02-03 13:52:19','871','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','pinewood 203 </BR>0723553209 ','','1','0','111612349522','No','','','','','','','','',0.00,0.00),(2965,'','Invoice','','2021-02-03 13:55:12','mufea 5c','-150','11','2021-02-03 13:55:12','849','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111612349701','No','','','','','','','','',0.00,0.00),(2966,'','Invoice','','2021-02-03 14:51:27','mufea 3g','-300','11','2021-02-03 14:51:27','962','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3g </BR>0732761196 ','','1','0','111612353065','No','','','','','','','','',0.00,0.00),(2967,'','Cash','','2021-02-03 14:53:04','kalwani park 308','-450','11','2021-02-03 14:53:04','','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kalwani park 308 ','','1','0','111612353163','Cleared','','','','','','','','',0.00,0.00),(2968,'','Invoice','','2021-02-03 15:18:34','lydia pine wood 606','-900','11','2021-02-03 15:18:34','658','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','lydia pine wood 606 </BR>0704700068 ','','1','0','111612354678','No','','','','','','','','',0.00,0.00),(2969,'','Invoice','','2021-02-03 15:20:09','gacicio 1 c1','-300','11','2021-02-03 15:20:09','609','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c1 </BR>0725758767 ','','1','0','111612354791','No','','','','','','','','',0.00,0.00),(2970,'','Mpesa','','2021-02-03 15:21:25','ruth','0','11','2021-02-03 15:21:25','1156','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','ruth </BR>0701509923 ','','1','0','111612354872','Cleared','','','','','','','','',0.00,0.00),(2971,'','Invoice','','2021-02-03 15:22:27','harvester a1','-300','11','2021-02-03 15:22:27','1157','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester a1 </BR>0724446596 ','','1','0','111612354937','No','','','','','','','','',0.00,0.00),(2972,'','Mpesa','','2021-02-03 15:24:13','njoki','0','11','2021-02-03 15:24:13','427','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','njoki </BR>0110011670 ','','1','0','111612355043','Cleared','','','','','','','','',0.00,0.00),(2973,'','Cash','','2021-02-03 16:30:48','petra 15','-300','11','2021-02-03 16:30:48','1158','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','petra 15 </BR>0720402253 ','','1','0','111612359035','Cleared','','','','','','','','',0.00,0.00),(2974,'','Invoice','','2021-02-03 16:33:34','pana shop','-300','11','2021-02-03 16:33:34','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pana shop </BR>0721732580 ','','1','0','111612359195','No','','','','','','','','',0.00,0.00),(2975,'','Cash','','2021-02-03 19:43:34','muteti centre','0','11','2021-02-03 19:43:34','862','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','muteti centre </BR>0725266364 ','','1','0','111612370538','Cleared','','','','','','','','',0.00,0.00),(2976,'','Invoice','','2021-02-03 19:44:45','WESTVIEW DANIEL B2','-300','11','2021-02-03 19:44:45','770','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','WESTVIEW DANIEL B2 </BR>0725463920 ','','1','0','111612370676','No','','','','','','','','',0.00,0.00),(2977,'','Cash','','2021-02-03 19:45:49','','0','11','2021-02-03 19:45:49','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612370740','Cleared','','','','','','','','',0.00,0.00),(2978,'','Mpesa','','2021-02-03 19:46:11','gerishon kavita','0','11','2021-02-03 19:46:11','1159','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','gerishon kavita </BR>0718040706 ','','1','0','111612370762','Cleared','','','','','','','','',0.00,0.00),(2979,'','Invoice','','2021-02-03 19:48:13','mufea 48','-300','11','2021-02-03 19:47:19','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111612370823','No','11','2021-02-03 19:48:13','','','','','','',0.00,0.00),(2980,'','Invoice','','2021-02-03 19:49:20','edenville p14','-600','11','2021-02-03 19:49:20','1160','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','edenville p14 </BR>0740869051 ','','1','0','111612370940','No','','','','','','','','',0.00,0.00),(2981,'','Cash','','2021-02-03 19:50:36','dainty a602','0','11','2021-02-03 19:50:36','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dainty a602 ','','1','0','111612371027','Cleared','','','','','','','','',0.00,0.00),(2982,'','Invoice','','2021-02-03 19:57:31','mufea peter 66','-600','11','2021-02-03 19:57:31','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111612371058','No','','','','','','','','',0.00,0.00),(2983,'','Invoice','','2021-02-03 20:03:13','cate westview b4','-300','11','2021-02-03 20:03:13','662','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cate westview b4 </BR>0722106494 ','','1','0','111612371785','No','','','','','','','','',0.00,0.00),(2984,'','Invoice','','2021-02-03 20:03:56','james mufea a5','-300','11','2021-02-03 20:03:56','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111612371829','No','','','','','','','','',0.00,0.00),(2985,'','Invoice','','2021-02-03 20:07:02','james mufea a5','-300','11','2021-02-03 20:07:02','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111612371875','No','','','','','','','','',0.00,0.00),(2986,'','Mpesa','','2021-02-03 20:10:21','kamunge 17','0','11','2021-02-03 20:10:21','954','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','kamunge 17 </BR>0722322846 ','','1','0','111612372209','Cleared','','','','','','','','',0.00,0.00),(2987,'','Cash','','2021-02-03 20:12:47','sujnam 4a','0','11','2021-02-03 20:12:47','802','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111612372349','Cleared','','','','','','','','',0.00,0.00),(2988,'','Invoice','','2021-02-03 20:15:42','harvester josephine c5','-300','11','2021-02-03 20:15:42','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0722357655 ','','1','0','111612372532','No','','','','','','','','',0.00,0.00),(2989,'','Cash','','2021-02-03 20:19:49','cid d12','0','11','2021-02-03 20:19:49','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','cid d12 ','','1','0','111612372770','Cleared','','','','','','','','',0.00,0.00),(2990,'','Invoice','','2021-02-03 20:20:30','mary jaice bc11','-300','11','2021-02-03 20:20:30','626','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jaice bc11 </BR>0729900699 ','','1','0','111612372812','No','','','','','','','','',0.00,0.00),(2991,'','Mpesa','','2021-02-03 20:21:42','NELLION 5N6','0','11','2021-02-03 20:21:42','1161','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','NELLION 5N6 </BR>0726686935 ','','1','0','111612372876','Cleared','','','','','','','','',0.00,0.00),(2992,'','Invoice','','2021-02-03 20:22:44','philly homes d2','-300','11','2021-02-03 20:22:44','1092','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','philly homes d2 </BR>0723808055 ','','1','0','111612372953','No','','','','','','','','',0.00,0.00),(2993,'','Mpesa','','2021-02-03 20:26:19','victor','0','11','2021-02-03 20:26:19','1162','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','victor </BR>0723845887 ','','1','0','111612373009','Cleared','','','','','','','','',0.00,0.00),(2994,'','Invoice','','2021-02-03 20:27:20','ann tsavo b703','-150','11','2021-02-03 20:27:20','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ann tsavo b703 </BR>0704382089 ','','1','0','111612373217','No','','','','','','','','',0.00,0.00),(2995,'','Mpesa','','2021-02-03 20:28:55','samuel','0','11','2021-02-03 20:28:55','810','0','420','1','retail',NULL,'420','1','0','0','0','0','420','0','printed','samuel </BR>0722918503 ','','1','0','111612373316','Cleared','','','','','','','','',0.00,0.00),(2996,'','Invoice','','2021-02-03 20:33:00','cid d8','-450','11','2021-02-03 20:33:00','1163','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid d8 </BR>07744957883 ','','1','0','111612373456','No','','','','','','','','',0.00,0.00),(2997,'','Invoice','','2021-02-03 20:42:49','ANKIAH B401','-300','11','2021-02-03 20:42:49','779','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANKIAH B401 </BR>0769606118 ','','1','0','111612374160','No','','','','','','','','',0.00,0.00),(2998,'','Mpesa','','2021-02-03 20:46:46','standley','0','11','2021-02-03 20:46:46','601','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','standley </BR>0726890588 ','','1','0','111612374395','Cleared','','','','','','','','',0.00,0.00),(2999,'','Invoice','','2021-02-03 20:50:23','jaice bb8','-550','11','2021-02-03 20:50:23','561','0','550','1','retail',NULL,'550','1','0','0','550','0','0','0','printed','jaice bb8 </BR>0711153910 ','','1','0','111612374603','No','','','','','','','','',0.00,0.00),(3000,'','Invoice','','2021-02-03 20:58:39','midview mc6','-600','11','2021-02-03 20:58:39','843','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mc6 </BR>0728390604 ','','1','0','111612375101','No','','','','','','','','',0.00,0.00),(3001,'','Invoice','','2021-02-03 21:05:01','elizabeth mufea 8d','-300','11','2021-02-03 21:05:01','767','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elizabeth mufea 8d </BR>0706511468 ','','1','0','111612375486','No','','','','','','','','',0.00,0.00),(3002,'','Invoice','','2021-02-04 08:39:29','josephine centric b8','-600','11','2021-02-04 08:39:29','765','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','josephine centric b8 </BR>0723177767 ','','1','0','111612417147','No','','','','','','','','',0.00,0.00),(3003,'','Invoice','','2021-02-04 09:10:20','jenid c9','-600','11','2021-02-04 09:10:20','1029','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c9 </BR>0722978217 ','','1','0','111612419003','No','','','','','','','','',0.00,0.00),(3004,'','Invoice','','2021-02-04 09:42:39','SPEARNET DM11','-600','11','2021-02-04 09:42:39','807','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','SPEARNET DM11 </BR>0733134762 ','','1','0','111612420924','No','','','','','','','','',0.00,0.00),(3005,'','Invoice','','2021-02-04 10:39:07','susan elewa ulevi','-600','11','2021-02-04 10:39:07','1164','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','susan elewa ulevi </BR>0722386414 ','','1','0','111612424332','No','','','','','','','','',0.00,0.00),(3006,'','Invoice','','2021-02-04 10:59:23','greenzone a 404','-300','11','2021-02-04 10:59:23','1165','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','greenzone a 404 </BR>0727223917 ','','1','0','111612425549','No','','','','','','','','',0.00,0.00),(3007,'','Invoice','','2021-02-04 11:07:51','tsavo c506','-300','11','2021-02-04 11:07:51','1026','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c506 </BR>0703763374 ','','1','0','111612426058','No','','','','','','','','',0.00,0.00),(3008,'','Invoice','','2021-02-04 11:29:33','raya tsavo b513','-150','11','2021-02-04 11:29:33','754','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo b513 </BR>0111875405 ','','1','0','111612427363','No','','','','','','','','',0.00,0.00),(3009,'','Cash','','2021-02-04 11:39:07','','0','11','2021-02-04 11:39:07','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111612427907','Cleared','','','','','','','','',0.00,0.00),(3010,'','Mpesa','','2021-02-04 11:39:46','tsavo kitchen rooftop','0','11','2021-02-04 11:39:46','514','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','tsavo kitchen rooftop </BR>0721155366 ','','1','0','111612427974','Cleared','','','','','','','','',0.00,0.00),(3011,'','Invoice','','2021-02-04 11:51:13','harvenest tower wing a','-300','11','2021-02-04 11:51:13','1166','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvenest tower wing a </BR>0721155336 ','','1','0','111612428648','No','','','','','','','','',0.00,0.00),(3012,'','Invoice','','2021-02-04 12:48:45','christine father oasis e6','-300','11','2021-02-04 12:48:45','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e6 </BR>0798208028 ','','1','0','111612432077','No','','','','','','','','',0.00,0.00),(3013,'','Invoice','','2021-02-04 12:53:12','dories harvester b8','-300','11','2021-02-04 12:53:12','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111612432383','No','','','','','','','','',0.00,0.00),(3014,'','Invoice','','2021-02-04 13:19:07','STEPHEN TSAVO C320','-300','11','2021-02-04 13:19:07','579','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>0702448162 ','','1','0','111612433420','No','','','','','','','','',0.00,0.00),(3015,'','Invoice','','2021-02-04 13:39:04','spearnet am4','-600','11','2021-02-04 13:39:04','1167','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','spearnet am4 </BR>0722863237 ','','1','0','111612434871','No','','','','','','','','',0.00,0.00),(3016,'','Invoice','','2021-02-04 15:38:38','jenidc12','-300','11','2021-02-04 15:38:38','724','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jenidc12 </BR>0726853779 ','','1','0','111612442305','No','','','','','','','','',0.00,0.00),(3017,'','Invoice','','2021-02-04 15:45:06','glass mart shop','-80','11','2021-02-04 15:45:06','699','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','glass mart shop </BR>0722675657 ','','1','0','111612442678','No','','','','','','','','',0.00,0.00),(3018,'','Invoice','','2021-02-04 15:46:33','tsavo a215','-300','11','2021-02-04 15:46:33','1168','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a215 </BR>0708809226 ','','1','0','111612442784','No','','','','','','','','',0.00,0.00),(3019,'','Invoice','','2021-02-04 15:49:42','midview ad6','-600','11','2021-02-04 15:49:42','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview ad6 </BR>0711977497 ','','1','0','111612442969','No','','','','','','','','',0.00,0.00),(3020,'','Invoice','','2021-02-04 17:17:12','nellion 7n9','-1200','11','2021-02-04 17:17:12','809','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nellion 7n9 </BR>0726567479 ','','1','0','111612448216','No','','','','','','','','',0.00,0.00),(3021,'','Invoice','','2021-02-04 17:23:22','midview mc5','-300','11','2021-02-04 17:23:22','990','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc5 </BR>0718135446 ','','1','0','111612448498','No','','','','','','','','',0.00,0.00),(3022,'','Invoice','','2021-02-04 17:24:53','david midview [guard]','-300','11','2021-02-04 17:24:53','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0721732580 ','','1','0','111612448684','No','','','','','','','','',0.00,0.00),(3023,'','Invoice','','2021-02-04 17:43:08','samwel serene b12','-300','11','2021-02-04 17:43:08','672','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0723608982 ','','1','0','111612448815','No','','','','','','','','',0.00,0.00),(3024,'','Mpesa','','2021-02-04 18:31:10','lenny njenga','0','11','2021-02-04 18:31:10','505','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','lenny njenga </BR>0724638256 ','','1','0','111612452650','Cleared','','','','','','','','',0.00,0.00),(3025,'','Invoice','','2021-02-04 18:44:21','harare unit 10','-300','11','2021-02-04 18:44:21','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111612453452','No','','','','','','','','',0.00,0.00),(3026,'','Invoice','','2021-02-04 18:53:48','faith mufea 6b','-600','11','2021-02-04 18:53:48','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111612454016','No','','','','','','','','',0.00,0.00),(3027,'','Cash','','2021-02-04 19:04:39','caroline kinuthia','0','11','2021-02-04 19:04:39','1169','200','300','1','retail',NULL,'300','1','0','0','0','0','100','0','printed','caroline kinuthia </BR>0722176658 ','','1','0','111612454670','Cleared','','','','','','','','',0.00,0.00),(3028,'','Mpesa','','2021-02-04 19:37:09','thomas gakiria','0','11','2021-02-04 19:37:09','711','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','thomas gakiria </BR>0722815607 ','','1','0','111612456381','Cleared','','','','','','','','',0.00,0.00),(3029,'','Mpesa','','2021-02-04 19:42:48','cid b4','0','11','2021-02-04 19:42:48','1170','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','cid b4 </BR>0722745089 ','','1','0','111612456909','Cleared','','','','','','','','',0.00,0.00),(3030,'','Cash','','2021-02-04 19:47:17','FARAH muteti centre 1','0','11','2021-02-04 19:47:17','912','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','FARAH muteti centre 1 </BR>0725232392 ','','1','0','111612457226','Cleared','','','','','','','','',0.00,0.00),(3031,'','Invoice','','2021-02-04 19:49:21','FARAH muteti centre 1','-300','11','2021-02-04 19:49:21','912','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0725232392 ','','1','0','111612457353','No','','','','','','','','',0.00,0.00),(3032,'','Invoice','','2021-02-04 20:10:49','mirriam petra 18','-600','11','2021-02-04 20:10:49','730','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mirriam petra 18 </BR>0722740167 ','','1','0','111612457489','No','','','','','','','','',0.00,0.00),(3033,'','Mpesa','','2021-02-04 20:18:26','ESTHER','0','11','2021-02-04 20:18:26','520','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ESTHER </BR>0722634387 ','','1','0','111612459069','Cleared','','','','','','','','',0.00,0.00),(3034,'','Mpesa','','2021-02-04 20:19:27','ANTONY','0','11','2021-02-04 20:19:27','959','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ANTONY </BR>0725396669 ','','1','0','111612459151','Cleared','','','','','','','','',0.00,0.00),(3035,'','Mpesa','','2021-02-04 20:24:23','ntugi rima','0','11','2021-02-04 20:24:23','942','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','ntugi rima </BR>0721580120 ','','1','0','111612459432','Cleared','','','','','','','','',0.00,0.00),(3036,'','Invoice','','2021-02-04 20:45:04','midview mm2','-600','11','2021-02-04 20:45:04','1171','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mm2 </BR>0724805841 ','','1','0','111612460662','No','','','','','','','','',0.00,0.00),(3037,'','Mpesa','','2021-02-04 20:48:40','grace wamue','0','11','2021-02-04 20:48:40','1172','0','2450','1','retail',NULL,'2450','1','0','0','0','0','2450','0','printed','grace wamue </BR>0722961355 ','','1','0','111612460903','Cleared','','','','','','','','',0.00,0.00),(3038,'','Invoice','','2021-02-05 10:35:59','cid d1','-150','11','2021-02-05 10:35:59','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111612510319','No','','','','','','','','',0.00,0.00),(3039,'','Invoice','','2021-02-05 10:38:33','mumwe runda school','-900','11','2021-02-05 10:38:33','1173','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mumwe runda school </BR>0708111705 ','','1','0','111612510697','No','','','','','','','','',0.00,0.00),(3040,'','Mpesa','','2021-02-05 10:40:25','taizon','0','11','2021-02-05 10:40:25','1174','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','taizon </BR>0114111520 ','','1','0','111612510790','Cleared','','','','','','','','',0.00,0.00),(3041,'','Mpesa','','2021-02-05 10:44:09','kamiti mechants','0','11','2021-02-05 10:44:09','1175','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','kamiti mechants </BR>0727380865 ','','1','0','111612511037','Cleared','','','','','','','','',0.00,0.00),(3042,'','Invoice','','2021-02-05 10:45:45','hopetrust 1 a4','-600','11','2021-02-05 10:45:45','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hopetrust 1 a4 </BR>0720869132 ','','1','0','111612511123','No','','','','','','','','',0.00,0.00),(3043,'','Cash','','2021-02-05 10:49:05','judy father oasis gate a c7','0','11','2021-02-05 10:49:05','592','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','judy father oasis gate a c7 </BR>0722354995 ','','1','0','111612511321','Cleared','','','','','','','','',0.00,0.00),(3044,'','Invoice','','2021-02-05 10:54:53','harvester c3','-600','11','2021-02-05 10:54:53','48','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester c3 </BR>0707689955 ','','1','0','111612511679','No','','','','','','','','',0.00,0.00),(3045,'','Cash','','2021-02-05 10:58:43','braeteck autocare ltd','0','11','2021-02-05 10:58:43','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braeteck autocare ltd ','','1','0','111612511903','Cleared','','','','','','','','',0.00,0.00),(3046,'','Invoice','','2021-02-05 11:00:53','judy father oasis gate a c7','-300','11','2021-02-05 11:00:53','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy father oasis gate a c7 </BR>0722354995 ','','1','0','111612512033','No','','','','','','','','',0.00,0.00),(3047,'','Invoice','','2021-02-05 12:06:35','nzinza c52','-300','11','2021-02-05 12:06:35','937','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c52 </BR>0789412106 ','','1','0','111612515984','No','','','','','','','','',0.00,0.00),(3048,'','Invoice','','2021-02-05 13:12:28','kimani court b3','-450','11','2021-02-05 13:12:28','682','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kimani court b3 </BR>0718289915 ','','1','0','111612519896','No','','','','','','','','',0.00,0.00),(3049,'','Invoice','','2021-02-05 18:55:29','tsavo c402','-150','11','2021-02-05 18:55:29','971','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c402 </BR>0705667396 ','','1','0','111612540428','No','','','','','','','','',0.00,0.00),(3050,'','Invoice','','2021-02-05 18:56:43','james 932 a4','-300','11','2021-02-05 18:56:43','708','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james 932 a4 </BR>0722714971 ','','1','0','111612540592','No','','','','','','','','',0.00,0.00),(3051,'','Mpesa','','2021-02-05 18:58:17','SIMON','0','11','2021-02-05 18:58:17','1104','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','SIMON </BR>0720584704 ','','1','0','111612540681','Cleared','','','','','','','','',0.00,0.00),(3052,'','Mpesa','','2021-02-05 18:59:13','damilola','0','11','2021-02-05 18:59:13','721','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','damilola </BR>0715194832 ','','1','0','111612540730','Cleared','','','','','','','','',0.00,0.00),(3053,'','Invoice','','2021-02-05 19:00:03','nyawira 33','-300','11','2021-02-05 19:00:03','793','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111612540793','No','','','','','','','','',0.00,0.00),(3054,'','Invoice','','2021-02-05 19:01:03','MARK MIDVIEW AD4','-600','11','2021-02-05 19:01:03','771','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MARK MIDVIEW AD4 </BR>0728175293 ','','1','0','111612540838','No','','','','','','','','',0.00,0.00),(3055,'','Mpesa','','2021-02-05 19:02:17','jane','0','11','2021-02-05 19:02:17','1176','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jane </BR>0726006085 ','','1','0','111612540917','Cleared','','','','','','','','',0.00,0.00),(3056,'','Mpesa','','2021-02-05 19:07:12','maureen','0','11','2021-02-05 19:07:12','1177','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','maureen </BR>0798839664 ','','1','0','111612541224','Cleared','','','','','','','','',0.00,0.00),(3057,'','Mpesa','','2021-02-05 19:09:40','patricia','0','11','2021-02-05 19:09:40','775','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','patricia </BR>0706114131 ','','1','0','111612541273','Cleared','','','','','','','','',0.00,0.00),(3058,'','Invoice','','2021-02-05 19:12:22','james primerose b2','-600','11','2021-02-05 19:12:22','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111612541528','No','','','','','','','','',0.00,0.00),(3059,'','Cash','','2021-02-05 19:14:26','','0','11','2021-02-05 19:14:26','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612541602','Cleared','','','','','','','','',0.00,0.00),(3060,'','Mpesa','','2021-02-05 19:14:49','mazeras 10','0','11','2021-02-05 19:14:49','1079','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','mazeras 10 </BR>0713356169 ','','1','0','111612541679','Cleared','','','','','','','','',0.00,0.00),(3061,'','Mpesa','','2021-02-05 19:15:48','mufea 6e','0','11','2021-02-05 19:15:48','1178','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea 6e </BR>0742450693 ','','1','0','111612541735','Cleared','','','','','','','','',0.00,0.00),(3062,'','Mpesa','','2021-02-05 19:16:58','REALITY PLAZA B9','0','11','2021-02-05 19:16:58','1179','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','REALITY PLAZA B9 </BR>0720544161 ','','1','0','111612541798','Cleared','','','','','','','','',0.00,0.00),(3063,'','Invoice','','2021-02-05 19:18:05','silas mazeras 4','-300','11','2021-02-05 19:18:05','1180','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','silas mazeras 4 </BR>0726457212 ','','1','0','111612541870','No','','','','','','','','',0.00,0.00),(3064,'','Cash','','2021-02-05 19:40:28','','0','11','2021-02-05 19:40:28','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612543206','Cleared','','','','','','','','',0.00,0.00),(3065,'','Mpesa','','2021-02-05 20:38:05','kelvin mambo','0','11','2021-02-05 20:38:05','784','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','kelvin mambo </BR>0720127500 ','','1','0','111612546674','Cleared','','','','','','','','',0.00,0.00),(3066,'','Invoice','','2021-02-05 20:40:06','gacicio 2 b9','-900','11','2021-02-05 20:40:06','406','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','gacicio 2 b9 </BR>0720756945 ','','1','0','111612546741','No','','','','','','','','',0.00,0.00),(3067,'','Invoice','','2021-02-06 09:26:28','spearnet am2','-300','11','2021-02-06 09:26:28','1023','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet am2 </BR>0722394013 ','','1','0','111612588966','No','','','','','','','','',0.00,0.00),(3068,'','Cash','','2021-02-06 09:55:04','','0','11','2021-02-06 09:55:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612594492','Cleared','','','','','','','','',0.00,0.00),(3069,'','Cash','','2021-02-06 09:59:57','','0','11','2021-02-06 09:59:57','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612594782','Cleared','','','','','','','','',0.00,0.00),(3070,'','Mpesa','','2021-02-06 10:20:19','loraine','0','11','2021-02-06 10:20:19','616','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','loraine </BR>0720835989 ','','1','0','111612594818','Cleared','','','','','','','','',0.00,0.00),(3071,'','Invoice','','2021-02-06 10:27:30','andrew spearnet p1','-600','11','2021-02-06 10:27:30','806','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','andrew spearnet p1 </BR>0726267037 ','','1','0','111612596426','No','','','','','','','','',0.00,0.00),(3072,'','Invoice','','2021-02-06 10:39:39','kenneth kamunge 15','-300','11','2021-02-06 10:39:39','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111612597170','No','','','','','','','','',0.00,0.00),(3073,'','Cash','','2021-02-06 10:52:18','','0','11','2021-02-06 10:52:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612597641','Cleared','','','','','','','','',0.00,0.00),(3074,'','Invoice','','2021-02-06 10:59:59','midview mb4','-1200','11','2021-02-06 10:59:59','949','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','midview mb4 </BR>0723979559 ','','1','0','111612598383','No','','','','','','','','',0.00,0.00),(3075,'','Invoice','','2021-02-06 11:12:16','kimani court E2','-750','11','2021-02-06 11:12:16','773','0','750','1','retail',NULL,'750','1','0','0','750','0','0','0','printed','kimani court E2 </BR>0722463549 ','','1','0','111612599076','No','','','','','','','','',0.00,0.00),(3076,'','Invoice','','2021-02-06 11:16:31','david midview [guard]','-600','11','2021-02-06 11:16:31','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111612599378','No','','','','','','','','',0.00,0.00),(3077,'','Invoice','','2021-02-06 11:33:14','david midview [guard]','-300','11','2021-02-06 11:33:14','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111612600376','No','','','','','','','','',0.00,0.00),(3078,'','Cash','','2021-02-06 11:40:13','','0','11','2021-02-06 11:40:13','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','111612600777','Cleared','','','','','','','','',0.00,0.00),(3079,'','Invoice','','2021-02-06 11:54:10','mazeras 3','-300','11','2021-02-06 11:54:10','1181','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mazeras 3 </BR>0726562085 ','','1','0','111612601636','No','','','','','','','','',0.00,0.00),(3080,'','Invoice','','2021-02-06 11:55:31','joseph nyawira 23','-450','11','2021-02-06 11:55:31','800','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','joseph nyawira 23 </BR>0722797609 ','','1','0','111612601722','No','','','','','','','','',0.00,0.00),(3081,'','Invoice','','2021-02-06 11:57:11','naftally greenview2b','-300','11','2021-02-06 11:57:11','652','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','naftally greenview2b </BR>0722769324 ','','1','0','111612601790','No','','','','','','','','',0.00,0.00),(3082,'','Mpesa','','2021-02-06 12:05:42','tom mboya','0','11','2021-02-06 12:05:42','1182','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','tom mboya </BR>0799302470 ','','1','0','111612601940','Cleared','','','','','','','','',0.00,0.00),(3083,'','Invoice','','2021-02-06 12:29:05','rosewood court b6','-300','11','2021-02-06 12:29:05','1183','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152470 ','','1','0','111612603722','No','','','','','','','','',0.00,0.00),(3084,'','Invoice','','2021-02-06 13:36:13','marry muteti','-600','11','2021-02-06 13:36:13','1184','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','marry muteti </BR>0726951665 ','','1','0','111612607748','No','','','','','','','','',0.00,0.00),(3085,'','Cash','','2021-02-06 13:38:54','','0','11','2021-02-06 13:38:54','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111612607925','Cleared','','','','','','','','',0.00,0.00),(3086,'','Cash','','2021-02-06 13:39:22','mufea 54','0','11','2021-02-06 13:39:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea 54 ','','1','0','111612607951','Cleared','','','','','','','','',0.00,0.00),(3087,'','Invoice','','2021-02-06 14:15:48','harvesterv b3','-300','11','2021-02-06 14:15:48','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvesterv b3 </BR>0710146946 ','','1','0','111612608000','No','','','','','','','','',0.00,0.00),(3088,'','Invoice','','2021-02-06 14:17:21','cid b15','-600','11','2021-02-06 14:17:21','923','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','cid b15 </BR>0727651656 ','','1','0','111612610223','No','','','','','','','','',0.00,0.00),(3089,'','Invoice','','2021-02-06 14:25:27','poulline philly homes b7','-600','11','2021-02-06 14:25:27','563','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','poulline philly homes b7 </BR>0722265978 ','','1','0','111612610691','No','','','','','','','','',0.00,0.00),(3090,'','Invoice','','2021-02-06 14:30:58','graduating shop gg','-350','11','2021-02-06 14:30:58','1185','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','graduating shop gg </BR>0731584275 ','','1','0','111612611046','No','','','','','','','','',0.00,0.00),(3091,'','Invoice','','2021-02-06 15:07:34','graduating shop gg','-350','11','2021-02-06 15:07:34','1185','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','graduating shop gg </BR>0731584275 ','','1','0','111612613237','No','','','','','','','','',0.00,0.00),(3092,'','Mpesa','','2021-02-06 15:32:09','medrine','0','11','2021-02-06 15:32:09','1186','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','medrine </BR>0723919969 ','','1','0','111612614675','Cleared','','','','','','','','',0.00,0.00),(3093,'','Invoice','','2021-02-06 16:06:29','kamunge 24','-600','11','2021-02-06 16:06:29','1187','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kamunge 24 </BR>0-703223719 ','','1','0','111612616753','No','','','','','','','','',0.00,0.00),(3094,'','Invoice','','2021-02-06 16:07:57','john purity wb8','-600','11','2021-02-06 16:07:57','562','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','john purity wb8 </BR>0724334065 ','','1','0','111612616860','No','','','','','','','','',0.00,0.00),(3095,'','Invoice','','2021-02-06 16:11:37','joan baraka a8','-300','11','2021-02-06 16:11:37','670','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joan baraka a8 </BR>0725060291 ','','1','0','111612617009','No','','','','','','','','',0.00,0.00),(3096,'','Invoice','','2021-02-06 16:13:27','jackline sujnam 4b','-300','11','2021-02-06 16:13:27','945','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jackline sujnam 4b </BR>0720839380 ','','1','0','111612617196','No','','','','','','','','',0.00,0.00),(3097,'','Invoice','','2021-02-06 16:15:05','dories harvester b8','-300','11','2021-02-06 16:15:05','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111612617289','No','','','','','','','','',0.00,0.00),(3098,'','Invoice','','2021-02-06 16:40:24','purity wa1','-300','11','2021-02-06 16:40:24','1188','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wa1 </BR>0727790780 ','','1','0','111612618776','No','','','','','','','','',0.00,0.00),(3099,'','Cash','','2021-02-06 16:41:50','brainston cocacola shop','0','11','2021-02-06 16:41:50','1100','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','brainston cocacola shop </BR>0719711797 ','','1','0','111612618897','Cleared','','','','','','','','',0.00,0.00),(3100,'','Invoice','','2021-02-06 16:43:19','mufea susan 31','-600','11','2021-02-06 16:43:19','594','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea susan 31 </BR>0711998301 ','','1','0','111612618964','No','','','','','','','','',0.00,0.00),(3101,'','Invoice','','2021-02-06 17:47:58','MERCY JENID C5','-150','11','2021-02-06 17:47:58','1072','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0714143179 ','','1','0','111612622869','No','','','','','','','','',0.00,0.00),(3102,'','Invoice','','2021-02-06 18:34:42','JUDY MUFEA 69','-150','11','2021-02-06 18:34:42','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111612625669','No','','','','','','','','',0.00,0.00),(3103,'','Invoice','','2021-02-06 18:40:49','tsavo d501','-150','11','2021-02-06 18:40:49','1072','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo d501 </BR>0714143179 ','','1','0','111612626037','No','','','','','','','','',0.00,0.00),(3104,'','Mpesa','','2021-02-06 18:44:12','','0','11','2021-02-06 18:44:12','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' </BR>griffin ','','1','0','111612626240','Cleared','','','','','','','','',0.00,0.00),(3105,'','Invoice','','2021-02-06 18:45:50','tsavo d501','-150','11','2021-02-06 18:45:50','1072','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo d501 </BR>0714143179 ','','1','0','111612626335','No','','','','','','','','',0.00,0.00),(3106,'','Invoice','','2021-02-06 19:00:58','MUFEA 41','-300','11','2021-02-06 19:00:58','853','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 41 </BR>0729501330 ','','1','0','111612626408','No','','','','','','','','',0.00,0.00),(3107,'','Mpesa','','2021-02-06 19:15:43','bernad','0','11','2021-02-06 19:15:43','1189','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','bernad </BR>0746746948 ','','1','0','111612627504','Cleared','','','','','','','','',0.00,0.00),(3108,'','Invoice','','2021-02-06 19:21:47','allan midview ab6','-300','11','2021-02-06 19:21:47','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','allan midview ab6 </BR>0723657970 ','','1','0','111612628203','No','','','','','','','','',0.00,0.00),(3109,'','Invoice','','2021-02-06 19:29:46','adriana harvester c4','-600','11','2021-02-06 19:29:46','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111612628582','No','','','','','','','','',0.00,0.00),(3110,'','Invoice','','2021-02-06 19:56:23','antony schekem a11','-300','11','2021-02-06 19:56:23','900','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','antony schekem a11 </BR>0725683679 ','','1','0','111612629895','No','','','','','','','','',0.00,0.00),(3111,'','Invoice','','2021-02-06 20:10:08','raoul tsavo b620','-300','11','2021-02-06 20:10:08','740','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','raoul tsavo b620 </BR>0793592543 ','','1','0','111612631384','No','','','','','','','','',0.00,0.00),(3112,'','Mpesa','','2021-02-06 20:11:43','james','0','11','2021-02-06 20:11:43','974','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','james </BR>0724082450 ','','1','0','111612631478','Cleared','','','','','','','','',0.00,0.00),(3113,'','Invoice','','2021-02-07 11:16:46','mufea c1','-300','11','2021-02-07 11:16:46','535','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea c1 </BR>0729914196 ','','1','0','111612685791','No','','','','','','','','',0.00,0.00),(3114,'','Invoice','','2021-02-07 11:17:54','gacicio2 a3','-900','11','2021-02-07 11:17:54','842','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','gacicio2 a3 </BR>0707678778 ','','1','0','111612685862','No','','','','','','','','',0.00,0.00),(3115,'','Cash','','2021-02-07 11:18:59','','0','11','2021-02-07 11:18:59','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111612685923','Cleared','','','','','','','','',0.00,0.00),(3116,'','Mpesa','','2021-02-07 11:19:54','jesca','0','11','2021-02-07 11:19:54','785','0','1200','1','retail',NULL,'1200','1','0','0','0','0','1200','0','printed','jesca </BR>0716948971 ','','1','0','111612685970','Cleared','','','','','','','','',0.00,0.00),(3117,'','Invoice','','2021-02-07 11:27:59','mufea 30','-600','11','2021-02-07 11:27:59','1190','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 30 </BR>0704932875 ','','1','0','111612686459','No','','','','','','','','',0.00,0.00),(3118,'','Invoice','','2021-02-07 11:31:12','bernad kugeria hse no 3','-600','11','2021-02-07 11:31:12','753','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','bernad kugeria hse no 3 </BR>0722451236 ','','1','0','111612686544','No','','','','','','','','',0.00,0.00),(3119,'','Invoice','','2021-02-07 11:32:37','SUSAN TSAVO B105','-150','11','2021-02-07 11:32:37','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111612686718','No','','','','','','','','',0.00,0.00),(3120,'','Invoice','','2021-02-07 11:33:47','annirene mazeras 2','-300','11','2021-02-07 11:33:47','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111612686812','No','','','','','','','','',0.00,0.00),(3121,'','Invoice','','2021-02-07 12:50:49','mufea 68','-300','11','2021-02-07 12:50:49','732','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 68 </BR>0702048944 ','','1','0','111612690588','No','','','','','','','','',0.00,0.00),(3122,'','Invoice','','2021-02-07 13:03:05','zena jenid b6','-600','11','2021-02-07 13:03:05','1106','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','zena jenid b6 </BR>0721588923 ','','1','0','111612692172','No','','','','','','','','',0.00,0.00),(3123,'','Cash','','2021-02-07 13:14:29','','0','11','2021-02-07 13:14:29','','20','120','1','retail',NULL,'120','1','0','0','0','0','100','0','printed',' ','','1','0','111612692246','Cleared','','','','','','','','',0.00,0.00),(3124,'','Cash','','2021-02-07 16:06:42','','0','11','2021-02-07 16:06:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612703112','Cleared','','','','','','','','',0.00,0.00),(3125,'','Cash','','2021-02-07 16:07:48','','0','11','2021-02-07 16:07:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612703252','Cleared','','','','','','','','',0.00,0.00),(3126,'','Cash','','2021-02-07 16:08:46','nzinza b37','0','11','2021-02-07 16:08:46','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nzinza b37 ','','1','0','111612703305','Cleared','','','','','','','','',0.00,0.00),(3127,'','Invoice','','2021-02-07 16:10:07','ruth cid c8','-300','11','2021-02-07 16:10:07','100','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ruth cid c8 </BR>0727661629 ','','1','0','111612703384','No','','','','','','','','',0.00,0.00),(3128,'','Mpesa','','2021-02-07 16:44:06','james','0','11','2021-02-07 16:44:06','1191','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','james </BR>0724994322 ','','1','0','111612705405','Cleared','','','','','','','','',0.00,0.00),(3129,'','Invoice','','2021-02-07 16:45:47','dainty a104','-300','11','2021-02-07 16:45:47','1192','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a104 </BR>0726290 ','','1','0','111612705526','No','','','','','','','','',0.00,0.00),(3130,'','Mpesa','','2021-02-07 16:47:16','njoroge','0','11','2021-02-07 16:47:16','857','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','njoroge </BR>0722409807 ','','1','0','111612705613','Cleared','','','','','','','','',0.00,0.00),(3131,'','Mpesa','','2021-02-07 17:17:46','LUCY','0','11','2021-02-07 17:17:46','1193','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','LUCY </BR>0720812835 ','','1','0','111612707453','Cleared','','','','','','','','',0.00,0.00),(3132,'','Mpesa','','2021-02-07 17:29:22','DAVID','0','11','2021-02-07 17:29:22','1194','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','DAVID </BR>0718483O71 ','','1','0','111612708123','Cleared','','','','','','','','',0.00,0.00),(3133,'','Mpesa','','2021-02-07 17:37:47','GODFREY','0','11','2021-02-07 17:37:47','1195','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','GODFREY </BR>0794298180 ','','1','0','111612708607','Cleared','','','','','','','','',0.00,0.00),(3134,'','Mpesa','','2021-02-07 17:40:16','EMMANUEI','0','11','2021-02-07 17:40:16','731','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','EMMANUEI </BR>0724615859 ','','1','0','111612708785','Cleared','','','','','','','','',0.00,0.00),(3135,'','Invoice','','2021-02-07 17:46:03','georgina crossover 6','-300','11','2021-02-07 17:46:03','574','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725351414 ','','1','0','111612709136','No','','','','','','','','',0.00,0.00),(3136,'','Invoice','','2021-02-07 17:48:34','spearnet cm3','-450','11','2021-02-07 17:48:34','828','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111612709231','No','','','','','','','','',0.00,0.00),(3137,'','Mpesa','','2021-02-07 17:56:02','IRENE','0','11','2021-02-07 17:56:02','698','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','IRENE </BR>0728919362 ','','1','0','111612709688','Cleared','','','','','','','','',0.00,0.00),(3138,'','Invoice','','2021-02-07 18:06:34','irene midview mc3','-600','11','2021-02-07 18:06:34','698','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','irene midview mc3 </BR>0728919362 ','','1','0','111612709884','No','','','','','','','','',0.00,0.00),(3139,'','Invoice','','2021-02-07 18:08:58','GREGORY FATHER OASIS A11','-300','11','2021-02-07 18:08:58','894','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GREGORY FATHER OASIS A11 </BR>0720073533 ','','1','0','111612710514','No','','','','','','','','',0.00,0.00),(3140,'','Mpesa','','2021-02-07 18:36:08','TSAVO NAOMI B608','0','11','2021-02-07 18:36:08','612','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111612710590','Cleared','','','','','','','','',0.00,0.00),(3141,'','Cash','','2021-02-07 18:42:24','','0','11','2021-02-07 18:42:24','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','111612712268','Cleared','','','','','','','','',0.00,0.00),(3142,'','Invoice','','2021-02-07 18:59:06','HARVESTER D8','-600','11','2021-02-07 18:59:06','1196','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HARVESTER D8 </BR>0733332231 ','','1','0','111612713511','No','','','','','','','','',0.00,0.00),(3143,'','Invoice','','2021-02-07 19:04:00','spearnet cm1','-300','11','2021-02-07 19:04:00','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm1 </BR>0723600872 ','','1','0','111612713828','No','','','','','','','','',0.00,0.00),(3144,'','Cash','','2021-02-07 19:49:18','','0','11','2021-02-07 19:49:18','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111612716545','Cleared','','','','','','','','',0.00,0.00),(3145,'','Cash','','2021-02-07 19:49:42','','0','11','2021-02-07 19:49:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111612716573','Cleared','','','','','','','','',0.00,0.00),(3146,'','Invoice','','2021-02-07 19:50:07','westview f6','-450','11','2021-02-07 19:50:07','591','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','westview f6 </BR>0720097604 ','','1','0','111612716595','No','','','','','','','','',0.00,0.00),(3147,'','Invoice','','2021-02-07 19:52:14','opp mazeras m4','-300','11','2021-02-07 19:52:14','975','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','opp mazeras m4 </BR>0729489981 ','','1','0','111612716709','No','','','','','','','','',0.00,0.00),(3148,'','Invoice','','2021-02-07 19:53:10','crossover 9','-300','11','2021-02-07 19:53:10','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover 9 </BR>0712634308 ','','1','0','111612716782','No','','','','','','','','',0.00,0.00),(3149,'','Invoice','','2021-02-07 20:17:21','PIINEWOOD 302','-300','11','2021-02-07 20:17:21','694','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PIINEWOOD 302 </BR>0721351530 ','','1','0','111612718224','No','','','','','','','','',0.00,0.00),(3150,'','Invoice','','2021-02-07 20:22:30','purity c7','-300','11','2021-02-07 20:22:30','559','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity c7 </BR>0726006326 ','','1','0','111612718521','No','','','','','','','','',0.00,0.00),(3151,'','Invoice','','2021-02-07 20:23:53','cid e10','-300','11','2021-02-07 20:23:53','951','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid e10 </BR>0705725683 ','','1','0','111612718619','No','','','','','','','','',0.00,0.00),(3152,'','Mpesa','','2021-02-07 20:25:40','JOHN','0','11','2021-02-07 20:25:40','1197','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','JOHN </BR>0726013621 ','','1','0','111612718731','Cleared','','','','','','','','',0.00,0.00),(3153,'','Invoice','','2021-02-07 20:26:31','father oasis a a18','-300','11','2021-02-07 20:26:31','933','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis a a18 </BR>0719814734 ','','1','0','111612718783','No','','','','','','','','',0.00,0.00),(3154,'','Invoice','','2021-02-07 20:43:11','springs garden b7','-300','11','2021-02-07 20:43:11','386','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden b7 </BR>0758705126 ','','1','0','111612719768','No','','','','','','','','',0.00,0.00),(3155,'','Cash','','2021-02-07 20:44:45','','0','11','2021-02-07 20:44:45','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612719856','Cleared','','','','','','','','',0.00,0.00),(3156,'','Invoice','','2021-02-08 09:10:25','jenid caroline a4','-600','11','2021-02-08 09:10:25','114','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid caroline a4 </BR>0728456747 ','','1','0','111612764606','No','','','','','','','','',0.00,0.00),(3157,'','Invoice','','2021-02-08 10:21:33','maria schekem a18','-300','11','2021-02-08 10:21:33','1198','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>0707591575 ','','1','0','111612768859','No','','','','','','','','',0.00,0.00),(3158,'','Invoice','','2021-02-08 10:40:45','maureen windsor','-300','11','2021-02-08 10:40:45','1058','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen windsor </BR>0705917823 ','','1','0','111612769999','No','','','','','','','','',0.00,0.00),(3159,'','Invoice','','2021-02-08 10:57:34','SHIFFARA JENID C8','-300','11','2021-02-08 10:57:34','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFARA JENID C8 </BR>0721826266 ','','1','0','111612771026','No','','','','','','','','',0.00,0.00),(3160,'','Invoice','','2021-02-08 10:59:41','kamunge 18','-300','11','2021-02-08 10:59:41','991','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 18 </BR>0736167897 ','','1','0','111612771143','No','','','','','','','','',0.00,0.00),(3161,'','Invoice','','2021-02-08 11:54:49','kencom sacco 69','-600','11','2021-02-08 11:54:49','435','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>0112659913 ','','1','0','111612774464','No','','','','','','','','',0.00,0.00),(3162,'','Invoice','','2021-02-08 11:58:13','helen father oasis a c11','-300','11','2021-02-08 11:58:13','776','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','helen father oasis a c11 </BR>0721889292 ','','1','0','111612774632','No','','','','','','','','',0.00,0.00),(3163,'','Invoice','','2021-02-08 12:42:40','cynthia jenid b10','-600','11','2021-02-08 12:42:40','930','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','cynthia jenid b10 </BR>0722862405 ','','1','0','111612777333','No','','','','','','','','',0.00,0.00),(3164,'','Cash','','2021-02-08 12:47:04','jc apartment','0','11','2021-02-08 12:47:04','1199','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jc apartment </BR>0726994100 ','','1','0','111612777599','Cleared','','','','','','','','',0.00,0.00),(3165,'','Invoice','','2021-02-08 13:22:07','nelly mufea e3','-300','11','2021-02-08 13:22:07','1200','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>071988884003 ','','1','0','111612779682','No','','','','','','','','',0.00,0.00),(3166,'','Invoice','','2021-02-08 13:25:06','olive apartment b2','-300','11','2021-02-08 13:25:06','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111612779881','No','','','','','','','','',0.00,0.00),(3167,'','Invoice','','2021-02-08 14:57:21','caroline serine d8','-300','11','2021-02-08 14:57:21','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111612785409','No','','','','','','','','',0.00,0.00),(3168,'','Cash','','2021-02-08 14:59:07','kimani court d1','0','11','2021-02-08 14:59:07','1201','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court d1 </BR>0791272318 ','','1','0','111612785524','Cleared','','','','','','','','',0.00,0.00),(3169,'','Cash','','2021-02-08 15:17:37','elizabet tsavo b512','0','11','2021-02-08 15:10:56','1202','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111612786233','Cleared','11','2021-02-08 15:17:37','','','','','','',0.00,0.00),(3170,'','Invoice','','2021-02-08 15:23:52','jacinta','-300','11','2021-02-08 15:23:52','866','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jacinta </BR>0723658582 ','','1','0','111612787013','No','','','','','','','','',0.00,0.00),(3171,'','Invoice','','2021-02-08 15:25:45','jacintah','-150','11','2021-02-08 15:25:45','866','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','jacintah </BR>0723658582 ','','1','0','111612787124','No','','','','','','','','',0.00,0.00),(3172,'','Invoice','','2021-02-08 16:17:20','midview mb6 flozzy','-600','11','2021-02-08 16:17:20','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111612790198','No','','','','','','','','',0.00,0.00),(3173,'','Invoice','','2021-02-08 16:19:39','dainty b602','-300','11','2021-02-08 16:19:39','656','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty b602 </BR>0721123831 ','','1','0','111612790350','No','','','','','','','','',0.00,0.00),(3174,'','Invoice','','2021-02-08 17:35:32','SPEARNET DM9','-300','11','2021-02-08 17:35:32','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>0727711513 ','','1','0','111612794767','No','','','','','','','','',0.00,0.00),(3175,'','Cash','','2021-02-08 17:38:41','','0','11','2021-02-08 17:38:41','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612795095','Cleared','','','','','','','','',0.00,0.00),(3176,'','Invoice','','2021-02-08 17:55:32','kimcrest','-300','11','2021-02-08 17:55:32','1065','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimcrest </BR>0718167073 ','','1','0','111612796087','No','','','','','','','','',0.00,0.00),(3177,'','Invoice','','2021-02-08 18:44:30','centric court b08','-300','11','2021-02-08 18:44:30','1011','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b08 </BR>0797148871 ','','1','0','111612799044','No','','','','','','','','',0.00,0.00),(3178,'','Invoice','','2021-02-08 18:50:50','c0llins westview','-600','11','2021-02-08 18:50:50','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','c0llins westview </BR>0714160617 ','','1','0','111612799400','No','','','','','','','','',0.00,0.00),(3179,'','Invoice','','2021-02-08 18:54:46','opposite mazeras m3','-1200','11','2021-02-08 18:54:46','1203','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','opposite mazeras m3 </BR>0721525186 ','','1','0','111612799665','No','','','','','','','','',0.00,0.00),(3180,'','Invoice','','2021-02-08 19:05:38','danrose','-300','11','2021-02-08 19:05:38','1204','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','danrose </BR>0723269780 ','','1','0','111612800244','No','','','','','','','','',0.00,0.00),(3181,'','Cash','','2021-02-09 16:49:33','petra martin 4','0','11','2021-02-09 16:49:33','50','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed','petra martin 4 </BR>0722492403 ','','1','0','111612878542','Cleared','','','','','','','','',0.00,0.00),(3182,'','Invoice','','2021-02-09 17:24:48','petra martin 4','-1500','11','2021-02-09 17:24:48','50','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','petra martin 4 </BR>0722492403 ','','1','0','111612880662','No','','','','','','','','',0.00,0.00),(3183,'','Invoice','','2021-02-09 17:26:24','josephine pinewood 602','-300','11','2021-02-09 17:26:24','681','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111612880759','No','','','','','','','','',0.00,0.00),(3184,'','Invoice','','2021-02-09 17:27:46','josephine pinewood 602','-150','11','2021-02-09 17:27:46','681','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111612880843','No','','','','','','','','',0.00,0.00),(3185,'','Cash','','2021-02-09 17:29:10','fred','0','11','2021-02-09 17:29:10','1205','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','fred </BR>0723742295 ','','1','0','111612880924','Cleared','','','','','','','','',0.00,0.00),(3186,'','Invoice','','2021-02-09 17:31:08','kimani court d8','-300','11','2021-02-09 17:31:08','1036','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d8 </BR>0702284443 ','','1','0','111612881033','No','','','','','','','','',0.00,0.00),(3187,'','Invoice','','2021-02-09 17:32:25','BARBARA MUFEA 60','-600','11','2021-02-09 17:32:25','598','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','BARBARA MUFEA 60 </BR>0733127411 ','','1','0','111612881127','No','','','','','','','','',0.00,0.00),(3188,'','Invoice','','2021-02-09 17:36:53','scenic a10','-120','11','2021-02-09 17:34:22','1207','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','victor </BR>079871204 ','','1','0','111612881240','No','11','2021-02-09 17:36:53','','','','','','',0.00,0.00),(3189,'','Invoice','','2021-02-09 17:39:28','westview','-300','11','2021-02-09 17:39:28','715','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview </BR>0724850421 ','','1','0','111612881538','No','','','','','','','','',0.00,0.00),(3190,'','Invoice','','2021-02-09 17:41:27','cid d1','-150','11','2021-02-09 17:41:27','929','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid d1 </BR>0716013351 ','','1','0','111612881642','No','','','','','','','','',0.00,0.00),(3191,'','Invoice','','2021-02-09 17:46:39','jenid b9','-1200','11','2021-02-09 17:46:39','1208','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid b9 </BR>0723209939 ','','1','0','111612881974','No','','','','','','','','',0.00,0.00),(3192,'','Cash','','2021-02-09 17:48:38','','0','11','2021-02-09 17:48:38','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','111612882079','Cleared','','','','','','','','',0.00,0.00),(3193,'','Cash','','2021-02-09 17:51:08','','0','11','2021-02-09 17:51:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612882130','Cleared','','','','','','','','',0.00,0.00),(3194,'','Cash','','2021-02-09 17:53:07','','0','11','2021-02-09 17:53:07','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','111612882350','Cleared','','','','','','','','',0.00,0.00),(3195,'','Mpesa','','2021-02-09 19:47:42','opp karis shop','0','11','2021-02-09 19:47:42','728','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','opp karis shop </BR>0724919963 ','','1','0','111612889152','Cleared','','','','','','','','',0.00,0.00),(3196,'','Invoice','','2021-02-09 19:49:46','mary jaice bc11','-300','11','2021-02-09 19:49:46','626','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jaice bc11 </BR>0729900699 ','','1','0','111612889355','No','','','','','','','','',0.00,0.00),(3197,'','Invoice','','2021-02-09 19:52:25','mary tsavo a319','-600','11','2021-02-09 19:52:25','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111612889531','No','','','','','','','','',0.00,0.00),(3198,'','Cash','','2021-02-09 19:56:08','springs garden a1','0','11','2021-02-09 19:56:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','springs garden a1 ','','1','0','111612889752','Cleared','','','','','','','','',0.00,0.00),(3199,'','Invoice','','2021-02-09 20:15:49','jamal nzinza c54','-300','11','2021-02-09 20:15:49','1019','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jamal nzinza c54 </BR>0721977722 ','','1','0','111612889838','No','','','','','','','','',0.00,0.00),(3200,'','Invoice','','2021-02-09 20:20:36','agnes flamat c4','-300','11','2021-02-09 20:20:36','507','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','agnes flamat c4 </BR>0725890244 ','','1','0','111612891226','No','','','','','','','','',0.00,0.00),(3201,'','Invoice','','2021-02-09 20:36:58','caretaker ridge centre','-80','11','2021-02-09 20:36:58','571','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','caretaker ridge centre </BR>0721732580 ','','1','0','111612891314','No','','','','','','','','',0.00,0.00),(3202,'','Cash','','2021-02-09 20:38:22','','0','11','2021-02-09 20:38:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612892291','Cleared','','','','','','','','',0.00,0.00),(3203,'','Cash','','2021-02-09 20:46:53','','-80','11','2021-02-09 20:46:53','','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed',' ','','1','0','111612892335','Cleared','','','','','','','','',0.00,0.00),(3204,'','Invoice','','2021-02-09 20:47:40','philly homes d2','-150','11','2021-02-09 20:47:40','1092','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','philly homes d2 </BR>0723808055 ','','1','0','111612892843','No','','','','','','','','',0.00,0.00),(3205,'','Invoice','','2021-02-10 11:44:34','STEPHEN TSAVO C320','-300','11','2021-02-10 11:44:34','726','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>0722664090 ','','1','0','111612946638','No','','','','','','','','',0.00,0.00),(3206,'','Invoice','','2021-02-10 11:46:43','wilson philly homes c7','-900','11','2021-02-10 11:46:43','75','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','wilson philly homes c7 </BR>0721991098 ','','1','0','111612946767','No','','','','','','','','',0.00,0.00),(3207,'','Invoice','','2021-02-10 11:48:50','slyvia westview','-450','11','2021-02-10 11:48:50','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','slyvia westview </BR>0726230677 ','','1','0','111612946894','No','','','','','','','','',0.00,0.00),(3208,'','Invoice','','2021-02-10 11:51:44','edenvill gilbert','-1200','11','2021-02-10 11:51:44','1209','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','edenvill gilbert </BR>07227838o8 ','','1','0','111612947071','No','','','','','','','','',0.00,0.00),(3209,'','Cash','','2021-02-10 17:00:19','braetech garage','0','11','2021-02-10 17:00:19','697','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braetech garage </BR>0789801598 ','','1','0','111612965586','Cleared','','','','','','','','',0.00,0.00),(3210,'','Invoice','','2021-02-10 17:34:54','mufea f6','-600','11','2021-02-10 17:34:54','778','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea f6 </BR>0726291905 ','','1','0','111612967629','No','','','','','','','','',0.00,0.00),(3211,'','Cash','','2021-02-10 17:40:31','','0','11','2021-02-10 17:40:31','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111612967860','Cleared','','','','','','','','',0.00,0.00),(3212,'','Invoice','','2021-02-10 17:41:44','annirene mazeras 2','-1400','11','2021-02-10 17:41:44','554','0','1400','1','retail',NULL,'1400','1','0','0','1400','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111612968077','No','','','','','','','','',0.00,0.00),(3213,'','Invoice','','2021-02-10 17:47:58','william thanji','-300','11','2021-02-10 17:47:58','533','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','william thanji </BR>0722804838 ','','1','0','111612968231','No','','','','','','','','',0.00,0.00),(3214,'','Invoice','','2021-02-10 17:49:35','kamunge 17','-300','11','2021-02-10 17:49:35','954','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 17 </BR>0722322846 ','','1','0','111612968552','No','','','','','','','','',0.00,0.00),(3215,'','Invoice','','2021-02-10 17:51:08','customer','-150','11','2021-02-10 17:51:08','1210','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','customer </BR>07966885565 ','','1','0','111612968637','No','','','','','','','','',0.00,0.00),(3216,'','Invoice','','2021-02-10 17:53:16','jc apartment','-300','11','2021-02-10 17:53:16','709','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jc apartment </BR>0722121727 ','','1','0','111612968776','No','','','','','','','','',0.00,0.00),(3217,'','Invoice','','2021-02-10 17:54:35','jc apartment','-150','11','2021-02-10 17:54:35','709','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','jc apartment </BR>0722121727 ','','1','0','111612968853','No','','','','','','','','',0.00,0.00),(3218,'','Invoice','','2021-02-10 18:09:32','MERCY JENID C5','-150','11','2021-02-10 18:09:32','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111612969689','No','','','','','','','','',0.00,0.00),(3219,'','Invoice','','2021-02-10 18:58:14','teresia midview ad8','-600','11','2021-02-10 18:58:14','815','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia midview ad8 </BR>0724312556 ','','1','0','111612972659','No','','','','','','','','',0.00,0.00),(3220,'','Invoice','','2021-02-10 18:59:51','932 kevin a20','-300','11','2021-02-10 18:59:51','645','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 kevin a20 </BR>0722977563 ','','1','0','111612972770','No','','','','','','','','',0.00,0.00),(3221,'','Invoice','','2021-02-10 20:26:24','serene c11','-300','11','2021-02-10 20:26:24','719','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene c11 </BR>0728759721 ','','1','0','111612977882','No','','','','','','','','',0.00,0.00),(3222,'','Invoice','','2021-02-10 20:28:38','mufea a4','-300','11','2021-02-10 20:28:38','1211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea a4 </BR>0707011382 ','','1','0','111612978102','No','','','','','','','','',0.00,0.00),(3223,'','Invoice','','2021-02-10 20:42:30','samwel serene b12','-300','11','2021-02-10 20:42:30','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111612978916','No','','','','','','','','',0.00,0.00),(3224,'','Invoice','','2021-02-10 20:43:51','midview ad3','-300','11','2021-02-10 20:43:51','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111612979013','No','','','','','','','','',0.00,0.00),(3225,'','Cash','','2021-02-10 20:54:29','','0','11','2021-02-10 20:54:29','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111612979649','Cleared','','','','','','','','',0.00,0.00),(3226,'','Cash','','2021-02-10 20:59:04','ridge centre','0','11','2021-02-10 20:59:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre ','','1','0','111612979923','Cleared','','','','','','','','',0.00,0.00),(3227,'','Invoice','','2021-02-10 21:00:09','SUSAN TSAVO B105','-150','11','2021-02-10 21:00:09','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111612979976','No','','','','','','','','',0.00,0.00),(3228,'','Invoice','','2021-02-10 21:01:58','teresia schekem a24','-450','11','2021-02-10 21:01:58','797','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','teresia schekem a24 </BR>0713654567 ','','1','0','111612980108','No','','','','','','','','',0.00,0.00),(3229,'','Invoice','','2021-02-10 21:03:45','BRIAN crossover 1','-300','11','2021-02-10 21:03:45','649','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BRIAN crossover 1 </BR>0726851126 ','','1','0','111612980217','No','','','','','','','','',0.00,0.00),(3230,'','Invoice','','2021-02-10 21:04:44','morning star a10','-450','11','2021-02-10 21:04:44','1212','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','morning star a10 </BR>0796974886 ','','1','0','111612980273','No','','','','','','','','',0.00,0.00),(3231,'','Mpesa','','2021-02-10 21:05:55','CHARLES KATUU','0','11','2021-02-10 21:05:55','597','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','CHARLES KATUU </BR>0726413440 ','','1','0','111612980341','Cleared','','','','','','','','',0.00,0.00),(3232,'','Invoice','','2021-02-10 21:09:41','mufea 4d','-300','11','2021-02-10 21:09:41','869','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 4d </BR>0724237294 ','','1','0','111612980539','No','','','','','','','','',0.00,0.00),(3233,'','Invoice','','2021-02-11 08:45:26','christine father oasis e16','-300','11','2021-02-11 08:45:26','573','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','christine father oasis e16 </BR>0798208028 ','','1','0','111613022312','No','','','','','','','','',0.00,0.00),(3234,'','Invoice','','2021-02-11 09:06:42','midview mb5','-600','11','2021-02-11 09:06:42','599','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb5 </BR>0722344543 ','','1','0','111613023587','No','','','','','','','','',0.00,0.00),(3235,'','Mpesa','','2021-02-11 09:07:46','premji hallai','0','11','2021-02-11 09:07:46','1020','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','premji hallai </BR>0720903316 ','','1','0','111613023648','Cleared','','','','','','','','',0.00,0.00),(3236,'','Invoice','','2021-02-11 09:35:06','david nzinza c59','-450','11','2021-02-11 09:35:06','508','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','david nzinza c59 </BR>0713190005 ','','1','0','111613025167','No','','','','','','','','',0.00,0.00),(3237,'','Invoice','','2021-02-11 09:44:49','blesed garden a10','-600','11','2021-02-11 09:44:49','623','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','blesed garden a10 </BR>0113452227 ','','1','0','111613025869','No','','','','','','','','',0.00,0.00),(3238,'','Mpesa','','2021-02-11 10:20:44','mekita plaza d6','0','11','2021-02-11 10:20:44','525','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','mekita plaza d6 </BR>0728750234 ','','1','0','111613028022','Cleared','','','','','','','','',0.00,0.00),(3239,'','Invoice','','2021-02-11 10:52:24','kamunge 24','-1400','11','2021-02-11 10:52:24','555','0','1400','1','retail',NULL,'1400','1','0','0','1400','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111613029928','No','','','','','','','','',0.00,0.00),(3240,'','Mpesa','','2021-02-11 13:28:59','chemist','0','11','2021-02-11 13:28:59','1213','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','chemist </BR>0722438735 ','','1','0','111613039321','Cleared','','','','','','','','',0.00,0.00),(3241,'','Invoice','','2021-02-11 13:30:58','moca court c4','-450','11','2021-02-11 13:30:58','1016','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','moca court c4 </BR>0723581862 ','','1','0','111613039417','No','','','','','','','','',0.00,0.00),(3242,'','Invoice','','2021-02-11 13:32:42','nyawira 26','-300','11','2021-02-11 13:32:42','1214','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 26 </BR>0722755257 ','','1','0','111613039546','No','','','','','','','','',0.00,0.00),(3243,'','Cash','','2021-02-11 13:34:29','spearnet d2','0','11','2021-02-11 13:34:29','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','spearnet d2 ','','1','0','111613039651','Cleared','','','','','','','','',0.00,0.00),(3244,'','Invoice','','2021-02-11 13:35:22','midview ac3','-300','11','2021-02-11 13:35:22','1215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ac3 </BR>0725100408 ','','1','0','111613039710','No','','','','','','','','',0.00,0.00),(3245,'','Invoice','','2021-02-11 13:36:19','pana shop','-300','11','2021-02-11 13:36:19','571','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','pana shop </BR>0721732580 ','','1','0','111613039771','No','','','','','','','','',0.00,0.00),(3246,'','Invoice','','2021-02-11 14:57:23','jenid caroline a5','-900','11','2021-02-11 14:57:23','642','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','jenid caroline a5 </BR>0710352973 ','','1','0','111613044620','No','','','','','','','','',0.00,0.00),(3247,'','Invoice','','2021-02-11 15:34:09','john tsavo a206','-300','11','2021-02-11 15:34:09','659','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john tsavo a206 </BR>0727518227 ','','1','0','111613046830','No','','','','','','','','',0.00,0.00),(3248,'','Invoice','','2021-02-11 15:56:34','lydia pine wood 606','-600','11','2021-02-11 15:56:34','658','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','lydia pine wood 606 </BR>0704700068 ','','1','0','111613048181','No','','','','','','','','',0.00,0.00),(3249,'','Invoice','','2021-02-11 16:22:30','caroline serine d8','-300','11','2021-02-11 16:22:30','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111613049735','No','','','','','','','','',0.00,0.00),(3250,'','Invoice','','2021-02-11 17:01:02','harare unit 10','-300','11','2021-02-11 17:01:02','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111613052026','No','','','','','','','','',0.00,0.00),(3251,'','Invoice','','2021-02-11 17:02:58','ankia a305','-1750','11','2021-02-11 17:02:58','1216','0','1750','1','retail',NULL,'1750','1','0','0','1750','0','0','0','printed','ankia a305 </BR>0715533003 ','','1','0','111613052144','No','','','','','','','','',0.00,0.00),(3252,'','Invoice','','2021-02-11 18:02:12','maureeen nzinza','-300','11','2021-02-11 18:02:12','867','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureeen nzinza </BR>0722681652 ','','1','0','111613055702','No','','','','','','','','',0.00,0.00),(3253,'','Invoice','','2021-02-11 18:14:54','PURITY WA10','-300','11','2021-02-11 18:14:54','1118','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PURITY WA10 </BR>0707634772 ','','1','0','111613056456','No','','','','','','','','',0.00,0.00),(3254,'','Invoice','','2021-02-11 18:18:15','ian','-300','11','2021-02-11 18:18:15','1217','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ian </BR>0799560954 ','','1','0','111613056660','No','','','','','','','','',0.00,0.00),(3255,'','Invoice','','2021-02-11 18:53:38','pamela ridgecentre 2nd floor middle row','-150','11','2021-02-11 18:53:38','1014','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','pamela ridgecentre 2nd floor middle row </BR>0725153758 ','','1','0','111613058793','No','','','','','','','','',0.00,0.00),(3256,'','Invoice','','2021-02-11 18:55:52','pamela','-80','11','2021-02-11 18:55:52','1014','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','pamela </BR>0725153758 ','','1','0','111613058937','No','','','','','','','','',0.00,0.00),(3257,'','Invoice','','2021-02-11 18:59:07','erick mufea 5d','-300','11','2021-02-11 18:59:07','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','erick mufea 5d </BR>0722685054 ','','1','0','111613059018','No','','','','','','','','',0.00,0.00),(3258,'','Invoice','','2021-02-11 19:02:36','faith mufea 6b','-600','11','2021-02-11 19:02:36','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111613059336','No','','','','','','','','',0.00,0.00),(3259,'','Invoice','','2021-02-11 19:17:59','mufea peter 66','-600','11','2021-02-11 19:17:59','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111613059818','No','','','','','','','','',0.00,0.00),(3260,'','Invoice','','2021-02-11 19:32:07','tsavo c209','-300','11','2021-02-11 19:32:07','346','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c209 </BR>0700002290 ','','1','0','111613061104','No','','','','','','','','',0.00,0.00),(3261,'','Invoice','','2021-02-11 19:39:33','mufea 23','-600','11','2021-02-11 19:39:33','784','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 23 </BR>0720127500 ','','1','0','111613061545','No','','','','','','','','',0.00,0.00),(3262,'','Mpesa','','2021-02-11 19:43:00','schekem a13','0','11','2021-02-11 19:43:00','1218','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','schekem a13 </BR>0711507426 ','','1','0','111613061769','Cleared','','','','','','','','',0.00,0.00),(3263,'','Mpesa','','2021-02-11 19:51:20','peter','0','11','2021-02-11 19:51:20','1219','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','peter </BR>0710822312 ','','1','0','111613062271','Cleared','','','','','','','','',0.00,0.00),(3264,'','Invoice','','2021-02-11 19:57:08','GACICIO 2 A5','-300','11','2021-02-11 19:57:08','1220','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GACICIO 2 A5 </BR>0707714848 ','','1','0','111613062607','No','','','','','','','','',0.00,0.00),(3265,'','Invoice','','2021-02-11 20:24:10','earnest purity wb9','-600','11','2021-02-11 20:24:10','376','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','earnest purity wb9 </BR>0722842669 ','','1','0','111613064216','No','','','','','','','','',0.00,0.00),(3266,'','Cash','','2021-02-11 20:31:54','','0','11','2021-02-11 20:31:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613064704','Cleared','','','','','','','','',0.00,0.00),(3267,'','Mpesa','','2021-02-11 20:32:21','faith njambi','0','11','2021-02-11 20:32:21','839','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','faith njambi </BR>0720353773 ','','1','0','111613064727','Cleared','','','','','','','','',0.00,0.00),(3268,'','Invoice','','2021-02-11 20:34:05','damaris fahari d6','-600','11','2021-02-11 20:34:05','602','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111613064833','No','','','','','','','','',0.00,0.00),(3269,'','Invoice','','2021-02-11 20:45:01','gacicio 1 c6','-300','11','2021-02-11 20:45:01','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111613065490','No','','','','','','','','',0.00,0.00),(3270,'','Invoice','','2021-02-12 09:04:37','kenneth kihara','-300','11','2021-02-12 09:04:37','788','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kihara </BR>0720317628 ','','1','0','111613109854','No','','','','','','','','',0.00,0.00),(3271,'','Invoice','','2021-02-12 09:06:49','mumwe runda school','-1050','11','2021-02-12 09:06:49','1089','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','mumwe runda school </BR>0722228079 ','','1','0','111613109963','No','','','','','','','','',0.00,0.00),(3272,'','Cash','','2021-02-12 09:08:15','chemist','0','11','2021-02-12 09:08:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','chemist ','','1','0','111613110073','Cleared','','','','','','','','',0.00,0.00),(3273,'','Cash','','2021-02-12 10:41:15','customer','0','11','2021-02-12 10:41:15','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111613115606','Cleared','','','','','','','','',0.00,0.00),(3274,'','Invoice','','2021-02-12 10:59:22','jane nzinza C47','-900','11','2021-02-12 10:59:22','889','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','jane nzinza C47 </BR>0722780337 ','','1','0','111613116743','No','','','','','','','','',0.00,0.00),(3275,'','Invoice','','2021-02-12 11:01:53','abigael garage','-300','11','2021-02-12 11:01:53','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','abigael garage </BR>0742207876 ','','1','0','111613116888','No','','','','','','','','',0.00,0.00),(3276,'','Cash','','2021-02-12 11:18:02','customer','0','11','2021-02-12 11:18:02','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','customer ','','1','0','111613117862','Cleared','','','','','','','','',0.00,0.00),(3277,'','Invoice','','2021-02-12 13:46:16','moureen mufea','-300','11','2021-02-12 13:46:16','587','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','moureen mufea </BR>0710760718 ','','1','0','111613126756','No','','','','','','','','',0.00,0.00),(3278,'','Invoice','','2021-02-12 14:17:36','hope trust 1 a4','-600','11','2021-02-12 14:17:36','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hope trust 1 a4 </BR>0720869132 ','','1','0','111613128632','No','','','','','','','','',0.00,0.00),(3279,'','Invoice','','2021-02-12 14:19:13','kelvin karanja','-350','11','2021-02-12 14:19:13','686','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','kelvin karanja </BR>0727000094 ','','1','0','111613128733','No','','','','','','','','',0.00,0.00),(3280,'','Invoice','','2021-02-12 15:37:07','jenniffer mushroom','-1800','11','2021-02-12 15:37:07','943','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','jenniffer mushroom </BR>0722215228 ','','1','0','111613133406','No','','','','','','','','',0.00,0.00),(3281,'','Cash','','2021-02-12 16:29:51','customer','0','11','2021-02-12 16:29:51','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111613136560','Cleared','','','','','','','','',0.00,0.00),(3282,'','Invoice','','2021-02-12 16:58:10','TSAVO NAOMI B608','-150','11','2021-02-12 16:58:10','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO NAOMI B608 </BR>0794672549 ','','1','0','111613138263','No','','','','','','','','',0.00,0.00),(3283,'','Cash','','2021-02-12 17:29:41','customer','0','11','2021-02-12 17:29:41','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111613140048','Cleared','','','','','','','','',0.00,0.00),(3284,'','Invoice','','2021-02-12 17:33:34','eric serene f6','-600','11','2021-02-12 17:33:34','941','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','eric serene f6 </BR>0721831730 ','','1','0','111613140394','No','','','','','','','','',0.00,0.00),(3285,'','Invoice','','2021-02-12 17:41:13','godwin serene c1','-300','11','2021-02-12 17:41:13','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111613140862','No','','','','','','','','',0.00,0.00),(3286,'','Invoice','','2021-02-12 19:13:00','purity wa1','-300','11','2021-02-12 19:13:00','1222','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wa1 </BR>0710584202 ','','1','0','111613146115','No','','','','','','','','',0.00,0.00),(3287,'','Mpesa','','2021-02-12 19:29:59','mufea 48','0','11','2021-02-12 19:29:59','832','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','mufea 48 </BR>0725943428 ','','1','0','111613147384','Cleared','','','','','','','','',0.00,0.00),(3288,'','Cash','','2021-02-12 19:31:18','','0','11','2021-02-12 19:31:18','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','111613147466','Cleared','','','','','','','','',0.00,0.00),(3289,'','Invoice','','2021-02-12 19:59:59','springs garden a1','-300','11','2021-02-12 19:59:59','766','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','springs garden a1 </BR>0715731855 ','','1','0','111613149093','No','','','','','','','','',0.00,0.00),(3290,'','Invoice','','2021-02-13 09:21:58','lorna swane','-300','11','2021-02-13 09:21:58','1003','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lorna swane </BR>0729838362 ','','1','0','111613196966','No','','','','','','','','',0.00,0.00),(3291,'','Invoice','','2021-02-13 09:24:26','kenneth kamunge 15','-300','11','2021-02-13 09:24:26','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111613197422','No','','','','','','','','',0.00,0.00),(3292,'','Invoice','','2021-02-13 09:26:31','patricia mufea 1b','-300','11','2021-02-13 09:26:31','147','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','111613197558','No','','','','','','','','',0.00,0.00),(3293,'','Invoice','','2021-02-13 09:28:52','andriana harvester','-300','11','2021-02-13 09:28:52','635','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','andriana harvester </BR>0721264990 ','','1','0','111613197695','No','','','','','','','','',0.00,0.00),(3294,'','Cash','','2021-02-13 09:31:24','sujnam 4a','0','11','2021-02-13 09:31:24','802','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111613197859','Cleared','','','','','','','','',0.00,0.00),(3295,'','Invoice','','2021-02-13 09:55:48','charles githiga','-300','11','2021-02-13 09:55:48','1223','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charles githiga </BR>0720672000 ','','1','0','111613199305','No','','','','','','','','',0.00,0.00),(3296,'','Invoice','','2021-02-13 10:16:32','peninah hopetrust 2 a9','-250','11','2021-02-13 10:16:32','944','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','peninah hopetrust 2 a9 </BR>0707271422 ','','1','0','111613200544','No','','','','','','','','',0.00,0.00),(3297,'','Cash','','2021-02-13 11:11:32','dainty a602','0','11','2021-02-13 11:11:32','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','dainty a602 ','','1','0','111613203860','Cleared','','','','','','','','',0.00,0.00),(3298,'','Invoice','','2021-02-13 11:16:15','customer','-150','11','2021-02-13 11:13:49','1224','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','elsie mufea 9 </BR>072456458 ','','1','0','111613203996','No','11','2021-02-13 11:16:15','','','','','','',0.00,0.00),(3299,'','Invoice','','2021-02-13 11:18:44','david midview [guard]','-600','11','2021-02-13 11:18:44','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111613204240','No','','','','','','','','',0.00,0.00),(3300,'','Invoice','','2021-02-13 11:28:47','gerald midview am2','-300','11','2021-02-13 11:28:47','314','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gerald midview am2 </BR>0720853352 ','','1','0','111613204827','No','','','','','','','','',0.00,0.00),(3301,'','Cash','','2021-02-13 11:50:25','customer','0','11','2021-02-13 11:50:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111613206200','Cleared','','','','','','','','',0.00,0.00),(3302,'','Cash','','2021-02-13 11:52:41','customer','0','11','2021-02-13 11:52:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111613206323','Cleared','','','','','','','','',0.00,0.00),(3303,'','Invoice','','2021-02-13 12:16:46','TSAVO C216','-150','11','2021-02-13 12:16:46','881','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO C216 </BR>0722915019 ','','1','0','111613207777','No','','','','','','','','',0.00,0.00),(3304,'','Cash','','2021-02-13 13:43:31','braetech garage','0','11','2021-02-13 13:43:31','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braetech garage ','','1','0','111613212980','Cleared','','','','','','','','',0.00,0.00),(3305,'','Invoice','','2021-02-13 13:46:09','0live apartment a5','-150','11','2021-02-13 13:46:09','727','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','0live apartment a5 </BR>0725556336 ','','1','0','111613213130','No','','','','','','','','',0.00,0.00),(3306,'','Cash','','2021-02-13 13:48:07','','0','11','2021-02-13 13:48:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613213254','Cleared','','','','','','','','',0.00,0.00),(3307,'','Invoice','','2021-02-13 13:49:28','mufea 3g','-300','11','2021-02-13 13:49:28','1225','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3g </BR>072148801 ','','1','0','111613213339','No','','','','','','','','',0.00,0.00),(3308,'','Cash','','2021-02-13 13:52:45','customer','0','11','2021-02-13 13:52:45','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111613213532','Cleared','','','','','','','','',0.00,0.00),(3309,'','Cash','','2021-02-13 15:34:59','customer','0','11','2021-02-13 15:34:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111613219611','Cleared','','','','','','','','',0.00,0.00),(3310,'','Cash','','2021-02-13 15:37:39','','0','11','2021-02-13 15:37:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613219836','Cleared','','','','','','','','',0.00,0.00),(3311,'','Cash','','2021-02-13 15:41:25','scenic a10','0','11','2021-02-13 15:39:33','721','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','customer ','','1','0','111613219941','Cleared','11','2021-02-13 15:41:25','','','','','','',0.00,0.00),(3312,'','Cash','','2021-02-13 15:42:39','customer','0','11','2021-02-13 15:42:39','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111613220134','Cleared','','','','','','','','',0.00,0.00),(3313,'','Invoice','','2021-02-13 16:14:53','customer','-1050','11','2021-02-13 16:14:53','1226','0','1050','1','retail',NULL,'1050','1','0','0','1050','0','0','0','printed','customer </BR>0721447304 ','','1','0','111613222064','No','','','','','','','','',0.00,0.00),(3314,'','Invoice','','2021-02-13 17:06:22','shiffira jenid','-150','11','2021-02-13 17:06:22','646','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','shiffira jenid </BR>0721826266 ','','1','0','111613225155','No','','','','','','','','',0.00,0.00),(3315,'','Invoice','','2021-02-13 17:08:56','edmac','-900','11','2021-02-13 17:08:56','827','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','edmac </BR>0726073365 ','','1','0','111613225283','No','','','','','','','','',0.00,0.00),(3316,'','Invoice','','2021-02-13 17:11:09','joyce oppsweet bay','-450','11','2021-02-13 17:11:09','1227','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','joyce oppsweet bay </BR>0746511437 ','','1','0','111613225446','No','','','','','','','','',0.00,0.00),(3317,'','Invoice','','2021-02-13 17:18:22','david midview [guard]','-300','11','2021-02-13 17:18:22','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111613225875','No','','','','','','','','',0.00,0.00),(3318,'','Invoice','','2021-02-13 17:35:25','ANTONY','-300','11','2021-02-13 17:35:25','1228','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANTONY </BR>0724727793 ','','1','0','111613226896','No','','','','','','','','',0.00,0.00),(3319,'','Invoice','','2021-02-13 17:37:44','nyawera 31','-300','11','2021-02-13 17:37:44','572','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawera 31 </BR>0740135808 ','','1','0','111613227030','No','','','','','','','','',0.00,0.00),(3320,'','Invoice','','2021-02-13 18:12:45','dainty a104','-300','11','2021-02-13 18:12:45','1129','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty a104 </BR>0726290002 ','','1','0','111613229108','No','','','','','','','','',0.00,0.00),(3321,'','Invoice','','2021-02-13 18:17:36','mushroom','-300','11','2021-02-13 18:15:16','1229','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MEKITA C2 </BR>0721384336 ','','1','0','111613229282','No','11','2021-02-13 18:17:36','','','','','','',0.00,0.00),(3322,'','Invoice','','2021-02-14 14:16:20','nzinza d68','-600','11','2021-02-14 14:16:20','852','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nzinza d68 </BR>0723056551 ','','1','0','111613301303','No','','','','','','','','',0.00,0.00),(3323,'','Invoice','','2021-02-14 14:19:35','customer','-300','11','2021-02-14 14:18:08','1230','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jim nzioka </BR>0724675405 ','','1','0','111613301457','No','11','2021-02-14 14:19:35','','','','','','',0.00,0.00),(3324,'','Invoice','','2021-02-14 14:22:05','moureen','-300','11','2021-02-14 14:22:05','1075','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','moureen </BR>0712675405 ','','1','0','111613301677','No','','','','','','','','',0.00,0.00),(3325,'','Invoice','','2021-02-14 14:24:37','mufea 3g','-600','11','2021-02-14 14:24:37','566','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 3g </BR>07032186666 ','','1','0','111613301859','No','','','','','','','','',0.00,0.00),(3326,'','Invoice','','2021-02-14 14:42:16','tsavo','-300','11','2021-02-14 14:42:16','543','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo </BR>0714858272 ','','1','0','111613302902','No','','','','','','','','',0.00,0.00),(3327,'','Invoice','','2021-02-14 14:44:08','david midview [guard]','-300','11','2021-02-14 14:44:08','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111613303019','No','','','','','','','','',0.00,0.00),(3328,'','Invoice','','2021-02-14 15:16:08','teresia father oasis gate b 13a','-300','11','2021-02-14 15:12:39','544','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester josephine c5 </BR>0722357655 ','','1','0','111613304729','No','11','2021-02-14 15:16:08','','','','','','',0.00,0.00),(3329,'','Invoice','','2021-02-14 17:25:13','eshter thindigua gardens','-300','11','2021-02-14 17:25:13','774','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eshter thindigua gardens </BR>0718561273 ','','1','0','111613312629','No','','','','','','','','',0.00,0.00),(3330,'','Invoice','','2021-02-14 17:27:29','caroline nganga','-150','11','2021-02-14 17:27:29','565','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','caroline nganga </BR>0706965115 ','','1','0','111613312818','No','','','','','','','','',0.00,0.00),(3331,'','Invoice','','2021-02-14 17:28:55','moses','-300','11','2021-02-14 17:28:55','1231','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','moses </BR>0722604710 ','','1','0','111613312912','No','','','','','','','','',0.00,0.00),(3332,'','Invoice','','2021-02-14 17:32:12','spring garden','-300','11','2021-02-14 17:30:27','703','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joseph tsavo a311 </BR>0706352266 ','','1','0','111613313004','No','11','2021-02-14 17:32:12','','','','','','',0.00,0.00),(3333,'','Invoice','','2021-02-14 17:33:53','susan thindegua gardens 6h','-120','11','2021-02-14 17:33:53','768','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','susan thindegua gardens 6h </BR>0708727618 ','','1','0','111613313195','No','','','','','','','','',0.00,0.00),(3334,'','Invoice','','2021-02-14 17:36:21','WESTVIEW DANIEL B2','-450','11','2021-02-14 17:36:21','770','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','WESTVIEW DANIEL B2 </BR>0725463920 ','','1','0','111613313354','No','','','','','','','','',0.00,0.00),(3335,'','Invoice','','2021-02-14 17:41:16','customer','-300','11','2021-02-14 17:39:40','535','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea c1 </BR>0729914196 ','','1','0','111613313545','No','11','2021-02-14 17:41:16','','','','','','',0.00,0.00),(3336,'','Invoice','','2021-02-14 18:07:13','purity wa1','-300','11','2021-02-14 18:07:13','556','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity wa1 </BR>0795016395 ','','1','0','111613315167','No','','','','','','','','',0.00,0.00),(3337,'','Invoice','','2021-02-14 18:09:19','nyawira 33','-300','11','2021-02-14 18:09:19','793','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111613315323','No','','','','','','','','',0.00,0.00),(3338,'','Cash','','2021-02-14 18:11:58','','0','11','2021-02-14 18:11:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613315498','Cleared','','','','','','','','',0.00,0.00),(3339,'','Invoice','','2021-02-14 18:39:56','JOYS','-300','11','2021-02-14 18:39:56','1141','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JOYS </BR>0723511037 ','','1','0','111613317150','No','','','','','','','','',0.00,0.00),(3340,'','Invoice','','2021-02-14 20:17:13','purity tony wa6','-300','11','2021-02-14 20:17:13','789','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','purity tony wa6 </BR>0722551571 ','','1','0','111613322995','No','','','','','','','','',0.00,0.00),(3341,'','Invoice','','2021-02-14 20:43:50','mama kamunge 11','-300','11','2021-02-14 20:43:50','538','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mama kamunge 11 </BR>0742608730 ','','1','0','111613324614','No','','','','','','','','',0.00,0.00),(3342,'','Invoice','','2021-02-14 20:46:41','lorna swane c13','-300','11','2021-02-14 20:46:41','1232','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lorna swane c13 </BR>0782605816 ','','1','0','111613324780','No','','','','','','','','',0.00,0.00),(3343,'','Invoice','','2021-02-15 10:33:28','patrick','-900','11','2021-02-15 10:33:28','385','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','patrick </BR>0722103559 ','','1','0','111613374350','No','','','','','','','','',0.00,0.00),(3344,'','Invoice','','2021-02-15 10:35:05','jenid c6','-600','11','2021-02-15 10:35:05','1233','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c6 </BR>0713295648 ','','1','0','111613374475','No','','','','','','','','',0.00,0.00),(3345,'','Invoice','','2021-02-15 10:36:41','harvester b7','-600','11','2021-02-15 10:36:41','48','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester b7 </BR>0707689955 ','','1','0','111613374575','No','','','','','','','','',0.00,0.00),(3346,'','Invoice','','2021-02-15 10:38:14','HELEN LARI GERDEN a1','-300','11','2021-02-15 10:38:14','345','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','HELEN LARI GERDEN a1 </BR>0724709015 ','','1','0','111613374665','No','','','','','','','','',0.00,0.00),(3347,'','Invoice','','2021-02-15 10:39:55','customer','-600','11','2021-02-15 10:39:55','505','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','customer </BR>0724638256 ','','1','0','111613374771','No','','','','','','','','',0.00,0.00),(3348,'','Invoice','','2021-02-15 10:41:21','harvester b7','-300','11','2021-02-15 10:41:21','1234','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harvester b7 </BR>0710444463 ','','1','0','111613374860','No','','','','','','','','',0.00,0.00),(3349,'','Cash','','2021-02-15 10:42:52','kimani court a1','0','11','2021-02-15 10:42:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court a1 ','','1','0','111613374950','Cleared','','','','','','','','',0.00,0.00),(3350,'','Invoice','','2021-02-15 10:44:53','david midview [guard]','-300','11','2021-02-15 10:44:53','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111613375065','No','','','','','','','','',0.00,0.00),(3351,'','Invoice','','2021-02-15 10:47:30','centric court b10','-300','11','2021-02-15 10:47:30','1011','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111613375168','No','','','','','','','','',0.00,0.00),(3352,'','Invoice','','2021-02-15 12:28:04','anne tsavo b703','-150','11','2021-02-15 12:28:04','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','anne tsavo b703 </BR>0704382089 ','','1','0','111613381253','No','','','','','','','','',0.00,0.00),(3353,'','Invoice','','2021-02-15 12:30:16','midview','-600','11','2021-02-15 12:30:16','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview </BR>0724439436 ','','1','0','111613381388','No','','','','','','','','',0.00,0.00),(3354,'','Cash','','2021-02-15 12:31:51','sping garden a2','0','11','2021-02-15 12:31:51','1235','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sping garden a2 </BR>0716827334 ','','1','0','111613381490','Cleared','','','','','','','','',0.00,0.00),(3355,'','Invoice','','2021-02-15 12:34:24','james prime rose e10','-600','11','2021-02-15 12:34:24','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james prime rose e10 </BR>0712604704 ','','1','0','111613381643','No','','','','','','','','',0.00,0.00),(3356,'','Invoice','','2021-02-15 13:05:39','cid e10','-150','11','2021-02-15 13:05:39','1236','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cid e10 </BR>072771513 ','','1','0','111613381751','No','','','','','','','','',0.00,0.00),(3357,'','Cash','','2021-02-15 16:08:03','freetap e1','0','11','2021-02-15 16:08:03','745','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','freetap e1 </BR>0706408436 ','','1','0','111613394450','Cleared','','','','','','','','',0.00,0.00),(3358,'','Invoice','','2021-02-15 16:55:49','customer','-300','11','2021-02-15 16:55:49','601','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','customer </BR>0726890588 ','','1','0','111613397319','No','','','','','','','','',0.00,0.00),(3359,'','Invoice','','2021-02-15 16:58:52','dorries','-300','11','2021-02-15 16:58:52','1237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dorries </BR>0720596345 ','','1','0','111613397498','No','','','','','','','','',0.00,0.00),(3360,'','Invoice','','2021-02-15 17:00:24','james 932 a4','-300','11','2021-02-15 17:00:24','1238','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james 932 a4 </BR>072271497 ','','1','0','111613397604','No','','','','','','','','',0.00,0.00),(3361,'','Invoice','','2021-02-15 17:02:00','kim court bc','-450','11','2021-02-15 17:02:00','682','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','kim court bc </BR>0718289915 ','','1','0','111613397695','No','','','','','','','','',0.00,0.00),(3362,'','Cash','','2021-02-15 17:16:38','','0','11','2021-02-15 17:16:38','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111613398572','Cleared','','','','','','','','',0.00,0.00),(3363,'','Cash','','2021-02-15 17:20:29','nelion','0','11','2021-02-15 17:17:59','1239','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','edmac ','','1','0','111613398656','Cleared','11','2021-02-15 17:20:29','','','','','','',0.00,0.00),(3364,'','Invoice','','2021-02-15 17:21:38','havenest','-350','11','2021-02-15 17:21:38','621','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','havenest </BR>0768252575 ','','1','0','111613398879','No','','','','','','','','',0.00,0.00),(3365,'','Invoice','','2021-02-15 17:23:11','havenest','-300','11','2021-02-15 17:23:11','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','havenest </BR>0768252575 ','','1','0','111613398965','No','','','','','','','','',0.00,0.00),(3366,'','Cash','','2021-02-15 20:54:43','kamunge 23','0','11','2021-02-15 20:54:43','1115','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','kamunge 23 </BR>0721261984 ','','1','0','111613411661','Cleared','','','','','','','','',0.00,0.00),(3367,'','Mpesa','','2021-02-16 15:49:48','deinty b503','0','11','2021-02-16 15:49:48','932','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','deinty b503 </BR>0748033313 ','','1','0','111613479736','Cleared','','','','','','','','',0.00,0.00),(3368,'','Invoice','','2021-02-16 16:00:40','LILIAN MUFEA 3C','-300','11','2021-02-16 16:00:40','674','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','LILIAN MUFEA 3C </BR>0720276738 ','','1','0','111613480411','No','','','','','','','','',0.00,0.00),(3369,'','Cash','','2021-02-16 16:02:16','schekem b3','0','11','2021-02-16 16:02:16','699','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','schekem b3 </BR>0722675657 ','','1','0','111613480512','Cleared','','','','','','','','',0.00,0.00),(3370,'','Cash','','2021-02-16 16:05:25','customer','0','11','2021-02-16 16:05:25','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111613480686','Cleared','','','','','','','','',0.00,0.00),(3371,'','Invoice','','2021-02-16 16:07:53','margrate moca','-1800','11','2021-02-16 16:07:53','128','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','margrate moca </BR>0714995886 ','','1','0','111613480843','No','','','','','','','','',0.00,0.00),(3372,'','Invoice','','2021-02-16 16:09:49','h0pe trust c6','-600','11','2021-02-16 16:09:49','1113','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','h0pe trust c6 </BR>0721715137 ','','1','0','111613480962','No','','','','','','','','',0.00,0.00),(3373,'','Invoice','','2021-02-16 16:16:23','cynthia cid','-150','11','2021-02-16 16:16:23','1240','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','cynthia cid </BR>0723174143 ','','1','0','111613481354','No','','','','','','','','',0.00,0.00),(3374,'','Invoice','','2021-02-16 16:18:14','olive apartment b2','-300','11','2021-02-16 16:18:14','1241','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0721692225 ','','1','0','111613481447','No','','','','','','','','',0.00,0.00),(3375,'','Invoice','','2021-02-16 16:19:50','dorries','-300','11','2021-02-16 16:19:50','1237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dorries </BR>0720596345 ','','1','0','111613481559','No','','','','','','','','',0.00,0.00),(3376,'','Invoice','','2021-02-16 16:21:16','mumwe oak','-900','11','2021-02-16 16:21:16','1173','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mumwe oak </BR>0708111705 ','','1','0','111613481650','No','','','','','','','','',0.00,0.00),(3377,'','Invoice','','2021-02-16 16:23:44','father oasis','-300','11','2021-02-16 16:23:44','909','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father oasis </BR>0700927583 ','','1','0','111613481796','No','','','','','','','','',0.00,0.00),(3378,'','Invoice','','2021-02-16 16:27:12','gacicio 1 c1','-150','11','2021-02-16 16:27:12','609','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','gacicio 1 c1 </BR>0725758767 ','','1','0','111613482011','No','','','','','','','','',0.00,0.00),(3379,'','Cash','','2021-02-16 16:38:16','serene e1','0','11','2021-02-16 16:38:16','967','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed','serene e1 </BR>0710250350 ','','1','0','111613482120','Cleared','','','','','','','','',0.00,0.00),(3380,'','Cash','','2021-02-16 16:40:34','customer','0','11','2021-02-16 16:40:34','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111613482769','Cleared','','','','','','','','',0.00,0.00),(3381,'','Invoice','','2021-02-16 16:43:13','chemist','-240','11','2021-02-16 16:41:45','1242','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','john </BR>0722511936 ','','1','0','111613482886','No','11','2021-02-16 16:43:13','','','','','','',0.00,0.00),(3382,'','Invoice','','2021-02-16 16:45:07','glassmart','-80','11','2021-02-16 16:45:07','699','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','glassmart </BR>0722675657 ','','1','0','111613483070','No','','','','','','','','',0.00,0.00),(3383,'','Invoice','','2021-02-16 16:48:52','crossover','-300','11','2021-02-16 16:48:52','539','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','crossover </BR>0712634308 ','','1','0','111613483263','No','','','','','','','','',0.00,0.00),(3384,'','Invoice','','2021-02-16 16:59:21','david midview [guard]','-300','11','2021-02-16 16:50:05','1243','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 7f </BR>0721561795 ','','1','0','111613483387','No','11','2021-02-16 16:59:21','','','','','','',0.00,0.00),(3385,'','Invoice','','2021-02-16 18:07:56','mufea 6e','-300','11','2021-02-16 18:07:56','1178','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 6e </BR>0742450693 ','','1','0','111613488023','No','','','','','','','','',0.00,0.00),(3386,'','Invoice','','2021-02-16 18:09:41','0spearnet','-300','11','2021-02-16 18:09:41','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','0spearnet </BR>0723600872 ','','1','0','111613488140','No','','','','','','','','',0.00,0.00),(3387,'','Invoice','','2021-02-16 18:12:04','tsavo b518','-240','11','2021-02-16 18:12:04','550','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','tsavo b518 </BR>0723934017 ','','1','0','111613488292','No','','','','','','','','',0.00,0.00),(3388,'','Invoice','','2021-02-16 18:15:07','victoria havester b3','-300','11','2021-02-16 18:15:07','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','victoria havester b3 </BR>0710146946 ','','1','0','111613488450','No','','','','','','','','',0.00,0.00),(3389,'','Invoice','','2021-02-16 18:20:31','braetech garage','-300','11','2021-02-16 18:18:51','1244','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyagaki </BR>0710243841 ','','1','0','111613488703','No','11','2021-02-16 18:20:31','','','','','','',0.00,0.00),(3390,'','Invoice','','2021-02-16 18:23:18','customer','-300','11','2021-02-16 18:22:02','520','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eshter </BR>0722634387 ','','1','0','111613488900','No','11','2021-02-16 18:23:18','','','','','','',0.00,0.00),(3391,'','Invoice','','2021-02-16 18:25:58','alan midview','-300','11','2021-02-16 18:25:58','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','alan midview </BR>0723657970 ','','1','0','111613489094','No','','','','','','','','',0.00,0.00),(3392,'','Invoice','','2021-02-16 18:29:01','harare unit 10','-300','11','2021-02-16 18:29:01','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111613489286','No','','','','','','','','',0.00,0.00),(3393,'','Invoice','','2021-02-16 19:31:47','alan midview','-300','11','2021-02-16 19:31:47','683','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','alan midview </BR>0723657970 ','','1','0','111613492967','No','','','','','','','','',0.00,0.00),(3394,'','Invoice','','2021-02-16 19:33:42','harare unit 10','-300','11','2021-02-16 19:33:42','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','harare unit 10 </BR>0784680665 ','','1','0','111613493193','No','','','','','','','','',0.00,0.00),(3395,'','Invoice','','2021-02-16 19:35:50','peninah tsavo a505','-150','11','2021-02-16 19:35:50','139','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','peninah tsavo a505 </BR>0707080062 ','','1','0','111613493292','No','','','','','','','','',0.00,0.00),(3396,'','Invoice','','2021-02-16 19:37:15','penina','-80','11','2021-02-16 19:37:15','139','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','penina </BR>0707080062 ','','1','0','111613493408','No','','','','','','','','',0.00,0.00),(3397,'','Invoice','','2021-02-16 19:39:18','josephine','-300','11','2021-02-16 19:39:18','830','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','josephine </BR>0722140695 ','','1','0','111613493526','No','','','','','','','','',0.00,0.00),(3398,'','Cash','','2021-02-16 19:41:57','','0','11','2021-02-16 19:41:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613493625','No','','','','','','','','',0.00,0.00),(3399,'','Invoice','','2021-02-17 07:51:40','annirene mazeras 2','-10500','11','2021-02-17 07:51:40','554','0','10500','1','retail',NULL,'10500','1','0','0','10500','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111613537474','No','','','','','','','','',0.00,0.00),(3400,'','Invoice','','2021-02-17 10:17:00','abigael garage','-300','11','2021-02-17 10:17:00','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','abigael garage </BR>0742207876 ','','1','0','111613546195','No','','','','','','','','',0.00,0.00),(3401,'','Invoice','','2021-02-17 10:18:55','MIRIAM','-300','11','2021-02-17 10:18:55','1157','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIRIAM </BR>0724446596 ','','1','0','111613546314','No','','','','','','','','',0.00,0.00),(3402,'','Invoice','','2021-02-17 10:20:19','mufea 4g','-600','11','2021-02-17 10:20:19','696','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 4g </BR>0722835756 ','','1','0','111613546396','No','','','','','','','','',0.00,0.00),(3403,'','Cash','','2021-02-17 10:21:40','schekem a26','0','11','2021-02-17 10:21:40','1245','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','schekem a26 </BR>0724521425 ','','1','0','111613546486','Cleared','','','','','','','','',0.00,0.00),(3404,'','Invoice','','2021-02-17 10:23:32','RAFIKI','-150','11','2021-02-17 10:23:32','1020','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','RAFIKI </BR>0720903316 ','','1','0','111613546593','No','','','','','','','','',0.00,0.00),(3405,'','Cash','','2021-02-17 15:03:09','','0','11','2021-02-17 15:03:09','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111613563359','Cleared','','','','','','','','',0.00,0.00),(3406,'','Invoice','','2021-02-17 15:04:28','samwel serene b12','-300','11','2021-02-17 15:04:28','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111613563445','No','','','','','','','','',0.00,0.00),(3407,'','Invoice','','2021-02-17 15:06:04','DAINTY B406','-450','11','2021-02-17 15:06:04','1246','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','DAINTY B406 </BR>0745086853 ','','1','0','111613563548','No','','','','','','','','',0.00,0.00),(3408,'','Invoice','','2021-02-17 15:07:57','PETER KIAMBU','-2400','11','2021-02-17 15:07:57','1247','0','2400','1','retail',NULL,'2400','1','0','0','2400','0','0','0','printed','PETER KIAMBU </BR>0725313171 ','','1','0','111613563656','No','','','','','','','','',0.00,0.00),(3409,'','Invoice','','2021-02-17 15:09:44','faith mufea 6b','-600','11','2021-02-17 15:09:44','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111613563748','No','','','','','','','','',0.00,0.00),(3410,'','Cash','','2021-02-17 15:11:06','DAINTY B305','0','11','2021-02-17 15:11:06','1248','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','DAINTY B305 </BR>0726992221 ','','1','0','111613563849','Cleared','','','','','','','','',0.00,0.00),(3411,'','Invoice','','2021-02-17 15:25:21','spearnet','-300','11','2021-02-17 15:25:21','828','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet </BR>0716867852 ','','1','0','111613564688','No','','','','','','','','',0.00,0.00),(3412,'','Invoice','','2021-02-17 15:27:35','TSAVO A516','-150','11','2021-02-17 15:27:35','893','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO A516 </BR>0775920800 ','','1','0','111613564837','No','','','','','','','','',0.00,0.00),(3413,'','Invoice','','2021-02-17 15:29:25','SPEARNET','-150','11','2021-02-17 15:29:25','828','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SPEARNET </BR>0716867852 ','','1','0','111613564944','No','','','','','','','','',0.00,0.00),(3414,'','Cash','','2021-02-17 15:32:03','greenzone a 404','0','11','2021-02-17 15:32:03','1165','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','greenzone a 404 </BR>0727223917 ','','1','0','111613565040','Cleared','','','','','','','','',0.00,0.00),(3415,'','Invoice','','2021-02-17 16:34:13','susan elewa ulevi','-600','11','2021-02-17 16:34:13','1164','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','susan elewa ulevi </BR>0722386414 ','','1','0','111613568824','No','','','','','','','','',0.00,0.00),(3416,'','Cash','','2021-02-17 17:11:19','annirene mazeras 2','0','11','2021-02-17 17:11:19','554','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111613571054','Cleared','','','','','','','','',0.00,0.00),(3417,'','Invoice','','2021-02-17 17:19:37','joan','-450','11','2021-02-17 17:19:37','1249','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','joan </BR>0726056561 ','','1','0','111613571143','No','','','','','','','','',0.00,0.00),(3418,'','Invoice','','2021-02-17 17:30:37','purity','-900','11','2021-02-17 17:30:37','1250','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','purity </BR>0724910338 ','','1','0','111613572212','No','','','','','','','','',0.00,0.00),(3419,'','Invoice','','2021-02-17 18:00:06','simon githuku','-80','11','2021-02-17 18:00:06','1251','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','simon githuku </BR>0722740763 ','','1','0','111613573986','No','','','','','','','','',0.00,0.00),(3420,'','Invoice','','2021-02-17 18:03:45','eshter karanja','-150','11','2021-02-17 18:03:45','520','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','eshter karanja </BR>0722634387 ','','1','0','111613574208','No','','','','','','','','',0.00,0.00),(3421,'','Invoice','','2021-02-17 18:18:53','sydney tsavo c519','-150','11','2021-02-17 18:18:53','600','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','sydney tsavo c519 </BR>0762238278 ','','1','0','111613575106','No','','','','','','','','',0.00,0.00),(3422,'','Invoice','','2021-02-17 18:24:30','fridah spearnet dm3','-300','11','2021-02-17 18:24:30','585','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fridah spearnet dm3 </BR>0711956826 ','','1','0','111613575447','No','','','','','','','','',0.00,0.00),(3423,'','Invoice','','2021-02-17 18:37:58','maria schekem a18','-300','11','2021-02-17 18:37:58','904','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>0700465656 ','','1','0','111613576266','No','','','','','','','','',0.00,0.00),(3424,'','Invoice','','2021-02-17 18:39:50','gacicio 1a3','-300','11','2021-02-17 18:39:50','1252','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1a3 </BR>070485679 ','','1','0','111613576371','No','','','','','','','','',0.00,0.00),(3425,'','Invoice','','2021-02-17 18:50:33','ridge centre','-300','11','2021-02-17 18:50:33','1034','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ridge centre </BR>0720792546 ','','1','0','111613576993','No','','','','','','','','',0.00,0.00),(3426,'','Invoice','','2021-02-17 18:51:54','MERCY JENID C5','-150','11','2021-02-17 18:51:54','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111613577098','No','','','','','','','','',0.00,0.00),(3427,'','Invoice','','2021-02-17 18:54:33','lilian dainty','-300','11','2021-02-17 18:54:33','604','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lilian dainty </BR>0740861468 ','','1','0','111613577246','No','','','','','','','','',0.00,0.00),(3428,'','Invoice','','2021-02-18 09:42:03','JOHN PETRA','-600','11','2021-02-18 09:42:03','512','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','JOHN PETRA </BR>0716088088 ','','1','0','111613630483','No','','','','','','','','',0.00,0.00),(3429,'','Cash','','2021-02-18 09:45:00','opp mazeras m2','0','11','2021-02-18 09:45:00','1253','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','opp mazeras m2 </BR>0722790251 ','','1','0','111613630619','Cleared','','','','','','','','',0.00,0.00),(3430,'','Invoice','','2021-02-18 09:51:25','WYCLIFF','-300','11','2021-02-18 09:51:25','790','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','WYCLIFF </BR>0780068802 ','','1','0','111613631058','No','','','','','','','','',0.00,0.00),(3431,'','Invoice','','2021-02-18 09:57:07','opp mazeras m2','-1200','11','2021-02-18 09:54:30','1132','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','primerose b4 </BR>0710942621 ','','1','0','111613631192','No','11','2021-02-18 09:57:07','','','','','','',0.00,0.00),(3432,'','Cash','','2021-02-18 09:58:38','CUSTOMER','0','11','2021-02-18 09:58:38','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111613631496','Cleared','','','','','','','','',0.00,0.00),(3433,'','Invoice','','2021-02-18 09:59:38','BENARD','-300','11','2021-02-18 09:59:38','1016','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BENARD </BR>0723581862 ','','1','0','111613631565','No','','','','','','','','',0.00,0.00),(3434,'','Invoice','','2021-02-18 10:01:02','BENARD','-150','11','2021-02-18 10:01:02','1016','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','BENARD </BR>0723581862 ','','1','0','111613631643','No','','','','','','','','',0.00,0.00),(3435,'','Invoice','','2021-02-18 10:51:52','PURITY CHELIMO','-80','11','2021-02-18 10:51:52','1254','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','PURITY CHELIMO </BR>0700316962 ','','1','0','111613634674','No','','','','','','','','',0.00,0.00),(3436,'','Invoice','','2021-02-18 11:59:21','caroline serine d8','-300','11','2021-02-18 11:59:21','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111613638720','No','','','','','','','','',0.00,0.00),(3437,'','Cash','','2021-02-18 12:47:06','customer','0','11','2021-02-18 12:47:06','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111613641600','Cleared','','','','','','','','',0.00,0.00),(3438,'','Invoice','','2021-02-18 12:49:11','MARK MIDVIEW AD4','-600','11','2021-02-18 12:49:11','771','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MARK MIDVIEW AD4 </BR>0728175293 ','','1','0','111613641700','No','','','','','','','','',0.00,0.00),(3439,'','Cash','','2021-02-18 14:38:20','customer','0','11','2021-02-18 14:38:20','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','customer ','','1','0','111613648273','Cleared','','','','','','','','',0.00,0.00),(3440,'','Invoice','','2021-02-18 14:39:44','mazellas 10','-150','11','2021-02-18 14:39:44','1027','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mazellas 10 </BR>0723172531 ','','1','0','111613648358','No','','','','','','','','',0.00,0.00),(3441,'','Invoice','','2021-02-18 14:49:39','kimani court d1','-2800','11','2021-02-18 14:46:15','1255','0','2800','1','retail',NULL,'2800','1','0','0','2800','0','0','0','printed','george </BR>0716567094 ','','1','0','111613648758','No','11','2021-02-18 14:49:39','','','','','','',0.00,0.00),(3442,'','Invoice','','2021-02-18 14:59:32','ACK','-150','11','2021-02-18 14:59:32','1256','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ACK </BR>0722378479 ','','1','0','111613649525','No','','','','','','','','',0.00,0.00),(3443,'','Invoice','','2021-02-18 15:06:38','ACK','-150','11','2021-02-18 15:06:38','1256','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ACK </BR>0722378479 ','','1','0','111613649981','No','','','','','','','','',0.00,0.00),(3444,'','Invoice','','2021-02-18 15:37:15','cid c2','-300','11','2021-02-18 15:37:15','1257','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c2 </BR>0789391792 ','','1','0','111613651796','No','','','','','','','','',0.00,0.00),(3445,'','Invoice','','2021-02-18 15:41:15','ACK','-300','11','2021-02-18 15:41:15','1256','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ACK </BR>0722378479 ','','1','0','111613652053','No','','','','','','','','',0.00,0.00),(3446,'','Invoice','','2021-02-18 15:44:36','','-600','11','2021-02-18 15:42:47','507','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','agnes flamat c4 </BR>0725890244 ','','1','0','111613652148','No','11','2021-02-18 15:44:36','','','','','','',0.00,0.00),(3447,'','Invoice','','2021-02-18 15:46:59','DAVID NJOROGE','-250','11','2021-02-18 15:46:59','1258','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','DAVID NJOROGE </BR>0720583309 ','','1','0','111613652396','No','','','','','','','','',0.00,0.00),(3448,'','Invoice','','2021-02-18 15:48:48','braetech garage','-350','11','2021-02-18 15:48:48','697','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','braetech garage </BR>0789801598 ','','1','0','111613652515','No','','','','','','','','',0.00,0.00),(3449,'','Cash','','2021-02-18 16:37:34','','0','11','2021-02-18 16:37:34','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','111613655427','Cleared','','','','','','','','',0.00,0.00),(3450,'','Invoice','','2021-02-18 16:46:43','SHIFFIRA','-300','11','2021-02-18 16:46:43','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SHIFFIRA </BR>0721826266 ','','1','0','111613655973','No','','','','','','','','',0.00,0.00),(3451,'','Invoice','','2021-02-18 16:48:04','TSAVO B512','-150','11','2021-02-18 16:48:04','921','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B512 </BR>0757484530 ','','1','0','111613656067','No','','','','','','','','',0.00,0.00),(3452,'','Invoice','','2021-02-18 17:17:11','CENTRIC','-300','11','2021-02-18 17:17:11','1259','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CENTRIC </BR>0705186507 ','','1','0','111613657814','No','','','','','','','','',0.00,0.00),(3453,'','Invoice','','2021-02-18 18:35:18','SERA TSAVO','-250','11','2021-02-18 18:35:18','1260','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','SERA TSAVO </BR>0771102355 ','','1','0','111613662490','No','','','','','','','','',0.00,0.00),(3454,'','Invoice','','2021-02-18 18:41:42','NAOMI','-300','11','2021-02-18 18:39:28','720','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO </BR>0704060322 ','','1','0','111613662652','No','11','2021-02-18 18:41:42','','','','','','',0.00,0.00),(3455,'','Invoice','','2021-02-18 18:54:59','JENID C9','-600','11','2021-02-18 18:52:59','686','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','KELVIN MID </BR>0727000094 ','','1','0','111613663554','No','11','2021-02-18 18:54:59','','','','','','',0.00,0.00),(3456,'','Cash','','2021-02-18 19:12:09','','0','11','2021-02-18 19:12:09','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','111613664710','Cleared','','','','','','','','',0.00,0.00),(3457,'','Invoice','','2021-02-18 20:16:27','MIDVIEW','-300','11','2021-02-18 20:16:27','777','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW </BR>0721323203 ','','1','0','111613668537','No','','','','','','','','',0.00,0.00),(3458,'','Invoice','','2021-02-18 20:19:27','MIDVIEW','-300','11','2021-02-18 20:19:27','1261','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW </BR>072132303 ','','1','0','111613668748','No','','','','','','','','',0.00,0.00),(3459,'','Invoice','','2021-02-18 21:15:17','mercy olive c1','-600','11','2021-02-18 21:15:17','589','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mercy olive c1 </BR>0702292454 ','','1','0','111613672066','No','','','','','','','','',0.00,0.00),(3460,'','Cash','','2021-02-19 09:48:10','customer','0','11','2021-02-19 09:48:10','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','customer ','','1','0','111613717271','Cleared','','','','','','','','',0.00,0.00),(3461,'','Cash','','2021-02-19 10:05:26','','0','11','2021-02-19 10:05:26','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111613718305','Cleared','','','','','','','','',0.00,0.00),(3462,'','Invoice','','2021-02-19 10:18:09','nelion 3m7','-600','11','2021-02-19 10:18:09','808','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nelion 3m7 </BR>0726317509 ','','1','0','111613719040','No','','','','','','','','',0.00,0.00),(3463,'','Invoice','','2021-02-19 10:48:15','elewa ulevi','-300','11','2021-02-19 10:48:15','1076','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elewa ulevi </BR>0702217788 ','','1','0','111613720862','No','','','','','','','','',0.00,0.00),(3464,'','Invoice','','2021-02-19 11:43:10','david midview [guard]','-600','11','2021-02-19 11:43:10','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111613724166','No','','','','','','','','',0.00,0.00),(3465,'','Invoice','','2021-02-19 14:48:14','phillys home','-600','11','2021-02-19 14:48:14','1262','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','phillys home </BR>0714196690 ','','1','0','111613734756','No','','','','','','','','',0.00,0.00),(3466,'','Invoice','','2021-02-19 14:52:52','midview mc5','-300','11','2021-02-19 14:52:52','990','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc5 </BR>0718135446 ','','1','0','111613735465','No','','','','','','','','',0.00,0.00),(3467,'','Invoice','','2021-02-19 14:54:37','susan elewa ulevi','-300','11','2021-02-19 14:54:37','1164','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','susan elewa ulevi </BR>0722386414 ','','1','0','111613735647','No','','','','','','','','',0.00,0.00),(3468,'','Invoice','','2021-02-19 14:56:32','mufea 11','-150','11','2021-02-19 14:56:32','1263','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','mufea 11 </BR>0785891309 ','','1','0','111613735775','No','','','','','','','','',0.00,0.00),(3469,'','Invoice','','2021-02-20 09:39:59','mufea a4','-300','11','2021-02-20 09:39:59','1211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea a4 </BR>0707011382 ','','1','0','111613803170','No','','','','','','','','',0.00,0.00),(3470,'','Invoice','','2021-02-20 12:33:32','customer','-700','11','2021-02-20 12:33:32','1264','0','700','1','retail',NULL,'700','1','0','0','700','0','0','0','printed','customer </BR>0726259656 ','','1','0','111613813564','No','','','','','','','','',0.00,0.00),(3471,'','Cash','','2021-02-20 13:24:08','thindigua shop','0','11','2021-02-20 13:24:08','1265','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','thindigua shop </BR>0710591434 ','','1','0','111613816625','Cleared','','','','','','','','',0.00,0.00),(3472,'','Cash','','2021-02-20 13:34:56','thindigua shop','0','11','2021-02-20 13:34:56','1265','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','thindigua shop </BR>0710591434 ','','1','0','111613817260','Cleared','','','','','','','','',0.00,0.00),(3473,'','Cash','','2021-02-20 13:47:02','customer','0','11','2021-02-20 13:47:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111613817995','Cleared','','','','','','','','',0.00,0.00),(3474,'','Invoice','','2021-02-20 13:59:11','peris wasai bori','-300','11','2021-02-20 13:59:11','1118','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','peris wasai bori </BR>0707634772 ','','1','0','111613818719','No','','','','','','','','',0.00,0.00),(3475,'','Invoice','','2021-02-20 14:01:59','tsavo c004','-300','11','2021-02-20 14:01:59','1266','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c004 </BR>0715362716 ','','1','0','111613818884','No','','','','','','','','',0.00,0.00),(3476,'','Invoice','','2021-02-20 14:04:50','peter','-300','11','2021-02-20 14:04:50','829','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','peter </BR>0795735515 ','','1','0','111613819056','No','','','','','','','','',0.00,0.00),(3477,'','Invoice','','2021-02-20 14:06:27','FARAH muteti centre 1','-300','11','2021-02-20 14:06:27','527','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111613819159','No','','','','','','','','',0.00,0.00),(3478,'','Invoice','','2021-02-20 14:09:28','tsavo c209','-300','11','2021-02-20 14:09:28','346','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c209 </BR>0700002290 ','','1','0','111613819351','No','','','','','','','','',0.00,0.00),(3479,'','Invoice','','2021-02-20 14:11:37','pcea','-600','11','2021-02-20 14:11:37','1140','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pcea </BR>0723633554 ','','1','0','111613819445','No','','','','','','','','',0.00,0.00),(3480,'','Invoice','','2021-02-20 14:20:33','sylvia westview a2','-450','11','2021-02-20 14:20:33','590','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','sylvia westview a2 </BR>0726230677 ','','1','0','111613820005','No','','','','','','','','',0.00,0.00),(3481,'','Invoice','','2021-02-20 14:22:09','mary tsavo a319','-600','11','2021-02-20 14:22:09','668','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mary tsavo a319 </BR>0722550663 ','','1','0','111613820106','No','','','','','','','','',0.00,0.00),(3482,'','Invoice','','2021-02-20 14:23:31','faith mufea 6b','-900','11','2021-02-20 14:23:31','1015','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','faith mufea 6b </BR>0727972089 ','','1','0','111613820179','No','','','','','','','','',0.00,0.00),(3483,'','Invoice','','2021-02-20 14:25:48','joseph nyawira 23','-300','11','2021-02-20 14:25:48','800','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joseph nyawira 23 </BR>0722797609 ','','1','0','111613820335','No','','','','','','','','',0.00,0.00),(3484,'','Invoice','','2021-02-20 14:27:07','932 kevin a20','-600','11','2021-02-20 14:27:07','645','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','932 kevin a20 </BR>0722977563 ','','1','0','111613820408','No','','','','','','','','',0.00,0.00),(3485,'','Cash','','2021-02-20 14:30:18','maasai','0','11','2021-02-20 14:30:18','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','maasai ','','1','0','111613820571','Cleared','','','','','','','','',0.00,0.00),(3486,'','Invoice','','2021-02-20 14:31:28','SPEARNET DM9','-300','11','2021-02-20 14:31:28','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>0727711513 ','','1','0','111613820664','No','','','','','','','','',0.00,0.00),(3487,'','Invoice','','2021-02-20 14:33:10','customer','-600','11','2021-02-20 14:33:10','597','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','customer </BR>0726413440 ','','1','0','111613820768','No','','','','','','','','',0.00,0.00),(3488,'','Invoice','','2021-02-20 14:34:28','james mufea a5','-300','11','2021-02-20 14:34:28','155','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','james mufea a5 </BR>0756228000 ','','1','0','111613820854','No','','','','','','','','',0.00,0.00),(3489,'','Invoice','','2021-02-20 14:37:28','jane mbali','-300','11','2021-02-20 14:37:28','1267','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jane mbali </BR>0722335610 ','','1','0','111613820979','No','','','','','','','','',0.00,0.00),(3490,'','Cash','','2021-02-20 14:39:43','ruth cid c8','0','11','2021-02-20 14:39:43','100','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ruth cid c8 </BR>0727661629 ','','1','0','111613821162','Cleared','','','','','','','','',0.00,0.00),(3491,'','Invoice','','2021-02-20 14:55:17','mirriam tsav','-1200','11','2021-02-20 14:52:25','629','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','rita </BR>0721790359 ','','1','0','111613821919','No','11','2021-02-20 14:55:17','','','','','','',0.00,0.00),(3492,'','Invoice','','2021-02-20 15:39:23','maureen winsor view','-300','11','2021-02-20 15:39:23','1268','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen winsor view </BR>0721571299 ','','1','0','111613824748','No','','','','','','','','',0.00,0.00),(3493,'','Cash','','2021-02-20 15:40:49','gacicio1 b8','0','11','2021-02-20 15:40:49','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacicio1 b8 ','','1','0','111613824835','Cleared','','','','','','','','',0.00,0.00),(3494,'','Cash','','2021-02-20 15:41:57','customer','0','11','2021-02-20 15:41:57','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111613824902','Cleared','','','','','','','','',0.00,0.00),(3495,'','Invoice','','2021-02-20 15:59:12','braetech garage','-350','11','2021-02-20 15:59:12','697','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','braetech garage </BR>0789801598 ','','1','0','111613825911','No','','','','','','','','',0.00,0.00),(3496,'','Invoice','','2021-02-20 16:00:53','griffin','-300','11','2021-02-20 16:00:53','1269','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','griffin </BR>0724538550 ','','1','0','111613826029','No','','','','','','','','',0.00,0.00),(3497,'','Invoice','','2021-02-20 16:54:24','tsav0','-150','11','2021-02-20 16:54:24','1270','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsav0 </BR>0715995046 ','','1','0','111613829234','No','','','','','','','','',0.00,0.00),(3498,'','Invoice','','2021-02-20 17:16:12','mufea 3g','-300','11','2021-02-20 17:16:12','1271','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 3g </BR>0721489801 ','','1','0','111613830557','No','','','','','','','','',0.00,0.00),(3499,'','Cash','','2021-02-20 18:58:59','Tsavo','0','11','2021-02-20 18:58:59','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','Tsavo ','','1','0','111613836700','Cleared','','','','','','','','',0.00,0.00),(3500,'','Cash','','2021-02-20 19:01:38','Mary kimani','0','11','2021-02-20 19:01:38','1272','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Mary kimani </BR>0740907301 ','','1','0','111613836780','Cleared','','','','','','','','',0.00,0.00),(3501,'','Cash','','2021-02-20 19:03:29','nyawira','0','11','2021-02-20 19:03:29','836','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nyawira </BR>0722809801 ','','1','0','111613836948','Cleared','','','','','','','','',0.00,0.00),(3502,'','Invoice','','2021-02-20 19:13:15','mama kamunge 11','-300','11','2021-02-20 19:13:15','782','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mama kamunge 11 </BR>0723806968 ','','1','0','111613837573','No','','','','','','','','',0.00,0.00),(3503,'','Invoice','','2021-02-20 19:20:01','Emmah Mofea','-300','11','2021-02-20 19:20:01','1273','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Emmah Mofea </BR>0729074468 ','','1','0','111613837973','No','','','','','','','','',0.00,0.00),(3504,'','Cash','','2021-02-20 19:43:48','Esther Shiro','0','11','2021-02-20 19:43:48','1274','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','Esther Shiro </BR>0718901645 ','','1','0','111613839402','Cleared','','','','','','','','',0.00,0.00),(3505,'','Cash','','2021-02-20 19:54:29','Centric','0','11','2021-02-20 19:54:29','740','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Centric </BR>0793592543 ','','1','0','111613839532','Cleared','','','','','','','','',0.00,0.00),(3506,'','Cash','','2021-02-20 20:31:01','','0','11','2021-02-20 20:31:01','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','0','111613842207','Cleared','','','','','','','','',0.00,0.00),(3507,'','Cash','','2021-02-21 10:00:24','932 Apartments','0','11','2021-02-21 10:00:24','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','932 Apartments ','','1','0','111613890809','Cleared','','','','','','','','',0.00,0.00),(3508,'','Invoice','','2021-02-21 10:08:31','Mary Ridge Center','-300','11','2021-02-21 10:08:31','523','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Mary Ridge Center </BR>0722171614 ','','1','0','111613891262','No','','','','','','','','',0.00,0.00),(3509,'','Invoice','','2021-02-21 10:23:28','centric court b10','-300','11','2021-02-21 10:23:28','1011','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111613892174','No','','','','','','','','',0.00,0.00),(3510,'','Invoice','','2021-02-21 10:56:00','Nziza A10','-600','11','2021-02-21 10:56:00','1275','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Nziza A10 </BR>0722314673 ','','1','0','111613894138','No','','','','','','','','',0.00,0.00),(3511,'','Invoice','','2021-02-21 11:46:37','emanuel muteti corner','-600','11','2021-02-21 11:46:37','731','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','emanuel muteti corner </BR>0724615859 ','','1','0','111613897163','No','','','','','','','','',0.00,0.00),(3512,'','Invoice','','2021-02-21 12:23:21','Stephene (Lari Gardens)','-600','11','2021-02-21 12:23:21','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Stephene (Lari Gardens) </BR>0724709015 ','','1','0','111613899368','No','','','','','','','','',0.00,0.00),(3513,'','Invoice','','2021-02-21 12:58:15','Jayce','-300','11','2021-02-21 12:58:15','1276','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Jayce </BR>07221727 ','','1','0','111613901442','No','','','','','','','','',0.00,0.00),(3514,'','Invoice','','2021-02-21 13:00:44','Jayce','-150','11','2021-02-21 13:00:44','709','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','Jayce </BR>0722121727 ','','1','0','111613901557','No','','','','','','','','',0.00,0.00),(3515,'','Invoice','','2021-02-21 16:01:33','CUSTOMER','-300','11','2021-02-21 16:01:33','1050','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CUSTOMER </BR>0707458698 ','','1','0','111613912396','No','','','','','','','','',0.00,0.00),(3516,'','Invoice','','2021-02-21 16:03:02','erika pinewood 102','-900','11','2021-02-21 16:03:02','526','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','erika pinewood 102 </BR>0710345168 ','','1','0','111613912560','No','','','','','','','','',0.00,0.00),(3517,'','Invoice','','2021-02-21 16:06:04','MATHEW MUTURA','-150','11','2021-02-21 16:06:04','844','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MATHEW MUTURA </BR>0718471124 ','','1','0','111613912740','No','','','','','','','','',0.00,0.00),(3518,'','Invoice','','2021-02-21 16:09:00','JUSTINE NYAWIRA','-300','11','2021-02-21 16:09:00','1277','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JUSTINE NYAWIRA </BR>0721995483 ','','1','0','111613912826','No','','','','','','','','',0.00,0.00),(3519,'','Invoice','','2021-02-21 16:12:08','pauline philly homes b7','-600','11','2021-02-21 16:12:08','563','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pauline philly homes b7 </BR>0722265978 ','','1','0','111613913103','No','','','','','','','','',0.00,0.00),(3520,'','Invoice','','2021-02-21 16:14:23','LUCY','-300','11','2021-02-21 16:14:23','1193','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','LUCY </BR>0720812835 ','','1','0','111613913236','No','','','','','','','','',0.00,0.00),(3521,'','Invoice','','2021-02-21 16:16:17','TSAVO C506','-300','11','2021-02-21 16:16:17','1026','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C506 </BR>0703763374 ','','1','0','111613913356','No','','','','','','','','',0.00,0.00),(3522,'','Cash','','2021-02-21 16:20:07','SUJNAM 5A','0','11','2021-02-21 16:20:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','SUJNAM 5A ','','1','0','111613913571','Cleared','','','','','','','','',0.00,0.00),(3523,'','Invoice','','2021-02-21 16:21:59','MIDVIEW MB5','-600','11','2021-02-21 16:21:59','599','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MIDVIEW MB5 </BR>0722344543 ','','1','0','111613913702','No','','','','','','','','',0.00,0.00),(3524,'','Invoice','','2021-02-21 16:24:07','opposite mazeras m3','-600','11','2021-02-21 16:24:07','1203','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','opposite mazeras m3 </BR>0721525186 ','','1','0','111613913824','No','','','','','','','','',0.00,0.00),(3525,'','Invoice','','2021-02-21 17:15:07','JEMMIMAH REALITY PLAZA','-2100','11','2021-02-21 17:15:07','509','0','2100','1','retail',NULL,'2100','1','0','0','2100','0','0','0','printed','JEMMIMAH REALITY PLAZA </BR>0700216967 ','','1','0','111613916886','No','','','','','','','','',0.00,0.00),(3526,'','Cash','','2021-02-21 17:24:19','customer','0','11','2021-02-21 17:24:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111613917439','Cleared','','','','','','','','',0.00,0.00),(3527,'','Invoice','','2021-02-21 18:12:47','FATHER OASIS','-450','11','2021-02-21 18:12:47','1278','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','FATHER OASIS </BR>0716803143 ','','1','0','111613920349','No','','','','','','','','',0.00,0.00),(3528,'','Invoice','','2021-02-21 18:14:20','MUFEA 15','-300','11','2021-02-21 18:14:20','1279','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MUFEA 15 </BR>0725509198 ','','1','0','111613920434','No','','','','','','','','',0.00,0.00),(3529,'','Invoice','','2021-02-21 18:15:41','PATRICK MAINA','-300','11','2021-02-21 18:15:41','1280','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','PATRICK MAINA </BR>0742608605 ','','1','0','111613920522','No','','','','','','','','',0.00,0.00),(3530,'','Invoice','','2021-02-21 18:17:03','JOYCE','-350','11','2021-02-21 18:17:03','755','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','JOYCE </BR>0741083937 ','','1','0','111613920606','No','','','','','','','','',0.00,0.00),(3531,'','Invoice','','2021-02-21 18:18:43','annirene mazeras 2','-300','11','2021-02-21 18:18:43','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111613920706','No','','','','','','','','',0.00,0.00),(3532,'','Invoice','','2021-02-21 18:22:09','MIDVIEW AA6','-300','11','2021-02-21 18:22:09','840','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW AA6 </BR>0714719290 ','','1','0','111613920915','No','','','','','','','','',0.00,0.00),(3533,'','Invoice','','2021-02-21 18:48:37','NYAWIRA 31','-300','11','2021-02-21 18:48:37','935','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','NYAWIRA 31 </BR>0722108633 ','','1','0','111613922503','No','','','','','','','','',0.00,0.00),(3534,'','Invoice','','2021-02-21 20:05:45','gacicio 1 c6','-300','11','2021-02-21 20:05:45','98','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 c6 </BR>0725616377 ','','1','0','111613927128','No','','','','','','','','',0.00,0.00),(3535,'','Invoice','','2021-02-21 20:10:14','Danty','-300','11','2021-02-21 20:10:14','1281','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Danty </BR>0705376720 ','','1','0','111613927349','No','','','','','','','','',0.00,0.00),(3536,'','Invoice','','2021-02-22 08:57:21','stella karoki','-300','11','2021-02-22 08:57:21','1049','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stella karoki </BR>0722315997 ','','1','0','111613973382','No','','','','','','','','',0.00,0.00),(3537,'','Cash','','2021-02-22 09:01:57','customer','0','11','2021-02-22 09:01:57','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','customer ','','1','0','111613973698','Cleared','','','','','','','','',0.00,0.00),(3538,'','Cash','','2021-02-22 09:03:24','kalwani park b307','0','11','2021-02-22 09:03:24','1082','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kalwani park b307 </BR>0723663199 ','','1','0','111613973779','Cleared','','','','','','','','',0.00,0.00),(3539,'','Invoice','','2021-02-22 09:06:03','dennis munene','-120','11','2021-02-22 09:06:03','1282','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','dennis munene </BR>0700136558 ','','1','0','111613973930','No','','','','','','','','',0.00,0.00),(3540,'','Invoice','','2021-02-22 10:07:40','SUSAN TSAVO B105','-150','11','2021-02-22 10:07:40','608','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111613977639','No','','','','','','','','',0.00,0.00),(3541,'','Cash','','2021-02-22 10:29:46','fahari a6','0','11','2021-02-22 10:29:46','1283','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','fahari a6 </BR>0716541828 ','','1','0','111613978945','Cleared','','','','','','','','',0.00,0.00),(3542,'','Invoice','','2021-02-22 10:32:00','kenneth moca garden','-300','11','2021-02-22 10:32:00','788','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth moca garden </BR>0720317628 ','','1','0','111613979093','No','','','','','','','','',0.00,0.00),(3543,'','Cash','','2021-02-22 10:34:31','customer','0','11','2021-02-22 10:34:31','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','customer ','','1','0','111613979244','Cleared','','','','','','','','',0.00,0.00),(3544,'','Invoice','','2021-02-22 10:41:53','BARBARA MUFEA 60','-300','11','2021-02-22 10:41:53','1284','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BARBARA MUFEA 60 </BR>0722596003 ','','1','0','111613979695','No','','','','','','','','',0.00,0.00),(3545,'','Invoice','','2021-02-22 13:37:57','Midview','-300','11','2021-02-22 13:37:57','1215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Midview </BR>0725100408 ','','1','0','111613990256','No','','','','','','','','',0.00,0.00),(3546,'','Cash','','2021-02-22 13:46:36','','0','11','2021-02-22 13:46:36','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111613990705','Cleared','','','','','','','','',0.00,0.00),(3547,'','Invoice','','2021-02-22 14:25:49','Abigael','-300','11','2021-02-22 14:25:49','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Abigael </BR>0742207876 ','','1','0','111613993123','No','','','','','','','','',0.00,0.00),(3548,'','Cash','','2021-02-22 14:28:32','customer','0','11','2021-02-22 14:28:32','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111613993291','Cleared','','','','','','','','',0.00,0.00),(3549,'','Invoice','','2021-02-22 15:09:03','mufea peter 66','-600','11','2021-02-22 15:09:03','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea peter 66 </BR>0714814639 ','','1','0','111613995716','No','','','','','','','','',0.00,0.00),(3550,'','Invoice','','2021-02-22 15:27:10','naomi ','-150','11','2021-02-22 15:27:10','612','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','naomi </BR>0794672549 ','','1','0','111613996816','No','','','','','','','','',0.00,0.00),(3551,'','Invoice','','2021-02-22 17:30:44','westview b1','-300','11','2021-02-22 17:30:44','715','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','westview b1 </BR>0724850421 ','','1','0','111614004100','No','','','','','','','','',0.00,0.00),(3552,'','Invoice','','2021-02-22 17:33:03','patricia wanjiru','-150','11','2021-02-22 17:33:03','775','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','patricia wanjiru </BR>0706114131 ','','1','0','111614004362','No','','','','','','','','',0.00,0.00),(3553,'','Invoice','','2021-02-22 17:39:44','tsavo a219','-300','11','2021-02-22 17:36:47','524','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 26 </BR>0723604902 ','','1','0','111614004568','No','11','2021-02-22 17:39:44','','','','','','',0.00,0.00),(3554,'','Cash','','2021-02-22 17:42:45','jayce ba7','0','11','2021-02-22 17:42:45','1199','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jayce ba7 </BR>0726994100 ','','1','0','111614004934','Cleared','','','','','','','','',0.00,0.00),(3555,'','Invoice','','2021-02-22 17:59:10','kamunge 24','-600','11','2021-02-22 17:59:10','555','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kamunge 24 </BR>0703223719 ','','1','0','111614005927','No','','','','','','','','',0.00,0.00),(3556,'','Invoice','','2021-02-22 18:11:18','faith mufea 6b','-600','11','2021-02-22 18:11:18','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111614006652','No','','','','','','','','',0.00,0.00),(3557,'','Cash','','2021-02-22 18:12:41','dry cleaner','0','11','2021-02-22 18:12:41','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','dry cleaner ','','1','0','111614006741','Cleared','','','','','','','','',0.00,0.00),(3558,'','Invoice','','2021-02-22 18:27:28','WESTVIEW DANIEL B2','-300','11','2021-02-22 18:27:28','770','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','WESTVIEW DANIEL B2 </BR>0725463920 ','','1','0','111614007633','No','','','','','','','','',0.00,0.00),(3559,'','Invoice','','2021-02-22 18:50:32','kimani court b1','-300','11','2021-02-22 18:50:32','968','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court b1 </BR>0721431700 ','','1','0','111614009016','No','','','','','','','','',0.00,0.00),(3560,'','Invoice','','2021-02-22 18:52:57','eric mufea 5d','-300','11','2021-02-22 18:52:57','150','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eric mufea 5d </BR>0722685054 ','','1','0','111614009154','No','','','','','','','','',0.00,0.00),(3561,'','Invoice','','2021-02-22 19:43:49','Schekem b4','-150','11','2021-02-22 19:43:49','699','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','Schekem b4 </BR>0722675657 ','','1','0','111614011504','No','','','','','','','','',0.00,0.00),(3562,'','Invoice','','2021-02-22 20:06:34','Mufea 48','-600','11','2021-02-22 20:06:34','548','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Mufea 48 </BR>0721857283 ','','1','0','111614013568','No','','','','','','','','',0.00,0.00),(3563,'','Invoice','','2021-02-22 20:13:24','TSAVO C011','-150','11','2021-02-22 20:13:24','548','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO C011 </BR>0721857283 ','','1','0','111614013969','No','','','','','','','','',0.00,0.00),(3564,'','Cash','','2021-02-22 21:06:25','customer','0','11','2021-02-22 21:06:25','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111614017156','Cleared','','','','','','','','',0.00,0.00),(3565,'','Cash','','2021-02-22 21:08:44','','0','11','2021-02-22 21:08:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111614017235','Cleared','','','','','','','','',0.00,0.00),(3566,'','Cash','','2021-02-22 21:10:01','','0','11','2021-02-22 21:10:01','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111614017331','Cleared','','','','','','','','',0.00,0.00),(3567,'','Cash','','2021-02-22 21:10:42','Ridge Center','0','11','2021-02-22 21:10:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Ridge Center ','','1','0','111614017416','Cleared','','','','','','','','',0.00,0.00),(3568,'','Cash','','2021-02-22 21:13:24','','0','11','2021-02-22 21:13:24','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111614017502','Cleared','','','','','','','','',0.00,0.00),(3569,'','Invoice','','2021-02-23 10:38:22','nyawira 33','-300','11','2021-02-23 10:38:22','793','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111614065876','No','','','','','','','','',0.00,0.00),(3570,'','Invoice','','2021-02-23 10:40:04','david midview [guard]','-300','11','2021-02-23 10:40:04','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111614065974','No','','','','','','','','',0.00,0.00),(3571,'','Cash','','2021-02-23 10:42:09','pinewood b606','0','11','2021-02-23 10:42:09','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','pinewood b606 ','','1','0','111614066057','Cleared','','','','','','','','',0.00,0.00),(3572,'','Invoice','','2021-02-23 10:43:50','moca court c8','-300','11','2021-02-23 10:43:50','898','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','moca court c8 </BR>0721248500 ','','1','0','111614066209','No','','','','','','','','',0.00,0.00),(3573,'','Cash','','2021-02-23 11:31:02','nzinza b32','0','11','2021-02-23 11:31:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','nzinza b32 ','','1','0','111614069013','Cleared','','','','','','','','',0.00,0.00),(3574,'','Invoice','','2021-02-23 11:35:47','centric e11','-300','11','2021-02-23 11:35:47','740','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric e11 </BR>0793592543 ','','1','0','111614069330','No','','','','','','','','',0.00,0.00),(3575,'','Invoice','','2021-02-23 12:34:07','schekem b11','-300','11','2021-02-23 12:34:07','725','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','schekem b11 </BR>0721860890 ','','1','0','111614072830','No','','','','','','','','',0.00,0.00),(3576,'','Invoice','','2021-02-23 14:41:35','serene c12','-300','11','2021-02-23 14:41:35','1186','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','serene c12 </BR>0723919969 ','','1','0','111614080456','No','','','','','','','','',0.00,0.00),(3577,'','Invoice','','2021-02-23 14:43:24','serene c12','-450','11','2021-02-23 14:43:24','1186','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','serene c12 </BR>0723919969 ','','1','0','111614080587','No','','','','','','','','',0.00,0.00),(3578,'','Invoice','','2021-02-23 14:45:06','nelion 7n9','-1200','11','2021-02-23 14:45:06','809','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','nelion 7n9 </BR>0726567479 ','','1','0','111614080686','No','','','','','','','','',0.00,0.00),(3579,'','Invoice','','2021-02-23 14:46:50','kimani court d5','-600','11','2021-02-23 14:46:50','619','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kimani court d5 </BR>0716359727 ','','1','0','111614080783','No','','','','','','','','',0.00,0.00),(3580,'','Invoice','','2021-02-23 14:48:35','shiffira jenid','-300','11','2021-02-23 14:48:35','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shiffira jenid </BR>0721826266 ','','1','0','111614080894','No','','','','','','','','',0.00,0.00),(3581,'','Invoice','','2021-02-23 14:52:53','jenniffer mbui','-250','11','2021-02-23 14:52:53','1286','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','jenniffer mbui </BR>0725211720 ','','1','0','111614081091','No','','','','','','','','',0.00,0.00),(3582,'','Invoice','','2021-02-23 14:55:58','faith jenid a1','-600','11','2021-02-23 14:55:58','1287','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith jenid a1 </BR>07223183330 ','','1','0','111614081343','No','','','','','','','','',0.00,0.00),(3583,'','Invoice','','2021-02-23 15:08:21','john kinyajui','-300','11','2021-02-23 15:08:21','1046','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john kinyajui </BR>0705069704 ','','1','0','111614082076','No','','','','','','','','',0.00,0.00),(3584,'','Invoice','','2021-02-23 15:29:03','nelly mufea e3','-300','11','2021-02-23 15:29:03','756','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelly mufea e3 </BR>0719884003 ','','1','0','111614083317','No','','','','','','','','',0.00,0.00),(3585,'','Invoice','','2021-02-23 16:14:24','midview md2','-600','11','2021-02-23 16:14:24','537','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview md2 </BR>0724439436 ','','1','0','111614086024','No','','','','','','','','',0.00,0.00),(3586,'','Invoice','','2021-02-23 16:31:49','dainty','-300','11','2021-02-23 16:31:49','1042','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dainty </BR>0728462864 ','','1','0','111614087077','No','','','','','','','','',0.00,0.00),(3587,'','Invoice','','2021-02-23 16:34:38','kencom sacco 69','-600','11','2021-02-23 16:34:38','1288','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>011269913 ','','1','0','111614087251','No','','','','','','','','',0.00,0.00),(3588,'','Invoice','','2021-02-23 18:55:10','stanley','-300','11','2021-02-23 18:55:10','601','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stanley </BR>0726890588 ','','1','0','111614095671','No','','','','','','','','',0.00,0.00),(3589,'','Cash','','2021-02-23 18:58:06','FARAH muteti centre 1','0','11','2021-02-23 18:58:06','527','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','FARAH muteti centre 1 </BR>0721112519 ','','1','0','111614095869','Cleared','','','','','','','','',0.00,0.00),(3590,'','Cash','','2021-02-23 19:01:00','customer','0','11','2021-02-23 19:01:00','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','customer ','','1','0','111614096026','Cleared','','','','','','','','',0.00,0.00),(3591,'','Invoice','','2021-02-23 19:02:08','carole jenid','-600','11','2021-02-23 19:02:08','114','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','carole jenid </BR>0728456747 ','','1','0','111614096105','No','','','','','','','','',0.00,0.00),(3592,'','Invoice','','2021-02-23 20:18:13','Julia Midview','-600','11','2021-02-23 20:14:43','899','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','John Bett </BR>0726942841 ','','1','0','111614100457','No','11','2021-02-23 20:18:13','','','','','','',0.00,0.00),(3593,'','Cash','','2021-02-23 20:24:33','John Bett','0','11','2021-02-23 20:24:33','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','John Bett ','','1','0','111614101016','Cleared','','','','','','','','',0.00,0.00),(3594,'','Invoice','','2021-02-24 09:36:07','purity mufea 8f','-600','11','2021-02-24 09:36:07','51','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','purity mufea 8f </BR>0721808473 ','','1','0','111614148542','No','','','','','','','','',0.00,0.00),(3595,'','Invoice','','2021-02-24 09:39:06','sophia pinewood 401','-600','11','2021-02-24 09:39:06','885','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sophia pinewood 401 </BR>0720643732 ','','1','0','111614148725','No','','','','','','','','',0.00,0.00),(3596,'','Invoice','','2021-02-24 09:40:23','harvester c3','-600','11','2021-02-24 09:40:23','48','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester c3 </BR>0707689955 ','','1','0','111614148797','No','','','','','','','','',0.00,0.00),(3597,'','Invoice','','2021-02-24 09:42:20','adriana c4','-600','11','2021-02-24 09:42:20','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana c4 </BR>0721264990 ','','1','0','111614148920','No','','','','','','','','',0.00,0.00),(3598,'','Invoice','','2021-02-24 12:04:06','ruth thindigua height','-900','11','2021-02-24 12:04:06','1289','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','ruth thindigua height </BR>0726035507 ','','1','0','111614157408','No','','','','','','','','',0.00,0.00),(3599,'','Invoice','','2021-02-24 12:06:21','ebenezer b46','-300','11','2021-02-24 12:06:21','643','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ebenezer b46 </BR>0728628709 ','','1','0','111614157558','No','','','','','','','','',0.00,0.00),(3600,'','Invoice','','2021-02-24 13:01:23','scenic a10','-300','11','2021-02-24 13:01:23','721','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','scenic a10 </BR>0715194832 ','','1','0','111614160859','No','','','','','','','','',0.00,0.00),(3601,'','Cash','','2021-02-24 13:04:56','customer','0','11','2021-02-24 13:02:58','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed','customer ','','1','0','111614160958','Cleared','11','2021-02-24 13:04:56','','','','','','',0.00,0.00),(3602,'','Invoice','','2021-02-24 13:43:27','cid d12','-300','11','2021-02-24 13:43:27','553','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid d12 </BR>0703235252 ','','1','0','111614163386','No','','','','','','','','',0.00,0.00),(3603,'','Invoice','','2021-02-24 14:34:46','midview mb4','-900','11','2021-02-24 14:34:46','949','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','midview mb4 </BR>0723979559 ','','1','0','111614166460','No','','','','','','','','',0.00,0.00),(3604,'','Invoice','','2021-02-24 14:36:42','caroline serine d8','-300','11','2021-02-24 14:36:42','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111614166576','No','','','','','','','','',0.00,0.00),(3605,'','Invoice','','2021-02-24 15:39:38','CHRISTOPHER','-300','11','2021-02-24 15:39:38','1290','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CHRISTOPHER </BR>0745382763 ','','1','0','111614170297','No','','','','','','','','',0.00,0.00),(3606,'','Invoice','','2021-02-24 15:58:57','TITUS MURITHI','-80','11','2021-02-24 15:58:57','1291','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','TITUS MURITHI </BR>0722544797 ','','1','0','111614171494','No','','','','','','','','',0.00,0.00),(3607,'','Invoice','','2021-02-24 16:00:35','TSAVO B107','-150','11','2021-02-24 16:00:35','1270','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B107 </BR>0715995046 ','','1','0','111614171614','No','','','','','','','','',0.00,0.00),(3608,'','Cash','','2021-02-24 16:02:39','sujnam 6b','0','11','2021-02-24 16:02:39','1292','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sujnam 6b </BR>0718766953 ','','1','0','111614171737','Cleared','','','','','','','','',0.00,0.00),(3609,'','Cash','','2021-02-24 16:04:16','sujnam 4a','0','11','2021-02-24 16:04:16','802','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111614171833','Cleared','','','','','','','','',0.00,0.00),(3610,'','Invoice','','2021-02-24 16:06:25','WILLIAM THANJI','-300','11','2021-02-24 16:06:25','533','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','WILLIAM THANJI </BR>0722804838 ','','1','0','111614171963','No','','','','','','','','',0.00,0.00),(3611,'','Cash','','2021-02-24 16:08:13','CHEMIST','0','11','2021-02-24 16:08:13','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','CHEMIST ','','1','0','111614172074','Cleared','','','','','','','','',0.00,0.00),(3612,'','Invoice','','2021-02-24 16:09:34','JACINTAH WAMBUI','-300','11','2021-02-24 16:09:34','866','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JACINTAH WAMBUI </BR>0723658582 ','','1','0','111614172155','No','','','','','','','','',0.00,0.00),(3613,'','Invoice','','2021-02-24 16:10:53','JACINTAH WAMBUI','-150','11','2021-02-24 16:10:53','866','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JACINTAH WAMBUI </BR>0723658582 ','','1','0','111614172241','No','','','','','','','','',0.00,0.00),(3614,'','Invoice','','2021-02-24 17:30:24','ARNOID OPPOSITE MAZERAS','-300','11','2021-02-24 17:30:24','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ARNOID OPPOSITE MAZERAS </BR>0722867971 ','','1','0','111614176987','No','11','2021-02-24 17:30:24','','','','','','',0.00,0.00),(3615,'','Invoice','','2021-02-24 17:32:22','NELION 1N4','-450','11','2021-02-24 17:32:22','1293','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','NELION 1N4 </BR>0708499847 ','','1','0','111614177123','No','','','','','','','','',0.00,0.00),(3616,'','Invoice','','2021-02-24 17:35:56','ESHTER MUFEA 13','-600','11','2021-02-24 17:35:56','96','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ESHTER MUFEA 13 </BR>0726997371 ','','1','0','111614177326','No','','','','','','','','',0.00,0.00),(3617,'','Invoice','','2021-02-24 17:41:48','CENTRIC E17','-300','11','2021-02-24 17:41:48','1259','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CENTRIC E17 </BR>0705186507 ','','1','0','111614177689','No','','','','','','','','',0.00,0.00),(3618,'','Invoice','','2021-02-24 17:54:44','MERCY JENID C5','-150','11','2021-02-24 17:54:44','613','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','MERCY JENID C5 </BR>0721404029 ','','1','0','111614178451','No','','','','','','','','',0.00,0.00),(3619,'','Invoice','','2021-02-24 18:18:35','JOSEPHINE HARARE UNIT 10','-300','11','2021-02-24 18:18:35','934','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','JOSEPHINE HARARE UNIT 10 </BR>0784680665 ','','1','0','111614179891','No','','','','','','','','',0.00,0.00),(3620,'','Cash','','2021-02-24 18:46:04','mazeras 10','0','11','2021-02-24 18:46:04','1004','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','mazeras 10 </BR>0711180959 ','','1','0','111614181548','Cleared','','','','','','','','',0.00,0.00),(3621,'','Cash','','2021-02-24 18:48:31','CUSTOMER','0','11','2021-02-24 18:48:31','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111614181690','Cleared','','','','','','','','',0.00,0.00),(3622,'','Cash','','2021-02-24 19:15:13','Mazerus','0','11','2021-02-24 19:15:13','868','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Mazerus </BR>0726692633 ','','1','0','111614183273','Cleared','','','','','','','','',0.00,0.00),(3623,'','Cash','','2021-02-24 19:47:12','Kimani court','0','11','2021-02-24 19:47:12','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Kimani court ','','1','0','111614185176','Cleared','','','','','','','','',0.00,0.00),(3624,'','Cash','','2021-02-24 19:48:44','kamunge 23','0','11','2021-02-24 19:48:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kamunge 23 ','','1','0','111614185297','Cleared','','','','','','','','',0.00,0.00),(3625,'','Invoice','','2021-02-25 12:52:19','collins westview d6','-600','11','2021-02-25 12:52:19','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','collins westview d6 </BR>0714160617 ','','1','0','111614246711','No','','','','','','','','',0.00,0.00),(3626,'','Cash','','2021-02-25 12:54:33','mazeras','0','11','2021-02-25 12:54:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mazeras ','','1','0','111614246857','Cleared','','','','','','','','',0.00,0.00),(3627,'','Invoice','','2021-02-25 12:55:47','david midview [guard]','-600','11','2021-02-25 12:55:47','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111614246930','No','','','','','','','','',0.00,0.00),(3628,'','Invoice','','2021-02-25 13:00:14','HELEN LARI GERDEN','-600','11','2021-02-25 13:00:14','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HELEN LARI GERDEN </BR>0724709015 ','','1','0','111614247183','No','','','','','','','','',0.00,0.00),(3629,'','Invoice','','2021-02-25 13:02:21','GACICIO 2a3','-600','11','2021-02-25 13:02:21','842','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','GACICIO 2a3 </BR>0707678778 ','','1','0','111614247315','No','','','','','','','','',0.00,0.00),(3630,'','Invoice','','2021-02-25 13:04:21','daniel gacicio 2','-900','11','2021-02-25 13:04:21','879','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','daniel gacicio 2 </BR>0721656718 ','','1','0','111614247418','No','','','','','','','','',0.00,0.00),(3631,'','Invoice','','2021-02-25 13:05:59','mufea 33','-300','11','2021-02-25 13:05:59','816','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 33 </BR>0721671052 ','','1','0','111614247542','No','','','','','','','','',0.00,0.00),(3632,'','Invoice','','2021-02-25 13:07:12','victoria havester b3','-300','11','2021-02-25 13:07:12','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','victoria havester b3 </BR>0710146946 ','','1','0','111614247616','No','','','','','','','','',0.00,0.00),(3633,'','Invoice','','2021-02-25 13:08:36','sji patrick i8','-1200','11','2021-02-25 13:08:36','385','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','sji patrick i8 </BR>0722103559 ','','1','0','111614247691','No','','','','','','','','',0.00,0.00),(3634,'','Invoice','','2021-02-25 13:10:45','james primerose b2','-600','11','2021-02-25 13:10:45','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111614247821','No','','','','','','','','',0.00,0.00),(3635,'','Invoice','','2021-02-25 13:12:57','jenniffer mushroom','-1800','11','2021-02-25 13:12:57','943','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed','jenniffer mushroom </BR>0722215228 ','','1','0','111614247954','No','','','','','','','','',0.00,0.00),(3636,'','Invoice','','2021-02-25 13:14:48','anne tsavo b703','-150','11','2021-02-25 13:14:48','644','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','anne tsavo b703 </BR>0704382089 ','','1','0','111614248061','No','','','','','','','','',0.00,0.00),(3637,'','Invoice','','2021-02-25 13:16:39','lilian andia chakava','-300','11','2021-02-25 13:16:39','1294','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','lilian andia chakava </BR>0722802672 ','','1','0','111614248152','No','','','','','','','','',0.00,0.00),(3638,'','Invoice','','2021-02-25 15:42:21','tsavo a415','-300','11','2021-02-25 15:42:21','931','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a415 </BR>0741684373 ','','1','0','111614256921','No','','','','','','','','',0.00,0.00),(3639,'','Invoice','','2021-02-25 15:50:37','spearnet','-600','11','2021-02-25 15:46:37','958','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','david midview guard ae7 </BR>0711977497 ','','1','0','111614257088','No','11','2021-02-25 15:50:37','','','','','','',0.00,0.00),(3640,'','Invoice','','2021-02-25 15:55:11','customer','-300','11','2021-02-25 15:52:36','1295','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dedan </BR>0721607322 ','','1','0','111614257541','No','11','2021-02-25 15:55:11','','','','','','',0.00,0.00),(3641,'','Invoice','','2021-02-25 16:05:26','mufea 5c','-320','11','2021-02-25 16:05:26','849','0','320','1','retail',NULL,'320','1','0','0','320','0','0','0','printed','mufea 5c </BR>0722518065 ','','1','0','111614258245','No','','','','','','','','',0.00,0.00),(3642,'','Cash','','2021-02-25 16:56:04','kimani court b8','0','11','2021-02-25 16:56:04','682','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court b8 </BR>0718289915 ','','1','0','111614261331','Cleared','','','','','','','','',0.00,0.00),(3643,'','Cash','','2021-02-25 19:52:10','Georgina Croserver','0','11','2021-02-25 19:40:12','1297','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','Maasai ','','1','0','111614271184','Cleared','11','2021-02-25 19:52:10','','','','','','',0.00,0.00),(3644,'','Cash','','2021-02-25 19:54:01','braetech garage','0','11','2021-02-25 19:54:01','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braetech garage ','','1','0','111614272018','Cleared','','','','','','','','',0.00,0.00),(3645,'','Invoice','','2021-02-25 19:58:34','judy father oasis gate a c7','-300','11','2021-02-25 19:58:34','1298','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy father oasis gate a c7 </BR>072238278 ','','1','0','111614272205','No','','','','','','','','',0.00,0.00),(3646,'','Invoice','','2021-02-25 21:17:00','Spernet','-300','11','2021-02-25 21:17:00','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Spernet </BR>0723600872 ','','1','0','111614276985','No','','','','','','','','',0.00,0.00),(3647,'','Cash','','2021-02-25 21:24:48','TSAVO','-80','11','2021-02-25 21:19:13','887','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','Customer ','','1','0','111614277136','Cleared','11','2021-02-25 21:24:48','','','','','','',0.00,0.00),(3648,'','Invoice','','2021-02-26 11:22:38','hopetrust 1 a4','-600','11','2021-02-26 11:22:38','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hopetrust 1 a4 </BR>0720869132 ','','1','0','111614327733','No','','','','','','','','',0.00,0.00),(3649,'','Invoice','','2021-02-26 11:24:50','teresia schekem a24','-300','11','2021-02-26 11:24:50','797','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','teresia schekem a24 </BR>0713654567 ','','1','0','111614327871','No','','','','','','','','',0.00,0.00),(3650,'','Invoice','','2021-02-26 12:42:24','ESHTER GACIKU','-1400','11','2021-02-26 12:42:24','576','0','1400','1','retail',NULL,'1400','1','0','0','1400','0','0','0','printed','ESHTER GACIKU </BR>0712691262 ','','1','0','111614332517','No','','','','','','','','',0.00,0.00),(3651,'','Invoice','','2021-02-26 13:15:07','joseph tsavo a311','-300','11','2021-02-26 13:15:07','703','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','joseph tsavo a311 </BR>0706352266 ','','1','0','111614334456','No','','','','','','','','',0.00,0.00),(3652,'','Invoice','','2021-02-26 13:16:52','olive apartment b2','-300','11','2021-02-26 13:16:52','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111614334592','No','','','','','','','','',0.00,0.00),(3653,'','Invoice','','2021-02-26 13:33:16','MUSHROOM','-450','11','2021-02-26 13:33:16','885','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','MUSHROOM </BR>0720643732 ','','1','0','111614335572','No','','','','','','','','',0.00,0.00),(3654,'','Cash','','2021-02-26 13:51:26','kimani court d1','0','11','2021-02-26 13:51:26','1201','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kimani court d1 </BR>0791272318 ','','1','0','111614336671','Cleared','','','','','','','','',0.00,0.00),(3655,'','Invoice','','2021-02-26 13:53:23','WILLIAM OTIENO','-80','11','2021-02-26 13:53:23','1299','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','WILLIAM OTIENO </BR>0724553804 ','','1','0','111614336764','No','','','','','','','','',0.00,0.00),(3656,'','Invoice','','2021-02-26 13:56:03','cate westview b4','-300','11','2021-02-26 13:56:03','662','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cate westview b4 </BR>0722106494 ','','1','0','111614336893','No','','','','','','','','',0.00,0.00),(3657,'','Invoice','','2021-02-26 13:58:04','SUSAN TSAVO B105','-300','11','2021-02-26 13:58:04','608','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111614337030','No','','','','','','','','',0.00,0.00),(3658,'','Invoice','','2021-02-26 14:03:47','MUMWE 0AK','-900','11','2021-02-26 14:03:47','1173','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','MUMWE 0AK </BR>0708111705 ','','1','0','111614337336','No','','','','','','','','',0.00,0.00),(3659,'','Cash','','2021-02-26 14:05:27','CUSTOMER','0','11','2021-02-26 14:05:27','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111614337509','Cleared','','','','','','','','',0.00,0.00),(3660,'','Invoice','','2021-02-26 14:06:50','Mary Ridge Center','-300','11','2021-02-26 14:06:50','523','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Mary Ridge Center </BR>0722171614 ','','1','0','111614337590','No','','','','','','','','',0.00,0.00),(3661,'','Invoice','','2021-02-26 14:08:06','ANNE KIMANI COURT','-300','11','2021-02-26 14:08:06','584','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANNE KIMANI COURT </BR>0727240681 ','','1','0','111614337665','No','','','','','','','','',0.00,0.00),(3662,'','Cash','','2021-02-26 14:12:46','elewa ulevi','0','11','2021-02-26 14:10:18','1164','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','111614337757','Cleared','11','2021-02-26 14:12:46','','','','','','',0.00,0.00),(3663,'','Invoice','','2021-02-26 14:17:10','kelvin karanja','-5250','11','2021-02-26 14:17:10','686','0','5250','1','retail',NULL,'5250','1','0','0','5250','0','0','0','printed','kelvin karanja </BR>0727000094 ','','1','0','111614338102','No','','','','','','','','',0.00,0.00),(3664,'','Invoice','','2021-02-26 14:21:57','ABIGAIL GARAGE','-300','11','2021-02-26 14:21:57','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ABIGAIL GARAGE </BR>0742207876 ','','1','0','111614338504','No','','','','','','','','',0.00,0.00),(3665,'','Invoice','','2021-02-26 14:56:25','MARY KINGONGA','-600','11','2021-02-26 14:56:25','1219','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','MARY KINGONGA </BR>0710822312 ','','1','0','111614340566','No','','','','','','','','',0.00,0.00),(3666,'','Invoice','','2021-02-26 16:17:36','kimani court d1','-300','11','2021-02-26 16:17:36','773','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d1 </BR>0722463549 ','','1','0','111614345441','No','','','','','','','','',0.00,0.00),(3667,'','Invoice','','2021-02-26 16:18:58','mufea 2D','-300','11','2021-02-26 16:18:58','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2D </BR>0724315381 ','','1','0','111614345525','No','','','','','','','','',0.00,0.00),(3668,'','Invoice','','2021-02-26 18:06:16','andrew kimani','-350','11','2021-02-26 18:06:16','1300','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','andrew kimani </BR>0725552404 ','','1','0','111614351907','No','','','','','','','','',0.00,0.00),(3669,'','Invoice','','2021-02-26 18:08:20','tsavo a215','-300','11','2021-02-26 18:08:20','1168','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a215 </BR>0708809226 ','','1','0','111614352068','No','','','','','','','','',0.00,0.00),(3670,'','Invoice','','2021-02-26 18:09:52','tsavo b210','-300','11','2021-02-26 18:09:52','1301','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo b210 </BR>0714068055 ','','1','0','111614352177','No','','','','','','','','',0.00,0.00),(3671,'','Invoice','','2021-02-26 18:11:31','eshter karanja','-300','11','2021-02-26 18:11:31','520','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eshter karanja </BR>0722634387 ','','1','0','111614352270','No','','','','','','','','',0.00,0.00),(3672,'','Invoice','','2021-02-26 18:13:51','eshter wanjiru juma','-1350','11','2021-02-26 18:13:51','1302','0','1350','1','retail',NULL,'1350','1','0','0','1350','0','0','0','printed','eshter wanjiru juma </BR>0721311946 ','','1','0','111614352362','No','','','','','','','','',0.00,0.00),(3673,'','Cash','','2021-02-26 18:16:12','customer','0','11','2021-02-26 18:16:12','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','customer ','','1','0','111614352547','Cleared','','','','','','','','',0.00,0.00),(3674,'','Mpesa','','2021-02-26 18:17:24','maureen friend','0','11','2021-02-26 18:17:24','','0','2800','1','retail',NULL,'2800','1','0','0','0','0','2800','0','printed','maureen friend ','','1','0','111614352616','Cleared','','','','','','','','',0.00,0.00),(3675,'','Invoice','','2021-03-01 10:32:40','David Midview','-300','11','2021-03-01 10:32:40','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','David Midview </BR>0711977497 ','','1','0','111614583913','No','','','','','','','','',0.00,0.00),(3676,'','Cash','','2021-03-01 10:53:32','Roul Centric','0','11','2021-03-01 10:36:53','1303','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Senic A10 </BR> 0715194832 ','','1','0','111614584059','Cleared','11','2021-03-01 10:53:32','','','','','','',0.00,0.00),(3677,'','Invoice','','2021-03-01 10:55:13','Simon Gathura','-300','11','2021-03-01 10:55:13','1304','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Simon Gathura </BR>0723088678 ','','1','0','111614585285','No','','','','','','','','',0.00,0.00),(3678,'','Cash','','2021-03-01 11:15:12','SERINE','0','11','2021-03-01 10:58:20','782','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111614585484','Cleared','11','2021-03-01 11:15:12','','','','','','',0.00,0.00),(3679,'','Invoice','','2021-03-01 11:28:37','Stephine Wanjiru','-600','11','2021-03-01 11:16:17','376','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','earnest purity wb9 </BR>0722842669 ','','1','0','111614586541','No','11','2021-03-01 11:28:37','','','','','','',0.00,0.00),(3680,'','Invoice','','2021-03-01 11:50:44','christine father oasis e16','-600','11','2021-03-01 11:48:57','692','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dainty a602 </BR>0722301082 ','','1','0','111614588462','No','11','2021-03-01 11:50:44','','','','','','',0.00,0.00),(3681,'','Invoice','','2021-03-01 12:46:01','daniel yeswa','-900','11','2021-03-01 12:40:22','928','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','Caroline </BR>0726384717 ','','1','0','111614591598','No','11','2021-03-01 12:46:01','','','','','','',0.00,0.00),(3682,'','Cash','','2021-03-01 12:49:05','Stellah Reality Plaza','0','11','2021-03-01 12:47:46','922','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Mazerus 4 ','','1','0','111614592049','Cleared','11','2021-03-01 12:49:05','','','','','','',0.00,0.00),(3683,'','Invoice','','2021-03-01 12:59:10','Antoney Kimani ','-600','11','2021-03-01 12:50:58','1308','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Anastancia Wangari </BR>0721296409 ','','1','0','111614592180','No','11','2021-03-01 12:59:10','','','','','','',0.00,0.00),(3684,'','Invoice','','2021-03-01 13:04:04','midview ad3','-300','11','2021-03-01 13:04:04','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111614593021','No','','','','','','','','',0.00,0.00),(3685,'','Cash','','2021-03-01 13:14:30','customer','0','11','2021-03-01 13:14:30','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','customer ','','1','0','111614593640','Cleared','','','','','','','','',0.00,0.00),(3686,'','Invoice','','2021-03-01 13:22:41','ridge centre','-150','11','2021-03-01 13:22:41','942','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','ridge centre </BR>0721580120 ','','1','0','111614593716','No','','','','','','','','',0.00,0.00),(3687,'','Invoice','','2021-03-01 13:25:56','adriana harvester c4','-600','11','2021-03-01 13:25:56','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111614594286','No','','','','','','','','',0.00,0.00),(3688,'','Invoice','','2021-03-01 13:29:25','samwel serene b12','-300','11','2021-03-01 13:29:25','821','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>0701875645 ','','1','0','111614594536','No','','','','','','','','',0.00,0.00),(3689,'','Invoice','','2021-03-01 13:31:46','naftali ngotho','-600','11','2021-03-01 13:31:46','1309','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','naftali ngotho </BR>0726347696 ','','1','0','111614594673','No','','','','','','','','',0.00,0.00),(3690,'','Invoice','','2021-03-01 13:33:17','shadrack munyalo','-300','11','2021-03-01 13:33:17','1010','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shadrack munyalo </BR>0720986348 ','','1','0','111614594775','No','','','','','','','','',0.00,0.00),(3691,'','Cash','','2021-03-01 13:35:00','isaac spearnet','0','11','2021-03-01 13:35:00','747','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','isaac spearnet </BR>0706352293 ','','1','0','111614594883','Cleared','','','','','','','','',0.00,0.00),(3692,'','Invoice','','2021-03-01 13:42:47','cid b14','-450','11','2021-03-01 13:42:47','1098','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','cid b14 </BR>0725474903 ','','1','0','111614595326','No','','','','','','','','',0.00,0.00),(3693,'','Invoice','','2021-03-01 13:44:37','cid c2','-300','11','2021-03-01 13:44:37','1143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid c2 </BR>0791779665 ','','1','0','111614595461','No','','','','','','','','',0.00,0.00),(3694,'','Cash','','2021-03-01 13:46:48','customer','0','11','2021-03-01 13:46:48','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111614595580','Cleared','','','','','','','','',0.00,0.00),(3695,'','Invoice','','2021-03-01 13:48:33','jenid a19','-1200','11','2021-03-01 13:48:33','634','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','jenid a19 </BR>0723702689 ','','1','0','111614595673','No','','','','','','','','',0.00,0.00),(3696,'','Cash','','2021-03-01 13:50:10','ridge centre','0','11','2021-03-01 13:50:10','1034','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge centre </BR>0720792546 ','','1','0','111614595794','Cleared','','','','','','','','',0.00,0.00),(3697,'','Invoice','','2021-03-01 13:52:01','Jayce','-450','11','2021-03-01 13:52:01','1310','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','Jayce </BR>0726046433 ','','1','0','111614595897','No','','','','','','','','',0.00,0.00),(3698,'','Invoice','','2021-03-01 13:59:16','nabil castle 35','-300','11','2021-03-01 13:59:16','743','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nabil castle 35 </BR>0778020001 ','','1','0','111614596304','No','','','','','','','','',0.00,0.00),(3699,'','Invoice','','2021-03-01 14:28:07','mufea c1','-300','11','2021-03-01 14:28:07','535','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea c1 </BR>0729914196 ','','1','0','111614598059','No','','','','','','','','',0.00,0.00),(3700,'','Invoice','','2021-03-01 14:29:43','midview ac3','-300','11','2021-03-01 14:29:43','1215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ac3 </BR>0725100408 ','','1','0','111614598166','No','','','','','','','','',0.00,0.00),(3701,'','Invoice','','2021-03-01 14:32:05','majgaonkar','-120','11','2021-03-01 14:32:05','1311','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','majgaonkar </BR>0700937031 ','','1','0','111614598286','No','','','','','','','','',0.00,0.00),(3702,'','Invoice','','2021-03-01 14:33:51','edenvill gilbert','-1200','11','2021-03-01 14:33:51','641','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','edenvill gilbert </BR>0722783808 ','','1','0','111614598406','No','','','','','','','','',0.00,0.00),(3703,'','Invoice','','2021-03-01 14:35:06','shiffira ','-300','11','2021-03-01 14:35:06','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shiffira </BR>0721826266 ','','1','0','111614598493','No','','','','','','','','',0.00,0.00),(3704,'','Invoice','','2021-03-01 14:38:01','pinewood 203','-600','11','2021-03-01 14:38:01','871','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','pinewood 203 </BR>0723553209 ','','1','0','111614598573','No','','','','','','','','',0.00,0.00),(3705,'','Invoice','','2021-03-01 14:40:10','kamunge 23','-600','11','2021-03-01 14:40:10','1115','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kamunge 23 </BR>0721261984 ','','1','0','111614598785','No','','','','','','','','',0.00,0.00),(3706,'','Invoice','','2021-03-01 14:41:38','rosewood court b6','-300','11','2021-03-01 14:41:38','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111614598877','No','','','','','','','','',0.00,0.00),(3707,'','Invoice','','2021-03-01 14:44:03','TSAVO B107','-150','11','2021-03-01 14:44:03','1270','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B107 </BR>0715995046 ','','1','0','111614599025','No','','','','','','','','',0.00,0.00),(3708,'','Invoice','','2021-03-01 14:45:26','TSAVO B512','-150','11','2021-03-01 14:45:26','921','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B512 </BR>0757484530 ','','1','0','111614599112','No','','','','','','','','',0.00,0.00),(3709,'','Invoice','','2021-03-01 14:47:37','daisy','-350','11','2021-03-01 14:47:37','1312','0','350','1','retail',NULL,'350','1','0','0','350','0','0','0','printed','daisy </BR>0710711614 ','','1','0','111614599205','No','','','','','','','','',0.00,0.00),(3710,'','Invoice','','2021-03-01 14:50:04','nzinza b32','-300','11','2021-03-01 14:50:04','1313','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza b32 </BR>0718340865 ','','1','0','111614599384','No','','','','','','','','',0.00,0.00),(3711,'','Invoice','','2021-03-01 15:03:15','cynthia jenid b10','-300','11','2021-03-01 14:53:21','1314','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Njoki </BR>011001670 ','','1','0','111614599509','No','11','2021-03-01 15:03:15','','','','','','',0.00,0.00),(3712,'','Invoice','','2021-03-01 15:05:09','agnes flamat c4','-600','11','2021-03-01 15:05:09','507','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','agnes flamat c4 </BR>0725890244 ','','1','0','111614600280','No','','','','','','','','',0.00,0.00),(3713,'','Invoice','','2021-03-01 15:07:28','josephine pinewood 602','-300','11','2021-03-01 15:07:28','681','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111614600394','No','','','','','','','','',0.00,0.00),(3714,'','Invoice','','2021-03-01 15:09:36','josephine pinewood 602','-150','11','2021-03-01 15:09:36','681','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','josephine pinewood 602 </BR>0723552562 ','','1','0','111614600561','No','','','','','','','','',0.00,0.00),(3715,'','Cash','','2021-03-01 15:11:17','customer','0','11','2021-03-01 15:11:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111614600655','Cleared','','','','','','','','',0.00,0.00),(3716,'','Invoice','','2021-03-01 15:13:20','alfred mufea a8','-900','11','2021-03-01 15:13:20','886','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','alfred mufea a8 </BR>0721319549 ','','1','0','111614600732','No','','','','','','','','',0.00,0.00),(3717,'','Invoice','','2021-03-01 15:16:31','anthony mufea 37','-300','11','2021-03-01 15:16:31','1315','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','anthony mufea 37 </BR>0782701801 ','','1','0','111614600969','No','','','','','','','','',0.00,0.00),(3718,'','Invoice','','2021-03-01 15:18:27','faith mufea 6b','-600','11','2021-03-01 15:18:27','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea 6b </BR>0720353773 ','','1','0','111614601067','No','','','','','','','','',0.00,0.00),(3719,'','Cash','','2021-03-01 15:20:11','muthaiga arcade','0','11','2021-03-01 15:20:11','980','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','muthaiga arcade </BR>0713407654 ','','1','0','111614601176','Cleared','','','','','','','','',0.00,0.00),(3720,'','Invoice','','2021-03-01 15:30:04','cynthia jenid b10','-600','11','2021-03-01 15:30:04','930','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','cynthia jenid b10 </BR>0722862405 ','','1','0','111614601658','No','','','','','','','','',0.00,0.00),(3721,'','Invoice','','2021-03-01 15:31:56','schekem a13','-150','11','2021-03-01 15:31:56','882','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','schekem a13 </BR>0702407863 ','','1','0','111614601898','No','','','','','','','','',0.00,0.00),(3722,'','Invoice','','2021-03-01 15:33:15','david nzinza c59','-300','11','2021-03-01 15:33:15','508','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david nzinza c59 </BR>0713190005 ','','1','0','111614601981','No','','','','','','','','',0.00,0.00),(3723,'','Invoice','','2021-03-01 17:35:47','STEPHEN TSAVO C320','-300','11','2021-03-01 17:35:47','1316','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','STEPHEN TSAVO C320 </BR>07226640890 ','','1','0','111614609326','No','','','','','','','','',0.00,0.00),(3724,'','Invoice','','2021-03-01 17:37:46','mufea c320','-300','11','2021-03-01 17:37:46','832','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea c320 </BR>0725943428 ','','1','0','111614609437','No','','','','','','','','',0.00,0.00),(3725,'','Invoice','','2021-03-01 17:40:47','maria schekem a18','-300','11','2021-03-01 17:40:47','1198','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maria schekem a18 </BR>0707591575 ','','1','0','111614609617','No','','','','','','','','',0.00,0.00),(3726,'','Invoice','','2021-03-01 17:42:59','nancy philly homes','-600','11','2021-03-01 17:42:59','1262','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','nancy philly homes </BR>0714196690 ','','1','0','111614609749','No','','','','','','','','',0.00,0.00),(3727,'','Invoice','','2021-03-01 17:44:40','GACICIO 2 A3','-900','11','2021-03-01 17:44:40','842','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','GACICIO 2 A3 </BR>0707678778 ','','1','0','111614609855','No','','','','','','','','',0.00,0.00),(3728,'','Invoice','','2021-03-01 17:46:03','caroline serine d8','-300','11','2021-03-01 17:46:03','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111614609948','No','','','','','','','','',0.00,0.00),(3729,'','Invoice','','2021-03-01 18:09:57','almond','-600','11','2021-03-01 18:09:57','919','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','almond </BR>0713433102 ','','1','0','111614611370','No','','','','','','','','',0.00,0.00),(3730,'','Invoice','','2021-03-01 18:20:54','ARNOID OPPOSITE MAZERAS','-300','11','2021-03-01 18:20:54','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ARNOID OPPOSITE MAZERAS </BR>0722867971 ','','1','0','111614612034','No','','','','','','','','',0.00,0.00),(3731,'','Invoice','','2021-03-01 18:39:16','kellen mufea a4','-300','11','2021-03-01 18:39:16','1211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kellen mufea a4 </BR>0707011382 ','','1','0','111614613140','No','','','','','','','','',0.00,0.00),(3732,'','Cash','','2021-03-01 21:08:58','Esther','0','11','2021-03-01 21:04:17','900','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','SPEARNET B5 ','','1','0','111614621838','Cleared','11','2021-03-01 21:08:58','','','','','','',0.00,0.00),(3733,'','Invoice','','2021-03-01 21:11:35','Ron','-300','11','2021-03-01 21:10:02','1318','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Harry Mburu </BR>0728243877 ','','1','0','111614622178','No','11','2021-03-01 21:11:35','','','','','','',0.00,0.00),(3734,'','Invoice','','2021-03-01 21:12:48','Opposite Mazerus','-600','11','2021-03-01 21:12:48','1012','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Opposite Mazerus </BR>0721303020 ','','1','0','111614622350','No','','','','','','','','',0.00,0.00),(3735,'','Invoice','','2021-03-02 09:11:43','kenneth kihara','-300','11','2021-03-02 09:11:43','788','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kihara </BR>0720317628 ','','1','0','111614665436','No','','','','','','','','',0.00,0.00),(3736,'','Cash','','2021-03-02 09:24:48','customer','0','11','2021-03-02 09:24:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111614666264','Cleared','','','','','','','','',0.00,0.00),(3737,'','Invoice','','2021-03-02 09:26:45','david midview [guard]','-300','11','2021-03-02 09:26:45','958','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','david midview [guard] </BR>0711977497 ','','1','0','111614666384','No','','','','','','','','',0.00,0.00),(3738,'','Invoice','','2021-03-02 15:37:55','Schekem A22','-300','11','2021-03-02 15:37:55','1319','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Schekem A22 </BR>0715169616 ','','1','0','111614688654','No','','','','','','','','',0.00,0.00),(3739,'','Invoice','','2021-03-02 15:39:59','PETRA 7','-600','11','2021-03-02 15:39:59','857','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','PETRA 7 </BR>0722409807 ','','1','0','111614688765','No','','','','','','','','',0.00,0.00),(3740,'','Invoice','','2021-03-02 15:42:14','PETER MUFEA 66','-600','11','2021-03-02 15:42:14','156','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','PETER MUFEA 66 </BR>0714814639 ','','1','0','111614688864','No','','','','','','','','',0.00,0.00),(3741,'','Invoice','','2021-03-02 15:45:09','SARAH TSAVO A412','-300','11','2021-03-02 15:45:09','1146','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SARAH TSAVO A412 </BR>0724867436 ','','1','0','111614689091','No','','','','','','','','',0.00,0.00),(3742,'','Invoice','','2021-03-02 15:47:39','AMOS LIALO','-250','11','2021-03-02 15:47:39','1320','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','AMOS LIALO </BR>0745156690 ','','1','0','111614689239','No','','','','','','','','',0.00,0.00),(3743,'','Cash','','2021-03-02 16:02:03','','0','11','2021-03-02 16:02:03','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','0','111614689329','Cleared','','','','','','','','',0.00,0.00),(3744,'','Invoice','','2021-03-02 16:03:36','mufea 3g','-600','11','2021-03-02 16:03:36','1271','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','mufea 3g </BR>0721489801 ','','1','0','111614690176','No','','','','','','','','',0.00,0.00),(3745,'','Invoice','','2021-03-02 16:09:20','nick serene','-80','11','2021-03-02 16:05:38','699','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','glassmart </BR>0722675657 ','','1','0','111614690302','No','11','2021-03-02 16:09:20','','','','','','',0.00,0.00),(3746,'','Invoice','','2021-03-02 16:13:31','lucy muthoni','-80','11','2021-03-02 16:13:31','816','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','lucy muthoni </BR>0721671052 ','','1','0','111614690783','No','','','','','','','','',0.00,0.00),(3747,'','Invoice','','2021-03-02 16:15:03','petra martin 4','-1500','11','2021-03-02 16:15:03','50','0','1500','1','retail',NULL,'1500','1','0','0','1500','0','0','0','printed','petra martin 4 </BR>0722492403 ','','1','0','111614690880','No','','','','','','','','',0.00,0.00),(3748,'','Invoice','','2021-03-02 17:15:29','mufea d3','-300','11','2021-03-02 17:15:29','1322','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea d3 </BR>0729934209 ','','1','0','111614694504','No','','','','','','','','',0.00,0.00),(3749,'','Invoice','','2021-03-02 17:46:52','kamunge 17','-300','11','2021-03-02 17:46:52','954','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 17 </BR>0722322846 ','','1','0','111614696390','No','','','','','','','','',0.00,0.00),(3750,'','Invoice','','2021-03-02 17:50:17','charles','-600','11','2021-03-02 17:50:17','597','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','charles </BR>0726413440 ','','1','0','111614696595','No','','','','','','','','',0.00,0.00),(3751,'','Invoice','','2021-03-02 18:12:50','moca','-600','11','2021-03-02 18:12:50','898','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','moca </BR>0721248500 ','','1','0','111614697949','No','','','','','','','','',0.00,0.00),(3752,'','Cash','','2021-03-02 18:15:35','customer','0','11','2021-03-02 18:15:35','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed','customer ','','1','0','111614698119','Cleared','','','','','','','','',0.00,0.00),(3753,'','Invoice','','2021-03-02 18:16:50','william thanji','-300','11','2021-03-02 18:16:50','533','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','william thanji </BR>0722804838 ','','1','0','111614698155','No','','','','','','','','',0.00,0.00),(3754,'','Invoice','','2021-03-02 18:46:53','vivian greenview','-600','11','2021-03-02 18:46:53','737','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','vivian greenview </BR>0721705417 ','','1','0','111614699983','No','','','','','','','','',0.00,0.00),(3755,'','Invoice','','2021-03-02 18:50:22','SERA TSAVO','-150','11','2021-03-02 18:50:22','1260','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','SERA TSAVO </BR>0771102355 ','','1','0','111614700204','No','','','','','','','','',0.00,0.00),(3756,'','Invoice','','2021-03-02 18:59:45','ruth mufea','-600','11','2021-03-02 18:59:45','916','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','ruth mufea </BR>0720048959 ','','1','0','111614700738','No','','','','','','','','',0.00,0.00),(3757,'','Invoice','','2021-03-02 19:01:04','kinyajui','-150','11','2021-03-02 19:01:04','699','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','kinyajui </BR>0722675657 ','','1','0','111614700846','No','','','','','','','','',0.00,0.00),(3758,'','Invoice','','2021-03-02 20:22:17','centric court b10','-300','11','2021-03-02 20:22:17','1323','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b10 </BR>07y97148871 ','','1','0','111614705724','No','','','','','','','','',0.00,0.00),(3759,'','Invoice','','2021-03-02 20:25:22','Willson Philly Homes','-900','11','2021-03-02 20:25:22','75','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','Willson Philly Homes </BR>0721991098 ','','1','0','111614705841','No','','','','','','','','',0.00,0.00),(3760,'','Cash','','2021-03-02 20:26:50','customer','0','11','2021-03-02 20:26:50','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111614705974','Cleared','','','','','','','','',0.00,0.00),(3761,'','Cash','','2021-03-02 20:27:45','customer','0','11','2021-03-02 20:27:45','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','customer ','','1','0','111614706030','Cleared','','','','','','','','',0.00,0.00),(3762,'','Invoice','','2021-03-02 20:30:52','Geofrey ','-300','11','2021-03-02 20:28:54','1153','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Tsavo C507 </BR>0729447718 ','','1','0','111614706088','No','11','2021-03-02 20:30:52','','','','','','',0.00,0.00),(3763,'','Invoice','','2021-03-02 20:34:06','GREGORY FATHER OASIS A11','-300','11','2021-03-02 20:34:06','894','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','GREGORY FATHER OASIS A11 </BR>0720073533 ','','1','0','111614706420','No','','','','','','','','',0.00,0.00),(3764,'','Invoice','','2021-03-03 10:24:22','dorries jepkorir','-300','11','2021-03-03 10:24:22','1237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dorries jepkorir </BR>0720596345 ','','1','0','111614756238','No','','','','','','','','',0.00,0.00),(3765,'','Invoice','','2021-03-03 10:30:29','raya tsavo b513','-150','11','2021-03-03 10:30:29','1325','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','raya tsavo b513 </BR>0722124415 ','','1','0','111614756600','No','','','','','','','','',0.00,0.00),(3766,'','Invoice','','2021-03-03 10:32:02','EBENEZER B46','-300','11','2021-03-03 10:32:02','643','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','EBENEZER B46 </BR>0728628709 ','','1','0','111614756703','No','','','','','','','','',0.00,0.00),(3767,'','Invoice','','2021-03-03 10:33:33','kamunge 18','-300','11','2021-03-03 10:33:33','722','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kamunge 18 </BR>0722563088 ','','1','0','111614756797','No','','','','','','','','',0.00,0.00),(3768,'','Invoice','','2021-03-03 10:36:30','mufea 6g','-900','11','2021-03-03 10:36:30','846','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea 6g </BR>0703218666 ','','1','0','111614756964','No','','','','','','','','',0.00,0.00),(3769,'','Invoice','','2021-03-03 10:55:38','petra 15','-300','11','2021-03-03 10:55:38','1158','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','petra 15 </BR>0720402253 ','','1','0','111614757804','No','','','','','','','','',0.00,0.00),(3770,'','Invoice','','2021-03-03 10:57:11','jayce ba6','-300','11','2021-03-03 10:57:11','709','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jayce ba6 </BR>0722121727 ','','1','0','111614758205','No','','','','','','','','',0.00,0.00),(3771,'','Invoice','','2021-03-03 11:06:25','jayce ba6','-150','11','2021-03-03 11:06:25','709','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','jayce ba6 </BR>0722121727 ','','1','0','111614758761','No','','','','','','','','',0.00,0.00),(3772,'','Invoice','','2021-03-03 11:09:17','dories harvester b8','-300','11','2021-03-03 11:09:17','713','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','dories harvester b8 </BR>0746646466 ','','1','0','111614758932','No','','','','','','','','',0.00,0.00),(3773,'','Invoice','','2021-03-03 11:11:44','tsavo c004','-300','11','2021-03-03 11:11:44','1266','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo c004 </BR>0715362716 ','','1','0','111614759088','No','','','','','','','','',0.00,0.00),(3774,'','Invoice','','2021-03-03 11:13:41','magrate','-300','11','2021-03-03 11:13:41','1326','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','magrate </BR>0723106959 ','','1','0','111614759189','No','','','','','','','','',0.00,0.00),(3775,'','Invoice','','2021-03-03 11:15:13','magrate','-150','11','2021-03-03 11:15:13','1326','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','magrate </BR>0723106959 ','','1','0','111614759298','No','','','','','','','','',0.00,0.00),(3776,'','Invoice','','2021-03-03 11:18:18','mufea 6g','-900','11','2021-03-03 11:18:18','846','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mufea 6g </BR>0703218666 ','','1','0','111614759472','No','','','','','','','','',0.00,0.00),(3777,'','Cash','','2021-03-03 11:21:47','edmac b04','0','11','2021-03-03 11:19:54','1327','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111614759577','Cleared','11','2021-03-03 11:21:47','','','','','','',0.00,0.00),(3778,'','Cash','','2021-03-03 11:30:05','customer','0','11','2021-03-03 11:30:05','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111614760136','Cleared','','','','','','','','',0.00,0.00),(3779,'','Invoice','','2021-03-03 11:32:49','zena salim','-450','11','2021-03-03 11:32:49','653','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','zena salim </BR>0720808730 ','','1','0','111614760322','No','','','','','','','','',0.00,0.00),(3780,'','Invoice','','2021-03-03 11:34:10','zena salim','-300','11','2021-03-03 11:34:10','653','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','zena salim </BR>0720808730 ','','1','0','111614760434','No','','','','','','','','',0.00,0.00),(3781,'','Invoice','','2021-03-03 12:28:04','kimani court d8','-300','11','2021-03-03 12:28:04','1036','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court d8 </BR>0702284443 ','','1','0','111614763671','No','','','','','','','','',0.00,0.00),(3782,'','Invoice','','2021-03-03 12:29:59','MIDVIEW AA6','-300','11','2021-03-03 12:29:59','840','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW AA6 </BR>0714719290 ','','1','0','111614763779','No','','','','','','','','',0.00,0.00),(3783,'','Invoice','','2021-03-03 14:01:05','nyawira 26','-300','11','2021-03-03 14:01:05','1328','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 26 </BR>0702755257 ','','1','0','111614769247','No','','','','','','','','',0.00,0.00),(3784,'','Invoice','','2021-03-03 14:50:56','kimani court b1','-600','11','2021-03-03 14:50:56','968','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kimani court b1 </BR>0721431700 ','','1','0','111614772231','No','','','','','','','','',0.00,0.00),(3785,'','Invoice','','2021-03-03 15:12:14','blessed garden a6','-300','11','2021-03-03 15:12:14','1329','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','blessed garden a6 </BR>0717297308 ','','1','0','111614773518','No','','','','','','','','',0.00,0.00),(3786,'','Invoice','','2021-03-03 17:08:09','spearnet cm3','-300','11','2021-03-03 17:08:09','828','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111614780451','No','','','','','','','','',0.00,0.00),(3787,'','Invoice','','2021-03-03 17:09:56','spearnet cm3','-150','11','2021-03-03 17:09:56','828','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spearnet cm3 </BR>0716867852 ','','1','0','111614780579','No','','','','','','','','',0.00,0.00),(3788,'','Invoice','','2021-03-03 17:11:24','midview mb6 flozzy','-600','11','2021-03-03 17:11:24','549','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','midview mb6 flozzy </BR>0723874808 ','','1','0','111614780652','No','','','','','','','','',0.00,0.00),(3789,'','Invoice','','2021-03-03 17:44:34','jessica nyambura','-600','11','2021-03-03 17:44:34','1008','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jessica nyambura </BR>0723835847 ','','1','0','111614782653','No','','','','','','','','',0.00,0.00),(3790,'','Invoice','','2021-03-03 17:45:48','asumpta kamunge 24','-600','11','2021-03-03 17:45:48','555','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','asumpta kamunge 24 </BR>0703223719 ','','1','0','111614782731','No','','','','','','','','',0.00,0.00),(3791,'','Invoice','','2021-03-03 18:35:00','nzinza c60','-300','11','2021-03-03 18:35:00','1330','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nzinza c60 </BR>0723149157 ','','1','0','111614785654','No','','','','','','','','',0.00,0.00),(3792,'','Invoice','','2021-03-03 18:36:58','Philly Homes A2','-300','11','2021-03-03 18:36:58','1092','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Philly Homes A2 </BR>0723808055 ','','1','0','111614785771','No','','','','','','','','',0.00,0.00),(3793,'','Invoice','','2021-03-03 20:38:37','mary jayce bc11','-300','11','2021-03-03 20:36:43','1080','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Isaack </BR>0715264018 ','','1','0','111614792981','No','11','2021-03-03 20:38:37','','','','','','',0.00,0.00),(3794,'','Invoice','','2021-03-03 20:40:13','Dories','-300','11','2021-03-03 20:40:13','1237','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Dories </BR>0720596345 ','','1','0','111614793172','No','','','','','','','','',0.00,0.00),(3795,'','Cash','','2021-03-03 20:41:21','CUSTOMER','0','11','2021-03-03 20:41:21','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111614793256','Cleared','','','','','','','','',0.00,0.00),(3796,'','Invoice','','2021-03-03 20:47:13','julex 9','-120','11','2021-03-03 20:43:13','1332','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','Enock Muchui Kina </BR>0113688224 ','','1','0','111614793324','No','11','2021-03-03 20:47:13','','','','','','',0.00,0.00),(3797,'','Cash','','2021-03-03 20:48:10','alvin tsavo a318','0','11','2021-03-03 20:48:10','608','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','alvin tsavo a318 </BR>0722874967 ','','1','0','111614793677','Cleared','','','','','','','','',0.00,0.00),(3798,'','Invoice','','2021-03-04 10:34:18','patricia mufea 1b','-600','11','2021-03-04 10:34:18','147','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','patricia mufea 1b </BR>0725551167 ','','1','0','111614843235','No','','','','','','','','',0.00,0.00),(3799,'','Invoice','','2021-03-04 10:35:59','brian jenid a6','-600','11','2021-03-04 10:35:59','605','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','brian jenid a6 </BR>0793267417 ','','1','0','111614843335','No','','','','','','','','',0.00,0.00),(3800,'','Invoice','','2021-03-04 10:37:23','brian jenid a6','-450','11','2021-03-04 10:37:23','605','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','brian jenid a6 </BR>0793267417 ','','1','0','111614843432','No','','','','','','','','',0.00,0.00),(3801,'','Cash','','2021-03-04 10:38:55','customer','0','11','2021-03-04 10:38:55','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111614843508','Cleared','','','','','','','','',0.00,0.00),(3802,'','Cash','','2021-03-04 10:40:00','customer','0','11','2021-03-04 10:40:00','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111614843583','Cleared','','','','','','','','',0.00,0.00),(3803,'','Invoice','','2021-03-04 10:41:41','932 Apartments','-900','11','2021-03-04 10:41:41','1333','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','932 Apartments </BR>0723743350 ','','1','0','111614843680','No','','','','','','','','',0.00,0.00),(3804,'','Invoice','','2021-03-04 10:45:13','olive apartment b2','-300','11','2021-03-04 10:45:13','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111614843838','No','','','','','','','','',0.00,0.00),(3805,'','Cash','','2021-03-04 10:47:46','spring garden','0','11','2021-03-04 10:47:46','823','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','spring garden </BR>0796685565 ','','1','0','111614844044','Cleared','','','','','','','','',0.00,0.00),(3806,'','Invoice','','2021-03-04 10:54:32','mufea 2d','-300','11','2021-03-04 10:54:32','890','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 2d </BR>0724315381 ','','1','0','111614844233','No','','','','','','','','',0.00,0.00),(3807,'','Invoice','','2021-03-04 10:58:17','havenest palour','-300','11','2021-03-04 10:58:17','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','havenest palour </BR>0768252575 ','','1','0','111614844680','No','','','','','','','','',0.00,0.00),(3808,'','Cash','','2021-03-04 10:59:38','mazeras 10','0','11','2021-03-04 10:59:38','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','mazeras 10 ','','1','0','111614844759','Cleared','','','','','','','','',0.00,0.00),(3809,'','Invoice','','2021-03-04 11:21:33','freetap e1','-300','11','2021-03-04 11:21:33','745','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','freetap e1 </BR>0706408436 ','','1','0','111614846076','No','','','','','','','','',0.00,0.00),(3810,'','Invoice','','2021-03-04 11:35:19','abigael garage','-300','11','2021-03-04 11:35:19','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','abigael garage </BR>0742207876 ','','1','0','111614846902','No','','','','','','','','',0.00,0.00),(3811,'','Cash','','2021-03-04 12:16:07','mekita plaza d6','0','11','2021-03-04 12:16:07','525','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mekita plaza d6 </BR>0728750234 ','','1','0','111614849344','Cleared','','','','','','','','',0.00,0.00),(3812,'','Invoice','','2021-03-04 12:19:14','BONFACE','-80','11','2021-03-04 12:19:14','1334','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','BONFACE </BR>0721469872 ','','1','0','111614849499','No','11','2021-03-04 12:19:14','','','','','','',0.00,0.00),(3813,'','Invoice','','2021-03-04 12:21:45','bonface','-120','11','2021-03-04 12:21:45','1334','0','120','1','retail',NULL,'120','1','0','0','120','0','0','0','printed','bonface </BR>0721469872 ','','1','0','111614849666','No','','','','','','','','',0.00,0.00),(3814,'','Cash','','2021-03-04 13:46:04','FOURWAYS','0','11','2021-03-04 13:46:04','1335','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed','FOURWAYS </BR>0793484357 ','','1','0','111614854743','Cleared','','','','','','','','',0.00,0.00),(3815,'','Cash','','2021-03-04 13:49:17','Sujnam Hights','0','11','2021-03-04 13:49:17','1292','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Sujnam Hights </BR>0718766953 ','','1','0','111614854888','Cleared','','','','','','','','',0.00,0.00),(3816,'','Invoice','','2021-03-04 14:35:46','mufea 41','-300','11','2021-03-04 14:35:46','853','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 41 </BR>0729501330 ','','1','0','111614857729','No','','','','','','','','',0.00,0.00),(3817,'','Invoice','','2021-03-04 14:49:29','elewa ulevi','-300','11','2021-03-04 14:49:29','1164','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','elewa ulevi </BR>0722386414 ','','1','0','111614858557','No','','','','','','','','',0.00,0.00),(3818,'','Invoice','','2021-03-04 15:03:10','nyawira 31','-300','11','2021-03-04 15:03:10','572','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 31 </BR>0740135808 ','','1','0','111614859360','No','','','','','','','','',0.00,0.00),(3819,'','Invoice','','2021-03-04 15:31:24','florence reality plaza b21','-150','11','2021-03-04 15:31:24','948','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','florence reality plaza b21 </BR>0794241031 ','','1','0','111614861045','No','','','','','','','','',0.00,0.00),(3820,'','Invoice','','2021-03-04 15:57:12','victoria harvester','-300','11','2021-03-04 15:57:12','637','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','victoria harvester </BR>0710146946 ','','1','0','111614862617','No','','','','','','','','',0.00,0.00),(3821,'','Invoice','','2021-03-04 16:33:44','spearnet dm3','-300','11','2021-03-04 16:33:44','814','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet dm3 </BR>0728160985 ','','1','0','111614864804','No','','','','','','','','',0.00,0.00),(3822,'','Invoice','','2021-03-04 16:49:42','royal palm','-300','11','2021-03-04 16:49:42','1336','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','royal palm </BR>0722648023 ','','1','0','111614865765','No','','','','','','','','',0.00,0.00),(3823,'','Invoice','','2021-03-04 17:54:01','Ankie','-150','11','2021-03-04 17:50:22','775','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','patricia </BR>0706114131 ','','1','0','111614869369','No','11','2021-03-04 17:54:01','','','','','','',0.00,0.00),(3824,'','Invoice','','2021-03-04 18:18:07','sujnam 4a','-900','11','2021-03-04 18:18:07','802','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','sujnam 4a </BR>0725823285 ','','1','0','111614871066','No','','','','','','','','',0.00,0.00),(3825,'','Invoice','','2021-03-04 18:24:27','tsavo c402','-150','11','2021-03-04 18:24:27','971','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c402 </BR>0705667396 ','','1','0','111614871443','No','','','','','','','','',0.00,0.00),(3826,'','Invoice','','2021-03-05 11:52:32','daity b406','-450','11','2021-03-05 11:52:32','1337','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','daity b406 </BR>074508653 ','','1','0','111614934332','No','','','','','','','','',0.00,0.00),(3827,'','Invoice','','2021-03-05 11:57:36','annirene mazeras 2','-300','11','2021-03-05 11:57:36','554','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111614934593','No','','','','','','','','',0.00,0.00),(3828,'','Invoice','','2021-03-05 12:00:05','kencom sacco 69','-600','11','2021-03-05 12:00:05','1338','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','kencom sacco 69 </BR>01126599913 ','','1','0','111614934780','No','','','','','','','','',0.00,0.00),(3829,'','Cash','','2021-03-05 12:01:23','primerose','0','11','2021-03-05 12:01:23','1132','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed','primerose </BR>0710942621 ','','1','0','111614934863','Cleared','','','','','','','','',0.00,0.00),(3830,'','Invoice','','2021-03-05 12:02:48','kenneth kamunge 15','-300','11','2021-03-05 12:02:48','769','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kamunge 15 </BR>0723443480 ','','1','0','111614934951','No','','','','','','','','',0.00,0.00),(3831,'','Mpesa','','2021-03-05 12:04:05','midview md2','0','11','2021-03-05 12:04:05','1339','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','midview md2 </BR>07244394436 ','','1','0','111614935022','Cleared','','','','','','','','',0.00,0.00),(3832,'','Cash','','2021-03-05 12:07:08','customer','0','11','2021-03-05 12:07:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111614935202','Cleared','','','','','','','','',0.00,0.00),(3833,'','Invoice','','2021-03-05 12:11:02','jenid c6','-600','11','2021-03-05 12:11:02','515','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c6 </BR>0724373678 ','','1','0','111614935334','No','','','','','','','','',0.00,0.00),(3834,'','Invoice','','2021-03-05 12:13:14','HELEN LARI GERDEN a1','-600','11','2021-03-05 12:13:14','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','HELEN LARI GERDEN a1 </BR>0724709015 ','','1','0','111614935547','No','','','','','','','','',0.00,0.00),(3835,'','Invoice','','2021-03-05 12:14:56','judith','-600','11','2021-03-05 12:14:56','1340','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','judith </BR>0720415115 ','','1','0','111614935677','No','','','','','','','','',0.00,0.00),(3836,'','Invoice','','2021-03-05 18:30:04','ANNE KIMANI COURT','-300','11','2021-03-05 18:30:04','584','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ANNE KIMANI COURT </BR>0727240681 ','','1','0','111614958190','No','','','','','','','','',0.00,0.00),(3837,'','Invoice','','2021-03-05 18:31:32','midview mc5','-300','11','2021-03-05 18:31:32','990','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview mc5 </BR>0718135446 ','','1','0','111614958273','No','','','','','','','','',0.00,0.00),(3838,'','Invoice','','2021-03-05 18:34:32','customer','-300','11','2021-03-05 18:34:32','1169','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','customer </BR>0722176658 ','','1','0','111614958382','No','','','','','','','','',0.00,0.00),(3839,'','Invoice','','2021-03-05 18:35:45','foresight','-900','11','2021-03-05 18:35:45','1250','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','foresight </BR>0724910338 ','','1','0','111614958525','No','','','','','','','','',0.00,0.00),(3840,'','Invoice','','2021-03-05 18:38:16','dainty a104','-150','11','2021-03-05 18:37:00','1305','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO B103 </BR>0742945685 ','','1','0','111614958591','No','11','2021-03-05 18:38:16','','','','','','',0.00,0.00),(3841,'','Invoice','','2021-03-05 18:39:37','sydney tsavo c519','-150','11','2021-03-05 18:39:37','1342','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','sydney tsavo c519 </BR>076228278 ','','1','0','111614958764','No','','','','','','','','',0.00,0.00),(3842,'','Cash','','2021-03-05 18:40:48','customer','0','11','2021-03-05 18:40:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111614958827','Cleared','','','','','','','','',0.00,0.00),(3843,'','Cash','','2021-03-05 19:08:02','dainty b503','0','11','2021-03-05 19:06:23','1343','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','Spearnet B2 </BR>0710957988 ','','1','0','111614960359','Cleared','11','2021-03-05 19:08:02','','','','','','',0.00,0.00),(3844,'','Invoice','','2021-03-05 19:12:09','Sara Njeri','-150','11','2021-03-05 19:11:00','1344','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','Sara Njeri </BR>0743328384 ','','1','0','111614960534','No','11','2021-03-05 19:12:09','','','','','','',0.00,0.00),(3845,'','Cash','','2021-03-05 19:29:27','Dainty 304A','0','11','2021-03-05 19:29:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','Dainty 304A ','','1','0','111614961750','Cleared','','','','','','','','',0.00,0.00),(3846,'','Cash','','2021-03-05 19:31:08','CUSTOMER','0','11','2021-03-05 19:31:08','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111614961811','Cleared','','','','','','','','',0.00,0.00),(3847,'','Invoice','','2021-03-05 19:32:05','Monicah Njenga','-80','11','2021-03-05 19:32:05','1031','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','Monicah Njenga </BR>0722484141 ','','1','0','111614961899','No','','','','','','','','',0.00,0.00),(3848,'','Invoice','','2021-03-06 09:01:40','MIDVIEW MB5','-300','11','2021-03-06 09:01:40','599','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','MIDVIEW MB5 </BR>0722344543 ','','1','0','111615010484','No','','','','','','','','',0.00,0.00),(3849,'','Invoice','','2021-03-06 09:03:05','adriana harvester c4','-600','11','2021-03-06 09:03:05','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111615010558','No','','','','','','','','',0.00,0.00),(3850,'','Invoice','','2021-03-06 09:20:33','BONFACE','-300','11','2021-03-06 09:20:33','1334','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','BONFACE </BR>0721469872 ','','1','0','111615011612','No','','','','','','','','',0.00,0.00),(3851,'','Cash','','2021-03-06 09:33:34','pinewood 703','0','11','2021-03-06 09:33:34','1345','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed','pinewood 703 </BR>0721556952 ','','1','0','111615012391','Cleared','','','','','','','','',0.00,0.00),(3852,'','Invoice','','2021-03-06 10:16:26','susan thindegua gardens 6h','-160','11','2021-03-06 10:16:26','768','0','160','1','retail',NULL,'160','1','0','0','160','0','0','0','printed','susan thindegua gardens 6h </BR>0708727618 ','','1','0','111615014959','No','','','','','','','','',0.00,0.00),(3853,'','Invoice','','2021-03-06 10:18:16','james primerose b2','-600','11','2021-03-06 10:18:16','685','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','james primerose b2 </BR>0712604704 ','','1','0','111615015073','No','','','','','','','','',0.00,0.00),(3854,'','Invoice','','2021-03-06 10:41:32','hopetrust 1 a4','-600','11','2021-03-06 10:41:32','735','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','hopetrust 1 a4 </BR>0720869132 ','','1','0','111615016462','No','11','2021-03-06 10:41:32','','','','','','',0.00,0.00),(3855,'','Cash','','2021-03-06 10:53:31','customer','0','11','2021-03-06 10:53:31','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed','customer ','','1','0','111615017189','Cleared','','','','','','','','',0.00,0.00),(3856,'','Invoice','','2021-03-06 11:27:03','ARNOID OPPOSITE MAZERAS','-300','11','2021-03-06 11:27:03','119','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ARNOID OPPOSITE MAZERAS </BR>0722867971 ','','1','0','111615019202','No','','','','','','','','',0.00,0.00),(3857,'','Mpesa','','2021-03-06 11:38:02','samwel serene b12','0','11','2021-03-06 11:38:02','672','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','samwel serene b12 </BR>0723608982 ','','1','0','111615019865','Cleared','','','','','','','','',0.00,0.00),(3858,'','Invoice','','2021-03-06 13:04:57','havenest palour','-300','11','2021-03-06 13:04:57','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','havenest palour </BR>0768252575 ','','1','0','111615025078','No','','','','','','','','',0.00,0.00),(3859,'','Cash','','2021-03-06 13:09:23','customer','0','11','2021-03-06 13:08:25','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','Maasai ','','1','0','111615025184','Cleared','11','2021-03-06 13:09:23','','','','','','',0.00,0.00),(3860,'','Cash','','2021-03-06 13:13:20','customer','0','11','2021-03-06 13:13:20','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111615025575','Cleared','','','','','','','','',0.00,0.00),(3861,'','Invoice','','2021-03-06 13:14:20','ridgecentre','-300','11','2021-03-06 13:14:20','1075','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ridgecentre </BR>0712675405 ','','1','0','111615025628','No','','','','','','','','',0.00,0.00),(3862,'','Invoice','','2021-03-06 13:17:42','customer','-300','11','2021-03-06 13:16:07','1346','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','georgina crossover 6 </BR>0725335144 ','','1','0','111615025744','No','11','2021-03-06 13:17:42','','','','','','',0.00,0.00),(3863,'','Invoice','','2021-03-06 14:20:11','cid d12','-300','11','2021-03-06 14:20:11','553','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid d12 </BR>0703235252 ','','1','0','111615029570','No','','','','','','','','',0.00,0.00),(3864,'','Invoice','','2021-03-06 14:23:33','ridge centre','-300','11','2021-03-06 14:21:20','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','havenest palour </BR>0768252575 ','','1','0','111615029664','No','11','2021-03-06 14:23:33','','','','','','',0.00,0.00); INSERT INTO `sales` VALUES (3865,'','Invoice','','2021-03-06 14:24:44','shiffira jenid','-300','11','2021-03-06 14:24:44','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shiffira jenid </BR>0721826266 ','','1','0','111615029867','No','','','','','','','','',0.00,0.00),(3866,'','Invoice','','2021-03-06 14:25:52','mufea 68','-300','11','2021-03-06 14:25:52','732','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 68 </BR>0702048944 ','','1','0','111615029938','No','','','','','','','','',0.00,0.00),(3867,'','Invoice','','2021-03-06 14:27:16','customer','-300','11','2021-03-06 14:27:16','1347','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','customer </BR>0111633306 ','','1','0','111615030017','No','','','','','','','','',0.00,0.00),(3868,'','Cash','','2021-03-06 14:31:57','customer','0','11','2021-03-06 14:31:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111615030298','Cleared','','','','','','','','',0.00,0.00),(3869,'','Cash','','2021-03-06 14:36:53','jenid c12','0','11','2021-03-06 14:36:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jenid c12 ','','1','0','111615030600','Cleared','','','','','','','','',0.00,0.00),(3870,'','Invoice','','2021-03-06 14:38:25','salt company','-450','11','2021-03-06 14:38:25','1348','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','salt company </BR>0724000879 ','','1','0','111615030692','No','','','','','','','','',0.00,0.00),(3871,'','Invoice','','2021-03-06 14:39:40','tsavo c011','-150','11','2021-03-06 14:39:40','548','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo c011 </BR>0721857283 ','','1','0','111615030764','No','','','','','','','','',0.00,0.00),(3872,'','Invoice','','2021-03-06 14:55:43','SPEARNET DM9','-300','11','2021-03-06 14:55:43','617','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM9 </BR>0727711513 ','','1','0','111615031721','No','','','','','','','','',0.00,0.00),(3873,'','Cash','','2021-03-06 15:03:20','customer','0','11','2021-03-06 15:03:20','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111615032179','Cleared','','','','','','','','',0.00,0.00),(3874,'','Invoice','','2021-03-06 16:51:59','david kiarie','-300','11','2021-03-06 16:50:05','1350','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nickson </BR>0741220742 ','','1','0','111615038591','No','11','2021-03-06 16:51:59','','','','','','',0.00,0.00),(3875,'','Invoice','','2021-03-06 16:53:20','tsavo a405','-450','11','2021-03-06 16:53:20','1351','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','tsavo a405 </BR>0112044161 ','','1','0','111615038782','No','','','','','','','','',0.00,0.00),(3876,'','Cash','','2021-03-06 16:54:57','jayce ab7','0','11','2021-03-06 16:54:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','jayce ab7 ','','1','0','111615038879','Cleared','','','','','','','','',0.00,0.00),(3877,'','Invoice','','2021-03-06 17:24:06','charles mufea 32','-300','11','2021-03-06 17:24:06','835','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','charles mufea 32 </BR>0726550707 ','','1','0','111615040622','No','','','','','','','','',0.00,0.00),(3878,'','Invoice','','2021-03-06 17:26:06','charles mufea 32','-150','11','2021-03-06 17:26:06','835','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','charles mufea 32 </BR>0726550707 ','','1','0','111615040746','No','','','','','','','','',0.00,0.00),(3879,'','Cash','','2021-03-06 17:27:19','harare unit 10','0','11','2021-03-06 17:27:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','harare unit 10 ','','1','0','111615040825','Cleared','','','','','','','','',0.00,0.00),(3880,'','Invoice','','2021-03-06 17:39:37','tsavo a515','-300','11','2021-03-06 17:39:37','819','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','tsavo a515 </BR>0727983891 ','','1','0','111615041560','No','','','','','','','','',0.00,0.00),(3881,'','Invoice','','2021-03-06 18:56:57','rosewood court b6','-300','11','2021-03-06 18:56:57','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111615046199','No','','','','','','','','',0.00,0.00),(3882,'','Cash','','2021-03-06 20:00:09','mama kamunge 11','0','11','2021-03-06 19:56:30','1352','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111615049772','Cleared','11','2021-03-06 20:00:09','','','','','','',0.00,0.00),(3883,'','Invoice','','2021-03-06 20:02:24','Eisie Mufea 9','-300','11','2021-03-06 20:02:24','712','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Eisie Mufea 9 </BR>0724564458 ','','1','0','111615050023','No','','','','','','','','',0.00,0.00),(3884,'','Invoice','','2021-03-07 11:34:30','Kenneth Spearnet','-300','11','2021-03-07 11:34:30','878','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','Kenneth Spearnet </BR>0728631475 ','','1','0','111615106051','No','','','','','','','','',0.00,0.00),(3885,'','Invoice','','2021-03-07 17:31:51','dories harvester b8','-600','11','2021-03-07 17:31:51','1353','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','dories harvester b8 </BR>07466464466 ','','1','0','111615127489','No','','','','','','','','',0.00,0.00),(3886,'','Invoice','','2021-03-07 17:33:14','tsav0 a301','-150','11','2021-03-07 17:33:14','1317','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsav0 a301 </BR>0706887488 ','','1','0','111615127577','No','','','','','','','','',0.00,0.00),(3887,'','Invoice','','2021-03-07 17:34:41','caroline serine d8','-300','11','2021-03-07 17:34:41','575','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','caroline serine d8 </BR>0726709117 ','','1','0','111615127666','No','','','','','','','','',0.00,0.00),(3888,'','Invoice','','2021-03-07 17:35:57','father 0asis 13d','-300','11','2021-03-07 17:35:57','1354','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','father 0asis 13d </BR>0726547076 ','','1','0','111615127741','No','','','','','','','','',0.00,0.00),(3889,'','Invoice','','2021-03-07 17:39:45','benard spearnet am1','-300','11','2021-03-07 17:39:45','878','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','benard spearnet am1 </BR>0728631475 ','','1','0','111615127821','No','11','2021-03-07 17:39:45','','','','','','',0.00,0.00),(3890,'','Invoice','','2021-03-07 17:44:55','thindigua shop','-300','11','2021-03-07 17:41:10','838','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','godwin serene c1 </BR>0729773463 ','','1','0','111615128046','No','11','2021-03-07 17:44:55','','','','','','',0.00,0.00),(3891,'','Invoice','','2021-03-07 17:47:43','stephen tsavo','-150','11','2021-03-07 17:47:43','1355','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','stephen tsavo </BR>0713240196 ','','1','0','111615128444','No','','','','','','','','',0.00,0.00),(3892,'','Invoice','','2021-03-08 15:47:10','golden arrow 5','-900','11','2021-03-08 15:47:10','1356','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','golden arrow 5 </BR>0724092931 ','','1','0','111615207604','No','','','','','','','','',0.00,0.00),(3893,'','Invoice','','2021-03-08 15:48:47','kenneth kihara','-300','11','2021-03-08 15:48:47','788','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kenneth kihara </BR>0720317628 ','','1','0','111615207710','No','','','','','','','','',0.00,0.00),(3894,'','Invoice','','2021-03-08 15:50:37','jenid c9','-600','11','2021-03-08 15:50:37','1029','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid c9 </BR>0722978217 ','','1','0','111615207812','No','','','','','','','','',0.00,0.00),(3895,'','Invoice','','2021-03-08 15:51:53','maureen mufea 37','-300','11','2021-03-08 15:51:53','587','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen mufea 37 </BR>0710760718 ','','1','0','111615207897','No','','','','','','','','',0.00,0.00),(3896,'','Invoice','','2021-03-08 15:57:20','UNIVERSAL APARTMENTS C6','-900','11','2021-03-08 15:57:20','845','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','UNIVERSAL APARTMENTS C6 </BR>0720415709 ','','1','0','111615208151','No','','','','','','','','',0.00,0.00),(3897,'','Invoice','','2021-03-08 16:01:29','spring garden','-150','11','2021-03-08 16:01:29','823','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','spring garden </BR>0796685565 ','','1','0','111615208406','No','','','','','','','','',0.00,0.00),(3898,'','Invoice','','2021-03-08 16:04:17','harvester c3','-600','11','2021-03-08 16:04:17','48','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','harvester c3 </BR>0707689955 ','','1','0','111615208632','No','','','','','','','','',0.00,0.00),(3899,'','Cash','','2021-03-08 16:07:53','mufea c13','0','11','2021-03-08 16:07:53','1232','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mufea c13 </BR>0782605816 ','','1','0','111615208857','Cleared','','','','','','','','',0.00,0.00),(3900,'','Cash','','2021-03-08 16:10:16','corner','0','11','2021-03-08 16:10:16','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','corner ','','1','0','111615208986','Cleared','','','','','','','','',0.00,0.00),(3901,'','Invoice','','2021-03-08 16:12:03','golf view','-600','11','2021-03-08 16:12:03','1357','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','golf view </BR>0720826995 ','','1','0','111615209083','No','','','','','','','','',0.00,0.00),(3902,'','Cash','','2021-03-08 16:14:35','joseph nyawira 23','0','11','2021-03-08 16:14:35','800','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','joseph nyawira 23 </BR>0722797609 ','','1','0','111615209225','Cleared','','','','','','','','',0.00,0.00),(3903,'','Invoice','','2021-03-08 16:20:58','agnes flamat c4','-900','11','2021-03-08 16:20:58','507','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','agnes flamat c4 </BR>0725890244 ','','1','0','111615209547','No','','','','','','','','',0.00,0.00),(3904,'','Invoice','','2021-03-08 16:22:30','midview ac3','-300','11','2021-03-08 16:22:30','1215','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ac3 </BR>0725100408 ','','1','0','111615209724','No','','','','','','','','',0.00,0.00),(3905,'','Invoice','','2021-03-08 16:23:43','patrick','-450','11','2021-03-08 16:23:43','1358','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','patrick </BR>0759743779 ','','1','0','111615209805','No','','','','','','','','',0.00,0.00),(3906,'','Invoice','','2021-03-08 16:35:35','JUDY MUFEA 69','-150','11','2021-03-08 16:35:35','631','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','JUDY MUFEA 69 </BR>0724704280 ','','1','0','111615210406','No','','','','','','','','',0.00,0.00),(3907,'','Invoice','','2021-03-08 16:38:38','stanley','-300','11','2021-03-08 16:38:38','601','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','stanley </BR>0726890588 ','','1','0','111615210690','No','','','','','','','','',0.00,0.00),(3908,'','Cash','','2021-03-08 17:39:54','corner shop opp flamart','0','11','2021-03-08 17:39:54','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed','corner shop opp flamart ','','1','0','111615214323','Cleared','','','','','','','','',0.00,0.00),(3909,'','Cash','','2021-03-08 17:44:32','Jefferson','0','11','2021-03-08 17:41:32','1082','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','kalwani park b307 </BR>0723663199 ','','1','0','111615214463','Cleared','11','2021-03-08 17:44:32','','','','','','',0.00,0.00),(3910,'','Invoice','','2021-03-08 17:48:37','SPEARNET DM11','-300','11','2021-03-08 17:48:37','663','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SPEARNET DM11 </BR>0728877045 ','','1','0','111615214775','No','','','','','','','','',0.00,0.00),(3911,'','Invoice','','2021-03-08 17:54:07','Isaack Kamau','-1200','11','2021-03-08 17:54:07','1080','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','Isaack Kamau </BR>0715264018 ','','1','0','111615215081','No','','','','','','','','',0.00,0.00),(3912,'','Invoice','','2021-03-08 18:07:36','teresia midview ad8','-600','11','2021-03-08 18:07:36','815','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','teresia midview ad8 </BR>0724312556 ','','1','0','111615215939','No','','','','','','','','',0.00,0.00),(3913,'','Invoice','','2021-03-08 18:35:29','0pposite mazeras m2','-600','11','2021-03-08 18:35:29','1203','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','0pposite mazeras m2 </BR>0721525186 ','','1','0','111615217706','No','','','','','','','','',0.00,0.00),(3914,'','Invoice','','2021-03-08 18:47:11','ann mekita','-300','11','2021-03-08 18:47:11','895','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','ann mekita </BR>0725116675 ','','1','0','111615218414','No','','','','','','','','',0.00,0.00),(3915,'','Invoice','','2021-03-08 18:48:53','932 Apartments','-300','11','2021-03-08 18:48:53','708','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','932 Apartments </BR>0722714971 ','','1','0','111615218517','No','','','','','','','','',0.00,0.00),(3916,'','Invoice','','2021-03-09 08:58:51','centric court b10','-300','11','2021-03-09 08:58:51','1011','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','centric court b10 </BR>0797148871 ','','1','0','111615269507','No','','','','','','','','',0.00,0.00),(3917,'','Invoice','','2021-03-09 09:00:57','judy father oasis gate a c7','-300','11','2021-03-09 09:00:57','592','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','judy father oasis gate a c7 </BR>0722354995 ','','1','0','111615269634','No','','','','','','','','',0.00,0.00),(3918,'','Invoice','','2021-03-09 09:15:13','mumwe oak school','-900','11','2021-03-09 09:15:13','1173','0','900','1','retail',NULL,'900','1','0','0','900','0','0','0','printed','mumwe oak school </BR>0708111705 ','','1','0','111615270484','No','','','','','','','','',0.00,0.00),(3919,'','Invoice','','2021-03-09 09:42:55','nelion gn4','-300','11','2021-03-09 09:42:55','1361','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nelion gn4 </BR>0773713445 ','','1','0','111615272146','No','','','','','','','','',0.00,0.00),(3920,'','Cash','','2021-03-09 09:48:28','githaiga','0','11','2021-03-09 09:48:28','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed','githaiga ','','1','0','111615272469','Cleared','','','','','','','','',0.00,0.00),(3921,'','Invoice','','2021-03-09 10:10:46','mary jaice bc11','-300','11','2021-03-09 10:10:46','626','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mary jaice bc11 </BR>0729900699 ','','1','0','111615273794','No','','','','','','','','',0.00,0.00),(3922,'','Invoice','','2021-03-09 12:02:21','havenest palour','-300','11','2021-03-09 12:02:21','621','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','havenest palour </BR>0768252575 ','','1','0','111615280522','No','','','','','','','','',0.00,0.00),(3923,'','Invoice','','2021-03-09 14:58:11','tsav0 a009','-250','11','2021-03-09 14:58:11','1362','0','250','1','retail',NULL,'250','1','0','0','250','0','0','0','printed','tsav0 a009 </BR>0725609827 ','','1','0','111615291066','No','','','','','','','','',0.00,0.00),(3924,'','Invoice','','2021-03-09 15:00:21','mufea 8e','-300','11','2021-03-09 15:00:21','1363','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','mufea 8e </BR>0798647229 ','','1','0','111615291204','No','','','','','','','','',0.00,0.00),(3925,'','Invoice','','2021-03-09 15:04:23','ridge centre','-600','11','2021-03-09 15:01:32','889','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jane nzinza C47 </BR>0722780337 ','','1','0','111615291280','No','11','2021-03-09 15:04:23','','','','','','',0.00,0.00),(3926,'','Invoice','','2021-03-09 15:05:39','sujnam height 6b','-300','11','2021-03-09 15:05:39','1292','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sujnam height 6b </BR>0718766953 ','','1','0','111615291522','No','','','','','','','','',0.00,0.00),(3927,'','Invoice','','2021-03-09 15:07:42','tsavo a301','-150','11','2021-03-09 15:07:42','1317','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','tsavo a301 </BR>0706887488 ','','1','0','111615291622','No','','','','','','','','',0.00,0.00),(3928,'','Invoice','','2021-03-09 15:09:46','nyagaki','-300','11','2021-03-09 15:09:46','1244','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyagaki </BR>0710243841 ','','1','0','111615291771','No','','','','','','','','',0.00,0.00),(3929,'','Invoice','','2021-03-09 15:59:56','kimani court','-300','11','2021-03-09 15:59:56','1364','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimani court </BR>07221283372 ','','1','0','111615294783','No','','','','','','','','',0.00,0.00),(3930,'','Mpesa','','2021-03-09 16:01:22','mazeras 10','0','11','2021-03-09 16:01:22','1079','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed','mazeras 10 </BR>0713356169 ','','1','0','111615294867','Cleared','','','','','','','','',0.00,0.00),(3931,'','Mpesa','','2021-03-09 16:02:46','mazeras 10','0','11','2021-03-09 16:02:46','1079','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','mazeras 10 </BR>0713356169 ','','1','0','111615294953','Cleared','','','','','','','','',0.00,0.00),(3932,'','Invoice','','2021-03-09 16:27:29','jenid caroline a5','-300','11','2021-03-09 16:25:36','676','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1 b8 </BR>0718921176 ','','1','0','111615296314','No','11','2021-03-09 16:27:29','','','','','','',0.00,0.00),(3933,'','Invoice','','2021-03-09 16:31:55','gacicio 1b8','-300','11','2021-03-09 16:31:55','676','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','gacicio 1b8 </BR>0718921176 ','','1','0','111615296699','No','','','','','','','','',0.00,0.00),(3934,'','Invoice','','2021-03-09 16:39:29','SUSAN TSAVO B105','-300','11','2021-03-09 16:39:29','608','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','SUSAN TSAVO B105 </BR>0722874967 ','','1','0','111615297124','No','','','','','','','','',0.00,0.00),(3935,'','Invoice','','2021-03-09 18:10:06','kimcrest','-300','11','2021-03-09 18:10:06','1365','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kimcrest </BR>0722998474 ','','1','0','111615302592','No','','','','','','','','',0.00,0.00),(3936,'','Invoice','','2021-03-09 18:11:39','savo a611','-150','11','2021-03-09 18:11:39','1366','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','savo a611 </BR>0792597001 ','','1','0','111615302681','No','','','','','','','','',0.00,0.00),(3937,'','Invoice','','2021-03-09 18:12:50','joan','-450','11','2021-03-09 18:12:50','1249','0','450','1','retail',NULL,'450','1','0','0','450','0','0','0','printed','joan </BR>0726056561 ','','1','0','111615302756','No','','','','','','','','',0.00,0.00),(3938,'','Invoice','','2021-03-09 18:14:27','jenid caroline a4','-600','11','2021-03-09 18:14:27','114','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','jenid caroline a4 </BR>0728456747 ','','1','0','111615302851','No','','','','','','','','',0.00,0.00),(3939,'','Invoice','','2021-03-09 18:16:58','faith mufea','-600','11','2021-03-09 18:16:58','839','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','faith mufea </BR>0720353773 ','','1','0','111615303001','No','','','','','','','','',0.00,0.00),(3940,'','Cash','','2021-03-09 18:24:10','customer','0','11','2021-03-09 18:24:10','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','customer ','','1','0','111615303427','Cleared','','','','','','','','',0.00,0.00),(3941,'','Cash','','2021-03-09 18:24:50','simo','0','11','2021-03-09 18:24:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','simo ','','1','0','111615303472','Cleared','','','','','','','','',0.00,0.00),(3942,'','Cash','','2021-03-09 18:25:48','customer','0','11','2021-03-09 18:25:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111615303531','Cleared','','','','','','','','',0.00,0.00),(3943,'','Mpesa','','2021-03-09 18:27:01','jayce bb7','0','11','2021-03-09 18:27:01','1064','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','jayce bb7 </BR>0722131536 ','','1','0','111615303608','Cleared','','','','','','','','',0.00,0.00),(3944,'','Mpesa','','2021-03-09 18:28:33','pinewood 202','0','11','2021-03-09 18:28:33','1367','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','pinewood 202 </BR>0722654443 ','','1','0','111615303691','Cleared','','','','','','','','',0.00,0.00),(3945,'','Invoice','','2021-03-09 19:06:56','customer','-300','11','2021-03-09 19:06:56','778','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','customer </BR>0726291905 ','','1','0','111615305997','No','','','','','','','','',0.00,0.00),(3946,'','Invoice','','2021-03-10 10:40:11','collins westview d6','-600','11','2021-03-10 10:40:11','547','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','collins westview d6 </BR>0714160617 ','','1','0','111615361987','No','','','','','','','','',0.00,0.00),(3947,'','Invoice','','2021-03-10 10:42:17','annirene mazeras 2','-500','11','2021-03-10 10:42:17','554','0','500','1','retail',NULL,'500','1','0','0','500','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111615362097','No','','','','','','','','',0.00,0.00),(3948,'','Invoice','','2021-03-10 10:43:26','annirene mazeras 2','-150','11','2021-03-10 10:43:26','554','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','annirene mazeras 2 </BR>0722854869 ','','1','0','111615362193','No','','','','','','','','',0.00,0.00),(3949,'','Invoice','','2021-03-10 10:44:45','sji patrick i8','-1200','11','2021-03-10 10:44:45','385','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed','sji patrick i8 </BR>0722103559 ','','1','0','111615362264','No','','','','','','','','',0.00,0.00),(3950,'','Invoice','','2021-03-10 10:46:36','john petra','-300','11','2021-03-10 10:46:36','512','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','john petra </BR>0716088088 ','','1','0','111615362384','No','','','','','','','','',0.00,0.00),(3951,'','Invoice','','2021-03-10 10:48:30','john petra 5','-150','11','2021-03-10 10:48:30','512','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','john petra 5 </BR>0716088088 ','','1','0','111615362492','No','','','','','','','','',0.00,0.00),(3952,'','Invoice','','2021-03-10 10:58:28','phyllis pinewood 405','-300','11','2021-03-10 10:58:28','1002','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','phyllis pinewood 405 </BR>0723165350 ','','1','0','111615363070','No','','','','','','','','',0.00,0.00),(3953,'','Invoice','','2021-03-10 12:22:45','kellen mufea a4','-300','11','2021-03-10 12:22:45','1211','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','kellen mufea a4 </BR>0707011382 ','','1','0','111615368148','No','','','','','','','','',0.00,0.00),(3954,'','Mpesa','','2021-03-10 12:26:36','TSAVO B103','0','11','2021-03-10 12:26:36','1305','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO B103 </BR>0742945685 ','','1','0','111615368380','Cleared','','','','','','','','',0.00,0.00),(3955,'','Invoice','','2021-03-10 12:28:38','nyawira 54','-300','11','2021-03-10 12:28:38','1049','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','nyawira 54 </BR>0722315997 ','','1','0','111615368486','No','','','','','','','','',0.00,0.00),(3956,'','Cash','','2021-03-10 12:43:51','customer','0','11','2021-03-10 12:43:51','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed','customer ','','1','0','111615369246','Cleared','','','','','','','','',0.00,0.00),(3957,'','Invoice','','2021-03-10 12:54:07','alice tsavo a317','-240','11','2021-03-10 12:54:07','1368','0','240','1','retail',NULL,'240','1','0','0','240','0','0','0','printed','alice tsavo a317 </BR>0720302404 ','','1','0','111615369709','No','','','','','','','','',0.00,0.00),(3958,'','Cash','','2021-03-10 12:57:56','farmer choice','0','11','2021-03-10 12:57:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','farmer choice ','','1','0','111615370171','Cleared','','','','','','','','',0.00,0.00),(3959,'','Invoice','','2021-03-10 13:23:08','sheila mufea 43','-600','11','2021-03-10 13:23:08','820','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','sheila mufea 43 </BR>0724995969 ','','1','0','111615371769','No','','','','','','','','',0.00,0.00),(3960,'','Invoice','','2021-03-10 14:11:13','cid e10','-300','11','2021-03-10 14:11:13','1009','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','cid e10 </BR>0786812682 ','','1','0','111615374640','No','','','','','','','','',0.00,0.00),(3961,'','Invoice','','2021-03-10 14:13:12','sarah c2','-300','11','2021-03-10 14:13:12','1143','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','sarah c2 </BR>0791779665 ','','1','0','111615374775','No','','','','','','','','',0.00,0.00),(3962,'','Invoice','','2021-03-10 14:15:23','midview ad3','-300','11','2021-03-10 14:15:23','669','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','midview ad3 </BR>0724212329 ','','1','0','111615374909','No','','','','','','','','',0.00,0.00),(3963,'','Invoice','','2021-03-10 15:27:51','olive apartment b2','-300','11','2021-03-10 15:27:51','536','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','olive apartment b2 </BR>0712692225 ','','1','0','111615379241','No','','','','','','','','',0.00,0.00),(3964,'','Invoice','','2021-03-10 15:29:26','abigael garage','-300','11','2021-03-10 15:29:26','1221','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','abigael garage </BR>0742207876 ','','1','0','111615379346','No','','','','','','','','',0.00,0.00),(3965,'','Invoice','','2021-03-10 15:35:35','shiffira jenid','-300','11','2021-03-10 15:35:35','646','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','shiffira jenid </BR>0721826266 ','','1','0','111615379714','No','','','','','','','','',0.00,0.00),(3966,'','Invoice','','2021-03-10 15:48:59','eshter thindigua gardens','-300','11','2021-03-10 15:48:59','774','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','eshter thindigua gardens </BR>0718561273 ','','1','0','111615380525','No','','','','','','','','',0.00,0.00),(3967,'','Invoice','','2021-03-10 15:50:21','TSAVO C119','-300','11','2021-03-10 15:50:21','720','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','TSAVO C119 </BR>0704060322 ','','1','0','111615380605','No','','','','','','','','',0.00,0.00),(3968,'','Mpesa','','2021-03-11 15:32:53','simopn waithaka','0','11','2021-03-11 15:32:53','939','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','simopn waithaka </BR>0725522608 ','','1','0','111615465926','Cleared','11','2021-03-11 15:32:53','','','','','','',0.00,0.00),(3969,'','Mpesa','','2021-03-11 15:43:32','jenid','0','11','2021-03-11 15:43:32','1017','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jenid </BR>0721242429 ','','1','0','111615466580','Cleared','','','','','','','','',0.00,0.00),(3970,'','Cash','','2021-03-11 15:46:39','raoul centric','0','11','2021-03-11 15:46:39','740','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','raoul centric </BR>0793592543 ','','1','0','111615466769','Cleared','','','','','','','','',0.00,0.00),(3971,'','Invoice','','2021-03-11 15:50:08','fiona ankiah','-300','11','2021-03-11 15:50:08','779','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','fiona ankiah </BR>0769606118 ','','1','0','111615466969','No','','','','','','','','',0.00,0.00),(3972,'','Mpesa','','2021-03-11 15:54:58','rafiki sulnam construction','0','11','2021-03-11 15:54:58','1020','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','rafiki sulnam construction </BR>0720903316 ','','1','0','111615467105','Cleared','','','','','','','','',0.00,0.00),(3973,'','Mpesa','','2021-03-11 15:57:56','moca court','0','11','2021-03-11 15:57:56','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','moca court ','','1','0','111615467417','Cleared','','','','','','','','',0.00,0.00),(3974,'','Mpesa','','2021-03-11 16:05:59','moca','0','11','2021-03-11 16:05:59','1016','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','moca </BR>0723581862 ','','1','0','111615467841','Cleared','','','','','','','','',0.00,0.00),(3975,'','Mpesa','','2021-03-11 16:09:14','andrew','0','11','2021-03-11 16:09:14','1369','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed','andrew </BR>0723633325 ','','1','0','111615468070','Cleared','','','','','','','','',0.00,0.00),(3976,'','Cash','','2021-03-11 16:10:58','ridge center','0','11','2021-03-11 16:10:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ridge center ','','1','0','111615468226','Cleared','','','','','','','','',0.00,0.00),(3977,'','Cash','','2021-03-11 16:12:30','ridge center','0','11','2021-03-11 16:12:30','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed','ridge center ','','1','0','111615468314','Cleared','','','','','','','','',0.00,0.00),(3978,'','Cash','','2021-03-11 16:13:59','blessed garden','0','11','2021-03-11 16:13:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','blessed garden ','','1','0','111615468411','Cleared','','','','','','','','',0.00,0.00),(3979,'','Mpesa','','2021-03-11 16:15:43','edmark b01','0','11','2021-03-11 16:15:43','833','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','edmark b01 </BR>0727773250 ','','1','0','111615468516','Cleared','','','','','','','','',0.00,0.00),(3980,'','Mpesa','','2021-03-11 16:18:20','ridge shop','0','11','2021-03-11 16:18:20','1370','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','ridge shop </BR>0794136480 ','','1','0','111615468656','Cleared','','','','','','','','',0.00,0.00),(3981,'','Mpesa','','2021-03-11 16:20:30','ridge shop','0','11','2021-03-11 16:20:30','1370','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed','ridge shop </BR>0794136480 ','','1','0','111615468806','Cleared','','','','','','','','',0.00,0.00),(3982,'','Invoice','','2021-03-11 16:23:38','maureen windsor','-300','11','2021-03-11 16:23:38','1058','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','maureen windsor </BR>0705917823 ','','1','0','111615468937','No','','','','','','','','',0.00,0.00),(3983,'','Cash','','2021-03-11 16:26:21','customer','0','11','2021-03-11 16:26:21','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed','customer ','','1','0','111615469158','Cleared','','','','','','','','',0.00,0.00),(3984,'','Cash','','2021-03-11 16:30:55','mercy tsavo','0','11','2021-03-11 16:30:55','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','mercy tsavo ','','1','0','111615469248','Cleared','','','','','','','','',0.00,0.00),(3985,'','Mpesa','','2021-03-11 16:36:58','chemist','0','11','2021-03-11 16:33:06','1262','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','phillys home </BR>0714196690 ','','1','0','111615469543','Cleared','11','2021-03-11 16:36:58','','','','','','',0.00,0.00),(3986,'','Mpesa','','2021-03-11 16:38:45','susan elewa ulevi','0','11','2021-03-11 16:38:45','1371','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed','susan elewa ulevi </BR>0777730117 ','','1','0','111615469904','Cleared','','','','','','','','',0.00,0.00),(3987,'','Invoice','','2021-03-11 16:40:43','TSAVO A516','-150','11','2021-03-11 16:40:43','893','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed','TSAVO A516 </BR>0775920800 ','','1','0','111615470005','No','','','','','','','','',0.00,0.00),(3988,'','Cash','','2021-03-11 16:42:04','braetech garage','0','11','2021-03-11 16:42:04','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed','braetech garage ','','1','0','111615470106','Cleared','','','','','','','','',0.00,0.00),(3989,'','Invoice','','2021-03-11 16:42:56','helen iari garden','-600','11','2021-03-11 16:42:56','345','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','helen iari garden </BR>0724709015 ','','1','0','111615470152','No','','','','','','','','',0.00,0.00),(3990,'','Cash','','2021-03-11 16:46:56','ack','0','11','2021-03-11 16:46:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','ack ','','1','0','111615470399','Cleared','','','','','','','','',0.00,0.00),(3991,'','Cash','','2021-03-11 16:48:04','customer','0','11','2021-03-11 16:48:04','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed','customer ','','1','0','111615470468','Cleared','','','','','','','','',0.00,0.00),(3992,'','Cash','','2021-03-11 16:49:18','gacicio 1b7','0','11','2021-03-11 16:49:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','gacicio 1b7 ','','1','0','111615470540','Cleared','','','','','','','','',0.00,0.00),(3993,'','Invoice','','2021-03-11 16:50:49','samwel serene b12','-300','11','2021-03-11 16:50:49','1372','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','samwel serene b12 </BR>070187645 ','','1','0','111615470633','No','','','','','','','','',0.00,0.00),(3994,'','Mpesa','','2021-03-11 16:52:00','caroline','0','11','2021-03-11 16:52:00','1373','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','caroline </BR>0705984334 ','','1','0','111615470708','Cleared','','','','','','','','',0.00,0.00),(3995,'','Cash','','2021-03-11 16:56:12','arnold opp mazeras m4','0','11','2021-03-11 16:54:04','119','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','havenest palour ','','1','0','111615470811','Cleared','11','2021-03-11 16:56:12','','','','','','',0.00,0.00),(3996,'','Cash','','2021-03-11 16:58:47','tsavo b216','0','11','2021-03-11 16:57:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','customer ','','1','0','111615471058','Cleared','11','2021-03-11 16:58:47','','','','','','',0.00,0.00),(3997,'','Mpesa','','2021-03-11 17:00:22','purirty wa10','0','11','2021-03-11 17:00:22','1118','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','purirty wa10 </BR>0707634772 ','','1','0','111615471201','Cleared','','','','','','','','',0.00,0.00),(3998,'','Invoice','','2021-03-11 17:02:18','adriana harvester c4','-600','11','2021-03-11 17:02:18','635','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','adriana harvester c4 </BR>0721264990 ','','1','0','111615471310','No','','','','','','','','',0.00,0.00),(3999,'','Invoice','','2021-03-11 17:21:18','damaris fahari d6','-600','11','2021-03-11 17:21:18','602','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','damaris fahari d6 </BR>0707263276 ','','1','0','111615472388','No','','','','','','','','',0.00,0.00),(4000,'','Mpesa','','2021-03-11 17:23:16','nyawira 33','0','11','2021-03-11 17:23:16','793','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','nyawira 33 </BR>0723113148 ','','1','0','111615472575','Cleared','','','','','','','','',0.00,0.00),(4001,'','Mpesa','','2021-03-11 17:40:25','jacinta','0','11','2021-03-11 17:40:25','866','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','jacinta </BR>0723658582 ','','1','0','111615472680','Cleared','','','','','','','','',0.00,0.00),(4002,'','Mpesa','','2021-03-11 17:44:52','jacinta','0','11','2021-03-11 17:42:35','1341','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dainty a104 </BR>0720511051 ','','1','0','111615473730','Cleared','11','2021-03-11 17:44:52','','','','','','',0.00,0.00),(4003,'','Mpesa','','2021-03-11 17:46:13','dainty a104','0','11','2021-03-11 17:46:13','1341','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','dainty a104 </BR>0720511051 ','','1','0','111615473961','Cleared','','','','','','','','',0.00,0.00),(4004,'','Mpesa','','2021-03-11 17:47:58','tsavo b512','0','11','2021-03-11 17:47:58','921','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','tsavo b512 </BR>0757484530 ','','1','0','111615474062','Cleared','','','','','','','','',0.00,0.00),(4005,'','Mpesa','','2021-03-11 18:33:03','erick karibu','0','11','2021-03-11 18:33:03','688','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','erick karibu </BR>0722356280 ','','1','0','111615476720','Cleared','','','','','','','','',0.00,0.00),(4006,'','Mpesa','','2021-03-11 18:35:56','SPEARNET','0','11','2021-03-11 18:35:56','747','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','SPEARNET </BR>0706352293 ','','1','0','111615476882','Cleared','','','','','','','','',0.00,0.00),(4007,'','Mpesa','','2021-03-11 18:42:31','SPEARNET','0','11','2021-03-11 18:42:31','747','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','SPEARNET </BR>0706352293 ','','1','0','111615477326','Cleared','','','','','','','','',0.00,0.00),(4008,'','Mpesa','','2021-03-11 21:22:55','TSAVO','0','11','2021-03-11 21:22:55','921','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed','TSAVO </BR>0757484530 ','','1','0','111615486954','Cleared','','','','','','','','',0.00,0.00),(4009,'','Mpesa','','2021-03-11 21:25:28','ERICK KARIBU','0','11','2021-03-11 21:25:28','688','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ERICK KARIBU </BR>0722356280 ','','1','0','111615487104','Cleared','','','','','','','','',0.00,0.00),(4010,'','Mpesa','','2021-03-11 21:28:13','SPEARNET','0','11','2021-03-11 21:28:13','747','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed','SPEARNET </BR>0706352293 ','','1','0','111615487271','Cleared','','','','','','','','',0.00,0.00),(4011,'','Mpesa','','2021-03-11 21:30:19','TSAVO','0','11','2021-03-11 21:30:19','1026','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','TSAVO </BR>0703763374 ','','1','0','111615487372','Cleared','','','','','','','','',0.00,0.00),(4012,'','Mpesa','','2021-03-11 21:32:18','','0','11','2021-03-11 21:32:18','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','111615487498','Cleared','','','','','','','','',0.00,0.00),(4013,'','Mpesa','','2021-03-11 21:33:38','MEKITA','0','11','2021-03-11 21:33:38','1374','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','MEKITA </BR>0725978908 ','','1','0','111615487559','Cleared','','','','','','','','',0.00,0.00),(4014,'','Mpesa','','2021-03-12 09:51:48','ebenezer b46','0','11','2021-03-12 09:51:48','643','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ebenezer b46 </BR>0728628709 ','','1','0','111615531890','Cleared','','','','','','','','',0.00,0.00),(4015,'','Mpesa','','2021-03-12 09:53:10','ebenezer b46','0','11','2021-03-12 09:53:10','643','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','ebenezer b46 </BR>0728628709 ','','1','0','111615531974','Cleared','','','','','','','','',0.00,0.00),(4016,'','Mpesa','','2021-03-12 10:27:31','asumpta kamunge 24','0','11','2021-03-12 10:27:31','555','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','asumpta kamunge 24 </BR>0703223719 ','','1','0','111615534002','Cleared','','','','','','','','',0.00,0.00),(4017,'','Invoice','','2021-03-12 10:31:08','jayce ba6','-300','11','2021-03-12 10:31:08','709','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','jayce ba6 </BR>0722121727 ','','1','0','111615534242','No','','','','','','','','',0.00,0.00),(4018,'','Invoice','','2021-03-12 10:33:51','spearnet cm1','-300','11','2021-03-12 10:33:51','946','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','spearnet cm1 </BR>0723600872 ','','1','0','111615534407','No','','','','','','','','',0.00,0.00),(4019,'','Mpesa','','2021-03-12 11:18:26','GRACE GITAHI','0','11','2021-03-12 11:18:26','1375','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed','GRACE GITAHI </BR>0721926361 ','','1','0','111615537070','Cleared','','','','','','','','',0.00,0.00),(4020,'','Invoice','','2021-03-12 14:07:06','Grace Githai','-600','11','2021-03-12 14:07:06','1375','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Grace Githai </BR>0721926361 ','','1','0','111615547189','No','','','','','','','','',0.00,0.00),(4021,'','Invoice','','2021-03-12 14:55:05','tsvo b417','-80','11','2021-03-12 14:55:05','1376','0','80','1','retail',NULL,'80','1','0','0','80','0','0','0','printed','tsvo b417 </BR>0797736682 ','','1','0','111615550074','No','','','','','','','','',0.00,0.00),(4022,'','Invoice','','2021-03-13 12:49:57','rosewood court b6','-300','11','2021-03-13 12:49:57','689','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','rosewood court b6 </BR>0729152474 ','','1','0','111615628970','No','','','','','','','','',0.00,0.00),(4023,'','Cash','','2021-03-14 16:43:53','CUSTOMER','0','11','2021-03-14 16:43:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111615729379','Cleared','','','','','','','','',0.00,0.00),(4024,'','Cash','','2021-03-14 16:49:47','CUSTOMER','0','11','2021-03-14 16:49:47','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed','CUSTOMER ','','1','0','111615729772','Cleared','','','','','','','','',0.00,0.00),(4025,'','Invoice','','2021-03-16 11:31:52','anne mekita c2','-300','11','2021-03-16 11:31:52','895','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','anne mekita c2 </BR>0725116675 ','','1','0','111615883489','No','','','','','','','','',0.00,0.00),(4026,'','Invoice','','2021-03-18 15:12:25','Mufea 4G','-600','11','2021-03-18 15:12:25','696','0','600','1','retail',NULL,'600','1','0','0','600','0','0','0','printed','Mufea 4G </BR>0722835756 ','','1','0','111616069526','No','','','','','','','','',0.00,0.00),(4027,'','Invoice','','2021-03-28 10:54:08','CUSTOMER','-300','11','2021-03-28 10:54:08','1377','0','300','1','retail',NULL,'300','1','0','0','300','0','0','0','printed','CUSTOMER </BR>0707769277 ','','1','0','111616917990','No','','','','','','','','',0.00,0.00); /*!40000 ALTER TABLE `sales` 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` 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` 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', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4648 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,'41604937642','8','1','300','retail','0','2020-11-09 19:02:48','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:02:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1001.00','1000','Inclusive'),(9,'41604938454','8','1','300','retail','0','2020-11-09 19:14:43','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:14:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1008.00','1007','Inclusive'),(11,'41604938936','8','1','300','retail','0','2020-11-09 19:26:19','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:26:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1008.00','1007','Inclusive'),(13,'41604939422','8','1','300','retail','0','2020-11-09 19:31:33','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:32:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1009.00','1008','Inclusive'),(14,'41604939855','7','1','150','retail','0','2020-11-09 19:48:01','','','','0','Cash',18.42,'150','','','4','','1','2020-11-09 16:48:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(16,'41604941083','8','1','300','retail','0','2020-11-09 19:58:14','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:58:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(17,'41604941107','8','1','300','retail','0','2020-11-09 19:59:13','','','','0','Cash',36.84,'300','','','4','','1','2020-11-09 16:59:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(18,'41604941175','8','7','2100','retail','0','2020-11-09 20:02:49','','','','0','Cash',257.89,'300','','','4','','1','2020-11-09 17:04:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','7','1010.00','1003','Inclusive'),(19,'41604941482','8','2','600','retail','0','2020-11-09 20:05:21','','','','0','Mpesa',73.68,'300','','','4','','1','2020-11-09 17:06:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(22,'41604942277','8','2','600','retail','0','2020-11-09 20:18:10','','','','0','Mpesa',73.68,'300','','','4','','1','2020-11-09 17:19:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1014.00','1012','Inclusive'),(23,'41604942348','8','1','300','retail','0','2020-11-09 20:22:53','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:24:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(24,'41604943178','8','1','300','retail','0','2020-11-09 20:42:32','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:43:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(25,'41604943805','8','1','300','retail','0','2020-11-09 20:44:11','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:44:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(26,'41604943869','8','1','300','retail','0','2020-11-09 20:45:49','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:46:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(27,'41604943996','8','1','300','retail','0','2020-11-09 20:47:24','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:47:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(28,'41604944075','7','1','150','retail','0','2020-11-09 20:48:40','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-09 17:49:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(29,'41604944165','8','1','300','retail','0','2020-11-09 20:49:43','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:50:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(30,'41604944211','8','1','300','retail','0','2020-11-09 20:50:26','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:50:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(31,'41604944246','8','1','300','retail','0','2020-11-09 20:51:23','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-09 17:52:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1014.00','1013','Inclusive'),(32,'41604944363','7','1','150','retail','0','2020-11-09 20:53:45','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-09 17:54:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(34,'41604988828','8','1','300','retail','0','2020-11-10 09:13:58','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 06:14:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(35,'41604990323','10','1','350','retail','0','2020-11-10 09:38:59','','','','0','Mpesa',42.98,'350','','','4','','1','2020-11-10 06:40:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1000.00','999','Inclusive'),(36,'41604990420','8','2','600','retail','0','2020-11-10 10:00:59','','','','0','Mpesa',73.68,'300','','','4','','1','2020-11-10 07:03:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(37,'41604991789','7','2','300','retail','0','2020-11-10 10:04:00','','','','0','Mpesa',36.84,'150','','','4','','1','2020-11-10 07:04:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1000.00','998','Inclusive'),(38,'41604996902','8','1','300','retail','0','2020-11-10 11:30:22','','','','0','Cash',36.84,'300','','','4','','1','2020-11-10 08:30:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(39,'41604998775','7','1','150','retail','0','2020-11-10 11:59:48','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-10 09:00:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(40,'41605004648','8','1','300','retail','0','2020-11-10 13:39:37','','','','0','Cash',36.84,'300','','','4','','1','2020-11-10 10:41:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(41,'41605005649','8','1','300','retail','0','2020-11-10 13:54:32','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 10:59:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(42,'41605006212','4','1','250','retail','0','2020-11-10 14:08:37','','','','0','Mpesa',30.70,'250','','','4','','1','2020-11-10 11:10:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','1003.00','1002','Inclusive'),(43,'41605006624','6','3','240','retail','0','2020-11-10 14:16:19','','','','0','Cash',29.47,'80','','','4','','1','2020-11-10 11:17:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1000.00','997','Inclusive'),(44,'41605007035','6','1','80','retail','0','2020-11-10 14:23:08','','','','0','Mpesa',9.82,'80','','','4','','1','2020-11-10 11:24:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(45,'41605007452','8','1','300','retail','0','2020-11-10 14:24:50','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 11:26:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(46,'41605008580','8','1','300','retail','0','2020-11-10 14:44:15','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 11:44:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(47,'41605008692','3','1','120','retail','0','2020-11-10 14:45:52','','','','0','Mpesa',14.74,'120','','','4','','1','2020-11-10 11:46:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','1000.00','999','Inclusive'),(48,'41605008766','2','1','50','retail','0','2020-11-10 14:48:27','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 11:48:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','1000.00','999','Inclusive'),(49,'41605009823','8','1','300','retail','0','2020-11-10 15:04:01','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 12:06:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(50,'41605011770','8','1','300','retail','0','2020-11-10 15:36:26','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 12:38:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(51,'41605017631','7','1','150','retail','0','2020-11-10 17:16:25','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-10 14:17:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(52,'41605017631','6','1','80','retail','0','2020-11-10 17:16:25','','','','0','Mpesa',9.82,'80','','','4','','1','2020-11-10 14:17:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(53,'41605022617','8','1','300','retail','0','2020-11-10 18:37:23','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 15:42:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(54,'41605022617','7','1','150','retail','0','2020-11-10 18:37:23','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-10 15:42:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(55,'41605023458','6','1','80','retail','0','2020-11-10 18:51:10','','','','0','Mpesa',9.82,'80','','','4','','1','2020-11-10 15:51:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(56,'41605027757','5','1','450','retail','0','2020-11-10 20:03:46','','','','0','Cash',55.26,'450','','','4','','1','2020-11-10 17:05:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','1000.00','999','Inclusive'),(57,'41605027915','3','1','120','retail','0','2020-11-10 20:06:03','','','','0','Cash',14.74,'120','','','4','','1','2020-11-10 17:06:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','1000.00','999','Inclusive'),(58,'41605028002','5','1','450','retail','0','2020-11-10 20:10:51','','','','0','Cash',55.26,'450','','','4','','1','2020-11-10 17:13:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','1000.00','999','Inclusive'),(59,'41605028424','8','1','300','retail','0','2020-11-10 20:19:36','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 17:21:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(60,'41605029420','8','1','300','retail','0','2020-11-10 20:32:01','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-10 17:33:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(61,'41605074781','8','2','600','retail','0','2020-11-11 09:06:42','','','','0','Invoice',73.68,'300','','','4','','1','2020-11-11 06:10:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(62,'41605077828','8','2','600','retail','0','2020-11-11 10:03:52','','','','0','Cash',73.68,'300','','','4','','1','2020-11-11 07:04:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(63,'41605080922','7','1','150','retail','0','2020-11-11 10:48:57','','','','0','Invoice',18.42,'150','','','4','','1','2020-11-11 07:50:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(64,'41605081753','12','1','20','retail','0','2020-11-11 11:03:19','','','','0','Cash',2.46,'20','','','4','','1','2020-11-11 08:04:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(65,'41605082171','8','2','600','retail','0','2020-11-11 11:10:05','','','','0','Invoice',73.68,'300','','','4','','1','2020-11-11 08:12:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(66,'41605083940','8','2','600','retail','0','2020-11-11 11:39:22','','','','0','Invoice',73.68,'300','','','4','','1','2020-11-11 08:41:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(68,'41605084953','8','2','600','retail','0','2020-11-11 12:00:46','','','','0','Invoice',73.68,'300','','','4','','1','2020-11-11 09:02:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(69,'41605085964','8','2','600','retail','0','2020-11-11 12:13:07','','','','0','Cash',73.68,'300','','','4','','1','2020-11-11 09:16:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1015.00','1013','Inclusive'),(70,'41605086261','8','3','900','retail','0','2020-11-11 12:19:57','','','','0','Mpesa',110.53,'300','','','4','','1','2020-11-11 09:23:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1015.00','1012','Inclusive'),(71,'41605086633','8','1','300','retail','0','2020-11-11 12:30:29','','','','0','Invoice',36.84,'300','','','4','','1','2020-11-11 09:32:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(72,'41605093331','8','1','300','retail','0','2020-11-11 14:16:18','','','','0','Invoice',36.84,'300','','','4','','1','2020-11-11 11:18:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(73,'41605093790','8','1','300','retail','0','2020-11-11 14:23:24','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-11 11:25:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(74,'41605093939','8','1','300','retail','0','2020-11-11 14:27:20','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-11 11:29:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1015.00','1014','Inclusive'),(77,'41605096931','1','1','30','retail','0','2020-11-11 15:35:17','','','','0','Cash',3.68,'30','','','4','','1','2020-11-11 12:35:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','1','1000.00','999','Inclusive'),(78,'41605098130','8','2','600','retail','0','2020-11-11 15:38:20','','','','0','Cash',73.68,'300','','','4','','1','2020-11-11 12:40:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1017.00','1015','Inclusive'),(79,'41605098553','8','1','300','retail','0','2020-11-11 15:43:05','','','','0','Cash',36.84,'300','','','4','','1','2020-11-11 12:47:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1017.00','1016','Inclusive'),(80,'41605098835','8','1','300','retail','0','2020-11-11 15:47:50','','','','0','Cash',36.84,'300','','','4','','1','2020-11-11 12:48:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1017.00','1016','Inclusive'),(81,'111605101490','8','2','600','retail','0','2020-11-11 16:36:26','','','','0','Cash',73.68,'300','','','11','','1','2020-11-11 13:38:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1017.00','1015','Inclusive'),(82,'111605101910','6','2','160','retail','0','2020-11-11 16:40:40','','','','0','Invoice',19.65,'80','','','11','','1','2020-11-11 13:44:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1000.00','998','Inclusive'),(85,'111605104605','8','1','300','retail','0','2020-11-11 17:23:36','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-11 14:23:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(86,'111605104640','8','1','300','retail','0','2020-11-11 17:24:12','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-11 14:24:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(87,'111605104682','8','1','300','retail','0','2020-11-11 17:25:42','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-11 14:27:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(88,'111605104827','8','1','300','retail','0','2020-11-11 17:37:40','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 14:40:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(89,'111605105652','8','1','300','retail','0','2020-11-11 17:44:27','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 14:48:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(90,'111605106187','8','1','300','retail','0','2020-11-11 17:58:20','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-11 15:00:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(91,'111605106857','7','1','150','retail','0','2020-11-11 18:43:45','','','','0','Cash',18.42,'150','','','11','','1','2020-11-11 15:46:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(92,'111605109583','7','1','150','retail','0','2020-11-11 18:46:59','','','','0','Cash',18.42,'150','','','11','','1','2020-11-11 15:47:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(93,'111605109653','8','1','300','retail','0','2020-11-11 18:51:47','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 15:53:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(94,'111605110687','8','1','300','retail','0','2020-11-11 19:04:56','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 16:06:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(95,'111605110804','8','1','300','retail','0','2020-11-11 19:08:29','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 16:09:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1018.00','1017','Inclusive'),(96,'111605110983','6','1','80','retail','0','2020-11-11 19:17:15','','','','0','Cash',9.82,'80','','','11','','1','2020-11-11 16:19:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(99,'111605112238','7','2','300','retail','0','2020-11-11 19:31:21','','','','0','Cash',36.84,'150','','','11','','1','2020-11-11 16:32:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1002.00','1000','Inclusive'),(101,'111605112507','8','2','600','retail','0','2020-11-11 19:35:28','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-11 16:37:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1019.00','1017','Inclusive'),(102,'111605112633','8','1','300','retail','0','2020-11-11 19:42:31','','','','0','Cash',36.84,'300','','','11','','1','2020-11-11 16:44:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1019.00','1018','Inclusive'),(103,'111605114627','8','1','300','retail','0','2020-11-11 20:11:02','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-11 17:12:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1019.00','1018','Inclusive'),(104,'111605116738','5','1','450','retail','0','2020-11-11 20:46:49','','','','0','Cash',55.26,'450','','','11','','1','2020-11-11 17:47:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','1001.00','1000','Inclusive'),(105,'111605118725','8','1','300','retail','0','2020-11-11 21:19:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-11 18:21:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1019.00','1018','Inclusive'),(106,'111605166867','8','2','600','retail','0','2020-11-12 10:41:30','','','','0','Cash',73.68,'300','','','11','','1','2020-11-12 07:42:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(108,'111605169982','8','1','300','retail','0','2020-11-12 11:33:38','','','','0','Cash',36.84,'300','','','11','','1','2020-11-12 08:36:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(109,'121605171448','7','1','150','retail','0','2020-11-12 11:57:57','','','','0','Cash',18.42,'150','','','12','','1','2020-11-12 08:58:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(110,'111605173561','8','2','600','retail','0','2020-11-12 12:33:55','','','','0','Cash',73.68,'300','','','11','','1','2020-11-12 09:36:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(111,'111605173802','8','4','1200','retail','0','2020-11-12 12:38:43','','','','0','Cash',147.37,'300','','','11','','1','2020-11-12 09:39:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1000.00','996','Inclusive'),(112,'111605174606','6','1','80','retail','0','2020-11-12 12:51:13','','','','0','Cash',9.82,'80','','','11','','1','2020-11-12 09:51:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(113,'111605176189','8','2','600','retail','0','2020-11-12 13:19:07','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-12 10:23:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(114,'111605181588','7','1','150','retail','0','2020-11-12 14:49:10','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-12 11:57:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(115,'111605183315','6','2','160','retail','0','2020-11-12 15:16:31','','','','0','Invoice',19.65,'80','','','11','','1','2020-11-12 12:18:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1000.00','998','Inclusive'),(116,'111605183600','6','1','80','retail','0','2020-11-12 15:20:37','','','','0','Cash',9.82,'80','','','11','','1','2020-11-12 12:21:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(117,'111605185777','8','1','300','retail','0','2020-11-12 16:02:09','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 13:04:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(118,'111605185777','7','2','300','retail','0','2020-11-12 16:02:09','','','','0','Invoice',36.84,'150','','','11','','1','2020-11-12 13:04:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1000.00','998','Inclusive'),(119,'111605186481','7','2','300','retail','0','2020-11-12 16:08:34','','','','0','Invoice',36.84,'150','','','11','','1','2020-11-12 13:10:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1000.00','998','Inclusive'),(120,'111605186754','12','1','20','retail','0','2020-11-12 16:23:48','','','','0','Cash',2.46,'20','','','11','','1','2020-11-12 13:24:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(121,'111605187445','8','1','300','retail','0','2020-11-12 16:53:07','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-12 13:55:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(122,'111605189336','2','1','50','retail','0','2020-11-12 16:57:27','','','','0','Cash',6.14,'50','','','11','','1','2020-11-12 13:57:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(123,'111605191079','8','1','300','retail','0','2020-11-12 17:24:58','','','','0','Cash',36.84,'300','','','11','','1','2020-11-12 14:25:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(124,'111605191150','3','1','120','retail','0','2020-11-12 17:28:25','','','','0','Cash',14.74,'120','','','11','','1','2020-11-12 14:28:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','11.00','10','Inclusive'),(125,'111605193002','3','1','120','retail','0','2020-11-12 18:05:53','','','','0','Cash',14.74,'120','','','11','','1','2020-11-12 15:06:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','11.00','10','Inclusive'),(126,'111605194061','8','2','600','retail','0','2020-11-12 18:15:02','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-12 15:17:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(127,'111605194576','2','1','50','retail','0','2020-11-12 18:23:20','','','','0','Cash',6.14,'50','','','11','','1','2020-11-12 15:23:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(128,'111605194971','8','1','300','retail','0','2020-11-12 18:30:00','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 15:32:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(129,'111605195253','6','1','80','retail','0','2020-11-12 18:35:48','','','','0','Cash',9.82,'80','','','11','','1','2020-11-12 15:35:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(130,'111605195353','8','4','1200','retail','0','2020-11-12 18:55:20','','','','0','Invoice',147.37,'300','','','11','','1','2020-11-12 15:56:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1000.00','996','Inclusive'),(131,'111605196651','6','2','160','retail','0','2020-11-12 19:04:11','','','','0','Invoice',19.65,'80','','','11','','1','2020-11-12 16:05:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1000.00','998','Inclusive'),(132,'111605197191','7','1','150','retail','0','2020-11-12 19:06:46','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-12 16:10:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(133,'111605197557','8','1','300','retail','0','2020-11-12 19:13:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 16:16:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(134,'111605199839','8','1','300','retail','0','2020-11-12 19:50:54','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 16:52:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(135,'111605200644','8','1','300','retail','0','2020-11-12 20:05:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 17:06:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(136,'111605203727','8','1','300','retail','0','2020-11-12 20:56:13','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-12 17:58:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(137,'121605204789','5','1','450','retail','0','2020-11-12 21:13:42','','','','0','Cash',55.26,'450','','','12','','1','2020-11-12 18:13:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','20.00','19','Inclusive'),(138,'111605244146','8','2','600','retail','0','2020-11-13 08:09:50','','','','0','Cash',73.68,'300','','','11','','1','2020-11-13 05:10:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(139,'111605244264','6','1','80','retail','0','2020-11-13 08:38:55','','','','0','Cash',9.82,'80','','','11','','1','2020-11-13 05:39:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(140,'111605244264','6','1','80','retail','0','2020-11-13 08:38:55','','','','0','Cash',9.82,'80','','','11','','1','2020-11-13 05:39:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(141,'111605245955','6','1','80','retail','0','2020-11-13 08:39:31','','','','0','Mpesa',9.82,'80','','','11','','1','2020-11-13 05:40:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1000.00','999','Inclusive'),(142,'111605246018','8','3','900','retail','0','2020-11-13 09:03:55','','','','0','Cash',110.53,'300','','','11','','1','2020-11-13 06:05:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1000.00','997','Inclusive'),(143,'111605250597','2','1','50','retail','0','2020-11-13 09:56:58','','','','0','Cash',6.14,'50','','','11','','1','2020-11-13 06:57:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(144,'111605254031','8','2','600','retail','0','2020-11-13 10:54:19','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-13 07:57:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(145,'111605254247','8','1','300','retail','0','2020-11-13 11:02:28','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-13 08:02:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(146,'111605254578','8','1','300','retail','0','2020-11-13 11:03:13','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 08:06:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1000.00','999','Inclusive'),(147,'111605254835','7','1','150','retail','0','2020-11-13 11:10:37','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 08:12:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(148,'111605255299','8','2','600','retail','0','2020-11-13 11:15:50','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-13 08:18:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(149,'111605256705','13','1','250','retail','0','2020-11-13 11:39:06','','','','0','Cash',30.70,'250','','','11','','1','2020-11-13 08:39:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','135.00','134','Inclusive'),(150,'111605256789','8','2','600','retail','0','2020-11-13 11:57:19','','','','0','Cash',73.68,'300','','','11','','1','2020-11-13 08:57:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(151,'111605257864','8','2','600','retail','0','2020-11-13 11:59:48','','','','0','Cash',73.68,'300','','','11','','1','2020-11-13 09:00:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(152,'111605257864','8','2','600','retail','0','2020-11-13 11:59:48','','','','0','Cash',73.68,'300','','','11','','1','2020-11-13 09:00:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1000.00','998','Inclusive'),(155,'111605258479','8','1','300','retail','0','2020-11-13 12:09:44','','','','0','Cash',36.84,'300','','','11','','1','2020-11-13 09:09:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(156,'111605259820','8','1','300','retail','0','2020-11-13 12:30:35','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 09:31:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(157,'111605259964','8','1','300','retail','0','2020-11-13 12:32:58','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 09:34:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(158,'111605261209','8','1','300','retail','0','2020-11-13 12:55:34','','','','0','Cash',36.84,'300','','','11','','1','2020-11-13 09:55:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(159,'111605261421','8','1','300','retail','0','2020-11-13 12:57:54','','','','0','Cash',36.84,'300','','','11','','1','2020-11-13 09:57:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(161,'111605263415','3','1','120','retail','0','2020-11-13 13:30:34','','','','0','Cash',14.74,'120','','','11','','1','2020-11-13 10:30:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','11.00','10','Inclusive'),(162,'111605264515','8','1','300','retail','0','2020-11-13 13:49:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 10:50:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(163,'111605266153','8','1','300','retail','0','2020-11-13 14:16:11','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 11:17:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(164,'111605273040','8','1','300','retail','0','2020-11-13 16:11:13','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 13:12:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1002.00','1001','Inclusive'),(165,'111605273226','7','1','150','retail','0','2020-11-13 16:16:32','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 13:19:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1000.00','999','Inclusive'),(166,'111605273680','6','1','80','retail','0','2020-11-13 16:21:30','','','','0','Invoice',9.82,'80','','','11','','1','2020-11-13 13:22:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1001.00','1000','Inclusive'),(169,'111605274502','7','1','150','retail','0','2020-11-13 16:35:49','','','','0','Cash',18.42,'150','','','11','','1','2020-11-13 13:36:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1002.00','1001','Inclusive'),(172,'111605275332','8','2','600','retail','0','2020-11-13 17:00:41','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-13 14:02:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1006.00','1004','Inclusive'),(173,'111605277035','8','1','300','retail','0','2020-11-13 17:17:49','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 14:19:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1006.00','1005','Inclusive'),(174,'111605279181','8','1','300','retail','0','2020-11-13 17:53:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 14:54:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1006.00','1005','Inclusive'),(175,'111605279337','8','1','300','retail','0','2020-11-13 17:55:54','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 14:56:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1006.00','1005','Inclusive'),(176,'111605279971','8','2','600','retail','0','2020-11-13 18:06:30','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-13 15:07:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1006.00','1004','Inclusive'),(177,'111605280778','7','1','150','retail','0','2020-11-13 18:21:04','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 15:22:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1002.00','1001','Inclusive'),(178,'111605281021','7','1','150','retail','0','2020-11-13 18:23:57','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 15:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1002.00','1001','Inclusive'),(179,'111605281436','7','1','150','retail','0','2020-11-13 18:31:09','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 15:32:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1002.00','1001','Inclusive'),(181,'111605282760','8','1','300','retail','0','2020-11-13 18:53:01','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-13 15:54:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1007.00','1006','Inclusive'),(182,'111605283010','7','1','150','retail','0','2020-11-13 18:57:22','','','','0','Mpesa',18.42,'150','','','11','','1','2020-11-13 15:58:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1002.00','1001','Inclusive'),(183,'111605283185','8','1','300','retail','0','2020-11-13 19:00:09','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:01:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1007.00','1006','Inclusive'),(185,'111605283500','8','1','300','retail','0','2020-11-13 19:05:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:06:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1008.00','1007','Inclusive'),(186,'111605285057','8','1','300','retail','0','2020-11-13 19:31:15','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:32:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1008.00','1007','Inclusive'),(188,'111605285358','8','1','300','retail','0','2020-11-13 19:36:11','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:37:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1009.00','1008','Inclusive'),(189,'111605285607','8','1','300','retail','0','2020-11-13 19:40:26','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:41:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1009.00','1008','Inclusive'),(190,'111605285738','8','1','300','retail','0','2020-11-13 19:43:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 16:45:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1009.00','1008','Inclusive'),(191,'111605286464','7','2','300','retail','0','2020-11-13 19:55:18','','','','0','Invoice',36.84,'150','','','11','','1','2020-11-13 16:56:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1002.00','1000','Inclusive'),(193,'111605286771','8','1','300','retail','0','2020-11-13 20:00:39','','','','0','Cash',36.84,'300','','','11','','1','2020-11-13 17:00:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(195,'111605288448','7','1','150','retail','0','2020-11-13 20:27:54','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-13 17:30:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1003.00','1002','Inclusive'),(196,'111605288970','8','1','300','retail','0','2020-11-13 20:37:54','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-13 17:40:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(197,'111605289297','7','2','300','retail','0','2020-11-13 20:42:26','','','','0','Cash',36.84,'150','','','11','','1','2020-11-13 17:42:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1003.00','1001','Inclusive'),(198,'111605334974','7','1','150','retail','0','2020-11-14 09:23:10','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-14 06:25:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1003.00','1002','Inclusive'),(200,'111605337249','7','2','300','retail','0','2020-11-14 10:01:07','','','','0','Mpesa',36.84,'150','','','11','','1','2020-11-14 07:01:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1005.00','1003','Inclusive'),(201,'111605337286','2','1','50','retail','0','2020-11-14 10:01:58','','','','0','Cash',6.14,'50','','','11','','1','2020-11-14 07:02:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(202,'111605338001','12','1','20','retail','0','2020-11-14 10:13:45','','','','0','Cash',2.46,'20','','','11','','1','2020-11-14 07:14:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(204,'111605342354','13','3','750','retail','0','2020-11-14 11:26:27','','','','0','Mpesa',92.11,'250','','','11','','1','2020-11-14 08:26:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','3','138.00','135','Inclusive'),(205,'111605342835','9','3','1050','retail','0','2020-11-14 11:34:47','','','','0','Cash',128.95,'350','','','11','','1','2020-11-14 08:35:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','3','1320.00','1317','Inclusive'),(206,'111605343438','8','2','600','retail','0','2020-11-14 11:44:13','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-14 08:45:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(207,'111605343818','9','1','350','retail','0','2020-11-14 11:50:42','','','','0','Cash',42.98,'350','','','11','','1','2020-11-14 08:50:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1320.00','1319','Inclusive'),(208,'111605343859','7','1','150','retail','0','2020-11-14 11:53:25','','','','0','Cash',18.42,'150','','','11','','1','2020-11-14 08:54:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1005.00','1004','Inclusive'),(209,'111605344065','7','1','150','retail','0','2020-11-14 11:56:16','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-14 08:57:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1005.00','1004','Inclusive'),(210,'111605347032','8','2','600','retail','0','2020-11-14 12:44:06','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-14 09:46:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(211,'111605347651','8','1','300','retail','0','2020-11-14 12:54:23','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-14 09:54:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(212,'111605347679','2','1','50','retail','0','2020-11-14 12:55:10','','','','0','Mpesa',6.14,'50','','','11','','1','2020-11-14 09:55:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(213,'111605347731','2','1','50','retail','0','2020-11-14 12:55:55','','','','0','Mpesa',6.14,'50','','','11','','1','2020-11-14 09:56:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(215,'111605349422','7','1','150','retail','0','2020-11-14 13:23:56','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-14 10:24:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1005.00','1004','Inclusive'),(216,'111605351508','12','1','20','retail','0','2020-11-14 14:02:36','','','','0','Cash',2.46,'20','','','11','','1','2020-11-14 11:02:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(217,'111605352102','8','2','600','retail','0','2020-11-14 14:08:41','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-14 11:10:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(218,'111605352269','8','2','600','retail','0','2020-11-14 14:11:29','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-14 11:12:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(219,'111605353655','8','1','300','retail','0','2020-11-14 14:40:28','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 11:41:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1010.00','1009','Inclusive'),(220,'111605355325','8','3','900','retail','0','2020-11-14 15:02:41','','','','0','Invoice',110.53,'300','','','11','','1','2020-11-14 12:04:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1010.00','1007','Inclusive'),(221,'111605356810','9','1','350','retail','0','2020-11-14 15:27:11','','','','0','Cash',42.98,'350','','','11','','1','2020-11-14 12:37:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1320.00','1319','Inclusive'),(222,'111605358764','12','1','20','retail','0','2020-11-14 15:59:38','','','','0','Cash',2.46,'20','','','11','','1','2020-11-14 12:59:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(223,'111605358790','2','1','50','retail','0','2020-11-14 16:04:17','','','','0','Cash',6.14,'50','','','11','','1','2020-11-14 13:04:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(224,'111605362930','8','2','600','retail','0','2020-11-14 17:09:06','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-14 14:10:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1010.00','1008','Inclusive'),(231,'111605364113','8','1','300','retail','0','2020-11-14 17:28:43','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-14 14:29:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1021.00','1020','Inclusive'),(233,'111605364603','8','1','300','retail','0','2020-11-14 17:36:51','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 14:37:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1023.00','1022','Inclusive'),(238,'111605366629','8','2','600','retail','0','2020-11-14 18:10:50','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-14 15:12:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1031.00','1029','Inclusive'),(239,'111605367147','8','1','300','retail','0','2020-11-14 18:19:23','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-14 15:20:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1031.00','1030','Inclusive'),(240,'111605367609','8','1','300','retail','0','2020-11-14 18:26:57','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 15:27:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1031.00','1030','Inclusive'),(241,'111605369962','8','1','300','retail','0','2020-11-14 19:06:11','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 16:06:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1031.00','1030','Inclusive'),(242,'111605369988','8','1','300','retail','0','2020-11-14 19:06:48','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 16:07:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1031.00','1030','Inclusive'),(245,'111605371312','8','1','300','retail','0','2020-11-14 19:28:44','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-14 16:29:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1033.00','1032','Inclusive'),(246,'111605371391','8','1','300','retail','0','2020-11-14 19:30:29','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-14 16:31:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1033.00','1032','Inclusive'),(248,'111605374094','8','1','300','retail','0','2020-11-14 20:15:12','','','','0','Cash',36.84,'300','','','11','','1','2020-11-14 17:16:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1034.00','1033','Inclusive'),(249,'111605421052','8','2','600','retail','0','2020-11-15 09:17:56','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 06:18:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1034.00','1032','Inclusive'),(250,'111605422163','8','2','600','retail','0','2020-11-15 09:36:28','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 06:38:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1034.00','1032','Inclusive'),(251,'111605423235','8','4','1200','retail','0','2020-11-15 09:54:32','','','','0','Invoice',147.37,'300','','','11','','1','2020-11-15 06:55:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1034.00','1030','Inclusive'),(252,'111605424425','8','1','300','retail','0','2020-11-15 10:14:06','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-15 07:15:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1034.00','1033','Inclusive'),(253,'111605424718','8','1','300','retail','0','2020-11-15 10:19:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 07:20:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1034.00','1033','Inclusive'),(254,'111605427035','8','4','1200','retail','0','2020-11-15 10:58:54','','','','0','Cash',147.37,'300','','','11','','1','2020-11-15 07:59:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1034.00','1030','Inclusive'),(257,'111605429255','8','2','600','retail','0','2020-11-15 11:34:41','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 08:36:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1036.00','1034','Inclusive'),(258,'111605429496','8','1','300','retail','0','2020-11-15 11:38:54','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 08:40:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1036.00','1035','Inclusive'),(259,'111605429720','8','2','600','retail','0','2020-11-15 11:42:40','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 08:44:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1036.00','1034','Inclusive'),(260,'111605429899','7','1','150','retail','0','2020-11-15 11:45:24','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-15 08:47:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1005.00','1004','Inclusive'),(261,'111605430318','2','3','150','retail','0','2020-11-15 11:52:26','','','','0','Cash',18.42,'50','','','11','','1','2020-11-15 08:52:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','3','96.00','93','Inclusive'),(262,'111605430363','2','1','50','retail','0','2020-11-15 11:52:55','','','','0','Cash',6.14,'50','','','11','','1','2020-11-15 08:53:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(264,'111605432973','8','2','600','retail','0','2020-11-15 12:36:41','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 09:39:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1037.00','1035','Inclusive'),(265,'111605433270','8','1','300','retail','0','2020-11-15 12:41:42','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-15 09:42:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1037.00','1036','Inclusive'),(266,'111605434517','8','2','600','retail','0','2020-11-15 13:02:15','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 10:03:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1037.00','1035','Inclusive'),(267,'111605435783','8','1','300','retail','0','2020-11-15 13:23:17','','','','0','Cash',36.84,'300','','','11','','1','2020-11-15 10:23:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1037.00','1036','Inclusive'),(269,'111605436649','7','1','150','retail','0','2020-11-15 13:37:49','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-15 10:38:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1006.00','1005','Inclusive'),(270,'111605437573','8','2','600','retail','0','2020-11-15 13:53:14','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 10:54:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1037.00','1035','Inclusive'),(271,'111605438068','7','2','300','retail','0','2020-11-15 14:01:32','','','','0','Cash',36.84,'150','','','11','','1','2020-11-15 11:02:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1006.00','1004','Inclusive'),(273,'111605439200','8','1','300','retail','0','2020-11-15 14:20:14','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-15 11:20:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1038.00','1037','Inclusive'),(274,'111605439252','8','2','600','retail','0','2020-11-15 14:21:43','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 11:23:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1038.00','1036','Inclusive'),(275,'111605440351','2','1','50','retail','0','2020-11-15 14:39:28','','','','0','Cash',6.14,'50','','','11','','1','2020-11-15 11:39:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(276,'111605440385','2','1','50','retail','0','2020-11-15 14:39:57','','','','0','Cash',6.14,'50','','','11','','1','2020-11-15 11:40:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(277,'111605440407','2','1','50','retail','0','2020-11-15 14:59:45','','','','0','Mpesa',6.14,'50','','','11','','1','2020-11-15 12:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','96.00','95','Inclusive'),(278,'111605441656','8','1','300','retail','0','2020-11-15 15:08:35','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 12:10:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1038.00','1037','Inclusive'),(279,'111605442244','7','1','150','retail','0','2020-11-15 15:10:55','','','','0','Cash',18.42,'150','','','11','','1','2020-11-15 12:14:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1006.00','1005','Inclusive'),(280,'111605442461','8','2','600','retail','0','2020-11-15 15:21:04','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 12:22:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1038.00','1036','Inclusive'),(283,'111605443523','8','2','600','retail','0','2020-11-15 15:32:27','','','','0','Cash',73.68,'300','','','11','','1','2020-11-15 12:32:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1042.00','1040','Inclusive'),(284,'111605443577','8','1','300','retail','0','2020-11-15 15:38:04','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 12:39:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1042.00','1041','Inclusive'),(285,'111605444017','6','3','240','retail','0','2020-11-15 15:40:51','','','','0','Invoice',29.47,'80','','','11','','1','2020-11-15 12:42:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1003.00','1000','Inclusive'),(286,'111605444259','8','1','300','retail','0','2020-11-15 15:44:33','','','','0','Cash',36.84,'300','','','11','','1','2020-11-15 12:45:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1042.00','1041','Inclusive'),(288,'111605444440','8','1','300','retail','0','2020-11-15 15:47:34','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-15 12:48:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1043.00','1042','Inclusive'),(290,'111605446499','2','12','600','retail','0','2020-11-15 16:23:33','','','','0','Cash',73.68,'50','','','11','','1','2020-11-15 13:23:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','12','108.00','96','Inclusive'),(291,'111605446635','5','1','450','retail','0','2020-11-15 16:24:11','','','','0','Cash',55.26,'450','','','11','','1','2020-11-15 13:24:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','20.00','19','Inclusive'),(293,'111605447083','8','1','300','retail','0','2020-11-15 16:31:39','','','','0','Cash',36.84,'300','','','11','','1','2020-11-15 13:32:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1044.00','1043','Inclusive'),(296,'111605447916','8','2','600','retail','0','2020-11-15 16:45:29','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-15 13:46:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1046.00','1044','Inclusive'),(297,'111605447961','8','1','300','retail','0','2020-11-15 16:47:23','','','','0','Cash',36.84,'300','','','11','','1','2020-11-15 13:47:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1046.00','1045','Inclusive'),(298,'111605448078','4','1','250','retail','0','2020-11-15 16:55:20','','','','0','Cash',30.70,'250','','','11','','1','2020-11-15 13:55:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(299,'111605448532','4','1','250','retail','0','2020-11-15 16:55:47','','','','0','Cash',30.70,'250','','','11','','1','2020-11-15 13:55:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(300,'111605448557','2','1','50','retail','0','2020-11-15 16:57:04','','','','0','Cash',6.14,'50','','','11','','1','2020-11-15 13:57:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(301,'111605449438','7','1','150','retail','0','2020-11-15 17:10:56','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-15 14:13:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1006.00','1005','Inclusive'),(302,'111605449652','8','1','300','retail','0','2020-11-15 17:15:19','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 14:17:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1046.00','1045','Inclusive'),(303,'111605450207','8','1','300','retail','0','2020-11-15 17:28:59','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-15 14:29:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1046.00','1045','Inclusive'),(305,'111605450791','8','1','300','retail','0','2020-11-15 17:33:21','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-15 14:34:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1047.00','1046','Inclusive'),(309,'111605453684','5','2','900','retail','0','2020-11-15 18:22:49','','','','0','Invoice',110.53,'450','','','11','','1','2020-11-15 15:24:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','22.00','20','Inclusive'),(310,'111605454538','8','1','300','retail','0','2020-11-15 18:36:03','','','','0','Cash',36.84,'300','','','11','','1','2020-11-15 15:36:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(311,'111605455285','8','2','600','retail','0','2020-11-15 18:48:31','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-15 15:49:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1050.00','1048','Inclusive'),(312,'111605457176','7','1','150','retail','0','2020-11-15 19:19:49','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-15 16:20:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1006.00','1005','Inclusive'),(314,'111605457752','5','1','450','retail','0','2020-11-15 19:29:21','','','','0','Mpesa',55.26,'450','','','11','','1','2020-11-15 16:30:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','23.00','22','Inclusive'),(315,'111605458860','6','1','80','retail','0','2020-11-15 19:52:08','','','','0','Cash',9.82,'80','','','11','','1','2020-11-15 16:52:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1003.00','1002','Inclusive'),(317,'111605459271','9','2','700','retail','0','2020-11-15 19:54:59','','','','0','Mpesa',85.96,'350','','','11','','1','2020-11-15 16:55:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1330.00','1328','Inclusive'),(318,'111605462848','5','1','450','retail','0','2020-11-15 20:54:31','','','','0','Mpesa',55.26,'450','','','11','','1','2020-11-15 17:55:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','23.00','22','Inclusive'),(319,'111605505316','8','1','300','retail','0','2020-11-16 08:42:41','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 05:44:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(320,'111605505551','8','2','600','retail','0','2020-11-16 08:46:54','','','','0','Cash',73.68,'300','','','11','','1','2020-11-16 05:47:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1050.00','1048','Inclusive'),(321,'111605505652','8','2','600','retail','0','2020-11-16 08:49:35','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-16 05:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1050.00','1048','Inclusive'),(322,'111605507737','8','1','300','retail','0','2020-11-16 09:22:35','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 06:24:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(323,'111605507911','8','1','300','retail','0','2020-11-16 09:25:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 06:26:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(325,'111605508787','8','1','300','retail','0','2020-11-16 09:45:59','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 06:46:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(327,'111605510851','9','10','3500','retail','0','2020-11-16 10:14:37','','','','0','Cash',429.82,'350','','','11','','1','2020-11-16 07:14:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','10','1335.00','1325','Inclusive'),(328,'111605510890','8','1','300','retail','0','2020-11-16 10:48:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 07:49:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(329,'111605513676','8','1','300','retail','0','2020-11-16 11:02:06','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-16 08:02:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(331,'111605513767','8','1','300','retail','0','2020-11-16 11:02:58','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-16 08:03:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1050.00','1049','Inclusive'),(332,'111605513789','8','6','1800','retail','0','2020-11-16 11:59:31','','','','0','Invoice',221.05,'300','','','11','','1','2020-11-16 09:01:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1050.00','1044','Inclusive'),(334,'111605520609','8','1','300','retail','0','2020-11-16 12:57:01','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-16 09:57:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1051.00','1050','Inclusive'),(335,'111605520648','7','1','150','retail','0','2020-11-16 12:57:46','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-16 09:58:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1006.00','1005','Inclusive'),(336,'111605521584','9','1','350','retail','0','2020-11-16 13:14:17','','','','0','Mpesa',42.98,'350','','','11','','1','2020-11-16 10:14:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(337,'111605521671','2','1','50','retail','0','2020-11-16 13:15:25','','','','0','Mpesa',6.14,'50','','','11','','1','2020-11-16 10:15:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(338,'111605521733','2','1','50','retail','0','2020-11-16 13:34:57','','','','0','Cash',6.14,'50','','','11','','1','2020-11-16 10:35:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(339,'111605523860','8','1','300','retail','0','2020-11-16 13:51:12','','','','0','Cash',36.84,'300','','','11','','1','2020-11-16 10:51:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1051.00','1050','Inclusive'),(342,'111605524357','8','1','300','retail','0','2020-11-16 13:59:28','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-16 11:00:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(343,'111605525902','7','3','450','retail','0','2020-11-16 14:25:39','','','','0','Invoice',55.26,'150','','','11','','1','2020-11-16 11:28:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1006.00','1003','Inclusive'),(344,'111605526544','8','1','300','retail','0','2020-11-16 14:36:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 11:39:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(346,'111605533949','7','2','300','retail','0','2020-11-16 16:40:38','','','','0','Mpesa',36.84,'150','','','11','','1','2020-11-16 13:41:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(347,'111605534087','8','4','1200','retail','0','2020-11-16 16:43:23','','','','0','Invoice',147.37,'300','','','11','','1','2020-11-16 13:44:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1052.00','1048','Inclusive'),(348,'111605534643','8','1','300','retail','0','2020-11-16 16:50:57','','','','0','Cash',36.84,'300','','','11','','1','2020-11-16 13:51:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(349,'111605534783','8','1','300','retail','0','2020-11-16 16:53:15','','','','0','Cash',36.84,'300','','','11','','1','2020-11-16 13:53:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(350,'111605538547','7','1','150','retail','0','2020-11-16 17:56:00','','','','0','Mpesa',18.42,'150','','','11','','1','2020-11-16 14:56:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(351,'111605539105','8','1','300','retail','0','2020-11-16 18:05:18','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-16 15:06:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(352,'111605539994','8','1','300','retail','0','2020-11-16 18:20:19','','','','0','Cash',36.84,'300','','','11','','1','2020-11-16 15:20:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(353,'111605540043','3','1','120','retail','0','2020-11-16 18:22:00','','','','0','Cash',14.74,'120','','','11','','1','2020-11-16 15:22:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','11.00','10','Inclusive'),(354,'111605540132','2','1','50','retail','0','2020-11-16 18:22:26','','','','0','Cash',6.14,'50','','','11','','1','2020-11-16 15:22:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(355,'111605540152','8','1','300','retail','0','2020-11-16 18:23:41','','','','0','Cash',36.84,'300','','','11','','1','2020-11-16 15:23:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1052.00','1051','Inclusive'),(356,'111605540234','8','2','600','retail','0','2020-11-16 18:38:36','','','','0','Cash',73.68,'300','','','11','','1','2020-11-16 15:38:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1052.00','1050','Inclusive'),(357,'111605541125','6','1','80','retail','0','2020-11-16 18:58:12','','','','0','Cash',9.82,'80','','','11','','1','2020-11-16 15:58:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1003.00','1002','Inclusive'),(359,'111605545675','8','1','300','retail','0','2020-11-16 19:54:47','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-16 16:55:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1053.00','1052','Inclusive'),(360,'111605591553','8','4','1200','retail','0','2020-11-17 08:39:47','','','','0','Invoice',147.37,'300','','','11','','1','2020-11-17 05:41:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1053.00','1049','Inclusive'),(361,'111605591780','8','2','600','retail','0','2020-11-17 08:43:37','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-17 05:45:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1053.00','1051','Inclusive'),(364,'111605594023','8','1','300','retail','0','2020-11-17 09:20:33','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 06:22:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1055.00','1054','Inclusive'),(365,'111605594368','7','1','150','retail','0','2020-11-17 09:26:33','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-17 06:28:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(366,'111605595176','2','1','50','retail','0','2020-11-17 09:39:49','','','','0','Cash',6.14,'50','','','11','','1','2020-11-17 06:39:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(367,'111605595199','8','1','300','retail','0','2020-11-17 10:52:12','','','','0','Cash',36.84,'300','','','11','','1','2020-11-17 07:54:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1055.00','1054','Inclusive'),(368,'111605599650','8','1','300','retail','0','2020-11-17 10:59:26','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-17 07:59:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1055.00','1054','Inclusive'),(369,'111605600619','9','1','350','retail','0','2020-11-17 11:10:29','','','','0','Mpesa',42.98,'350','','','11','','1','2020-11-17 08:10:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(370,'111605603189','8','3','900','retail','0','2020-11-17 11:53:44','','','','0','Invoice',110.53,'300','','','11','','1','2020-11-17 08:54:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1055.00','1052','Inclusive'),(371,'111605603684','8','1','300','retail','0','2020-11-17 12:24:25','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 09:25:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1055.00','1054','Inclusive'),(372,'111605605494','6','1','80','retail','0','2020-11-17 12:31:44','','','','0','Mpesa',9.82,'80','','','11','','1','2020-11-17 09:31:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1003.00','1002','Inclusive'),(374,'111605605694','8','1','300','retail','0','2020-11-17 12:35:04','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-17 09:35:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1056.00','1055','Inclusive'),(375,'111605605728','7','1','150','retail','0','2020-11-17 12:36:21','','','','0','Cash',18.42,'150','','','11','','1','2020-11-17 09:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(376,'111605605907','9','1','350','retail','0','2020-11-17 12:38:47','','','','0','Cash',42.98,'350','','','11','','1','2020-11-17 09:39:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(377,'111605605958','8','1','300','retail','0','2020-11-17 13:00:45','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 10:01:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1056.00','1055','Inclusive'),(378,'111605608319','7','1','150','retail','0','2020-11-17 13:19:59','','','','0','Cash',18.42,'150','','','11','','1','2020-11-17 10:20:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(379,'111605608416','8','1','300','retail','0','2020-11-17 13:38:40','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-17 10:38:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1056.00','1055','Inclusive'),(381,'111605610405','8','1','300','retail','0','2020-11-17 13:53:35','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-17 10:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1057.00','1056','Inclusive'),(382,'111605611401','8','2','600','retail','0','2020-11-17 14:11:11','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-17 11:12:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1057.00','1055','Inclusive'),(383,'111605611566','6','1','80','retail','0','2020-11-17 14:12:57','','','','0','Cash',9.82,'80','','','11','','1','2020-11-17 11:14:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1003.00','1002','Inclusive'),(384,'111605611674','7','1','150','retail','0','2020-11-17 14:23:42','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-17 11:24:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(385,'111605612336','7','1','150','retail','0','2020-11-17 14:26:32','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-17 11:27:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(386,'111605614640','7','2','300','retail','0','2020-11-17 15:04:30','','','','0','Invoice',36.84,'150','','','11','','1','2020-11-17 12:05:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(387,'111605617616','7','1','150','retail','0','2020-11-17 15:53:46','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-17 12:54:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(388,'111605618124','2','1','50','retail','0','2020-11-17 16:02:14','','','','0','Cash',6.14,'50','','','11','','1','2020-11-17 13:02:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(390,'111605618738','8','2','600','retail','0','2020-11-17 16:12:51','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-17 13:13:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1059.00','1057','Inclusive'),(391,'111605621202','7','2','300','retail','0','2020-11-17 16:53:42','','','','0','Invoice',36.84,'150','','','11','','1','2020-11-17 13:54:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(392,'111605622664','7','1','150','retail','0','2020-11-17 17:18:31','','','','0','Invoice',18.42,'150','','','11','','1','2020-11-17 14:20:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(394,'111605622931','6','1','80','retail','0','2020-11-17 17:22:23','','','','0','Invoice',9.82,'80','','','11','','1','2020-11-17 14:23:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(395,'111605624038','7','1','150','retail','0','2020-11-17 17:40:59','','','','0','Mpesa',18.42,'150','','','11','','1','2020-11-17 14:41:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1008.00','1007','Inclusive'),(397,'111605626143','4','1','250','retail','0','2020-11-17 18:16:21','','','','0','Mpesa',30.70,'250','','','11','','1','2020-11-17 15:16:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(398,'111605626202','8','1','300','retail','0','2020-11-17 18:18:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 15:20:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1059.00','1058','Inclusive'),(399,'111605626678','8','1','300','retail','0','2020-11-17 18:24:47','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 15:26:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1059.00','1058','Inclusive'),(400,'111605626870','2','1','50','retail','0','2020-11-17 18:27:59','','','','0','Cash',6.14,'50','','','11','','1','2020-11-17 15:28:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','108.00','107','Inclusive'),(401,'111605627605','8','1','300','retail','0','2020-11-17 18:40:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 15:40:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1059.00','1058','Inclusive'),(402,'111605628497','3','1','120','retail','0','2020-11-17 18:55:33','','','','0','Cash',14.74,'120','','','11','','1','2020-11-17 15:55:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(403,'111605628542','5','1','450','retail','0','2020-11-17 19:27:14','','','','0','Mpesa',55.26,'450','','','11','','1','2020-11-17 16:28:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','25.00','24','Inclusive'),(404,'111605631136','8','2','600','retail','0','2020-11-17 19:39:19','','','','0','Cash',73.68,'300','','','11','','1','2020-11-17 16:40:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1059.00','1057','Inclusive'),(405,'1441605631417','7','2','300','retail','0','2020-11-18 08:57:54','','','','0','Cash',36.84,'150','','','144','','1','2020-11-18 05:58:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(406,'1441605631417','7','2','300','retail','0','2020-11-18 08:57:54','','','','0','Cash',36.84,'150','','','144','','1','2020-11-18 05:58:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(407,'111605631966','7','2','300','retail','0','2020-11-17 19:53:11','','','','0','Cash',36.84,'150','','','11','','1','2020-11-17 16:53:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1008.00','1006','Inclusive'),(408,'111605633342','8','1','300','retail','0','2020-11-17 20:16:01','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 17:17:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1059.00','1058','Inclusive'),(409,'111605633467','8','1','300','retail','0','2020-11-17 20:18:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-17 17:20:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1059.00','1058','Inclusive'),(410,'111605633845','6','1','80','retail','0','2020-11-17 20:24:14','','','','0','Cash',9.82,'80','','','11','','1','2020-11-17 17:24:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(412,'111605678338','7','1','150','retail','0','2020-11-18 08:45:49','','','','0','Mpesa',18.42,'150','','','11','','1','2020-11-18 05:46:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1009.00','1008','Inclusive'),(414,'111605678651','8','1','300','retail','0','2020-11-18 08:51:00','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-18 05:51:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1060.00','1059','Inclusive'),(416,'111605678830','8','1','300','retail','0','2020-11-18 08:53:58','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-18 05:54:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1061.00','1060','Inclusive'),(417,'111605678854','8','1','300','retail','0','2020-11-18 08:56:46','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-18 05:57:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1061.00','1060','Inclusive'),(421,'111605679486','8','3','900','retail','0','2020-11-18 09:05:00','','','','0','Invoice',110.53,'300','','','11','','1','2020-11-18 06:05:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1067.00','1064','Inclusive'),(422,'111605679662','9','1','350','retail','0','2020-11-18 09:07:51','','','','0','Mpesa',42.98,'350','','','11','','1','2020-11-18 06:07:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(427,'121605683507','8','1','300','retail','0','2020-11-18 10:11:58','','','','0','Mpesa',36.84,'300','','','12','','1','2020-11-18 07:12:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1071.00','1070','Inclusive'),(429,'121605683715','8','2','600','retail','0','2020-11-18 10:15:33','','','','0','Mpesa',73.68,'300','','','12','','1','2020-11-18 07:16:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1073.00','1071','Inclusive'),(430,'121605683762','2','1','50','retail','0','2020-11-18 10:22:30','','','','0','Cash',6.14,'50','','','12','','1','2020-11-18 07:23:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','110.00','109','Inclusive'),(431,'121605685740','9','2','700','retail','0','2020-11-18 10:52:05','','','','0','Cash',85.96,'350','','','12','','1','2020-11-18 07:53:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1335.00','1333','Inclusive'),(433,'1441605686266','10','2','700','retail','0','2020-11-18 10:58:04','','','','0','Mpesa',85.96,'350','','','144','','1','2020-11-18 07:58:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1002.00','1000','Inclusive'),(434,'1441605690538','2','1','50','retail','0','2020-11-18 12:10:20','','','','0','Cash',6.14,'50','','','144','','1','2020-11-18 09:10:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(436,'1441605700571','8','1','300','retail','0','2020-11-18 14:56:27','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 11:56:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1074.00','1073','Inclusive'),(438,'1441605700680','8','1','300','retail','0','2020-11-18 14:58:13','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 11:58:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(439,'1441605705154','2','2','100','retail','0','2020-11-18 16:12:52','','','','0','Cash',12.28,'50','','','144','','1','2020-11-18 13:13:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','111.00','109','Inclusive'),(440,'1441605705552','8','1','300','retail','0','2020-11-18 16:20:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-18 13:21:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(441,'111605707405','7','1','150','retail','0','2020-11-18 16:50:54','','','','0','Mpesa',18.42,'150','','','11','','1','2020-11-18 13:51:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1009.00','1008','Inclusive'),(442,'1441605708603','8','1','300','retail','0','2020-11-18 17:10:17','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-18 14:11:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(443,'121605708789','8','1','300','retail','0','2020-11-18 17:13:18','','','','0','Invoice',36.84,'300','','','12','','1','2020-11-18 14:14:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(444,'1441605709563','8','1','300','retail','0','2020-11-18 17:26:13','','','','0','Cash',36.84,'300','','','144','','1','2020-11-18 14:27:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(445,'1441605709655','6','1','80','retail','0','2020-11-18 17:30:05','','','','0','Cash',9.82,'80','','','144','','1','2020-11-18 14:30:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(447,'111605711106','8','1','300','retail','0','2020-11-18 17:52:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-18 14:53:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1075.00','1074','Inclusive'),(449,'111605712261','8','1','300','retail','0','2020-11-18 18:11:27','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-18 15:11:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1076.00','1075','Inclusive'),(450,'1441605712676','8','5','1500','retail','0','2020-11-18 18:18:09','','','','0','Invoice',184.21,'300','','','144','','1','2020-11-18 15:19:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1078.00','1073','Inclusive'),(451,'1441605713598','7','1','150','retail','0','2020-11-18 18:33:31','','','','0','Cash',18.42,'150','','','144','','1','2020-11-18 15:33:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1009.00','1008','Inclusive'),(452,'1441605714957','8','2','600','retail','0','2020-11-18 18:56:16','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-18 15:57:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1078.00','1076','Inclusive'),(454,'1441605715596','8','1','300','retail','0','2020-11-18 19:07:14','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 16:08:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1079.00','1078','Inclusive'),(455,'1441605715686','8','1','300','retail','0','2020-11-18 19:10:02','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 16:10:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1079.00','1078','Inclusive'),(457,'1441605716287','8','1','300','retail','0','2020-11-18 19:18:29','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 16:19:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1083.00','1082','Inclusive'),(458,'1441605716349','8','4','1200','retail','0','2020-11-18 19:20:13','','','','0','Mpesa',147.37,'300','','','144','','1','2020-11-18 16:22:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1083.00','1079','Inclusive'),(460,'1441605716607','8','2','600','retail','0','2020-11-18 19:23:41','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-18 16:23:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1085.00','1083','Inclusive'),(462,'1441605718456','8','1','300','retail','0','2020-11-18 19:54:29','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 16:54:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1086.00','1085','Inclusive'),(464,'1441605719276','8','1','300','retail','0','2020-11-18 20:08:05','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 17:08:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1087.00','1086','Inclusive'),(465,'1441605719312','8','1','300','retail','0','2020-11-18 20:09:25','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-18 17:13:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1087.00','1086','Inclusive'),(466,'111605722943','8','2','600','retail','0','2020-11-18 21:09:45','','','','0','Mpesa',73.68,'300','','','11','','1','2020-11-18 18:10:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1087.00','1085','Inclusive'),(469,'1441605762386','8','1','300','retail','0','2020-11-19 08:06:39','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 05:07:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(470,'111605763687','8','1','300','retail','0','2020-11-19 08:28:19','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-19 05:29:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(471,'1441605765362','9','1','350','retail','0','2020-11-19 08:56:17','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-19 05:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(472,'1441605767488','8','1','300','retail','0','2020-11-19 09:31:56','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 06:32:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(473,'111605768616','8','1','300','retail','0','2020-11-19 09:50:31','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-19 06:52:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(474,'111605770662','8','1','300','retail','0','2020-11-19 10:24:36','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-19 07:25:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(475,'1441605772140','8','1','300','retail','0','2020-11-19 10:49:22','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 07:51:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(477,'111605772533','8','1','300','retail','0','2020-11-19 10:57:46','','','','0','Cash',36.84,'300','','','11','','1','2020-11-19 07:58:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(478,'111605773806','8','1','300','retail','0','2020-11-19 11:17:10','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-19 08:18:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1089.00','1088','Inclusive'),(480,'1441605776161','8','1','300','retail','0','2020-11-19 11:56:11','','','','0','Cash',36.84,'300','','','144','','1','2020-11-19 08:56:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1090.00','1089','Inclusive'),(481,'1441605777953','8','2','600','retail','0','2020-11-19 12:26:10','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 09:28:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1090.00','1088','Inclusive'),(482,'1441605778497','8','1','300','retail','0','2020-11-19 12:35:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 09:36:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1090.00','1089','Inclusive'),(483,'1441605778782','8','2','600','retail','0','2020-11-19 12:40:06','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 09:41:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1090.00','1088','Inclusive'),(484,'1441605779620','6','1','80','retail','0','2020-11-19 12:54:21','','','','0','Cash',9.82,'80','','','144','','1','2020-11-19 09:55:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(485,'1441605780489','8','1','300','retail','0','2020-11-19 13:08:25','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 10:09:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1090.00','1089','Inclusive'),(486,'1441605781218','2','1','50','retail','0','2020-11-19 13:20:28','','','','0','Cash',6.14,'50','','','144','','1','2020-11-19 10:20:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(487,'1441605781236','3','1','120','retail','0','2020-11-19 13:29:38','','','','0','Cash',14.74,'120','','','144','','1','2020-11-19 10:29:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(489,'1441605782112','8','1','300','retail','0','2020-11-19 13:35:22','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 10:36:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1091.00','1090','Inclusive'),(490,'1441605783250','8','4','1200','retail','0','2020-11-19 13:54:29','','','','0','Invoice',147.37,'300','','','144','','1','2020-11-19 10:55:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1091.00','1087','Inclusive'),(491,'1441605784016','8','2','600','retail','0','2020-11-19 14:07:12','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 11:09:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1091.00','1089','Inclusive'),(492,'1441605784582','8','2','600','retail','0','2020-11-19 14:16:41','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 11:17:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1091.00','1089','Inclusive'),(493,'1441605785884','7','1','150','retail','0','2020-11-19 14:38:20','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-19 11:39:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1009.00','1008','Inclusive'),(494,'1441605786160','2','1','50','retail','0','2020-11-19 14:42:47','','','','0','Cash',6.14,'50','','','144','','1','2020-11-19 11:42:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(495,'1441605786175','8','1','300','retail','0','2020-11-19 15:10:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 12:11:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1091.00','1090','Inclusive'),(496,'1441605788866','8','2','600','retail','0','2020-11-19 15:28:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 12:28:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1091.00','1089','Inclusive'),(498,'1441605789039','8','1','300','retail','0','2020-11-19 15:30:52','','','','0','Cash',36.84,'300','','','144','','1','2020-11-19 12:31:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1092.00','1091','Inclusive'),(499,'1441605789482','2','3','150','retail','0','2020-11-19 15:38:14','','','','0','Cash',18.42,'50','','','144','','1','2020-11-19 12:38:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','3','111.00','108','Inclusive'),(500,'1441605789504','8','1','300','retail','0','2020-11-19 16:01:39','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 13:03:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1092.00','1091','Inclusive'),(502,'1441605791864','8','1','300','retail','0','2020-11-19 16:17:54','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 13:18:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(503,'1441605794384','8','1','300','retail','0','2020-11-19 17:00:48','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 14:01:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(504,'1441605795783','3','1','120','retail','0','2020-11-19 17:23:20','','','','0','Cash',14.74,'120','','','144','','1','2020-11-19 14:23:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(505,'1441605795809','8','1','300','retail','0','2020-11-19 17:23:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 14:25:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(506,'1441605796553','8','1','300','retail','0','2020-11-19 17:36:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 14:37:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(507,'1441605796683','7','3','450','retail','0','2020-11-19 17:38:30','','','','0','Invoice',55.26,'150','','','144','','1','2020-11-19 14:44:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1009.00','1006','Inclusive'),(508,'1441605797897','8','2','600','retail','0','2020-11-19 17:58:34','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-19 14:59:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1093.00','1091','Inclusive'),(509,'1441605798446','9','1','350','retail','0','2020-11-19 18:07:38','','','','0','Cash',42.98,'350','','','144','','1','2020-11-19 15:07:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(510,'1441605802061','8','1','300','retail','0','2020-11-19 19:07:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 16:08:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(512,'1441605802708','7','1','150','retail','0','2020-11-19 19:18:38','','','','0','Mpesa',18.42,'150','','','144','','1','2020-11-19 16:18:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1010.00','1009','Inclusive'),(513,'1441605802736','8','1','300','retail','0','2020-11-19 19:19:43','','','','0','Cash',36.84,'300','','','144','','1','2020-11-19 16:20:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1093.00','1092','Inclusive'),(514,'1441605803890','6','1','80','retail','0','2020-11-19 19:38:57','','','','0','Mpesa',9.82,'80','','','144','','1','2020-11-19 16:39:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(515,'111605804118','8','1','300','retail','0','2020-11-19 19:42:28','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-19 16:43:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1094.00','1093','Inclusive'),(516,'1441605805815','8','1','300','retail','0','2020-11-19 20:10:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-19 17:12:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1094.00','1093','Inclusive'),(518,'1441605806863','8','1','300','retail','0','2020-11-19 20:27:53','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-19 17:28:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(519,'111605808365','5','1','450','retail','0','2020-11-19 20:53:26','','','','0','Cash',55.26,'450','','','11','','1','2020-11-19 17:54:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','25.00','24','Inclusive'),(520,'111605808498','7','3','450','retail','0','2020-11-19 20:55:33','','','','0','Invoice',55.26,'150','','','11','','1','2020-11-19 17:58:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1010.00','1007','Inclusive'),(521,'1441605850660','8','2','600','retail','0','2020-11-20 08:38:05','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-20 05:38:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1095.00','1093','Inclusive'),(522,'1441605850777','8','1','300','retail','0','2020-11-20 08:39:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 05:41:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(523,'1441605851752','8','1','300','retail','0','2020-11-20 09:05:30','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 06:06:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(524,'1441605857898','8','1','300','retail','0','2020-11-20 10:38:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 07:39:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(525,'1441605861746','8','2','600','retail','0','2020-11-20 11:42:48','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-20 08:44:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1095.00','1093','Inclusive'),(526,'1441605861946','8','1','300','retail','0','2020-11-20 11:45:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 08:48:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(528,'1441605864359','8','1','300','retail','0','2020-11-20 12:30:33','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 09:31:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(529,'1441605865218','7','1','150','retail','0','2020-11-20 12:41:05','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-20 09:41:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1010.00','1009','Inclusive'),(530,'1441605867136','7','2','300','retail','0','2020-11-20 13:13:32','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-20 10:14:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1010.00','1008','Inclusive'),(531,'1441605867297','8','1','300','retail','0','2020-11-20 13:15:11','','','','0','Cash',36.84,'300','','','144','','1','2020-11-20 10:15:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(534,'1441605867571','7','3','450','retail','0','2020-11-20 13:19:52','','','','0','Mpesa',55.26,'150','','','144','','1','2020-11-20 10:20:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1016.00','1013','Inclusive'),(535,'1441605867615','8','1','300','retail','0','2020-11-20 13:21:02','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 10:21:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(536,'1441605870893','9','1','350','retail','0','2020-11-20 14:15:04','','','','0','Cash',42.98,'350','','','144','','1','2020-11-20 11:15:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1335.00','1334','Inclusive'),(537,'1441605873514','8','1','300','retail','0','2020-11-20 15:05:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 12:07:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(538,'1441605874098','4','1','250','retail','0','2020-11-20 15:08:31','','','','0','Mpesa',30.70,'250','','','144','','1','2020-11-20 12:09:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(539,'1441605874391','8','1','300','retail','0','2020-11-20 15:13:23','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 12:14:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(540,'1441605874573','2','1','50','retail','0','2020-11-20 15:16:21','','','','0','Cash',6.14,'50','','','144','','1','2020-11-20 12:16:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(541,'1441605874589','8','1','300','retail','0','2020-11-20 15:28:46','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 12:31:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(542,'1441605876427','2','2','100','retail','0','2020-11-20 15:47:17','','','','0','Cash',12.28,'50','','','144','','1','2020-11-20 12:47:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','111.00','109','Inclusive'),(543,'1441605876444','7','2','300','retail','0','2020-11-20 15:53:59','','','','0','Cash',36.84,'150','','','144','','1','2020-11-20 12:54:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1016.00','1014','Inclusive'),(544,'1441605877422','9','2','700','retail','0','2020-11-20 16:04:59','','','','0','Invoice',85.96,'350','','','144','','1','2020-11-20 13:06:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1335.00','1333','Inclusive'),(545,'1441605878919','8','1','300','retail','0','2020-11-20 16:28:49','','','','0','Cash',36.84,'300','','','144','','1','2020-11-20 13:29:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(548,'1441605879678','7','2','300','retail','0','2020-11-20 16:41:32','','','','0','Mpesa',36.84,'150','','','144','','1','2020-11-20 13:42:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1020.00','1018','Inclusive'),(550,'1441605879846','7','1','150','retail','0','2020-11-20 16:44:17','','','','0','Mpesa',18.42,'150','','','144','','1','2020-11-20 13:44:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1021.00','1020','Inclusive'),(551,'1441605879884','6','1','80','retail','0','2020-11-20 16:45:01','','','','0','Mpesa',9.82,'80','','','144','','1','2020-11-20 13:45:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(552,'1441605879927','4','1','250','retail','0','2020-11-20 16:50:46','','','','0','Cash',30.70,'250','','','144','','1','2020-11-20 13:50:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(553,'1441605880254','7','1','150','retail','0','2020-11-20 17:20:30','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-20 14:21:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1021.00','1020','Inclusive'),(555,'1441605882149','7','1','150','retail','0','2020-11-20 17:22:42','','','','0','Mpesa',18.42,'150','','','144','','1','2020-11-20 14:23:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(556,'1441605882188','8','1','300','retail','0','2020-11-20 17:52:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 14:54:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(557,'1441605884159','3','1','120','retail','0','2020-11-20 17:56:10','','','','0','Cash',14.74,'120','','','144','','1','2020-11-20 14:56:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(559,'1441605884703','5','1','450','retail','0','2020-11-20 18:05:14','','','','0','Mpesa',55.26,'450','','','144','','1','2020-11-20 15:05:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(560,'1441605887478','6','2','160','retail','0','2020-11-20 18:51:43','','','','0','Invoice',19.65,'80','','','144','','1','2020-11-20 15:53:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1004.00','1002','Inclusive'),(561,'1441605887624','8','1','300','retail','0','2020-11-20 18:54:15','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-20 15:56:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(562,'1441605887827','8','1','300','retail','0','2020-11-20 18:57:26','','','','0','Cash',36.84,'300','','','144','','1','2020-11-20 15:58:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1095.00','1094','Inclusive'),(563,'1441605944507','8','2','600','retail','0','2020-11-21 10:43:55','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-21 07:45:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1095.00','1093','Inclusive'),(564,'1441605944793','5','1','450','retail','0','2020-11-21 10:46:52','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-21 07:48:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(566,'1441605944967','8','1','300','retail','0','2020-11-21 10:49:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 07:50:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(567,'1441605951508','8','2','600','retail','0','2020-11-21 12:38:44','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-21 09:41:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1096.00','1094','Inclusive'),(568,'1441605953815','8','3','900','retail','0','2020-11-21 13:17:11','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-21 10:18:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1096.00','1093','Inclusive'),(569,'1441605954046','8','1','300','retail','0','2020-11-21 13:21:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 10:22:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(570,'1441605954422','8','1','300','retail','0','2020-11-21 13:28:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 10:29:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(571,'1441605957847','8','2','600','retail','0','2020-11-21 14:24:20','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-21 11:24:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1096.00','1094','Inclusive'),(572,'1441605960006','8','1','300','retail','0','2020-11-21 15:00:24','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-21 12:00:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(573,'1441605976135','8','1','300','retail','0','2020-11-21 19:29:14','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 16:30:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(574,'1441605976287','8','1','300','retail','0','2020-11-21 19:31:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 16:32:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(575,'1441605976401','8','1','300','retail','0','2020-11-21 19:33:39','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 16:34:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(576,'1441605976499','7','3','450','retail','0','2020-11-21 19:35:13','','','','0','Invoice',55.26,'150','','','144','','1','2020-11-21 16:36:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1022.00','1019','Inclusive'),(577,'1441605976622','8','2','600','retail','0','2020-11-21 19:37:21','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-21 16:37:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1096.00','1094','Inclusive'),(578,'1441605976657','8','1','300','retail','0','2020-11-21 19:38:41','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-21 16:38:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1096.00','1095','Inclusive'),(579,'1441605976735','3','1','120','retail','0','2020-11-21 19:39:42','','','','0','Mpesa',14.74,'120','','','144','','1','2020-11-21 16:39:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(580,'1441605976797','7','2','300','retail','0','2020-11-21 19:40:23','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-21 16:41:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1022.00','1020','Inclusive'),(581,'1441605976944','8','2','600','retail','0','2020-11-21 19:42:50','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-21 16:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1096.00','1094','Inclusive'),(582,'1441605977063','7','1','150','retail','0','2020-11-21 19:44:36','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-21 16:46:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(583,'1441605977241','5','1','450','retail','0','2020-11-21 19:48:11','','','','0','Cash',55.26,'450','','','144','','1','2020-11-21 16:49:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(584,'1441605977390','7','1','150','retail','0','2020-11-21 19:50:18','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-21 16:51:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(585,'1441605977520','6','1','80','retail','0','2020-11-21 19:52:09','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-21 16:52:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(587,'1441605977685','8','1','300','retail','0','2020-11-21 19:55:04','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-21 16:55:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1097.00','1096','Inclusive'),(588,'1441605977725','8','1','300','retail','0','2020-11-21 20:10:00','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 17:11:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1097.00','1096','Inclusive'),(589,'1441605978769','8','1','300','retail','0','2020-11-21 20:13:09','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-21 17:13:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1097.00','1096','Inclusive'),(591,'1441605978864','8','1','300','retail','0','2020-11-21 20:14:37','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-21 17:15:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(592,'1441605978902','8','1','300','retail','0','2020-11-21 20:16:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 17:17:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(593,'1441605979129','8','1','300','retail','0','2020-11-21 20:19:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 17:20:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(594,'1441605979292','8','1','300','retail','0','2020-11-21 20:21:59','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 17:23:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(595,'1441605979428','7','1','150','retail','0','2020-11-21 20:24:01','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-21 17:25:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(596,'1441605979588','8','1','300','retail','0','2020-11-21 20:26:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-21 17:28:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(597,'1441605981227','6','1','80','retail','0','2020-11-21 20:54:11','','','','0','Cash',9.82,'80','','','144','','1','2020-11-21 17:55:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(598,'1441605981439','6','1','80','retail','0','2020-11-21 20:57:38','','','','0','Cash',9.82,'80','','','144','','1','2020-11-21 17:57:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(599,'1441605981579','2','2','100','retail','0','2020-11-21 21:01:58','','','','0','Cash',12.28,'50','','','144','','1','2020-11-21 18:02:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','111.00','109','Inclusive'),(600,'1441605981996','5','1','450','retail','0','2020-11-21 21:07:15','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-21 18:09:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(601,'1441605982296','8','1','300','retail','0','2020-11-22 09:46:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 06:48:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(602,'1441605982296','8','1','300','retail','0','2020-11-22 09:46:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 06:48:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(603,'1441606027754','8','1','300','retail','0','2020-11-22 09:49:33','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 06:50:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(604,'1441606029681','8','2','600','retail','0','2020-11-22 10:21:33','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-22 07:22:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1098.00','1096','Inclusive'),(606,'1441606030337','8','1','300','retail','0','2020-11-22 10:56:27','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 07:56:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(607,'1441606031820','8','1','300','retail','0','2020-11-22 10:57:33','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 08:05:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(608,'1441606032333','6','2','160','retail','0','2020-11-22 11:06:11','','','','0','Invoice',19.65,'80','','','144','','1','2020-11-22 08:07:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1004.00','1002','Inclusive'),(609,'1441606036196','10','1','350','retail','0','2020-11-22 12:11:18','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-22 09:13:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1002.00','1001','Inclusive'),(610,'1441606036438','8','1','300','retail','0','2020-11-22 12:15:55','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-22 09:16:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(611,'1441606037949','8','1','300','retail','0','2020-11-22 12:39:30','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 09:39:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(612,'1441606037995','2','1','50','retail','0','2020-11-22 12:40:31','','','','0','Mpesa',6.14,'50','','','144','','1','2020-11-22 09:40:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(613,'1441606038049','8','1','300','retail','0','2020-11-22 12:42:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 09:43:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(614,'1441606038814','8','3','900','retail','0','2020-11-22 12:53:50','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-22 09:55:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1098.00','1095','Inclusive'),(615,'1441606040072','2','1','50','retail','0','2020-11-22 13:14:42','','','','0','Cash',6.14,'50','','','144','','1','2020-11-22 10:14:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(616,'1441606040094','8','1','300','retail','0','2020-11-22 13:32:45','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 10:33:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(617,'1441606041185','8','1','300','retail','0','2020-11-22 13:33:58','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 10:34:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(618,'1441606041253','7','1','150','retail','0','2020-11-22 13:36:01','','','','0','Cash',18.42,'150','','','144','','1','2020-11-22 10:37:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(619,'1441606041454','7','1','150','retail','0','2020-11-22 13:37:59','','','','0','Cash',18.42,'150','','','144','','1','2020-11-22 10:38:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1022.00','1021','Inclusive'),(620,'1441606041488','8','1','300','retail','0','2020-11-22 13:46:25','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 10:46:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(622,'1441606042274','7','1','150','retail','0','2020-11-22 13:51:24','','','','0','Mpesa',18.42,'150','','','144','','1','2020-11-22 10:52:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1023.00','1022','Inclusive'),(623,'1441606043676','8','1','300','retail','0','2020-11-22 14:14:44','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-22 11:14:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(624,'1441606044698','8','1','300','retail','0','2020-11-22 14:32:19','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 11:33:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(625,'1441606044815','8','1','300','retail','0','2020-11-22 14:33:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 11:34:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(626,'1441606048310','8','1','300','retail','0','2020-11-22 15:32:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 12:34:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(627,'1441606048491','8','1','300','retail','0','2020-11-22 15:35:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 12:37:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1098.00','1097','Inclusive'),(628,'1441606048693','8','2','600','retail','0','2020-11-22 15:38:26','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-22 12:39:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1098.00','1096','Inclusive'),(630,'1441606050693','8','3','900','retail','0','2020-11-22 16:12:07','','','','0','Cash',110.53,'300','','','144','','1','2020-11-22 13:12:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1099.00','1096','Inclusive'),(631,'1441606050743','8','1','300','retail','0','2020-11-22 16:12:40','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-22 13:13:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1099.00','1098','Inclusive'),(632,'1441606051362','3','1','120','retail','0','2020-11-22 16:23:13','','','','0','Cash',14.74,'120','','','144','','1','2020-11-22 13:23:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(633,'1441606052311','8','2','600','retail','0','2020-11-22 16:38:47','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-22 13:38:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1099.00','1097','Inclusive'),(634,'1441606052339','6','1','80','retail','0','2020-11-22 17:16:05','','','','0','Cash',9.82,'80','','','144','','1','2020-11-22 14:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(635,'1441606054573','8','2','600','retail','0','2020-11-22 17:17:38','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-22 14:18:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1099.00','1097','Inclusive'),(636,'121606056593','8','1','300','retail','0','2020-11-22 17:50:22','','','','0','Cash',36.84,'300','','','12','','1','2020-11-22 14:55:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1099.00','1098','Inclusive'),(639,'121606058185','8','3','900','retail','0','2020-11-22 18:16:40','','','','0','Mpesa',110.53,'300','','','12','','1','2020-11-22 15:16:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1105.00','1102','Inclusive'),(641,'121606058360','8','1','300','retail','0','2020-11-22 18:19:28','','','','0','Invoice',36.84,'300','','','12','','1','2020-11-22 15:20:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(642,'1441606058820','8','1','300','retail','0','2020-11-22 18:27:11','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-22 15:27:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(643,'1441606060123','7','1','150','retail','0','2020-11-22 18:48:58','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-22 15:50:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1023.00','1022','Inclusive'),(644,'1441606060489','8','1','300','retail','0','2020-11-22 18:55:03','','','','0','Cash',36.84,'300','','','144','','1','2020-11-22 15:55:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(645,'1441606060553','8','1','300','retail','0','2020-11-22 19:21:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-22 16:21:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(646,'1441606065029','8','3','900','retail','0','2020-11-22 20:10:40','','','','0','Mpesa',110.53,'300','','','144','','1','2020-11-22 17:10:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1106.00','1103','Inclusive'),(647,'1441606065501','8','2','600','retail','0','2020-11-22 20:18:34','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-22 17:19:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1106.00','1104','Inclusive'),(648,'111606108592','8','1','300','retail','0','2020-11-23 08:16:55','','','','0','Invoice',36.84,'300','','','11','','1','2020-11-23 05:18:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(650,'111606113264','9','1','350','retail','0','2020-11-23 09:34:36','','','','0','Mpesa',42.98,'350','','','11','','1','2020-11-23 06:35:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(651,'1441606116261','8','1','300','retail','0','2020-11-23 10:24:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 07:26:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(652,'1441606116409','8','1','300','retail','0','2020-11-23 10:26:59','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 07:28:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(653,'1441606116596','8','1','300','retail','0','2020-11-23 10:38:39','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 07:39:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(654,'1441606120089','10','1','350','retail','0','2020-11-23 11:28:23','','','','0','Mpesa',42.98,'350','','','144','','1','2020-11-23 08:28:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1002.00','1001','Inclusive'),(655,'1441606120606','10','1','350','retail','0','2020-11-23 11:36:55','','','','0','Mpesa',42.98,'350','','','144','','1','2020-11-23 08:37:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1002.00','1001','Inclusive'),(656,'1441606120627','7','3','450','retail','0','2020-11-23 11:51:22','','','','0','Invoice',55.26,'150','','','144','','1','2020-11-23 08:52:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1023.00','1020','Inclusive'),(657,'1441606122310','8','1','300','retail','0','2020-11-23 12:05:23','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-23 09:05:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(658,'1441606122335','6','1','80','retail','0','2020-11-23 12:06:04','','','','0','Mpesa',9.82,'80','','','144','','1','2020-11-23 09:06:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(659,'1441606122374','3','1','120','retail','0','2020-11-23 12:11:38','','','','0','Cash',14.74,'120','','','144','','1','2020-11-23 09:11:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(660,'1441606125001','8','3','900','retail','0','2020-11-23 12:50:15','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-23 09:51:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1106.00','1103','Inclusive'),(661,'1441606127624','8','2','600','retail','0','2020-11-23 13:34:06','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-23 10:35:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1106.00','1104','Inclusive'),(663,'1441606128189','7','1','150','retail','0','2020-11-23 13:43:36','','','','0','Mpesa',18.42,'150','','','144','','1','2020-11-23 10:44:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(664,'1441606128243','8','1','300','retail','0','2020-11-23 13:48:55','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 10:49:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(665,'1441606130492','8','2','600','retail','0','2020-11-23 14:21:57','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-23 11:23:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1106.00','1104','Inclusive'),(666,'1441606132362','2','1','50','retail','0','2020-11-23 14:52:57','','','','0','Cash',6.14,'50','','','144','','1','2020-11-23 11:53:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(667,'1441606135703','8','3','900','retail','0','2020-11-23 15:49:06','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-23 12:50:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1106.00','1103','Inclusive'),(668,'1441606135900','2','1','50','retail','0','2020-11-23 15:51:55','','','','0','Cash',6.14,'50','','','144','','1','2020-11-23 12:52:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(669,'1441606135938','8','1','300','retail','0','2020-11-23 15:52:48','','','','0','Cash',36.84,'300','','','144','','1','2020-11-23 12:53:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(670,'1441606136025','8','2','600','retail','0','2020-11-23 15:54:45','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-23 12:55:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1106.00','1104','Inclusive'),(671,'1441606138036','8','1','300','retail','0','2020-11-23 16:27:25','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 13:28:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1106.00','1105','Inclusive'),(672,'1441606140048','7','1','150','retail','0','2020-11-23 17:01:26','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-23 14:02:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(673,'1441606141624','9','20','7000','retail','0','2020-11-23 17:27:19','','','','0','Mpesa',859.65,'350','','','144','','1','2020-11-23 14:27:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','20','1356.00','1336','Inclusive'),(675,'1441606142508','8','1','300','retail','0','2020-11-23 17:42:09','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 14:42:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1108.00','1107','Inclusive'),(676,'1441606143155','12','2','40','retail','0','2020-11-23 17:53:07','','','','0','Mpesa',4.91,'20','','','144','','1','2020-11-23 14:53:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','2','1000.00','998','Inclusive'),(677,'1441606143200','8','1','300','retail','0','2020-11-23 18:10:03','','','','0','Cash',36.84,'300','','','144','','1','2020-11-23 15:10:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1108.00','1107','Inclusive'),(678,'1441606144225','5','1','450','retail','0','2020-11-23 18:18:37','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-23 15:19:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(679,'1441606144890','8','1','300','retail','0','2020-11-23 18:21:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 15:22:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1108.00','1107','Inclusive'),(681,'1441606145214','8','1','300','retail','0','2020-11-23 18:27:03','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-23 15:27:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1109.00','1108','Inclusive'),(682,'1441606145242','8','6','1800','retail','0','2020-11-23 18:40:27','','','','0','Invoice',221.05,'300','','','144','','1','2020-11-23 15:43:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1109.00','1103','Inclusive'),(683,'1441606147168','8','1','300','retail','0','2020-11-23 19:00:04','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-23 16:00:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1109.00','1108','Inclusive'),(684,'1441606147215','7','1','150','retail','0','2020-11-23 19:00:51','','','','0','Cash',18.42,'150','','','144','','1','2020-11-23 16:01:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(685,'1441606151699','8','1','300','retail','0','2020-11-23 20:15:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 17:15:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1109.00','1108','Inclusive'),(686,'1441606151799','8','1','300','retail','0','2020-11-23 20:16:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-23 17:17:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1109.00','1108','Inclusive'),(689,'1441606193101','8','1','300','retail','0','2020-11-24 07:45:09','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 04:45:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(690,'1441606197567','7','1','150','retail','0','2020-11-24 08:59:39','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-24 06:00:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(691,'1441606198035','8','1','300','retail','0','2020-11-24 09:07:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 06:09:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(692,'1441606204256','8','1','300','retail','0','2020-11-24 10:51:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 07:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(693,'1441606204345','8','1','300','retail','0','2020-11-24 10:52:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 07:54:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(694,'1441606206840','11','1','20','retail','0','2020-11-24 11:34:22','','','','0','Cash',2.46,'20','','','144','','1','2020-11-24 08:34:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(695,'1441606206882','3','1','120','retail','0','2020-11-24 11:51:22','','','','0','Cash',14.74,'120','','','144','','1','2020-11-24 08:51:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(696,'1441606207892','7','1','150','retail','0','2020-11-24 11:56:13','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-24 08:57:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(697,'1441606208278','7','1','150','retail','0','2020-11-24 11:58:11','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-24 08:59:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(698,'1441606209858','8','2','600','retail','0','2020-11-24 12:24:36','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-24 09:26:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1112.00','1110','Inclusive'),(699,'1441606210929','8','1','300','retail','0','2020-11-24 12:43:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 09:45:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(700,'1441606213513','8','1','300','retail','0','2020-11-24 13:25:24','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 10:26:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1112.00','1111','Inclusive'),(701,'1441606213643','2','1','50','retail','0','2020-11-24 13:27:33','','','','0','Mpesa',6.14,'50','','','144','','1','2020-11-24 10:27:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(702,'1441606213667','7','1','150','retail','0','2020-11-24 13:28:21','','','','0','Cash',18.42,'150','','','144','','1','2020-11-24 10:28:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(703,'1441606213720','2','1','50','retail','0','2020-11-24 13:46:57','','','','0','Cash',6.14,'50','','','144','','1','2020-11-24 10:47:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(704,'1441606214826','2','1','50','retail','0','2020-11-24 13:47:16','','','','0','Cash',6.14,'50','','','144','','1','2020-11-24 10:47:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(705,'1441606216749','8','2','600','retail','0','2020-11-24 14:19:46','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-24 11:20:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1112.00','1110','Inclusive'),(708,'1441606221534','8','1','300','retail','0','2020-11-24 15:39:03','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-24 12:39:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1114.00','1113','Inclusive'),(709,'1441606221686','8','1','300','retail','0','2020-11-24 15:42:23','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 12:43:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1114.00','1113','Inclusive'),(711,'1441606222284','8','1','300','retail','0','2020-11-24 15:51:37','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-24 12:51:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1115.00','1114','Inclusive'),(712,'1441606223250','7','1','150','retail','0','2020-11-24 16:08:31','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-24 13:09:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(713,'1441606224283','8','1','300','retail','0','2020-11-24 16:25:03','','','','0','Cash',36.84,'300','','','144','','1','2020-11-24 13:25:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1115.00','1114','Inclusive'),(714,'1441606224351','6','1','80','retail','0','2020-11-24 16:32:20','','','','0','Mpesa',9.82,'80','','','144','','1','2020-11-24 13:33:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(715,'1441606226679','8','2','600','retail','0','2020-11-24 17:04:53','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-24 14:24:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1115.00','1113','Inclusive'),(716,'1441606227885','8','2','600','retail','0','2020-11-24 17:40:31','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-24 14:42:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1115.00','1113','Inclusive'),(718,'1441606230413','8','1','300','retail','0','2020-11-24 18:07:44','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-24 15:08:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(719,'1441606230496','11','1','20','retail','0','2020-11-24 18:10:40','','','','0','Cash',2.46,'20','','','144','','1','2020-11-24 15:10:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(720,'1441606232948','8','1','300','retail','0','2020-11-24 18:49:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 15:50:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(721,'1441606234092','8','2','600','retail','0','2020-11-24 19:08:36','','','','0','Cash',73.68,'300','','','144','','1','2020-11-24 16:09:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(722,'1441606234160','8','1','300','retail','0','2020-11-24 19:13:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 16:14:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(723,'1441606235571','8','1','300','retail','0','2020-11-24 19:33:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-24 16:34:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(724,'1441606236044','3','1','120','retail','0','2020-11-24 19:41:10','','','','0','Mpesa',14.74,'120','','','144','','1','2020-11-24 16:41:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(725,'1441606239209','8','1','300','retail','0','2020-11-24 20:33:58','','','','0','Cash',36.84,'300','','','144','','1','2020-11-24 17:34:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(726,'1441606239864','8','2','600','retail','0','2020-11-24 20:44:55','','','','0','Mpesa',73.68,'300','','','144','','1','2020-11-24 17:45:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(727,'1441606240449','8','1','300','retail','0','2020-11-24 20:54:26','','','','0','Cash',36.84,'300','','','144','','1','2020-11-24 17:56:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(728,'1441606286642','8','1','300','retail','0','2020-11-25 09:44:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 06:45:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(729,'1441606286805','2','2','100','retail','0','2020-11-25 09:46:58','','','','0','Cash',12.28,'50','','','144','','1','2020-11-25 06:47:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','111.00','109','Inclusive'),(730,'1441606287845','12','1','20','retail','0','2020-11-25 10:04:32','','','','0','Cash',2.46,'20','','','144','','1','2020-11-25 07:04:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(731,'1441606287880','8','2','600','retail','0','2020-11-25 10:34:37','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-25 07:35:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(732,'1441606289778','8','2','600','retail','0','2020-11-25 10:37:01','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-25 07:38:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(733,'1441606290959','8','1','300','retail','0','2020-11-25 10:56:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 07:56:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(734,'1441606293584','9','1','350','retail','0','2020-11-25 11:40:16','','','','0','Cash',42.98,'350','','','144','','1','2020-11-25 08:40:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(735,'1441606293632','4','1','250','retail','0','2020-11-25 11:42:42','','','','0','Invoice',30.70,'250','','','144','','1','2020-11-25 08:44:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(736,'1441606296656','8','3','900','retail','0','2020-11-25 12:31:10','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-25 09:31:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1116.00','1113','Inclusive'),(737,'1441606299090','12','1','20','retail','0','2020-11-25 13:12:18','','','','0','Cash',2.46,'20','','','144','','1','2020-11-25 10:12:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(738,'1441606301321','2','1','50','retail','0','2020-11-25 13:49:07','','','','0','Cash',6.14,'50','','','144','','1','2020-11-25 10:49:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(739,'1441606301694','2','1','50','retail','0','2020-11-25 13:55:02','','','','0','Mpesa',6.14,'50','','','144','','1','2020-11-25 10:56:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(740,'1441606302428','8','3','900','retail','0','2020-11-25 14:18:59','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-25 11:20:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1116.00','1113','Inclusive'),(741,'1441606304628','6','1','80','retail','0','2020-11-25 14:44:04','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-25 11:44:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(742,'1441606306456','8','1','300','retail','0','2020-11-25 15:14:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 12:15:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(743,'1441606308154','8','1','300','retail','0','2020-11-25 15:43:10','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 12:44:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(744,'1441606308304','2','2','100','retail','0','2020-11-25 15:45:23','','','','0','Cash',12.28,'50','','','144','','1','2020-11-25 12:45:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','111.00','109','Inclusive'),(745,'1441606308334','2','1','50','retail','0','2020-11-25 15:55:02','','','','0','Cash',6.14,'50','','','144','','1','2020-11-25 12:55:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(746,'1441606310669','8','2','600','retail','0','2020-11-25 16:25:40','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-25 13:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(747,'1441606311873','5','1','450','retail','0','2020-11-25 16:44:43','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-25 13:47:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(748,'1441606312333','6','1','80','retail','0','2020-11-25 16:52:41','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-25 13:53:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1004.00','1003','Inclusive'),(749,'1441606312432','8','2','600','retail','0','2020-11-25 16:54:43','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-25 13:55:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(750,'1441606313026','8','6','1800','retail','0','2020-11-25 17:04:02','','','','0','Invoice',221.05,'300','','','144','','1','2020-11-25 14:04:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1116.00','1110','Inclusive'),(751,'1441606314841','11','1','20','retail','0','2020-11-25 17:34:16','','','','0','Cash',2.46,'20','','','144','','1','2020-11-25 14:34:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(752,'1441606316111','8','1','300','retail','0','2020-11-25 17:55:33','','','','0','Cash',36.84,'300','','','144','','1','2020-11-25 14:57:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(753,'1441606316243','8','3','900','retail','0','2020-11-25 18:08:54','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-25 15:10:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1116.00','1113','Inclusive'),(754,'1441606317160','7','1','150','retail','0','2020-11-25 18:12:51','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-25 15:13:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(755,'1441606318464','8','1','300','retail','0','2020-11-25 18:34:42','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 15:36:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(756,'1441606318622','7','1','150','retail','0','2020-11-25 18:37:26','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-25 15:38:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(757,'1441606319335','8','1','300','retail','0','2020-11-25 18:52:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 15:54:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(758,'1441606319720','8','2','600','retail','0','2020-11-25 18:55:40','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-25 15:56:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1116.00','1114','Inclusive'),(759,'1441606319817','8','1','300','retail','0','2020-11-25 18:57:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 15:58:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(760,'1441606320700','8','3','900','retail','0','2020-11-25 19:12:07','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-25 16:13:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1116.00','1113','Inclusive'),(761,'1441606321029','8','1','300','retail','0','2020-11-25 19:17:21','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 16:18:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(762,'1441606323071','8','1','300','retail','0','2020-11-25 19:51:22','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-25 16:52:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1116.00','1115','Inclusive'),(763,'1441606324085','3','1','120','retail','0','2020-11-25 20:08:16','','','','0','Cash',14.74,'120','','','144','','1','2020-11-25 17:08:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(764,'1441606324697','2','1','50','retail','0','2020-11-25 20:19:49','','','','0','Cash',6.14,'50','','','144','','1','2020-11-25 17:19:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(765,'1441606324799','11','1','20','retail','0','2020-11-25 20:21:11','','','','0','Cash',2.46,'20','','','144','','1','2020-11-25 17:21:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(768,'1441606368236','8','1','300','retail','0','2020-11-26 08:24:05','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 05:24:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1118.00','1117','Inclusive'),(769,'1441606368990','8','2','600','retail','0','2020-11-26 08:36:46','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 05:37:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1118.00','1116','Inclusive'),(770,'1441606369093','8','1','300','retail','0','2020-11-26 08:46:36','','','','0','Mpesa',36.84,'300','','','144','','1','2020-11-26 05:47:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1118.00','1117','Inclusive'),(772,'1441606372378','8','1','300','retail','0','2020-11-26 09:33:08','','','','0','Cash',36.84,'300','','','144','','1','2020-11-26 06:34:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(773,'1441606372448','11','1','20','retail','0','2020-11-26 10:05:53','','','','0','Invoice',2.46,'20','','','144','','1','2020-11-26 07:06:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(774,'1441606372448','7','2','300','retail','0','2020-11-26 10:05:53','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-26 07:06:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1024.00','1022','Inclusive'),(775,'1441606374944','8','4','1200','retail','0','2020-11-26 10:16:03','','','','0','Invoice',147.37,'300','','','144','','1','2020-11-26 07:17:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1119.00','1115','Inclusive'),(776,'1441606380610','3','1','120','retail','0','2020-11-26 11:50:24','','','','0','Invoice',14.74,'120','','','144','','1','2020-11-26 08:50:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(777,'1441606380715','9','1','350','retail','0','2020-11-26 11:52:05','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-26 08:53:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(778,'1441606381578','8','1','300','retail','0','2020-11-26 12:06:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 09:07:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(779,'1441606382500','8','1','300','retail','0','2020-11-26 12:21:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 09:23:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(780,'1441606383030','8','5','1500','retail','0','2020-11-26 12:30:57','','','','0','Invoice',184.21,'300','','','144','','1','2020-11-26 09:32:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1119.00','1114','Inclusive'),(781,'1441606384067','8','1','300','retail','0','2020-11-26 12:47:54','','','','0','Cash',36.84,'300','','','144','','1','2020-11-26 09:48:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(782,'1441606384096','8','2','600','retail','0','2020-11-26 13:09:28','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 10:10:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1119.00','1117','Inclusive'),(783,'1441606387538','8','2','600','retail','0','2020-11-26 13:45:54','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 10:47:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1119.00','1117','Inclusive'),(784,'1441606392870','11','3','60','retail','0','2020-11-26 15:15:28','','','','0','Cash',7.37,'20','','','144','','1','2020-11-26 12:15:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','3','1000.00','997','Inclusive'),(785,'1441606392939','9','1','350','retail','0','2020-11-26 15:18:52','','','','0','Cash',42.98,'350','','','144','','1','2020-11-26 12:19:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(786,'1441606394601','7','1','150','retail','0','2020-11-26 15:43:43','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-26 12:44:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(787,'1441606394752','8','1','300','retail','0','2020-11-26 15:46:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 12:47:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(788,'1441606394948','8','3','900','retail','0','2020-11-26 15:49:46','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-26 12:51:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1119.00','1116','Inclusive'),(789,'1441606395558','2','1','50','retail','0','2020-11-26 16:00:42','','','','0','Cash',6.14,'50','','','144','','1','2020-11-26 13:00:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(790,'1441606396210','8','1','300','retail','0','2020-11-26 16:10:22','','','','0','Cash',36.84,'300','','','144','','1','2020-11-26 13:10:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(791,'1441606396247','8','1','300','retail','0','2020-11-26 16:30:31','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 13:31:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(792,'1441606398375','8','1','300','retail','0','2020-11-26 16:47:02','','','','0','Cash',36.84,'300','','','144','','1','2020-11-26 13:47:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(793,'1441606398438','8','2','600','retail','0','2020-11-26 16:53:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 13:54:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1119.00','1117','Inclusive'),(794,'1441606399706','7','2','300','retail','0','2020-11-26 17:09:23','','','','0','Cash',36.84,'150','','','144','','1','2020-11-26 14:09:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1024.00','1022','Inclusive'),(795,'1441606400084','5','1','450','retail','0','2020-11-26 17:15:12','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-26 14:17:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(796,'1441606401196','4','1','250','retail','0','2020-11-26 17:33:25','','','','0','Invoice',30.70,'250','','','144','','1','2020-11-26 14:34:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(797,'1441606401379','8','1','300','retail','0','2020-11-26 17:36:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 14:37:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(798,'1441606401496','8','1','300','retail','0','2020-11-26 17:38:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 14:39:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(799,'1441606408322','8','1','300','retail','0','2020-11-26 19:32:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 16:33:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(800,'1441606408459','8','2','600','retail','0','2020-11-26 19:36:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 16:37:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1119.00','1117','Inclusive'),(801,'1441606408693','8','1','300','retail','0','2020-11-26 19:38:21','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-26 16:39:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1119.00','1118','Inclusive'),(802,'1441606408785','8','2','600','retail','0','2020-11-26 19:39:56','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-26 16:40:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1119.00','1117','Inclusive'),(803,'1441606409550','8','3','900','retail','0','2020-11-26 19:52:45','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-26 16:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1119.00','1116','Inclusive'),(805,'1441606411278','8','1','300','retail','0','2020-11-26 20:21:33','','','','0','Cash',36.84,'300','','','144','','1','2020-11-26 17:21:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(806,'1441606456475','8','1','300','retail','0','2020-11-27 08:54:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 05:55:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(807,'1441606457077','3','1','120','retail','0','2020-11-27 09:04:52','','','','0','Cash',14.74,'120','','','144','','1','2020-11-27 06:05:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(808,'1441606457106','8','1','300','retail','0','2020-11-27 10:01:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 07:02:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(809,'1441606460613','8','3','900','retail','0','2020-11-27 10:03:55','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-27 07:04:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1120.00','1117','Inclusive'),(810,'1441606463121','8','5','1500','retail','0','2020-11-27 10:45:37','','','','0','Invoice',184.21,'300','','','144','','1','2020-11-27 07:46:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1120.00','1115','Inclusive'),(811,'1441606463245','8','2','600','retail','0','2020-11-27 10:47:56','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 07:48:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(812,'1441606465857','7','2','300','retail','0','2020-11-27 11:31:12','','','','0','Cash',36.84,'150','','','144','','1','2020-11-27 08:32:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1024.00','1022','Inclusive'),(813,'1441606465939','11','1','20','retail','0','2020-11-27 11:32:48','','','','0','Cash',2.46,'20','','','144','','1','2020-11-27 08:33:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(814,'1441606465984','2','1','50','retail','0','2020-11-27 12:17:27','','','','0','Cash',6.14,'50','','','144','','1','2020-11-27 09:17:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(815,'1441606468668','8','2','600','retail','0','2020-11-27 12:59:00','','','','0','Cash',73.68,'300','','','144','','1','2020-11-27 09:59:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(816,'1441606471187','8','1','300','retail','0','2020-11-27 13:04:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 10:05:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(817,'1441606471563','8','1','300','retail','0','2020-11-27 13:06:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 10:07:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(818,'1441606471784','7','2','300','retail','0','2020-11-27 13:09:58','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-27 10:10:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1024.00','1022','Inclusive'),(819,'1441606471891','8','2','600','retail','0','2020-11-27 13:11:56','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 10:14:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(820,'1441606474704','8','2','600','retail','0','2020-11-27 13:58:47','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 10:59:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(821,'1441606476909','8','2','600','retail','0','2020-11-27 14:35:42','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 11:37:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(822,'1441606480923','9','1','350','retail','0','2020-11-27 15:42:15','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-27 12:43:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(823,'1441606481797','9','8','2800','retail','0','2020-11-27 15:56:49','','','','0','Invoice',343.86,'350','','','144','','1','2020-11-27 12:58:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','8','1356.00','1348','Inclusive'),(825,'1441606482620','6','2','150','retail','0','2020-11-27 16:12:27','','','','0','Invoice',18.42,'75','','','144','','1','2020-11-27 13:14:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(826,'1441606485042','8','1','300','retail','0','2020-11-27 16:51:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 13:53:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(827,'1441606486710','7','1','150','retail','0','2020-11-27 17:18:45','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-27 14:20:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1024.00','1023','Inclusive'),(828,'1441606488353','8','1','300','retail','0','2020-11-27 17:46:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 14:46:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(829,'1441606488724','8','1','300','retail','0','2020-11-27 17:52:44','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 14:53:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(831,'1441606488915','7','1','150','retail','0','2020-11-27 17:55:26','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-27 14:56:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1025.00','1024','Inclusive'),(832,'1441606489666','7','2','300','retail','0','2020-11-27 18:08:02','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-27 15:08:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1025.00','1023','Inclusive'),(833,'1441606490584','8','1','300','retail','0','2020-11-27 18:23:19','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 15:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(834,'1441606490795','8','1','300','retail','0','2020-11-27 18:26:46','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 15:27:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(835,'1441606492009','8','1','300','retail','0','2020-11-27 18:47:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 15:48:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(836,'1441606492215','7','1','150','retail','0','2020-11-27 18:50:26','','','','0','Cash',18.42,'150','','','144','','1','2020-11-27 15:50:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1025.00','1024','Inclusive'),(837,'1441606492255','8','1','300','retail','0','2020-11-27 18:52:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-27 15:53:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1120.00','1119','Inclusive'),(838,'1441606492963','7','1','150','retail','0','2020-11-27 19:02:53','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-27 16:03:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1025.00','1024','Inclusive'),(839,'1441606494402','8','2','600','retail','0','2020-11-27 19:26:57','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 16:28:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(840,'1441606496818','8','2','600','retail','0','2020-11-27 20:08:50','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-27 17:11:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1120.00','1118','Inclusive'),(842,'1441606497573','9','1','350','retail','0','2020-11-27 20:34:09','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-27 17:37:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(843,'1441606499671','8','1','300','retail','0','2020-11-27 20:54:48','','','','0','Cash',36.84,'300','','','144','','1','2020-11-27 17:55:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(844,'1441606500311','3','2','240','retail','0','2020-11-27 21:05:41','','','','0','Cash',29.47,'120','','','144','','1','2020-11-27 18:06:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','2','12.00','10','Inclusive'),(845,'1441606542500','8','1','300','retail','0','2020-11-28 08:48:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 05:49:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(846,'1441606545065','8','2','600','retail','0','2020-11-28 09:31:18','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-28 06:32:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1121.00','1119','Inclusive'),(847,'1441606545175','8','1','300','retail','0','2020-11-28 09:33:08','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 06:33:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(848,'1441606547355','8','1','300','retail','0','2020-11-28 10:09:31','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 07:10:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(849,'1441606548551','8','1','300','retail','0','2020-11-28 10:29:34','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 07:30:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(850,'1441606551291','8','1','300','retail','0','2020-11-28 11:15:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 08:16:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(851,'1441606553383','8','1','300','retail','0','2020-11-28 11:49:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 08:50:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(852,'1441606553496','6','1','80','retail','0','2020-11-28 11:51:46','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-28 08:52:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(853,'1441606555282','4','1','250','retail','0','2020-11-28 12:21:32','','','','0','Invoice',30.70,'250','','','144','','1','2020-11-28 09:22:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(854,'1441606559189','8','1','300','retail','0','2020-11-28 13:26:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 10:27:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(855,'1441606560099','8','3','900','retail','0','2020-11-28 13:42:21','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-28 10:43:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1121.00','1118','Inclusive'),(856,'1441606560306','2','1','50','retail','0','2020-11-28 13:45:17','','','','0','Cash',6.14,'50','','','144','','1','2020-11-28 10:45:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(857,'1441606560324','11','1','20','retail','0','2020-11-28 13:46:12','','','','0','Cash',2.46,'20','','','144','','1','2020-11-28 10:46:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(858,'1441606560380','8','1','300','retail','0','2020-11-28 13:50:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 10:51:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(859,'1441606561967','8','1','300','retail','0','2020-11-28 14:30:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 11:32:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1121.00','1120','Inclusive'),(861,'1441606564947','8','1','300','retail','0','2020-11-28 15:02:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 12:03:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1122.00','1121','Inclusive'),(864,'1441606565487','8','1','300','retail','0','2020-11-28 15:11:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 12:12:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(865,'1441606566317','8','1','300','retail','0','2020-11-28 15:25:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 12:26:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(866,'1441606567416','7','1','150','retail','0','2020-11-28 15:44:19','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-28 12:45:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1025.00','1024','Inclusive'),(867,'1441606567541','6','1','80','retail','0','2020-11-28 15:45:50','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-28 12:46:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(868,'1441606568646','8','1','300','retail','0','2020-11-28 16:04:32','','','','0','Cash',36.84,'300','','','144','','1','2020-11-28 13:04:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(869,'1441606568863','8','1','300','retail','0','2020-11-28 16:08:13','','','','0','Cash',36.84,'300','','','144','','1','2020-11-28 13:09:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(871,'1441606571604','7','1','150','retail','0','2020-11-28 16:53:34','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-28 13:54:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(872,'1441606574960','9','1','350','retail','0','2020-11-28 17:49:30','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-28 14:50:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(873,'1441606576349','8','1','300','retail','0','2020-11-28 18:13:18','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 15:14:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(874,'1441606577127','6','3','240','retail','0','2020-11-28 18:28:16','','','','0','Invoice',29.47,'80','','','144','','1','2020-11-28 15:29:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1006.00','1003','Inclusive'),(875,'1441606578128','7','2','300','retail','0','2020-11-28 18:42:32','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-28 15:43:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1026.00','1024','Inclusive'),(876,'1441606578527','8','1','300','retail','0','2020-11-28 18:49:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 15:51:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(877,'1441606578694','4','1','250','retail','0','2020-11-28 18:53:13','','','','0','Invoice',30.70,'250','','','144','','1','2020-11-28 15:54:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(878,'1441606578936','9','1','350','retail','0','2020-11-28 18:55:47','','','','0','Invoice',42.98,'350','','','144','','1','2020-11-28 15:56:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1356.00','1355','Inclusive'),(879,'1441606579025','8','2','600','retail','0','2020-11-28 18:57:22','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-28 16:01:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1124.00','1122','Inclusive'),(880,'1441606580451','8','1','300','retail','0','2020-11-28 19:21:15','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 16:28:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(881,'1441606581196','2','1','50','retail','0','2020-11-28 19:33:29','','','','0','Cash',6.14,'50','','','144','','1','2020-11-28 16:33:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(882,'1441606581215','9','2','700','retail','0','2020-11-28 19:44:20','','','','0','Invoice',85.96,'350','','','144','','1','2020-11-28 16:45:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1356.00','1354','Inclusive'),(883,'1441606582039','8','2','600','retail','0','2020-11-28 19:47:40','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-28 16:48:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1124.00','1122','Inclusive'),(884,'1441606584438','8','1','300','retail','0','2020-11-28 20:27:40','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-28 17:29:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(885,'1441606584579','7','1','150','retail','0','2020-11-28 20:29:54','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-28 17:30:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(886,'1441606584677','11','1','20','retail','0','2020-11-28 20:32:38','','','','0','Cash',2.46,'20','','','144','','1','2020-11-28 17:32:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(887,'1441606584774','4','1','250','retail','0','2020-11-28 20:44:41','','','','0','Cash',30.70,'250','','','144','','1','2020-11-28 17:45:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(888,'111606586504','8','2','600','retail','0','2020-11-28 21:02:11','','','','0','Invoice',73.68,'300','','','11','','1','2020-11-28 18:03:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1124.00','1122','Inclusive'),(889,'1441606631985','5','1','450','retail','0','2020-11-29 09:40:02','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-29 06:40:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(890,'1441606632060','8','1','300','retail','0','2020-11-29 09:41:11','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 06:42:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1124.00','1123','Inclusive'),(891,'1441606632160','5','1','450','retail','0','2020-11-29 09:42:51','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-29 06:43:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(893,'1441606636706','7','1','150','retail','0','2020-11-29 10:59:12','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-29 08:00:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(894,'1441606636826','8','1','300','retail','0','2020-11-29 11:00:33','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 08:01:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(895,'1441606641779','8','1','300','retail','0','2020-11-29 12:23:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 09:25:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(896,'1441606641934','7','1','150','retail','0','2020-11-29 12:25:43','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-29 09:26:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(897,'1441606642667','7','1','150','retail','0','2020-11-29 12:37:58','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-29 09:39:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(898,'1441606645663','8','1','300','retail','0','2020-11-29 13:27:52','','','','0','Cash',36.84,'300','','','144','','1','2020-11-29 10:28:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(899,'1441606647346','8','1','300','retail','0','2020-11-29 13:55:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 10:57:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(900,'1441606650192','8','1','300','retail','0','2020-11-29 14:43:24','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 11:44:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(901,'1441606650262','8','2','600','retail','0','2020-11-29 14:44:40','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-29 11:45:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1125.00','1123','Inclusive'),(902,'1441606652688','8','1','300','retail','0','2020-11-29 15:25:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 12:26:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(903,'1441606652941','8','1','300','retail','0','2020-11-29 15:29:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 12:29:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(904,'1441606653001','7','1','150','retail','0','2020-11-29 15:30:10','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-29 12:30:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(905,'1441606654235','8','1','300','retail','0','2020-11-29 15:50:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 12:51:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(906,'1441606654349','8','1','300','retail','0','2020-11-29 15:52:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 12:53:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(907,'1441606658749','8','1','300','retail','0','2020-11-29 17:30:55','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 14:31:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(908,'1441606660424','7','2','300','retail','0','2020-11-29 17:34:07','','','','0','Invoice',36.84,'150','','','144','','1','2020-11-29 14:35:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1026.00','1024','Inclusive'),(909,'1441606661977','6','1','80','retail','0','2020-11-29 18:00:20','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-29 15:01:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(910,'1441606663147','8','1','300','retail','0','2020-11-29 18:19:17','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 15:20:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(911,'1441606664226','4','1','250','retail','0','2020-11-29 18:37:22','','','','0','Cash',30.70,'250','','','144','','1','2020-11-29 15:39:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(912,'1441606665215','4','1','250','retail','0','2020-11-29 18:58:47','','','','0','Cash',30.70,'250','','','144','','1','2020-11-29 15:59:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(913,'1441606668156','8','1','300','retail','0','2020-11-29 19:42:47','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 16:43:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(914,'1441606669856','8','1','300','retail','0','2020-11-29 20:11:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-29 17:12:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(915,'111606672349','8','1','300','retail','0','2020-11-29 20:52:42','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-29 17:53:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(916,'1441606714105','8','1','300','retail','0','2020-11-30 08:28:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 05:29:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(917,'1441606714172','8','3','900','retail','0','2020-11-30 08:29:49','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-30 05:30:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1125.00','1122','Inclusive'),(918,'1441606718759','8','1','300','retail','0','2020-11-30 09:46:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 06:47:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(920,'1441606719429','8','1','300','retail','0','2020-11-30 10:00:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 07:03:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(921,'1441606719898','8','1','300','retail','0','2020-11-30 10:09:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 07:10:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(922,'1441606720271','8','4','1200','retail','0','2020-11-30 10:14:13','','','','0','Invoice',147.37,'300','','','144','','1','2020-11-30 07:15:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1125.00','1121','Inclusive'),(923,'1441606720780','8','1','300','retail','0','2020-11-30 10:19:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 07:20:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(924,'1441606720921','8','1','300','retail','0','2020-11-30 11:44:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 08:45:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(925,'1441606728383','8','1','300','retail','0','2020-11-30 12:50:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 09:51:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(926,'1441606730658','8','1','300','retail','0','2020-11-30 13:04:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 10:06:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(927,'1441606734575','8','1','300','retail','0','2020-11-30 14:12:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 11:14:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(928,'1441606734859','8','2','600','retail','0','2020-11-30 14:14:38','','','','0','Cash',73.68,'300','','','144','','1','2020-11-30 11:15:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1125.00','1123','Inclusive'),(929,'1441606734926','8','1','300','retail','0','2020-11-30 14:18:13','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 11:19:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(930,'1441606736401','2','1','50','retail','0','2020-11-30 15:09:54','','','','0','Invoice',6.14,'50','','','144','','1','2020-11-30 12:11:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','111.00','110','Inclusive'),(931,'1441606739521','6','1','80','retail','0','2020-11-30 15:32:18','','','','0','Cash',9.82,'80','','','144','','1','2020-11-30 12:32:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(932,'1441606739557','8','1','300','retail','0','2020-11-30 15:52:17','','','','0','Cash',36.84,'300','','','144','','1','2020-11-30 12:53:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(933,'1441606741267','6','1','80','retail','0','2020-11-30 16:01:19','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-30 13:02:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(934,'1441606742368','6','1','80','retail','0','2020-11-30 16:23:09','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-30 13:24:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(935,'1441606742667','7','1','150','retail','0','2020-11-30 16:24:39','','','','0','Invoice',18.42,'150','','','144','','1','2020-11-30 13:25:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(936,'1441606743141','8','1','300','retail','0','2020-11-30 16:44:59','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 13:45:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(937,'1441606743965','8','1','300','retail','0','2020-11-30 16:46:14','','','','0','Cash',36.84,'300','','','144','','1','2020-11-30 13:47:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(939,'1441606744890','8','2','600','retail','0','2020-11-30 17:01:43','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-30 14:02:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1125.00','1123','Inclusive'),(940,'1441606744987','8','1','300','retail','0','2020-11-30 17:03:18','','','','0','Cash',36.84,'300','','','144','','1','2020-11-30 14:03:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(941,'1441606745020','6','1','80','retail','0','2020-11-30 17:20:56','','','','0','Invoice',9.82,'80','','','144','','1','2020-11-30 14:21:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(942,'1441606746165','8','1','300','retail','0','2020-11-30 17:38:10','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 14:38:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(943,'1441606747152','8','3','900','retail','0','2020-11-30 17:39:26','','','','0','Invoice',110.53,'300','','','144','','1','2020-11-30 14:40:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1125.00','1122','Inclusive'),(944,'1441606749425','8','1','300','retail','0','2020-11-30 18:17:24','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 15:18:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(945,'1441606749536','8','2','600','retail','0','2020-11-30 18:19:16','','','','0','Invoice',73.68,'300','','','144','','1','2020-11-30 15:20:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1125.00','1123','Inclusive'),(946,'1441606749891','8','1','300','retail','0','2020-11-30 18:25:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 15:25:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(947,'1441606750699','11','1','30','retail','0','2020-11-30 18:38:59','','','','0','Cash',3.68,'30','','','144','','1','2020-11-30 15:39:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(948,'1441606750761','8','1','300','retail','0','2020-11-30 19:06:02','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 16:06:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(949,'1441606754378','8','1','300','retail','0','2020-11-30 19:39:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 16:40:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(950,'1441606754667','8','1','300','retail','0','2020-11-30 19:44:52','','','','0','Cash',36.84,'300','','','144','','1','2020-11-30 16:44:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(951,'1441606754701','8','1','300','retail','0','2020-11-30 20:15:17','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 17:16:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1125.00','1124','Inclusive'),(953,'1441606756934','5','1','450','retail','0','2020-11-30 20:22:24','','','','0','Invoice',55.26,'450','','','144','','1','2020-11-30 17:23:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(954,'1441606757283','8','1','300','retail','0','2020-11-30 20:28:15','','','','0','Invoice',36.84,'300','','','144','','1','2020-11-30 17:29:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1126.00','1125','Inclusive'),(955,'111606759667','8','1','300','retail','0','2020-11-30 21:08:07','','','','0','Mpesa',36.84,'300','','','11','','1','2020-11-30 18:09:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1126.00','1125','Inclusive'),(956,'111606759835','5','1','450','retail','0','2020-11-30 21:11:01','','','','0','Invoice',55.26,'450','','','11','','1','2020-11-30 18:13:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(957,'111606760166','3','1','120','retail','0','2020-11-30 21:16:31','','','','0','Mpesa',14.74,'120','','','11','','1','2020-11-30 18:17:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(958,'1441606800836','8','1','300','retail','0','2020-12-01 08:34:11','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 05:35:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1126.00','1125','Inclusive'),(959,'1441606805152','11','1','20','retail','0','2020-12-01 09:46:04','','','','0','Invoice',2.46,'20','','','144','','1','2020-12-01 06:47:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(960,'1441606807382','8','1','300','retail','0','2020-12-01 10:23:17','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 07:24:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1126.00','1125','Inclusive'),(962,'1441606807826','8','2','600','retail','0','2020-12-01 10:30:39','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-01 07:31:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1127.00','1125','Inclusive'),(963,'1441606812084','8','2','600','retail','0','2020-12-01 11:41:54','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-01 08:42:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1127.00','1125','Inclusive'),(964,'1441606815947','8','1','300','retail','0','2020-12-01 12:45:59','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 09:46:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1127.00','1126','Inclusive'),(965,'1441606818401','8','1','300','retail','0','2020-12-01 13:26:53','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 10:28:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1127.00','1126','Inclusive'),(966,'1441606818515','8','3','900','retail','0','2020-12-01 13:28:51','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-01 10:30:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1127.00','1124','Inclusive'),(967,'1441606819540','8','5','1500','retail','0','2020-12-01 14:23:36','','','','0','Invoice',184.21,'300','','','144','','1','2020-12-01 11:24:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1127.00','1122','Inclusive'),(968,'1441606824329','7','3','450','retail','0','2020-12-01 15:12:32','','','','0','Invoice',55.26,'150','','','144','','1','2020-12-01 12:14:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1026.00','1023','Inclusive'),(970,'1441606825542','2','2','100','retail','0','2020-12-01 15:25:57','','','','0','Cash',12.28,'50','','','144','','1','2020-12-01 12:26:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','113.00','111','Inclusive'),(971,'1441606825569','6','2','150','retail','0','2020-12-01 16:13:07','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-01 13:15:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(972,'1441606829091','8','1','300','retail','0','2020-12-01 16:41:14','','','','0','Cash',36.84,'300','','','144','','1','2020-12-01 13:41:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1127.00','1126','Inclusive'),(973,'1441606830097','8','1','300','retail','0','2020-12-01 16:48:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 13:49:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1127.00','1126','Inclusive'),(974,'1441606830891','3','1','120','retail','0','2020-12-01 16:55:15','','','','0','Cash',14.74,'120','','','144','','1','2020-12-01 13:55:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(976,'1441606830966','8','4','1200','retail','0','2020-12-01 16:56:18','','','','0','Invoice',147.37,'300','','','144','','1','2020-12-01 13:57:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1128.00','1124','Inclusive'),(977,'1441606831482','8','1','300','retail','0','2020-12-01 17:04:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 14:05:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(978,'1441606831545','8','2','600','retail','0','2020-12-01 17:05:59','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-01 14:06:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1128.00','1126','Inclusive'),(979,'1441606832251','8','1','300','retail','0','2020-12-01 17:17:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 14:19:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(980,'1441606833207','8','1','300','retail','0','2020-12-01 17:34:37','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 14:36:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(981,'1441606833506','8','1','300','retail','0','2020-12-01 17:39:00','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 14:39:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(982,'1441606835819','3','1','120','retail','0','2020-12-01 18:17:51','','','','0','Invoice',14.74,'120','','','144','','1','2020-12-01 15:18:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(983,'1441606836998','8','1','300','retail','0','2020-12-01 18:36:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 15:37:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(984,'1441606837123','7','1','150','retail','0','2020-12-01 18:39:34','','','','0','Cash',18.42,'150','','','144','','1','2020-12-01 15:39:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(985,'1441606837194','8','1','300','retail','0','2020-12-01 18:56:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 15:58:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(986,'1441606838523','3','1','120','retail','0','2020-12-01 19:04:56','','','','0','Cash',14.74,'120','','','144','','1','2020-12-01 16:05:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(987,'1441606838705','8','1','300','retail','0','2020-12-01 19:24:04','','','','0','Cash',36.84,'300','','','144','','1','2020-12-01 16:24:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(988,'1441606841753','8','2','600','retail','0','2020-12-01 20:06:48','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-01 17:08:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1128.00','1126','Inclusive'),(989,'1441606842524','8','1','300','retail','0','2020-12-01 20:32:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-01 17:33:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(990,'1441606844245','9','1','350','retail','0','2020-12-01 20:37:45','','','','0','Cash',42.98,'350','','','144','','1','2020-12-01 17:38:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(991,'1441606886663','8','6','1800','retail','0','2020-12-02 08:24:37','','','','0','Invoice',221.05,'300','','','144','','1','2020-12-02 05:25:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1128.00','1122','Inclusive'),(992,'1441606891726','9','1','350','retail','0','2020-12-02 10:32:47','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-02 07:34:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(993,'1441606895766','8','1','300','retail','0','2020-12-02 10:56:34','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 07:56:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(994,'1441606895810','8','1','300','retail','0','2020-12-02 11:08:30','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 08:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1128.00','1127','Inclusive'),(995,'1441606897169','7','1','150','retail','0','2020-12-02 11:19:45','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-02 08:20:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1026.00','1025','Inclusive'),(996,'1441606897239','8','2','600','retail','0','2020-12-02 11:20:53','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-02 08:21:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1128.00','1126','Inclusive'),(997,'1441606898185','2','1','50','retail','0','2020-12-02 11:36:51','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-02 08:38:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','113.00','112','Inclusive'),(999,'1441606899287','7','2','300','retail','0','2020-12-02 12:09:04','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-02 09:10:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1026.00','1024','Inclusive'),(1000,'1441606900691','6','2','150','retail','0','2020-12-02 12:18:45','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-02 09:19:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1001,'1441606901409','8','1','300','retail','0','2020-12-02 12:30:20','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 09:32:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1002,'1441606902694','8','1','300','retail','0','2020-12-02 12:51:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 09:52:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1003,'1441606903413','8','1','300','retail','0','2020-12-02 13:03:42','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 10:08:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1004,'1441606904319','11','1','30','retail','0','2020-12-02 13:36:39','','','','0','Cash',3.68,'30','','','144','','1','2020-12-02 10:38:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1005,'1441606905498','8','1','300','retail','0','2020-12-02 13:40:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 10:41:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1006,'1441606908295','9','1','350','retail','0','2020-12-02 14:25:53','','','','0','Cash',42.98,'350','','','144','','1','2020-12-02 11:26:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1007,'1441606908415','8','1','300','retail','0','2020-12-02 14:44:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 11:45:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1008,'1441606909529','8','1','300','retail','0','2020-12-02 14:47:31','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 11:48:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1009,'1441606909720','10','1','350','retail','0','2020-12-02 14:48:53','','','','0','Cash',42.98,'350','','','144','','1','2020-12-02 11:49:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1002.00','1001','Inclusive'),(1010,'1441606909758','11','1','30','retail','0','2020-12-02 14:54:26','','','','0','Invoice',3.68,'30','','','144','','1','2020-12-02 11:55:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1011,'1441606910455','8','1','300','retail','0','2020-12-02 15:01:18','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 12:01:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1012,'1441606910494','8','1','300','retail','0','2020-12-02 15:08:33','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 12:09:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1013,'1441606911007','9','2','700','retail','0','2020-12-02 15:10:26','','','','0','Invoice',85.96,'350','','','144','','1','2020-12-02 12:11:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1381.00','1379','Inclusive'),(1014,'1441606913807','8','1','300','retail','0','2020-12-02 16:42:44','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 13:42:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1015,'1441606916572','9','1','350','retail','0','2020-12-02 17:05:29','','','','0','Cash',42.98,'350','','','144','','1','2020-12-02 14:05:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1017,'1441606918881','8','1','300','retail','0','2020-12-02 17:21:32','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-02 14:22:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1018,'1441606918940','5','1','450','retail','0','2020-12-02 17:22:34','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-02 14:23:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(1020,'1441606919199','7','1','150','retail','0','2020-12-02 17:27:09','','','','0','Cash',18.42,'150','','','144','','1','2020-12-02 14:27:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1021,'1441606919248','8','1','300','retail','0','2020-12-02 17:48:36','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 14:48:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1022,'1441606920538','8','2','600','retail','0','2020-12-02 18:07:16','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-02 15:08:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1023,'1441606921918','7','1','150','retail','0','2020-12-02 18:12:31','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-02 15:13:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1024,'1441606924297','8','2','600','retail','0','2020-12-02 18:51:54','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-02 15:52:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1025,'1441606924413','5','1','450','retail','0','2020-12-02 19:01:27','','','','0','Cash',55.26,'450','','','144','','1','2020-12-02 16:02:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(1026,'1441606924950','3','2','240','retail','0','2020-12-02 19:10:48','','','','0','Cash',29.47,'120','','','144','','1','2020-12-02 16:10:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','2','12.00','10','Inclusive'),(1027,'1441606925458','8','2','600','retail','0','2020-12-02 19:26:09','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-02 16:26:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1028,'1441606927159','7','1','150','retail','0','2020-12-02 19:39:30','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-02 16:40:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1029,'1441606927776','8','1','300','retail','0','2020-12-02 20:07:09','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 17:07:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1030,'1441606928836','8','2','600','retail','0','2020-12-02 20:18:05','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-02 17:19:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1031,'1441606930708','8','1','300','retail','0','2020-12-02 20:39:14','','','','0','Cash',36.84,'300','','','144','','1','2020-12-02 17:39:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1032,'1441606932319','8','2','600','retail','0','2020-12-02 21:05:59','','','','0','Cash',73.68,'300','','','144','','1','2020-12-02 18:07:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1033,'1441606973602','8','2','600','retail','0','2020-12-03 08:33:38','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-03 05:34:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1034,'1441606973855','6','1','80','retail','0','2020-12-03 08:37:45','','','','0','Cash',9.82,'80','','','144','','1','2020-12-03 05:38:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1035,'1441606973885','8','1','300','retail','0','2020-12-03 08:59:56','','','','0','Cash',36.84,'300','','','144','','1','2020-12-03 06:00:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1036,'1441606975403','8','2','600','retail','0','2020-12-03 09:30:51','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-03 06:31:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1037,'1441606977102','8','4','1200','retail','0','2020-12-03 09:32:07','','','','0','Invoice',147.37,'300','','','144','','1','2020-12-03 06:33:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1129.00','1125','Inclusive'),(1038,'1441606979206','7','1','150','retail','0','2020-12-03 11:49:01','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-03 08:49:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1039,'1441606985499','8','1','300','retail','0','2020-12-03 12:26:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 09:27:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1040,'1441606988544','8','1','300','retail','0','2020-12-03 14:11:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 11:12:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1041,'1441606994133','6','1','80','retail','0','2020-12-03 14:15:41','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-03 11:16:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1042,'1441606995673','2','1','50','retail','0','2020-12-03 15:14:44','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-03 12:15:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','113.00','112','Inclusive'),(1043,'1441606998213','7','1','150','retail','0','2020-12-03 15:23:44','','','','0','Cash',18.42,'150','','','144','','1','2020-12-03 12:23:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1044,'1441606998231','8','1','300','retail','0','2020-12-03 15:34:59','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 12:36:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1045,'1441606999019','8','2','600','retail','0','2020-12-03 15:37:21','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-03 12:38:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1046,'1441607004403','8','2','600','retail','0','2020-12-03 17:07:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-03 14:07:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1047,'1441607004906','7','1','150','retail','0','2020-12-03 18:00:55','','','','0','Cash',18.42,'150','','','144','','1','2020-12-03 15:00:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1048,'1441607007660','8','6','1800','retail','0','2020-12-03 18:31:40','','','','0','Invoice',221.05,'300','','','144','','1','2020-12-03 15:32:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1129.00','1123','Inclusive'),(1049,'1441607011730','7','1','150','retail','0','2020-12-03 19:09:02','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-03 16:10:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1050,'1441607011811','6','1','80','retail','0','2020-12-03 19:10:21','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-03 16:12:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1051,'1441607012120','8','1','300','retail','0','2020-12-03 19:15:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 16:16:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1052,'1441607013667','8','1','300','retail','0','2020-12-03 19:43:09','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 16:43:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1053,'1441607013848','4','1','250','retail','0','2020-12-03 19:44:17','','','','0','Invoice',30.70,'250','','','144','','1','2020-12-03 16:44:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1054,'1441607013913','7','1','150','retail','0','2020-12-03 19:46:26','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-03 16:47:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1055,'1441607015582','8','1','300','retail','0','2020-12-03 20:13:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 17:14:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1056,'1441607015961','2','1','50','retail','0','2020-12-03 20:22:11','','','','0','Cash',6.14,'50','','','144','','1','2020-12-03 17:22:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','113.00','112','Inclusive'),(1057,'1441607016136','6','1','80','retail','0','2020-12-03 20:30:47','','','','0','Cash',9.82,'80','','','144','','1','2020-12-03 17:30:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1058,'1441607016656','11','2','60','retail','0','2020-12-03 20:37:10','','','','0','Cash',7.37,'30','','','144','','1','2020-12-03 17:37:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1059,'1441607017364','8','1','300','retail','0','2020-12-03 20:43:12','','','','0','Cash',36.84,'300','','','144','','1','2020-12-03 17:43:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1060,'1441607019447','8','4','1200','retail','0','2020-12-03 21:17:49','','','','0','Invoice',147.37,'300','','','144','','1','2020-12-03 18:19:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1129.00','1125','Inclusive'),(1061,'1441607019580','8','1','300','retail','0','2020-12-03 21:19:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-03 18:21:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1062,'1441607060587','8','1','300','retail','0','2020-12-04 08:43:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 05:44:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1063,'1441607060654','8','2','600','retail','0','2020-12-04 08:44:32','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-04 05:45:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1064,'1441607062994','8','1','300','retail','0','2020-12-04 09:24:08','','','','0','Cash',36.84,'300','','','144','','1','2020-12-04 06:24:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1065,'1441607063092','3','1','120','retail','0','2020-12-04 09:25:11','','','','0','Cash',14.74,'120','','','144','','1','2020-12-04 06:25:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(1066,'1441607063129','8','1','300','retail','0','2020-12-04 10:02:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 07:03:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1067,'1441607065411','8','1','300','retail','0','2020-12-04 10:03:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 07:04:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1068,'1441607066143','11','5','150','retail','0','2020-12-04 10:16:43','','','','0','Invoice',18.42,'30','','','144','','1','2020-12-04 07:17:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1069,'1441607066303','8','2','600','retail','0','2020-12-04 10:22:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-04 07:22:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1070,'1441607067805','8','1','300','retail','0','2020-12-04 10:43:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 07:44:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1071,'1441607072223','10','10','3500','retail','0','2020-12-04 11:58:22','','','','0','Cash',429.82,'350','','','144','','1','2020-12-04 08:58:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','10','1002.00','992','Inclusive'),(1072,'1441607072312','8','1','300','retail','0','2020-12-04 12:33:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 09:34:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1073,'1441607076063','8','1','300','retail','0','2020-12-04 13:01:13','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 10:02:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1074,'1441607076203','8','1','300','retail','0','2020-12-04 13:09:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 10:10:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1075,'1441607077260','7','1','150','retail','0','2020-12-04 13:34:05','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-04 10:35:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1076,'1441607077260','6','1','80','retail','0','2020-12-04 13:34:05','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-04 10:35:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1077,'1441607078228','8','2','600','retail','0','2020-12-04 13:37:23','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-04 10:39:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1078,'1441607080356','8','2','600','retail','0','2020-12-04 14:40:59','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-04 11:41:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1129.00','1127','Inclusive'),(1079,'1441607082276','8','1','300','retail','0','2020-12-04 15:17:10','','','','0','Cash',36.84,'300','','','144','','1','2020-12-04 12:17:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1080,'1441607084241','8','1','300','retail','0','2020-12-04 16:59:34','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 14:00:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1081,'1441607090690','8','1','300','retail','0','2020-12-04 17:05:02','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 14:05:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1082,'1441607091826','8','1','300','retail','0','2020-12-04 17:23:57','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 14:24:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1083,'1441607092543','9','3','1050','retail','0','2020-12-04 17:50:53','','','','0','Invoice',128.95,'350','','','144','','1','2020-12-04 14:52:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','3','1381.00','1378','Inclusive'),(1084,'1441607094147','8','1','300','retail','0','2020-12-04 18:02:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 15:03:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1085,'1441607094800','7','2','300','retail','0','2020-12-04 18:13:42','','','','0','Cash',36.84,'150','','','144','','1','2020-12-04 15:14:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1028.00','1026','Inclusive'),(1086,'1441607094882','8','1','300','retail','0','2020-12-04 18:51:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 15:52:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1129.00','1128','Inclusive'),(1088,'1441607099866','11','1','30','retail','0','2020-12-04 19:38:27','','','','0','Cash',3.68,'30','','','144','','1','2020-12-04 16:38:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1089,'1441607099914','7','1','150','retail','0','2020-12-04 19:40:09','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-04 16:41:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1090,'1441607100946','6','1','80','retail','0','2020-12-04 19:55:55','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-04 16:56:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1091,'1441607101013','2','1','50','retail','0','2020-12-04 19:57:02','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-04 16:57:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','113.00','112','Inclusive'),(1092,'1441607101113','8','1','300','retail','0','2020-12-04 19:58:42','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 16:59:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1093,'1441607102287','8','1','300','retail','0','2020-12-04 20:20:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 17:21:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1094,'1441607102636','6','1','80','retail','0','2020-12-04 20:24:06','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-04 17:24:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1095,'1441607102694','8','1','300','retail','0','2020-12-04 20:25:55','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-04 17:26:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1096,'1441607104657','8','1','300','retail','0','2020-12-04 20:57:52','','','','0','Cash',36.84,'300','','','144','','1','2020-12-04 17:58:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1097,'1441607104686','7','1','150','retail','0','2020-12-04 20:58:30','','','','0','Cash',18.42,'150','','','144','','1','2020-12-04 17:58:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1028.00','1027','Inclusive'),(1098,'1441607147944','8','1','300','retail','0','2020-12-05 08:59:42','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 06:00:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1099,'1441607147944','9','1','350','retail','0','2020-12-05 08:59:42','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-05 06:00:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1100,'1441607148137','8','2','600','retail','0','2020-12-05 10:32:15','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-05 07:33:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1102,'1441607155446','6','2','150','retail','0','2020-12-05 11:04:44','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-05 08:06:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1103,'1441607155446','7','1','150','retail','0','2020-12-05 11:04:44','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-05 08:06:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1104,'1441607157477','8','3','900','retail','0','2020-12-05 11:38:12','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-05 08:39:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1106,'1441607157769','11','2','60','retail','0','2020-12-05 11:43:38','','','','0','Invoice',7.37,'30','','','144','','1','2020-12-05 08:46:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1000.00','1000','Inclusive'),(1107,'1441607157769','2','1','50','retail','0','2020-12-05 11:43:38','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-05 08:46:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1108,'1441607159818','8','1','300','retail','0','2020-12-05 12:27:26','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 09:28:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1109,'1441607160661','7','1','150','retail','0','2020-12-05 12:31:10','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-05 09:31:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1110,'1441607162233','8','1','300','retail','0','2020-12-05 13:11:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 10:12:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1111,'1441607163140','8','1','300','retail','0','2020-12-05 13:12:32','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 10:13:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1112,'1441607163206','9','3','1050','retail','0','2020-12-05 13:13:41','','','','0','Invoice',128.95,'350','','','144','','1','2020-12-05 10:14:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','3','1381.00','1378','Inclusive'),(1113,'1441607163633','9','1','350','retail','0','2020-12-05 13:20:52','','','','0','Cash',42.98,'350','','','144','','1','2020-12-05 10:21:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1114,'1441607163668','8','2','600','retail','0','2020-12-05 13:36:29','','','','0','Cash',73.68,'300','','','144','','1','2020-12-05 10:36:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1115,'1441607164925','9','1','350','retail','0','2020-12-05 13:42:16','','','','0','Cash',42.98,'350','','','144','','1','2020-12-05 10:42:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1116,'1441607167151','8','1','300','retail','0','2020-12-05 14:19:24','','','','0','Cash',36.84,'300','','','144','','1','2020-12-05 11:19:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1117,'1441607167194','8','1','300','retail','0','2020-12-05 14:49:57','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 11:50:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1118,'1441607169103','2','2','100','retail','0','2020-12-05 15:23:51','','','','0','Invoice',12.28,'50','','','144','','1','2020-12-05 12:24:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1119,'1441607171145','8','4','1200','retail','0','2020-12-05 15:27:44','','','','0','Invoice',147.37,'300','','','144','','1','2020-12-05 12:28:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1130.00','1126','Inclusive'),(1120,'1441607171333','7','1','150','retail','0','2020-12-05 16:05:50','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-05 13:06:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1121,'1441607171333','6','1','80','retail','0','2020-12-05 16:05:50','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-05 13:06:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1122,'1441607174245','8','1','300','retail','0','2020-12-05 16:17:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 13:18:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1123,'1441607174344','8','1','300','retail','0','2020-12-05 16:19:27','','','','0','Cash',36.84,'300','','','144','','1','2020-12-05 13:19:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1124,'1441607176061','7','2','300','retail','0','2020-12-05 16:47:56','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-05 13:48:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1029.00','1027','Inclusive'),(1125,'1441607177333','8','1','300','retail','0','2020-12-05 17:13:19','','','','0','Cash',36.84,'300','','','144','','1','2020-12-05 14:13:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1126,'1441607177787','7','1','150','retail','0','2020-12-05 17:47:41','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-05 14:48:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1127,'1441607181347','8','1','300','retail','0','2020-12-05 18:16:15','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 15:17:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1128,'1441607181436','8','1','300','retail','0','2020-12-05 18:17:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 15:18:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1129,'1441607182876','8','1','300','retail','0','2020-12-05 18:41:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 15:42:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1130,'1441607183422','8','1','300','retail','0','2020-12-05 18:58:43','','','','0','Cash',36.84,'300','','','144','','1','2020-12-05 15:59:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1131,'1441607183945','8','1','300','retail','0','2020-12-05 19:21:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-05 16:22:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1132,'1441607189017','6','1','80','retail','0','2020-12-05 20:29:07','','','','0','Cash',9.82,'80','','','144','','1','2020-12-05 17:29:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1133,'1441607190376','8','3','900','retail','0','2020-12-05 20:46:41','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-05 17:48:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1134,'1441607235585','8','1','300','retail','0','2020-12-06 09:20:13','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 06:21:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1135,'1441607239253','8','1','300','retail','0','2020-12-06 10:21:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 07:21:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1136,'1441607239755','8','1','300','retail','0','2020-12-06 10:29:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 07:32:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1137,'1441607240044','2','1','50','retail','0','2020-12-06 10:34:12','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-06 07:34:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1138,'1441607242391','8','1','300','retail','0','2020-12-06 11:13:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 08:17:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1139,'1441607242636','8','1','300','retail','0','2020-12-06 11:17:29','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 08:18:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1140,'1441607242735','9','1','350','retail','0','2020-12-06 11:20:00','','','','0','Cash',42.98,'350','','','144','','1','2020-12-06 08:20:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1381.00','1380','Inclusive'),(1143,'1441607242996','9','12','4200','retail','0','2020-12-06 11:30:52','','','','0','Invoice',515.79,'350','','','144','','1','2020-12-06 08:32:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','12','1394.00','1382','Inclusive'),(1144,'1441607242996','9','1','175','retail','0','2020-12-06 11:30:52','','','','0','Invoice',21.49,'175','','','144','','1','2020-12-06 08:32:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','153.51','','1394.00','1394','Inclusive'),(1145,'1441607243556','8','3','900','retail','0','2020-12-06 11:32:56','','','','0','Cash',110.53,'300','','','144','','1','2020-12-06 08:33:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1146,'1441607243603','8','5','1500','retail','0','2020-12-06 12:56:34','','','','0','Invoice',184.21,'300','','','144','','1','2020-12-06 09:57:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1130.00','1125','Inclusive'),(1147,'1441607248878','8','2','600','retail','0','2020-12-06 13:01:53','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 10:02:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1148,'1441607249048','8','1','300','retail','0','2020-12-06 13:04:19','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 10:04:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1149,'1441607251353','7','1','150','retail','0','2020-12-06 13:51:21','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 10:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1150,'1441607252023','6','2','150','retail','0','2020-12-06 14:08:11','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-06 11:08:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1151,'1441607252970','7','1','150','retail','0','2020-12-06 14:09:47','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 11:15:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1152,'1441607253522','5','1','450','retail','0','2020-12-06 14:19:05','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-06 11:19:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(1153,'1441607255993','5','1','450','retail','0','2020-12-06 15:00:02','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-06 12:00:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(1154,'1441607256444','5','1','450','retail','0','2020-12-06 15:07:32','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-06 12:08:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','26.00','25','Inclusive'),(1155,'1441607257094','7','1','150','retail','0','2020-12-06 15:18:24','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 12:19:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1156,'1441607258610','8','1','300','retail','0','2020-12-06 15:46:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 12:47:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1157,'1441607261583','6','3','240','retail','0','2020-12-06 16:33:20','','','','0','Invoice',29.47,'80','','','144','','1','2020-12-06 13:34:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1006.00','1003','Inclusive'),(1158,'1441607262372','8','2','600','retail','0','2020-12-06 16:46:26','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 13:47:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1159,'1441607262443','8','2','600','retail','0','2020-12-06 17:22:08','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 14:22:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1160,'1441607264890','7','2','300','retail','0','2020-12-06 17:28:23','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-06 14:29:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1029.00','1027','Inclusive'),(1161,'1441607266125','8','1','300','retail','0','2020-12-06 17:49:18','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 14:50:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1162,'1441607267117','8','2','600','retail','0','2020-12-06 18:09:59','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 15:10:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1163,'1441607268286','8','4','1200','retail','0','2020-12-06 18:24:59','','','','0','Invoice',147.37,'300','','','144','','1','2020-12-06 15:25:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1130.00','1126','Inclusive'),(1164,'1441607268361','7','1','150','retail','0','2020-12-06 18:26:31','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 15:27:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1165,'1441607268488','8','2','600','retail','0','2020-12-06 18:28:22','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 15:28:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1166,'1441607268557','7','1','150','retail','0','2020-12-06 18:31:15','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 15:32:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1167,'1441607269408','8','1','300','retail','0','2020-12-06 18:43:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 15:45:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1168,'1441607270587','8','1','300','retail','0','2020-12-06 19:03:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 16:04:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1169,'1441607270706','8','2','600','retail','0','2020-12-06 19:05:25','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-06 16:06:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1170,'1441607270777','8','1','300','retail','0','2020-12-06 19:06:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 16:07:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1171,'1441607272848','8','1','300','retail','0','2020-12-06 19:41:11','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 16:41:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1172,'1441607272910','8','1','300','retail','0','2020-12-06 19:41:58','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 16:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1173,'1441607273130','8','1','300','retail','0','2020-12-06 19:45:41','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 16:46:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1174,'1441607273816','7','3','450','retail','0','2020-12-06 19:57:17','','','','0','Invoice',55.26,'150','','','144','','1','2020-12-06 16:58:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1029.00','1026','Inclusive'),(1175,'1441607276559','8','1','300','retail','0','2020-12-06 20:43:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-06 17:43:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1176,'1441607276559','7','1','150','retail','0','2020-12-06 20:43:03','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-06 17:43:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1177,'1441607319701','8','2','600','retail','0','2020-12-07 08:42:09','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 05:42:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1178,'1441607319787','8','2','600','retail','0','2020-12-07 08:43:24','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 05:44:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1179,'1441607322122','8','3','900','retail','0','2020-12-07 09:25:39','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-07 06:26:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1180,'1441607322406','8','6','1800','retail','0','2020-12-07 09:26:59','','','','0','Invoice',221.05,'300','','','144','','1','2020-12-07 06:27:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1130.00','1124','Inclusive'),(1181,'1441607323903','9','4','1400','retail','0','2020-12-07 09:51:57','','','','0','Cash',171.93,'350','','','144','','1','2020-12-07 06:52:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','4','1394.00','1390','Inclusive'),(1182,'1441607323956','8','1','300','retail','0','2020-12-07 10:29:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-07 07:30:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1183,'1441607328983','8','1','300','retail','0','2020-12-07 11:16:34','','','','0','Mpesa',36.84,'300','','','144','','1','2020-12-07 08:17:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1184,'1441607329039','8','2','600','retail','0','2020-12-07 11:21:41','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 08:23:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1185,'1441607333741','8','2','600','retail','0','2020-12-07 12:36:03','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 09:36:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1186,'1441607337092','8','1','300','retail','0','2020-12-07 13:31:41','','','','0','Cash',36.84,'300','','','144','','1','2020-12-07 10:32:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1187,'1441607337171','8','3','900','retail','0','2020-12-07 13:54:11','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-07 10:56:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1188,'1441607344253','6','2','150','retail','0','2020-12-07 17:18:29','','','','0','Cash',18.42,'75','','','144','','1','2020-12-07 14:18:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1189,'1441607350736','8','1','300','retail','0','2020-12-07 17:34:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-07 14:35:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1190,'1441607355630','8','2','600','retail','0','2020-12-07 18:50:50','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 15:54:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1191,'1441607356470','8','2','600','retail','0','2020-12-07 18:54:48','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 15:55:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1192,'1441607356539','8','2','300','retail','0','2020-12-07 18:56:46','','','','0','Cash',36.84,'150','','','144','','1','2020-12-07 15:57:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','1130.00','1130','Inclusive'),(1193,'1441607356649','7','1','150','retail','0','2020-12-07 19:16:40','','','','0','Cash',18.42,'150','','','144','','1','2020-12-07 16:16:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1194,'1441607357822','8','2','600','retail','0','2020-12-07 19:17:57','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 16:18:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1195,'1441607357822','9','1','350','retail','0','2020-12-07 19:17:57','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-07 16:18:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1394.00','1393','Inclusive'),(1196,'1441607358852','8','1','300','retail','0','2020-12-07 19:34:24','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-07 16:35:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1197,'1441607359773','6','1','80','retail','0','2020-12-07 19:49:55','','','','0','Cash',9.82,'80','','','144','','1','2020-12-07 16:50:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1198,'1441607359826','8','2','600','retail','0','2020-12-07 19:55:04','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-07 16:55:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1199,'1441607363152','7','1','150','retail','0','2020-12-07 20:46:04','','','','0','Cash',18.42,'150','','','144','','1','2020-12-07 17:46:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1201,'1441607410067','8','1','300','retail','0','2020-12-08 09:47:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 06:48:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1202,'1441607410151','8','2','600','retail','0','2020-12-08 09:49:27','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-08 06:49:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1203,'1441607410212','8','1','300','retail','0','2020-12-08 09:50:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 06:51:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1204,'1441607410317','8','3','900','retail','0','2020-12-08 10:10:22','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-08 07:11:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1208,'1441607417882','8','2','600','retail','0','2020-12-08 11:58:17','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-08 08:59:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1209,'1441607418637','8','1','300','retail','0','2020-12-08 12:10:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 09:11:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1210,'1441607419196','8','1','300','retail','0','2020-12-08 12:20:25','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 09:21:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1211,'1441607419276','8','1','300','retail','0','2020-12-08 12:21:32','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 09:22:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1212,'1441607419495','6','1','80','retail','0','2020-12-08 12:25:06','','','','0','Cash',9.82,'80','','','144','','1','2020-12-08 09:25:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1213,'1441607419520','2','1','50','retail','0','2020-12-08 12:25:43','','','','0','Cash',6.14,'50','','','144','','1','2020-12-08 09:26:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1215,'1441607419656','9','6','2100','retail','0','2020-12-08 12:32:56','','','','0','Invoice',257.89,'350','','','144','','1','2020-12-08 09:34:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','6','1416.00','1410','Inclusive'),(1216,'1441607423238','8','3','900','retail','0','2020-12-08 14:22:20','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-08 11:23:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1130.00','1127','Inclusive'),(1217,'1441607428604','2','1','50','retail','0','2020-12-08 14:56:51','','','','0','Cash',6.14,'50','','','144','','1','2020-12-08 11:57:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1218,'1441607428632','6','2','150','retail','0','2020-12-08 15:05:14','','','','0','Cash',18.42,'75','','','144','','1','2020-12-08 12:05:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1219,'1441607429137','8','1','300','retail','0','2020-12-08 15:14:34','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 12:15:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1220,'1441607429998','8','1','300','retail','0','2020-12-08 15:37:44','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 12:38:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1221,'1441607432152','8','1','300','retail','0','2020-12-08 15:56:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 12:56:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1222,'1441607433922','7','2','300','retail','0','2020-12-08 16:25:55','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-08 13:26:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1029.00','1027','Inclusive'),(1223,'1441607435422','8','1','300','retail','0','2020-12-08 16:50:34','','','','0','Cash',36.84,'300','','','144','','1','2020-12-08 13:52:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1224,'1441607438043','8','1','300','retail','0','2020-12-08 17:34:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 14:35:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1225,'1441607440657','8','1','300','retail','0','2020-12-08 18:17:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 15:19:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1226,'1441607441088','7','1','150','retail','0','2020-12-08 18:25:20','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-08 15:26:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1029.00','1028','Inclusive'),(1227,'1441607441088','6','1','80','retail','0','2020-12-08 18:25:20','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-08 15:26:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1228,'1441607441192','8','2','600','retail','0','2020-12-08 18:26:52','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-08 15:27:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1229,'1441607441320','8','1','300','retail','0','2020-12-08 18:28:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 15:29:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1232,'1441607442167','6','2','150','retail','0','2020-12-08 18:43:24','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-08 15:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1233,'1441607442167','7','1','150','retail','0','2020-12-08 18:43:24','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-08 15:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1234,'1441607442385','8','1','300','retail','0','2020-12-08 18:46:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 15:47:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1235,'1441607442990','8','1','300','retail','0','2020-12-08 18:56:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 15:59:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1236,'1441607443193','8','2','600','retail','0','2020-12-08 19:00:23','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-08 16:01:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1237,'1441607443316','8','1','300','retail','0','2020-12-08 19:03:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 16:04:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1238,'1441607445518','7','1','150','retail','0','2020-12-08 19:38:50','','','','0','Cash',18.42,'150','','','144','','1','2020-12-08 16:39:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1239,'1441607445552','8','1','300','retail','0','2020-12-08 19:41:34','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 16:42:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1240,'1441607446753','8','1','300','retail','0','2020-12-08 20:43:11','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-08 17:43:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1241,'1441607496142','8','2','600','retail','0','2020-12-09 09:45:42','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-09 06:46:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1130.00','1128','Inclusive'),(1242,'1441607496467','8','1','300','retail','0','2020-12-09 09:48:05','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 06:48:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1130.00','1129','Inclusive'),(1244,'1441607496604','7','1','150','retail','0','2020-12-09 09:50:16','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-09 06:51:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1245,'1441607496679','8','3','900','retail','0','2020-12-09 09:51:36','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-09 06:52:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1131.00','1128','Inclusive'),(1246,'1441607496761','8','1','300','retail','0','2020-12-09 09:53:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 06:53:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1247,'1441607497880','8','1','300','retail','0','2020-12-09 10:15:44','','','','0','Cash',36.84,'300','','','144','','1','2020-12-09 07:20:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1248,'1441607498457','7','2','300','retail','0','2020-12-09 12:03:54','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-09 09:04:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1249,'1441607504912','11','1','20','retail','0','2020-12-09 12:19:46','','','','0','Cash',2.46,'20','','','144','','1','2020-12-09 09:20:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1009.00','1008','Inclusive'),(1250,'1441607505607','8','1','300','retail','0','2020-12-09 13:19:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 10:20:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1251,'1441607509270','8','2','600','retail','0','2020-12-09 13:50:18','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-09 10:51:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1131.00','1129','Inclusive'),(1252,'1441607511288','9','1','350','retail','0','2020-12-09 14:37:04','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-09 11:38:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1416.00','1415','Inclusive'),(1253,'1441607514054','7','1','150','retail','0','2020-12-09 14:41:48','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-09 11:42:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1254,'1441607516016','8','2','600','retail','0','2020-12-09 15:13:47','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-09 12:14:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1131.00','1129','Inclusive'),(1255,'1441607519450','8','1','300','retail','0','2020-12-09 16:13:15','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 13:16:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1256,'1441607519891','8','1','300','retail','0','2020-12-09 16:18:20','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 13:18:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1257,'1441607520762','8','1','300','retail','0','2020-12-09 16:32:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 13:34:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1258,'1441607522406','9','21','7350','retail','0','2020-12-09 17:10:42','','','','0','Invoice',902.63,'350','','','144','','1','2020-12-09 14:11:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','21','1416.00','1395','Inclusive'),(1259,'1441607525608','8','2','600','retail','0','2020-12-09 17:54:03','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-09 14:54:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1131.00','1129','Inclusive'),(1260,'1441607527516','9','1','350','retail','0','2020-12-09 18:25:36','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-09 15:27:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1416.00','1415','Inclusive'),(1261,'1441607527684','9','1','350','retail','0','2020-12-09 18:28:17','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-09 15:29:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1416.00','1415','Inclusive'),(1262,'1441607528907','6','1','80','retail','0','2020-12-09 19:10:02','','','','0','Cash',9.82,'80','','','144','','1','2020-12-09 16:10:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1263,'1441607530207','8','1','300','retail','0','2020-12-09 19:15:14','','','','0','Cash',36.84,'300','','','144','','1','2020-12-09 16:15:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1264,'1441607530559','8','1','300','retail','0','2020-12-09 19:35:23','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-09 16:36:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1265,'1441607533586','9','2','700','retail','0','2020-12-09 20:06:37','','','','0','Invoice',85.96,'350','','','144','','1','2020-12-09 17:07:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1416.00','1414','Inclusive'),(1266,'1441607534169','9','1','350','retail','0','2020-12-09 20:16:20','','','','0','Cash',42.98,'350','','','144','','1','2020-12-09 17:16:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1416.00','1415','Inclusive'),(1267,'1441607665476','8','1','300','retail','0','2020-12-11 08:44:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 05:45:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1268,'1441607665577','8','1','300','retail','0','2020-12-11 08:46:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 05:47:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1269,'1441607665688','8','1','300','retail','0','2020-12-11 08:48:26','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 05:49:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1270,'1441607665752','8','1','300','retail','0','2020-12-11 08:49:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 05:50:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1271,'1441607665828','8','1','300','retail','0','2020-12-11 08:50:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 05:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1131.00','1130','Inclusive'),(1272,'1441607665828','7','1','150','retail','0','2020-12-11 08:50:51','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-11 05:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1273,'1441607666066','8','2','600','retail','0','2020-12-11 08:55:43','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 05:56:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1131.00','1129','Inclusive'),(1274,'1441607666197','8','3','900','retail','0','2020-12-11 08:59:02','','','','0','Cash',110.53,'300','','','144','','1','2020-12-11 05:59:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1131.00','1128','Inclusive'),(1276,'1441607666465','8','2','600','retail','0','2020-12-11 09:02:04','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 06:03:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1277,'1441607666652','8','1','300','retail','0','2020-12-11 09:04:20','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:04:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1278,'1441607666711','2','2','100','retail','0','2020-12-11 09:06:46','','','','0','Cash',12.28,'50','','','144','','1','2020-12-11 06:07:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1279,'1441607666881','8','2','600','retail','0','2020-12-11 09:08:27','','','','0','Cash',73.68,'300','','','144','','1','2020-12-11 06:09:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1280,'1441607666978','8','1','300','retail','0','2020-12-11 09:10:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:10:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1281,'1441607667060','8','1','300','retail','0','2020-12-11 09:11:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:13:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1282,'1441607667223','8','2','600','retail','0','2020-12-11 09:14:09','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 06:15:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1283,'1441607667328','8','1','300','retail','0','2020-12-11 09:16:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:17:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1284,'1441607667470','6','1','80','retail','0','2020-12-11 09:18:13','','','','0','Cash',9.82,'80','','','144','','1','2020-12-11 06:19:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1285,'1441607667546','7','2','300','retail','0','2020-12-11 09:19:51','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-11 06:20:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1286,'1441607667638','8','1','300','retail','0','2020-12-11 09:21:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:21:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1287,'1441607667717','8','1','300','retail','0','2020-12-11 09:22:38','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:23:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1288,'1441607667822','7','1','150','retail','0','2020-12-11 09:24:03','','','','0','Cash',18.42,'150','','','144','','1','2020-12-11 06:24:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1289,'1441607667871','8','1','300','retail','0','2020-12-11 09:24:45','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 06:25:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1290,'1441607667931','8','2','600','retail','0','2020-12-11 09:26:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 06:26:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1291,'1441607668013','8','2','600','retail','0','2020-12-11 09:27:12','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 06:27:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1292,'1441607668083','9','1','350','retail','0','2020-12-11 09:28:30','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-11 06:29:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1416.00','1415','Inclusive'),(1293,'1441607668083','8','1','300','retail','0','2020-12-11 09:28:30','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:29:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1294,'1441607668158','7','1','150','retail','0','2020-12-11 09:29:56','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-11 06:30:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1295,'1441607668253','6','1','80','retail','0','2020-12-11 09:31:45','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-11 06:32:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1296,'1441607668383','8','1','300','retail','0','2020-12-11 09:33:12','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:33:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1297,'1441607668476','8','1','300','retail','0','2020-12-11 09:34:49','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 06:35:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1298,'1441607668511','8','1','300','retail','0','2020-12-11 09:35:30','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 06:37:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1299,'1441607668641','6','1','80','retail','0','2020-12-11 09:37:32','','','','0','Cash',9.82,'80','','','144','','1','2020-12-11 06:38:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1300,'1441607668686','2','2','100','retail','0','2020-12-11 09:38:37','','','','0','Cash',12.28,'50','','','144','','1','2020-12-11 06:38:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1301,'1441607668734','8','1','300','retail','0','2020-12-11 11:10:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 08:11:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1303,'1441607674715','9','1','350','retail','0','2020-12-11 11:18:51','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-11 08:20:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1916.00','1915','Inclusive'),(1304,'1441607677096','9','2','700','retail','0','2020-12-11 11:58:34','','','','0','Invoice',85.96,'350','','','144','','1','2020-12-11 08:59:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1916.00','1914','Inclusive'),(1305,'1441607678085','8','1','300','retail','0','2020-12-11 12:14:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 09:16:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1306,'1441607678208','4','1','250','retail','0','2020-12-11 12:39:23','','','','0','Invoice',30.70,'250','','','144','','1','2020-12-11 09:40:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1307,'1441607679670','8','1','300','retail','0','2020-12-11 12:42:21','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 09:43:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1308,'1441607680709','7','1','150','retail','0','2020-12-11 12:58:46','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-11 10:00:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1309,'1441607681373','7','2','300','retail','0','2020-12-11 13:09:48','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-11 10:10:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1310,'1441607682104','8','1','300','retail','0','2020-12-11 14:09:55','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 11:11:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1311,'1441607682104','5','1','450','retail','0','2020-12-11 14:09:55','','','','0','Cash',55.26,'450','','','144','','1','2020-12-11 11:11:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1312,'1441607685077','8','1','300','retail','0','2020-12-11 14:11:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 11:12:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1313,'1441607685273','8','3','900','retail','0','2020-12-11 14:14:46','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-11 11:15:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1132.00','1129','Inclusive'),(1314,'1441607685379','8','1','300','retail','0','2020-12-11 14:40:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 11:41:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1315,'1441607687967','2','1','50','retail','0','2020-12-11 15:00:26','','','','0','Cash',6.14,'50','','','144','','1','2020-12-11 12:00:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1316,'1441607688051','7','1','150','retail','0','2020-12-11 15:18:03','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-11 12:18:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1317,'1441607692265','8','1','300','retail','0','2020-12-11 16:20:20','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 13:21:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1318,'1441607693052','2','2','100','retail','0','2020-12-11 16:24:25','','','','0','Cash',12.28,'50','','','144','','1','2020-12-11 13:24:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1319,'1441607693070','7','3','450','retail','0','2020-12-11 16:26:03','','','','0','Invoice',55.26,'150','','','144','','1','2020-12-11 13:27:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1030.00','1027','Inclusive'),(1320,'1441607694460','4','1','250','retail','0','2020-12-11 16:47:48','','','','0','Invoice',30.70,'250','','','144','','1','2020-12-11 13:49:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1321,'1441607695826','8','1','300','retail','0','2020-12-11 17:10:38','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 14:11:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1322,'1441607695907','8','1','300','retail','0','2020-12-11 17:19:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 14:20:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1323,'1441607696764','11','1','30','retail','0','2020-12-11 17:26:42','','','','0','Invoice',3.68,'30','','','144','','1','2020-12-11 14:27:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1009.00','1009','Inclusive'),(1324,'1441607696764','5','1','450','retail','0','2020-12-11 17:26:42','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-11 14:27:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1325,'1441607697441','8','1','300','retail','0','2020-12-11 17:38:10','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 14:38:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1326,'1441607698421','8','1','300','retail','0','2020-12-11 17:53:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 14:54:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1327,'1441607698972','7','1','150','retail','0','2020-12-11 18:03:01','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-11 15:03:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1328,'1441607704444','8','1','300','retail','0','2020-12-11 19:34:16','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 16:35:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1329,'1441607704514','8','1','300','retail','0','2020-12-11 19:39:23','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 16:49:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1330,'1441607705367','8','1','300','retail','0','2020-12-11 19:51:14','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-11 16:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1331,'1441607705589','8','1','300','retail','0','2020-12-11 19:53:26','','','','0','Cash',36.84,'300','','','144','','1','2020-12-11 16:53:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1332,'1441607705622','3','1','120','retail','0','2020-12-11 19:54:03','','','','0','Cash',14.74,'120','','','144','','1','2020-12-11 16:54:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(1333,'1441607705651','3','1','120','retail','0','2020-12-11 19:56:32','','','','0','Cash',14.74,'120','','','144','','1','2020-12-11 16:56:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(1334,'1441607705811','8','2','600','retail','0','2020-12-11 19:57:18','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-11 16:59:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1335,'1441607706753','2','2','100','retail','0','2020-12-11 20:13:36','','','','0','Cash',12.28,'50','','','144','','1','2020-12-11 17:13:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1336,'1441607706838','7','1','150','retail','0','2020-12-11 20:30:01','','','','0','Cash',18.42,'150','','','144','','1','2020-12-11 17:30:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1337,'1441607707820','3','1','120','retail','0','2020-12-11 20:35:41','','','','0','Cash',14.74,'120','','','144','','1','2020-12-11 17:35:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','12.00','11','Inclusive'),(1341,'1441607751299','3','3','360','retail','0','2020-12-12 08:38:39','','','','0','Invoice',44.21,'120','','','144','','1','2020-12-12 05:39:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','3','15.00','12','Inclusive'),(1342,'1441607751299','10','1','350','retail','0','2020-12-12 08:38:39','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-12 05:39:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1003.00','1002','Inclusive'),(1343,'1441607751299','9','1','350','retail','0','2020-12-12 08:38:39','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-12 05:39:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1344,'1441607753047','8','2','600','retail','0','2020-12-12 09:04:19','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 06:05:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1345,'1441607755844','8','1','300','retail','0','2020-12-12 09:50:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 06:52:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1346,'1441607756952','8','1','300','retail','0','2020-12-12 10:09:20','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 07:10:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1347,'1441607757052','2','1','50','retail','0','2020-12-12 10:11:01','','','','0','Invoice',6.14,'50','','','144','','1','2020-12-12 07:12:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1348,'1441607757345','2','1','50','retail','0','2020-12-12 10:15:53','','','','0','Cash',6.14,'50','','','144','','1','2020-12-12 07:16:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1349,'1441607757372','8','1','300','retail','0','2020-12-12 10:23:06','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 07:24:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1350,'1441607759264','8','1','300','retail','0','2020-12-12 10:48:01','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 07:49:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1351,'1441607760522','11','1','30','retail','0','2020-12-12 11:09:08','','','','0','Cash',3.68,'30','','','144','','1','2020-12-12 08:09:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1009.00','1009','Inclusive'),(1352,'1441607760574','6','1','80','retail','0','2020-12-12 11:45:01','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-12 08:45:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1353,'1441607764244','8','1','300','retail','0','2020-12-12 12:11:04','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 09:11:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1354,'1441607769136','8','2','600','retail','0','2020-12-12 13:32:34','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 10:33:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1355,'1441607769597','8','1','300','retail','0','2020-12-12 13:40:08','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 10:42:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1356,'1441607771089','8','2','600','retail','0','2020-12-12 14:05:08','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 11:05:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1357,'1441607775547','8','1','300','retail','0','2020-12-12 15:19:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 12:20:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1358,'1441607775547','7','1','150','retail','0','2020-12-12 15:19:28','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-12 12:20:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1359,'1441607775617','4','1','250','retail','0','2020-12-12 15:20:27','','','','0','Invoice',30.70,'250','','','144','','1','2020-12-12 12:21:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1360,'1441607777454','8','2','600','retail','0','2020-12-12 15:51:19','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 12:52:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1361,'1441607779620','5','1','450','retail','0','2020-12-12 16:27:12','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-12 13:28:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1362,'1441607779996','2','4','200','retail','0','2020-12-12 16:33:36','','','','0','Cash',24.56,'50','','','144','','1','2020-12-12 13:34:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','4','114.00','110','Inclusive'),(1363,'1441607782533','8','1','300','retail','0','2020-12-12 17:15:42','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 14:16:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1364,'1441607782920','8','1','300','retail','0','2020-12-12 17:22:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 14:22:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1365,'1441607784058','8','1','300','retail','0','2020-12-12 17:41:07','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 14:42:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1366,'1441607785338','8','2','600','retail','0','2020-12-12 18:02:32','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 15:03:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1367,'1441607786562','8','1','300','retail','0','2020-12-12 18:22:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 15:23:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1368,'1441607786789','7','2','300','retail','0','2020-12-12 18:26:50','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-12 15:28:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1369,'1441607787095','8','2','600','retail','0','2020-12-12 18:32:16','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 15:33:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1371,'1441607789148','8','1','300','retail','0','2020-12-12 19:05:56','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 16:06:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1372,'1441607790216','8','1','300','retail','0','2020-12-12 19:23:45','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 16:24:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1373,'1441607791056','8','2','600','retail','0','2020-12-12 19:38:03','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-12 16:38:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1374,'1441607791942','9','2','700','retail','0','2020-12-12 19:52:42','','','','0','Cash',85.96,'350','','','144','','1','2020-12-12 16:53:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1917.00','1915','Inclusive'),(1375,'1441607791992','7','1','150','retail','0','2020-12-12 19:53:23','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-12 16:54:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1376,'1441607792331','8','1','300','retail','0','2020-12-12 19:59:00','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-12 17:00:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1377,'1441607843685','8','1','300','retail','0','2020-12-13 10:14:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 07:15:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1378,'1441607843881','4','1','250','retail','0','2020-12-13 10:18:47','','','','0','Invoice',30.70,'250','','','144','','1','2020-12-13 07:19:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1379,'1441607843881','11','3','90','retail','0','2020-12-13 10:18:47','','','','0','Invoice',11.05,'30','','','144','','1','2020-12-13 07:19:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','26.32','','1010.00','1010','Inclusive'),(1380,'1441607851770','8','1','300','retail','0','2020-12-13 12:30:57','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 09:31:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1381,'1441607853496','6','1','80','retail','0','2020-12-13 12:58:35','','','','0','Cash',9.82,'80','','','144','','1','2020-12-13 09:58:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1382,'1441607853523','8','1','300','retail','0','2020-12-13 13:04:26','','','','0','Cash',36.84,'300','','','144','','1','2020-12-13 10:04:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1383,'1441607853894','8','1','300','retail','0','2020-12-13 13:16:48','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 10:17:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1384,'1441607856503','8','1','300','retail','0','2020-12-13 13:48:36','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 10:50:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1385,'1441607856615','6','2','150','retail','0','2020-12-13 13:50:39','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-13 10:51:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1386,'1441607857671','8','2','600','retail','0','2020-12-13 14:08:05','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-13 11:08:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1387,'1441607857837','8','1','300','retail','0','2020-12-13 14:10:51','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 11:11:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1388,'1441607859300','7','2','300','retail','0','2020-12-13 14:35:16','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-13 11:36:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1389,'1441607861589','8','1','300','retail','0','2020-12-13 15:13:39','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 12:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1390,'1441607863821','8','1','300','retail','0','2020-12-13 15:50:28','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 12:51:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1391,'1441607863895','7','1','150','retail','0','2020-12-13 15:51:45','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-13 12:52:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1392,'1441607864363','8','2','600','retail','0','2020-12-13 16:08:10','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-13 13:13:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1132.00','1130','Inclusive'),(1393,'1441607866339','8','1','300','retail','0','2020-12-13 16:35:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 13:36:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1394,'1441607866593','8','1','300','retail','0','2020-12-13 16:36:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 13:37:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1395,'1441607867605','8','1','300','retail','0','2020-12-13 17:19:14','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 14:22:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1396,'1441607870065','8','1','300','retail','0','2020-12-13 17:34:44','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 14:36:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1397,'1441607870211','8','1','300','retail','0','2020-12-13 18:09:05','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 15:10:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1398,'1441607872979','8','1','300','retail','0','2020-12-13 18:23:09','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 15:23:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1399,'1441607873074','8','1','300','retail','0','2020-12-13 18:24:43','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 15:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1400,'1441607874641','7','3','450','retail','0','2020-12-13 18:51:03','','','','0','Invoice',55.26,'150','','','144','','1','2020-12-13 15:52:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1030.00','1027','Inclusive'),(1401,'1441607875060','12','2','40','retail','0','2020-12-13 18:59:13','','','','0','Cash',4.91,'20','','','144','','1','2020-12-13 15:59:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','2','1000.00','998','Inclusive'),(1402,'1441607875177','8','1','300','retail','0','2020-12-13 19:31:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-13 16:33:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1403,'1441607878211','8','1','300','retail','0','2020-12-13 19:50:20','','','','0','Cash',36.84,'300','','','144','','1','2020-12-13 16:50:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1404,'1441607878236','8','1','300','retail','0','2020-12-13 20:27:25','','','','0','Cash',36.84,'300','','','144','','1','2020-12-13 17:28:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1405,'1441607880490','6','2','150','retail','0','2020-12-13 20:36:16','','','','0','Invoice',18.42,'75','','','144','','1','2020-12-13 17:37:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','65.79','','1006.00','1006','Inclusive'),(1406,'1441607925428','8','1','300','retail','0','2020-12-14 08:57:25','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 05:58:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1407,'1441607925545','8','1','300','retail','0','2020-12-14 08:59:13','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 06:00:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1408,'1441607925624','8','1','300','retail','0','2020-12-14 09:00:35','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 06:01:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1409,'1441607926950','5','1','450','retail','0','2020-12-14 09:42:05','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-14 06:42:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1410,'1441607928181','8','1','300','retail','0','2020-12-14 09:43:10','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 06:44:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1411,'1441607928264','8','1','300','retail','0','2020-12-14 09:44:35','','','','0','Cash',36.84,'300','','','144','','1','2020-12-14 06:45:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1412,'1441607928358','9','1','350','retail','0','2020-12-14 10:12:13','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-14 07:13:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1413,'1441607931129','10','1','350','retail','0','2020-12-14 10:32:22','','','','0','Invoice',42.98,'350','','','144','','1','2020-12-14 07:34:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1003.00','1002','Inclusive'),(1414,'1441607931465','8','1','300','retail','0','2020-12-14 10:38:02','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 07:38:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1415,'1441607933647','7','1','150','retail','0','2020-12-14 11:14:17','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-14 08:15:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1416,'1441607935545','8','1','300','retail','0','2020-12-14 11:45:52','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 08:46:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1132.00','1131','Inclusive'),(1417,'1441607935606','8','5','1500','retail','0','2020-12-14 12:00:13','','','','0','Invoice',184.21,'300','','','144','','1','2020-12-14 09:00:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1132.00','1127','Inclusive'),(1420,'1441607939695','8','1','300','retail','0','2020-12-14 12:55:03','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 09:55:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1134.00','1133','Inclusive'),(1421,'1441607941069','8','1','300','retail','0','2020-12-14 13:18:00','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 10:18:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1134.00','1133','Inclusive'),(1422,'1441607941925','7','1','150','retail','0','2020-12-14 13:32:18','','','','0','Invoice',18.42,'150','','','144','','1','2020-12-14 10:33:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1424,'1441607947104','2','2','100','retail','0','2020-12-14 15:08:12','','','','0','Cash',12.28,'50','','','144','','1','2020-12-14 12:08:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1425,'1441607947713','5','1','1350','retail','0','2020-12-14 16:12:23','','','','0','Invoice',165.79,'1350','','','144','','1','2020-12-14 13:12:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1184.21','','28.00','28','Inclusive'),(1426,'1441607952447','6','1','80','retail','0','2020-12-14 16:27:37','','','','0','Invoice',9.82,'80','','','144','','1','2020-12-14 13:28:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1427,'1441607952530','8','1','300','retail','0','2020-12-14 16:28:58','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 13:29:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1428,'1441607953841','8','1','300','retail','0','2020-12-14 16:50:50','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 13:51:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1429,'1441607954317','5','3','1350','retail','0','2020-12-14 16:58:56','','','','0','Invoice',165.79,'450','','','144','','1','2020-12-14 14:00:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','3','28.00','25','Inclusive'),(1430,'1441607954805','9','1','350','retail','0','2020-12-14 17:06:54','','','','0','Cash',42.98,'350','','','144','','1','2020-12-14 14:07:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1431,'1441607956865','8','1','300','retail','0','2020-12-14 17:41:19','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 14:42:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1432,'1441607956976','8','2','600','retail','0','2020-12-14 17:53:22','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-14 14:54:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1433,'1441607961041','8','1','300','retail','0','2020-12-14 18:50:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 15:52:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1434,'1441607961159','8','1','300','retail','0','2020-12-14 19:03:30','','','','0','Cash',36.84,'300','','','144','','1','2020-12-14 16:04:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1435,'1441607961859','8','2','600','retail','0','2020-12-14 19:05:29','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-14 16:06:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1436,'1441607962675','8','1','300','retail','0','2020-12-14 19:26:23','','','','0','Cash',36.84,'300','','','144','','1','2020-12-14 16:27:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1437,'1441607962675','7','1','150','retail','0','2020-12-14 19:26:23','','','','0','Cash',18.42,'150','','','144','','1','2020-12-14 16:27:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1438,'1441607963240','8','2','600','retail','0','2020-12-14 19:47:55','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-14 16:48:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1439,'1441607964614','6','1','80','retail','0','2020-12-14 19:50:23','','','','0','Cash',9.82,'80','','','144','','1','2020-12-14 16:50:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1440,'1441607964636','7','2','300','retail','0','2020-12-14 20:02:36','','','','0','Invoice',36.84,'150','','','144','','1','2020-12-14 17:03:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1030.00','1028','Inclusive'),(1441,'1441607965482','8','2','600','retail','0','2020-12-14 20:05:02','','','','0','Invoice',73.68,'300','','','144','','1','2020-12-14 17:05:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1442,'1441607965813','5','1','450','retail','0','2020-12-14 20:10:22','','','','0','Invoice',55.26,'450','','','144','','1','2020-12-14 17:11:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1443,'1441607965877','8','1','300','retail','0','2020-12-14 20:11:27','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 17:12:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1444,'1441607966645','8','1','300','retail','0','2020-12-14 20:25:36','','','','0','Cash',36.84,'300','','','144','','1','2020-12-14 17:27:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1445,'1441607966827','8','1','300','retail','0','2020-12-14 20:27:16','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 17:27:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1446,'1441607967412','8','3','900','retail','0','2020-12-14 20:37:05','','','','0','Invoice',110.53,'300','','','144','','1','2020-12-14 17:37:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1135.00','1132','Inclusive'),(1447,'1441607967502','8','1','300','retail','0','2020-12-14 20:44:54','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 17:46:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1448,'1441607968961','8','1','300','retail','0','2020-12-14 21:02:49','','','','0','Invoice',36.84,'300','','','144','','1','2020-12-14 18:03:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1450,'111607969766','8','2','600','retail','0','2020-12-14 21:16:24','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-14 18:17:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1451,'111607971480','7','1','150','retail','0','2020-12-14 21:44:54','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-14 18:45:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1030.00','1029','Inclusive'),(1452,'111608009580','8','2','600','retail','0','2020-12-15 08:20:14','','','','0','Cash',73.68,'300','','','11','','1','2020-12-15 05:21:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1455,'111608009820','7','1','150','retail','0','2020-12-15 08:23:57','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-15 05:24:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1032.00','1031','Inclusive'),(1456,'111608010702','8','2','600','retail','0','2020-12-15 08:38:48','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-15 05:39:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1457,'111608012405','8','1','300','retail','0','2020-12-15 09:07:03','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-15 06:08:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1458,'111608013165','7','1','150','retail','0','2020-12-15 09:19:37','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-15 06:21:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1032.00','1031','Inclusive'),(1459,'111608014664','8','1','300','retail','0','2020-12-15 09:44:36','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 06:45:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1460,'111608019107','8','1','300','retail','0','2020-12-15 10:58:39','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 08:01:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1461,'111608019336','3','2','240','retail','0','2020-12-15 11:02:51','','','','0','Cash',29.47,'120','','','11','','1','2020-12-15 08:03:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','2','15.00','13','Inclusive'),(1463,'111608021302','9','2','700','retail','0','2020-12-15 11:37:11','','','','0','Mpesa',85.96,'350','','','11','','1','2020-12-15 08:38:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1917.00','1915','Inclusive'),(1464,'111608022625','8','2','600','retail','0','2020-12-15 11:57:23','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-15 08:58:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1135.00','1133','Inclusive'),(1465,'111608022717','8','1','300','retail','0','2020-12-15 12:12:44','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-15 09:13:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1466,'111608024078','8','1','300','retail','0','2020-12-15 12:21:38','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-15 09:22:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1467,'111608024160','8','1','300','retail','0','2020-12-15 12:26:43','','','','0','Cash',36.84,'300','','','11','','1','2020-12-15 09:26:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1468,'111608033993','8','1','300','retail','0','2020-12-15 15:06:59','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 12:07:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1469,'111608034828','8','3','900','retail','0','2020-12-15 15:21:14','','','','0','Mpesa',110.53,'300','','','11','','1','2020-12-15 12:22:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1135.00','1132','Inclusive'),(1470,'111608034951','8','3','900','retail','0','2020-12-15 15:23:24','','','','0','Mpesa',110.53,'300','','','11','','1','2020-12-15 12:25:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1135.00','1132','Inclusive'),(1471,'111608035112','6','1','80','retail','0','2020-12-15 16:23:19','','','','0','Cash',9.82,'80','','','11','','1','2020-12-15 13:23:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1472,'111608040549','7','1','150','retail','0','2020-12-15 16:56:02','','','','0','Mpesa',18.42,'150','','','11','','1','2020-12-15 13:57:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1032.00','1031','Inclusive'),(1473,'111608041962','5','3','1350','retail','0','2020-12-15 17:20:05','','','','0','Mpesa',165.79,'450','','','11','','1','2020-12-15 14:21:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','3','28.00','25','Inclusive'),(1474,'111608042083','8','1','300','retail','0','2020-12-15 17:46:11','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 14:47:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1475,'111608043675','8','1','300','retail','0','2020-12-15 17:48:12','','','','0','Cash',36.84,'300','','','11','','1','2020-12-15 14:50:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1476,'111608043851','8','1','300','retail','0','2020-12-15 18:15:29','','','','0','Cash',36.84,'300','','','11','','1','2020-12-15 15:16:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1477,'111608046134','8','1','300','retail','0','2020-12-15 18:29:14','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-15 15:30:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1478,'111608046225','8','1','300','retail','0','2020-12-15 18:45:07','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 15:46:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1135.00','1134','Inclusive'),(1479,'111608048165','8','3','900','retail','0','2020-12-15 19:03:10','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-15 16:04:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1135.00','1132','Inclusive'),(1481,'111608049086','8','1','300','retail','0','2020-12-15 19:18:25','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 16:19:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1136.00','1135','Inclusive'),(1482,'111608050000','8','1','300','retail','0','2020-12-15 19:33:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-15 16:35:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1136.00','1135','Inclusive'),(1483,'111608050182','5','1','450','retail','0','2020-12-15 19:36:51','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-15 16:37:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1484,'111608050324','6','2','160','retail','0','2020-12-15 19:39:07','','','','0','Cash',19.65,'80','','','11','','1','2020-12-15 16:40:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1006.00','1004','Inclusive'),(1485,'111608050419','8','2','600','retail','0','2020-12-15 19:50:50','','','','0','Cash',73.68,'300','','','11','','1','2020-12-15 16:51:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1136.00','1134','Inclusive'),(1486,'111608051127','8','2','600','retail','0','2020-12-15 19:54:27','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-15 16:57:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1136.00','1134','Inclusive'),(1488,'111608051571','8','2','600','retail','0','2020-12-15 20:00:03','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-15 17:02:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1489,'111608052199','8','1','300','retail','0','2020-12-15 20:10:15','','','','0','Cash',36.84,'300','','','11','','1','2020-12-15 17:11:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1491,'111608052424','4','1','250','retail','0','2020-12-15 20:15:46','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-15 17:16:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1492,'111608052616','7','1','150','retail','0','2020-12-15 20:26:55','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-15 17:28:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1493,'111608054352','5','1','450','retail','0','2020-12-15 20:46:15','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-15 17:48:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1494,'111608054491','5','1','450','retail','0','2020-12-15 21:17:20','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-15 18:18:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1495,'111608056300','5','1','450','retail','0','2020-12-15 21:19:01','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-15 18:19:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','28.00','27','Inclusive'),(1496,'111608101769','8','2','600','retail','0','2020-12-16 09:56:32','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 06:57:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1497,'111608102092','7','2','300','retail','0','2020-12-16 10:01:49','','','','0','Invoice',36.84,'150','','','11','','1','2020-12-16 07:02:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1033.00','1031','Inclusive'),(1498,'111608104396','6','1','80','retail','0','2020-12-16 10:40:37','','','','0','Invoice',9.82,'80','','','11','','1','2020-12-16 07:43:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1499,'111608104714','8','1','300','retail','0','2020-12-16 10:45:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 07:46:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1500,'111608105273','9','1','350','retail','0','2020-12-16 10:54:55','','','','0','Cash',42.98,'350','','','11','','1','2020-12-16 07:57:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1501,'111608106083','8','1','300','retail','0','2020-12-16 11:10:41','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 08:13:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1502,'111608107546','8','6','1800','retail','0','2020-12-16 11:32:51','','','','0','Invoice',221.05,'300','','','11','','1','2020-12-16 08:37:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1138.00','1132','Inclusive'),(1503,'111608109253','8','1','300','retail','0','2020-12-16 12:03:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 09:06:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1504,'111608114417','8','1','300','retail','0','2020-12-16 13:27:09','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 10:28:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1505,'111608114601','8','1','300','retail','0','2020-12-16 13:30:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 10:31:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1506,'111608115793','8','1','300','retail','0','2020-12-16 13:50:04','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 10:52:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1507,'111608116091','8','2','600','retail','0','2020-12-16 13:55:28','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 10:56:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1508,'111608118253','8','2','600','retail','0','2020-12-16 14:31:17','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 11:32:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1509,'111608119347','7','1','150','retail','0','2020-12-16 14:49:44','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-16 11:50:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1510,'111608120127','9','1','350','retail','0','2020-12-16 15:02:27','','','','0','Cash',42.98,'350','','','11','','1','2020-12-16 12:02:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1512,'111608120262','8','2','600','retail','0','2020-12-16 15:04:57','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 12:06:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1513,'111608120491','6','3','240','retail','0','2020-12-16 15:08:33','','','','0','Invoice',29.47,'80','','','11','','1','2020-12-16 12:09:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1006.00','1003','Inclusive'),(1514,'111608120634','6','3','240','retail','0','2020-12-16 15:10:54','','','','0','Invoice',29.47,'80','','','11','','1','2020-12-16 12:12:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1006.00','1003','Inclusive'),(1515,'111608120932','8','1','300','retail','0','2020-12-16 15:15:44','','','','0','Cash',36.84,'300','','','11','','1','2020-12-16 12:16:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1516,'111608123871','8','1','300','retail','0','2020-12-16 16:04:51','','','','0','Cash',36.84,'300','','','11','','1','2020-12-16 13:05:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1517,'111608127347','8','3','900','retail','0','2020-12-16 17:03:03','','','','0','Cash',110.53,'300','','','11','','1','2020-12-16 14:03:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1518,'111608127389','8','3','900','retail','0','2020-12-16 17:03:41','','','','0','Cash',110.53,'300','','','11','','1','2020-12-16 14:04:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1519,'111608129107','8','1','300','retail','0','2020-12-16 17:32:02','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 14:33:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1520,'111608129259','8','3','900','retail','0','2020-12-16 17:34:44','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-16 14:35:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1521,'111608130336','8','1','300','retail','0','2020-12-16 17:52:43','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-16 14:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1522,'111608131379','9','2','700','retail','0','2020-12-16 18:10:04','','','','0','Invoice',85.96,'350','','','11','','1','2020-12-16 15:11:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1917.00','1915','Inclusive'),(1523,'111608131529','7','2','300','retail','0','2020-12-16 18:12:27','','','','0','Invoice',36.84,'150','','','11','','1','2020-12-16 15:13:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1033.00','1031','Inclusive'),(1524,'111608131785','8','1','300','retail','0','2020-12-16 18:16:58','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 15:19:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1525,'111608133307','8','1','300','retail','0','2020-12-16 18:42:29','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 15:44:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1526,'111608133501','8','1','300','retail','0','2020-12-16 18:45:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 15:46:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1527,'111608133872','8','2','600','retail','0','2020-12-16 18:51:33','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 15:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1528,'111608134402','8','1','300','retail','0','2020-12-16 19:00:16','','','','0','Cash',36.84,'300','','','11','','1','2020-12-16 16:01:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1529,'111608134563','8','1','300','retail','0','2020-12-16 19:02:53','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-16 16:03:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1530,'111608134817','5','1','450','retail','0','2020-12-16 19:07:13','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-16 16:08:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','31.00','30','Inclusive'),(1531,'111608136238','8','3','900','retail','0','2020-12-16 19:31:18','','','','0','Cash',110.53,'300','','','11','','1','2020-12-16 16:31:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1532,'111608136286','8','2','600','retail','0','2020-12-16 19:32:09','','','','0','Cash',73.68,'300','','','11','','1','2020-12-16 16:32:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1533,'111608137513','7','1','150','retail','0','2020-12-16 19:52:09','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-16 16:53:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1534,'111608140550','8','2','600','retail','0','2020-12-16 20:43:01','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 17:43:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1535,'111608142603','8','2','600','retail','0','2020-12-16 21:17:05','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-16 18:18:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1536,'111608187052','8','2','600','retail','0','2020-12-17 09:37:51','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-17 06:39:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1537,'111608187391','10','1','350','retail','0','2020-12-17 09:43:37','','','','0','Cash',42.98,'350','','','11','','1','2020-12-17 06:43:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1015.00','1014','Inclusive'),(1538,'111608187426','9','1','350','retail','0','2020-12-17 09:44:15','','','','0','Cash',42.98,'350','','','11','','1','2020-12-17 06:44:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1539,'111608187477','8','3','900','retail','0','2020-12-17 09:45:56','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-17 06:47:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1540,'111608197075','7','1','150','retail','0','2020-12-17 12:24:50','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-17 09:26:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1541,'111608198813','8','3','900','retail','0','2020-12-17 12:53:54','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-17 09:55:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1138.00','1135','Inclusive'),(1542,'111608200031','8','1','300','retail','0','2020-12-17 13:14:03','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-17 10:15:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1543,'111608200141','8','1','300','retail','0','2020-12-17 13:16:18','','','','0','Cash',36.84,'300','','','11','','1','2020-12-17 10:16:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1544,'111608200195','7','1','150','retail','0','2020-12-17 13:46:26','','','','0','Cash',18.42,'150','','','11','','1','2020-12-17 10:46:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1545,'111608203020','8','1','300','retail','0','2020-12-17 14:03:56','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 11:04:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1546,'111608203141','8','1','300','retail','0','2020-12-17 14:05:52','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-17 11:06:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1547,'111608204261','6','2','160','retail','0','2020-12-17 14:24:37','','','','0','Mpesa',19.65,'80','','','11','','1','2020-12-17 11:26:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1006.00','1004','Inclusive'),(1548,'111608206954','8','1','300','retail','0','2020-12-17 15:09:26','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 12:10:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1549,'111608211641','10','1','350','retail','0','2020-12-17 16:27:42','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-17 13:30:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1015.00','1014','Inclusive'),(1550,'111608211877','9','1','350','retail','0','2020-12-17 16:31:32','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-17 13:32:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1917.00','1916','Inclusive'),(1551,'111608213014','8','1','300','retail','0','2020-12-17 16:50:41','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 13:52:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1552,'111608214658','8','1','300','retail','0','2020-12-17 17:18:21','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 14:19:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1553,'111608217543','8','1','300','retail','0','2020-12-17 18:05:53','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 15:06:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1554,'111608217691','8','1','300','retail','0','2020-12-17 18:08:28','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 15:09:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1557,'111608219671','9','10','3500','retail','0','2020-12-17 18:41:33','','','','0','Mpesa',429.82,'350','','','11','','1','2020-12-17 15:42:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','10','1927.00','1917','Inclusive'),(1558,'111608220524','5','1','450','retail','0','2020-12-17 18:55:40','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-17 15:57:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1559,'111608220941','4','1','250','retail','0','2020-12-17 19:02:36','','','','0','Invoice',30.70,'250','','','11','','1','2020-12-17 16:04:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1560,'111608223694','7','1','150','retail','0','2020-12-17 19:48:25','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-17 16:50:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1561,'111608225624','8','2','600','retail','0','2020-12-17 20:20:46','','','','0','Cash',73.68,'300','','','11','','1','2020-12-17 17:22:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1562,'111608227926','8','1','300','retail','0','2020-12-17 20:58:57','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-17 18:00:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1563,'111608228095','8','1','300','retail','0','2020-12-17 21:01:49','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-17 18:02:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1564,'111608228173','4','1','250','retail','0','2020-12-17 21:03:17','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-17 18:05:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1565,'111608270111','9','8','2800','retail','0','2020-12-18 08:42:21','','','','0','Mpesa',343.86,'350','','','11','','1','2020-12-18 05:44:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','8','1927.00','1919','Inclusive'),(1566,'111608271929','8','1','300','retail','0','2020-12-18 09:12:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-18 06:13:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1567,'111608272092','8','2','600','retail','0','2020-12-18 09:15:08','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-18 06:16:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1138.00','1136','Inclusive'),(1568,'111608277473','8','1','300','retail','0','2020-12-18 10:54:59','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-18 07:55:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1569,'111608278157','9','2','700','retail','0','2020-12-18 12:13:35','','','','0','Cash',85.96,'350','','','11','','1','2020-12-18 09:13:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1927.00','1925','Inclusive'),(1570,'111608283192','8','1','300','retail','0','2020-12-18 12:20:04','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-18 09:21:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1571,'111608284383','8','1','300','retail','0','2020-12-18 12:39:53','','','','0','Cash',36.84,'300','','','11','','1','2020-12-18 09:40:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1138.00','1137','Inclusive'),(1572,'111608284713','7','2','300','retail','0','2020-12-18 12:45:39','','','','0','Mpesa',36.84,'150','','','11','','1','2020-12-18 09:46:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1033.00','1031','Inclusive'),(1573,'111608284821','4','1','250','retail','0','2020-12-18 12:49:45','','','','0','Cash',30.70,'250','','','11','','1','2020-12-18 09:49:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','41.00','40','Inclusive'),(1574,'1441608289909','8','1','300','retail','0','2020-12-18 14:14:58','','','','0','Mpesa',36.84,'300','','','144','','1','2020-12-18 11:15:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1141.00','1140','Inclusive'),(1575,'1441608290423','8','2','600','retail','0','2020-12-18 14:20:23','','','','0','Cash',73.68,'300','','','144','','1','2020-12-18 11:20:43','1','1','new','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1141.00','1139','Inclusive'),(1576,'111608290496','8','2','600','retail','0','2020-12-18 14:21:52','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-18 11:23:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1141.00','1139','Inclusive'),(1577,'111608292233','7','3','450','retail','0','2020-12-18 14:55:23','','','','0','Invoice',55.26,'150','','','11','','1','2020-12-18 11:56:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1033.00','1030','Inclusive'),(1578,'111608296852','5','2','900','retail','0','2020-12-18 16:08:00','','','','0','Invoice',110.53,'450','','','11','','1','2020-12-18 13:09:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(1579,'111608299031','8','1','300','retail','0','2020-12-18 16:44:02','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-18 13:45:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1141.00','1140','Inclusive'),(1580,'111608303467','8','1','300','retail','0','2020-12-18 17:57:56','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-18 14:59:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1141.00','1140','Inclusive'),(1581,'111608303669','7','1','150','retail','0','2020-12-18 18:04:49','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-18 15:08:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1582,'111608304154','6','1','80','retail','0','2020-12-18 18:09:26','','','','0','Invoice',9.82,'80','','','11','','1','2020-12-18 15:10:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1583,'111608305253','8','2','600','retail','0','2020-12-18 18:27:53','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-18 15:29:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1141.00','1139','Inclusive'),(1585,'111608305481','8','2','600','retail','0','2020-12-18 18:31:39','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-18 15:34:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1161.00','1159','Inclusive'),(1586,'111608305815','9','3','1050','retail','0','2020-12-18 18:37:21','','','','0','Mpesa',128.95,'350','','','11','','1','2020-12-18 15:38:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','3','1927.00','1924','Inclusive'),(1587,'111608305926','8','2','600','retail','0','2020-12-18 18:42:10','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-18 15:43:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1161.00','1159','Inclusive'),(1588,'111608308293','8','1','300','retail','0','2020-12-18 19:18:28','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-18 16:20:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1589,'111608311427','8','1','300','retail','0','2020-12-18 20:10:42','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-18 17:11:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1590,'111608313507','6','1','80','retail','0','2020-12-18 20:45:21','','','','0','Cash',9.82,'80','','','11','','1','2020-12-18 17:45:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1591,'111608313531','7','1','150','retail','0','2020-12-18 21:14:09','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-18 18:15:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1033.00','1032','Inclusive'),(1592,'111608315645','8','1','300','retail','0','2020-12-18 21:21:01','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-18 18:22:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1593,'111608355219','8','1','300','retail','0','2020-12-19 08:20:30','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 05:21:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1594,'111608363647','9','4','1400','retail','0','2020-12-19 10:41:05','','','','0','Mpesa',171.93,'350','','','11','','1','2020-12-19 07:42:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','4','1927.00','1923','Inclusive'),(1596,'111608364066','7','3','450','retail','0','2020-12-19 10:48:07','','','','0','Invoice',55.26,'150','','','11','','1','2020-12-19 07:49:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1043.00','1040','Inclusive'),(1597,'111608365007','8','2','600','retail','0','2020-12-19 11:03:47','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-19 08:04:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1161.00','1159','Inclusive'),(1598,'111608365998','8','2','600','retail','0','2020-12-19 11:20:22','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-19 08:21:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1161.00','1159','Inclusive'),(1599,'111608367358','8','1','300','retail','0','2020-12-19 11:42:48','','','','0','Cash',36.84,'300','','','11','','1','2020-12-19 08:44:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1600,'111608367492','7','1','150','retail','0','2020-12-19 11:58:40','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-19 08:59:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1601,'111608368735','8','1','300','retail','0','2020-12-19 12:05:47','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 09:07:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1602,'111608371140','8','4','1200','retail','0','2020-12-19 12:46:06','','','','0','Invoice',147.37,'300','','','11','','1','2020-12-19 09:47:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1161.00','1157','Inclusive'),(1603,'111608373527','8','1','300','retail','0','2020-12-19 13:25:44','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 10:27:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1161.00','1160','Inclusive'),(1604,'111608373673','7','1','150','retail','0','2020-12-19 13:28:10','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-19 10:29:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1605,'111608373807','7','1','150','retail','0','2020-12-19 13:47:09','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-19 10:48:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1607,'111608378156','8','1','300','retail','0','2020-12-19 14:42:48','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-19 11:43:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1608,'111608378237','7','1','150','retail','0','2020-12-19 14:46:19','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-19 11:47:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1609,'111608378731','8','1','300','retail','0','2020-12-19 14:52:25','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 11:53:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1610,'111608380057','8','1','300','retail','0','2020-12-19 15:14:40','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 12:15:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1611,'111608380195','8','1','300','retail','0','2020-12-19 15:16:45','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 12:17:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1612,'111608380502','8','1','300','retail','0','2020-12-19 15:21:56','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-19 12:22:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1613,'111608380564','8','1','300','retail','0','2020-12-19 15:28:54','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-19 12:30:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1614,'111608381010','7','1','150','retail','0','2020-12-19 15:30:40','','','','0','Cash',18.42,'150','','','11','','1','2020-12-19 12:31:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1615,'111608382984','8','1','300','retail','0','2020-12-19 16:03:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 13:04:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1616,'111608383415','9','1','350','retail','0','2020-12-19 16:10:26','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-19 13:12:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1617,'111608383884','8','2','600','retail','0','2020-12-19 16:18:33','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-19 13:20:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1162.00','1160','Inclusive'),(1618,'111608385541','7','1','150','retail','0','2020-12-19 16:45:55','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-19 13:47:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1619,'111608385944','5','2','900','retail','0','2020-12-19 16:53:09','','','','0','Invoice',110.53,'450','','','11','','1','2020-12-19 13:55:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(1620,'111608390208','8','1','300','retail','0','2020-12-19 18:03:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 15:07:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1621,'111608390611','8','1','300','retail','0','2020-12-19 18:10:23','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 15:11:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1622,'111608392671','8','1','300','retail','0','2020-12-19 18:44:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 15:45:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1623,'111608394012','8','1','300','retail','0','2020-12-19 19:07:05','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-19 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1624,'111608394101','8','1','300','retail','0','2020-12-19 19:08:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 16:10:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1625,'111608395765','8','1','300','retail','0','2020-12-19 19:36:18','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-19 16:37:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1162.00','1161','Inclusive'),(1627,'111608396323','8','1','300','retail','0','2020-12-19 20:10:30','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-19 17:11:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1163.00','1162','Inclusive'),(1628,'111608401910','8','2','600','retail','0','2020-12-19 21:18:47','','','','0','Cash',73.68,'300','','','11','','1','2020-12-19 18:19:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1629,'111608447397','8','2','600','retail','0','2020-12-20 09:56:54','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 06:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1630,'111608448814','7','1','150','retail','0','2020-12-20 10:20:37','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-20 07:21:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1631,'111608448991','9','1','350','retail','0','2020-12-20 10:23:23','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-20 07:24:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1632,'111608450541','8','2','600','retail','0','2020-12-20 10:49:23','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 07:50:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1633,'111608450675','8','4','1200','retail','0','2020-12-20 10:51:29','','','','0','Invoice',147.37,'300','','','11','','1','2020-12-20 07:52:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1163.00','1159','Inclusive'),(1634,'111608451780','8','2','600','retail','0','2020-12-20 11:09:55','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 08:10:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1635,'111608454007','3','1','120','retail','0','2020-12-20 11:47:05','','','','0','Cash',14.74,'120','','','11','','1','2020-12-20 08:47:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1636,'111608454034','5','2','900','retail','0','2020-12-20 11:56:03','','','','0','Cash',110.53,'450','','','11','','1','2020-12-20 08:56:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(1637,'111608454617','8','1','300','retail','0','2020-12-20 11:57:53','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 08:59:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1163.00','1162','Inclusive'),(1638,'111608454805','8','3','900','retail','0','2020-12-20 12:00:22','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-20 09:02:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1163.00','1160','Inclusive'),(1639,'111608455472','8','1','300','retail','0','2020-12-20 12:11:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 09:12:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1163.00','1162','Inclusive'),(1640,'111608456071','8','2','600','retail','0','2020-12-20 12:21:46','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 09:23:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1641,'111608457076','8','1','300','retail','0','2020-12-20 12:38:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 09:39:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1163.00','1162','Inclusive'),(1642,'111608457498','8','3','900','retail','0','2020-12-20 12:45:12','','','','0','Mpesa',110.53,'300','','','11','','1','2020-12-20 09:46:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1163.00','1160','Inclusive'),(1643,'111608457590','8','2','600','retail','0','2020-12-20 13:02:28','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 10:03:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1163.00','1161','Inclusive'),(1644,'111608460516','8','4','1200','retail','0','2020-12-20 13:36:13','','','','0','Invoice',147.37,'300','','','11','','1','2020-12-20 10:37:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1163.00','1159','Inclusive'),(1645,'111608460885','8','3','900','retail','0','2020-12-20 13:41:51','','','','0','Cash',110.53,'300','','','11','','1','2020-12-20 10:42:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1163.00','1160','Inclusive'),(1646,'111608460923','8','3','900','retail','0','2020-12-20 14:09:13','','','','0','Cash',110.53,'300','','','11','','1','2020-12-20 11:09:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1163.00','1160','Inclusive'),(1647,'111608462575','8','1','300','retail','0','2020-12-20 16:00:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 13:03:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1163.00','1162','Inclusive'),(1649,'111608470214','8','1','300','retail','0','2020-12-20 16:17:06','','','','0','Cash',36.84,'300','','','11','','1','2020-12-20 13:17:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1164.00','1163','Inclusive'),(1650,'111608470237','8','4','1200','retail','0','2020-12-20 16:29:25','','','','0','Invoice',147.37,'300','','','11','','1','2020-12-20 13:32:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1164.00','1160','Inclusive'),(1651,'111608471243','8','5','1500','retail','0','2020-12-20 16:34:26','','','','0','Invoice',184.21,'300','','','11','','1','2020-12-20 13:35:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1164.00','1159','Inclusive'),(1652,'111608471770','8','3','900','retail','0','2020-12-20 16:43:08','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-20 13:45:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1164.00','1161','Inclusive'),(1654,'111608472687','8','1','300','retail','0','2020-12-20 16:59:22','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 14:00:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1655,'111608472931','6','1','80','retail','0','2020-12-20 17:02:34','','','','0','Invoice',9.82,'80','','','11','','1','2020-12-20 14:22:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1656,'111608474408','8','1','300','retail','0','2020-12-20 17:27:01','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 14:28:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1657,'111608477240','8','1','300','retail','0','2020-12-20 18:14:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 15:16:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1658,'111608477409','8','1','300','retail','0','2020-12-20 18:17:00','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 15:18:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1659,'111608477871','8','2','600','retail','0','2020-12-20 18:24:54','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 15:26:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1166.00','1164','Inclusive'),(1660,'111608478263','8','1','300','retail','0','2020-12-20 18:31:13','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 15:32:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1661,'111608481024','8','1','300','retail','0','2020-12-20 19:18:04','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 16:19:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1662,'111608483716','3','1','120','retail','0','2020-12-20 20:02:13','','','','0','Cash',14.74,'120','','','11','','1','2020-12-20 17:03:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1663,'111608483810','8','1','300','retail','0','2020-12-20 20:11:00','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-20 17:12:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1664,'111608485711','8','2','600','retail','0','2020-12-20 20:35:34','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-20 17:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1166.00','1164','Inclusive'),(1665,'111608530396','8','1','300','retail','0','2020-12-21 09:00:09','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 06:02:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1666,'111608533906','8','1','300','retail','0','2020-12-21 09:58:40','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 06:59:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1667,'111608534404','8','1','300','retail','0','2020-12-21 10:06:56','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 07:08:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1668,'111608538246','8','1','300','retail','0','2020-12-21 11:10:59','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 08:11:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1669,'111608539888','8','1','300','retail','0','2020-12-21 11:38:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 08:39:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1670,'111608540354','8','1','300','retail','0','2020-12-21 11:46:07','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 08:47:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1671,'111608545254','8','1','300','retail','0','2020-12-21 13:07:49','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 10:09:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1672,'111608549735','8','2','600','retail','0','2020-12-21 14:22:31','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-21 11:23:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1166.00','1164','Inclusive'),(1673,'111608550814','8','1','300','retail','0','2020-12-21 14:40:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 11:41:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1166.00','1165','Inclusive'),(1674,'111608552398','9','1','350','retail','0','2020-12-21 15:06:49','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-21 12:08:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1677,'111608555094','8','1','300','retail','0','2020-12-21 15:51:48','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-21 12:52:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1678,'111608555328','8','1','300','retail','0','2020-12-21 15:55:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 12:56:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1679,'111608556020','2','3','150','retail','0','2020-12-21 16:07:41','','','','0','Mpesa',18.42,'50','','','11','','1','2020-12-21 13:07:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','3','114.00','111','Inclusive'),(1680,'111608556075','8','2','600','retail','0','2020-12-21 16:15:11','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-21 13:19:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1168.00','1166','Inclusive'),(1681,'111608556784','8','1','300','retail','0','2020-12-21 16:42:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 13:43:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1682,'111608560614','8','1','300','retail','0','2020-12-21 17:23:46','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 14:25:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1683,'111608563215','8','1','300','retail','0','2020-12-21 18:07:10','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-21 15:08:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1684,'111608563539','8','1','300','retail','0','2020-12-21 18:12:33','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-21 15:13:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1685,'111608563609','8','1','300','retail','0','2020-12-21 18:14:57','','','','0','Cash',36.84,'300','','','11','','1','2020-12-21 15:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1686,'111608564672','5','1','450','retail','0','2020-12-21 18:31:24','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-21 15:33:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1687,'111608567213','8','3','900','retail','0','2020-12-21 19:13:51','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-21 16:16:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1168.00','1165','Inclusive'),(1689,'111608571380','4','2','500','retail','0','2020-12-21 20:23:21','','','','0','Mpesa',61.40,'250','','','11','','1','2020-12-21 17:24:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','43.00','41','Inclusive'),(1690,'111608571459','8','2','600','retail','0','2020-12-21 20:29:36','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-21 17:31:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1168.00','1166','Inclusive'),(1691,'111608574066','4','1','250','retail','0','2020-12-21 21:07:57','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-21 18:08:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','43.00','42','Inclusive'),(1692,'111608616594','8','5','1500','retail','0','2020-12-22 08:56:53','','','','0','Invoice',184.21,'300','','','11','','1','2020-12-22 05:58:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1168.00','1163','Inclusive'),(1693,'111608616766','9','1','350','retail','0','2020-12-22 08:59:38','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-22 06:00:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1694,'111608625566','9','2','700','retail','0','2020-12-22 11:26:22','','','','0','Invoice',85.96,'350','','','11','','1','2020-12-22 08:28:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1927.00','1925','Inclusive'),(1695,'111608627269','8','2','600','retail','0','2020-12-22 11:54:47','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-22 08:56:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1168.00','1166','Inclusive'),(1696,'111608628087','8','1','300','retail','0','2020-12-22 12:08:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 09:09:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1697,'111608628773','8','1','300','retail','0','2020-12-22 12:19:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 09:20:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1698,'111608629936','8','1','300','retail','0','2020-12-22 12:39:07','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 09:40:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1699,'111608631579','8','2','600','retail','0','2020-12-22 13:06:37','','','','0','Cash',73.68,'300','','','11','','1','2020-12-22 10:08:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1168.00','1166','Inclusive'),(1700,'111608631691','8','1','300','retail','0','2020-12-22 13:21:44','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 10:24:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1701,'111608633922','7','1','150','retail','0','2020-12-22 13:45:38','','','','0','Cash',18.42,'150','','','11','','1','2020-12-22 10:46:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1702,'111608634013','8','1','300','retail','0','2020-12-22 13:47:20','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 10:48:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1703,'111608634468','8','1','300','retail','0','2020-12-22 13:54:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 10:56:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1704,'111608634624','5','1','450','retail','0','2020-12-22 13:57:29','','','','0','Cash',55.26,'450','','','11','','1','2020-12-22 10:58:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1705,'111608634740','8','1','300','retail','0','2020-12-22 14:15:09','','','','0','Cash',36.84,'300','','','11','','1','2020-12-22 11:16:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1706,'111608636410','4','2','500','retail','0','2020-12-22 14:27:07','','','','0','Invoice',61.40,'250','','','11','','1','2020-12-22 11:29:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','43.00','41','Inclusive'),(1707,'111608637665','7','2','300','retail','0','2020-12-22 14:48:04','','','','0','Invoice',36.84,'150','','','11','','1','2020-12-22 11:49:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1043.00','1041','Inclusive'),(1708,'111608640390','18','1','1200','retail','0','2020-12-22 15:33:32','','','','800','Cash',147.37,'1200','','','11','','1','2020-12-22 12:34:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1052.63','1','4.00','3','Inclusive'),(1709,'111608640483','8','3','900','retail','0','2020-12-22 15:36:44','','','','0','Mpesa',110.53,'300','','','11','','1','2020-12-22 12:38:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1168.00','1165','Inclusive'),(1710,'111608640728','9','1','350','retail','0','2020-12-22 15:39:35','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-22 12:40:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1711,'111608640828','8','2','600','retail','0','2020-12-22 16:20:29','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-22 13:22:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1168.00','1166','Inclusive'),(1712,'111608643398','8','1','300','retail','0','2020-12-22 16:23:40','','','','0','Cash',36.84,'300','','','11','','1','2020-12-22 13:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1168.00','1167','Inclusive'),(1713,'111608643522','7','1','150','retail','0','2020-12-22 16:25:53','','','','0','Cash',18.42,'150','','','11','','1','2020-12-22 13:26:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1714,'111608643615','7','2','300','retail','0','2020-12-22 16:27:46','','','','0','Cash',36.84,'150','','','11','','1','2020-12-22 13:28:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1043.00','1041','Inclusive'),(1716,'111608645998','8','1','300','retail','0','2020-12-22 17:06:51','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 14:08:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1717,'111608646959','8','1','300','retail','0','2020-12-22 17:22:54','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 14:23:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1718,'111608648329','8','2','600','retail','0','2020-12-22 17:45:51','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-22 14:48:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1719,'111608648646','8','2','600','retail','0','2020-12-22 17:51:06','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-22 14:52:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1720,'111608648800','9','1','350','retail','0','2020-12-22 17:53:38','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-22 14:55:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1721,'111608653148','8','1','300','retail','0','2020-12-22 19:06:07','','','','0','Cash',36.84,'300','','','11','','1','2020-12-22 16:07:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1722,'111608653227','13','6','1500','retail','0','2020-12-22 19:20:32','','','','0','Cash',184.21,'250','','','11','','1','2020-12-22 16:23:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','6','143.00','137','Inclusive'),(1723,'111608654227','9','1','350','retail','0','2020-12-22 19:30:13','','','','0','Cash',42.98,'350','','','11','','1','2020-12-22 16:30:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1724,'111608654640','8','1','300','retail','0','2020-12-22 19:43:51','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-22 16:44:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1725,'111608655494','8','1','300','retail','0','2020-12-22 19:45:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 16:46:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1726,'111608655880','5','1','450','retail','0','2020-12-22 19:51:45','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-22 16:53:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1727,'111608656608','8','1','300','retail','0','2020-12-22 20:03:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 17:04:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1728,'111608658230','8','1','300','retail','0','2020-12-22 20:31:49','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 17:32:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1729,'111608658698','8','1','300','retail','0','2020-12-22 20:38:28','','','','0','Cash',36.84,'300','','','11','','1','2020-12-22 17:39:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1730,'111608658774','9','2','700','retail','0','2020-12-22 20:48:50','','','','0','Invoice',85.96,'350','','','11','','1','2020-12-22 17:50:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1927.00','1925','Inclusive'),(1731,'111608659862','8','1','300','retail','0','2020-12-22 20:57:52','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-22 17:59:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1732,'111608702455','7','1','150','retail','0','2020-12-23 08:47:50','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 05:49:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1733,'111608703885','8','2','600','retail','0','2020-12-23 09:11:48','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-23 06:13:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1734,'111608705373','2','1','50','retail','0','2020-12-23 09:36:34','','','','0','Cash',6.14,'50','','','11','','1','2020-12-23 06:36:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1735,'111608705405','8','1','300','retail','0','2020-12-23 10:22:47','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 07:25:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1736,'111608709032','9','1','350','retail','0','2020-12-23 10:37:24','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-23 07:38:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1737,'111608709424','8','1','300','retail','0','2020-12-23 10:43:59','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 07:45:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1738,'111608709946','8','1','300','retail','0','2020-12-23 10:52:49','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 07:54:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1739,'111608710616','6','2','160','retail','0','2020-12-23 11:03:59','','','','0','Invoice',19.65,'80','','','11','','1','2020-12-23 08:05:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1006.00','1004','Inclusive'),(1740,'111608712792','8','1','300','retail','0','2020-12-23 11:40:03','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-23 08:41:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1741,'111608712875','7','2','300','retail','0','2020-12-23 11:47:34','','','','0','Cash',36.84,'150','','','11','','1','2020-12-23 08:48:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1043.00','1041','Inclusive'),(1742,'111608713328','7','2','300','retail','0','2020-12-23 12:24:09','','','','0','Cash',36.84,'150','','','11','','1','2020-12-23 09:25:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1043.00','1041','Inclusive'),(1743,'111608715530','2','1','50','retail','0','2020-12-23 12:31:22','','','','0','Cash',6.14,'50','','','11','','1','2020-12-23 09:31:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1744,'111608715895','2','1','50','retail','0','2020-12-23 12:33:07','','','','0','Mpesa',6.14,'50','','','11','','1','2020-12-23 09:33:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1745,'111608715997','7','1','150','retail','0','2020-12-23 12:35:13','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 09:36:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1746,'111608716231','8','1','300','retail','0','2020-12-23 12:37:28','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 09:38:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1747,'111608717214','9','1','350','retail','0','2020-12-23 12:54:12','','','','0','Cash',42.98,'350','','','11','','1','2020-12-23 09:56:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1748,'111608717372','8','2','600','retail','0','2020-12-23 13:05:06','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-23 10:06:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1749,'111608719705','8','1','300','retail','0','2020-12-23 13:35:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 10:36:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1750,'111608721219','2','2','100','retail','0','2020-12-23 14:00:35','','','','0','Cash',12.28,'50','','','11','','1','2020-12-23 11:00:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','114.00','112','Inclusive'),(1751,'111608721244','7','1','150','retail','0','2020-12-23 14:30:27','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 11:31:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1752,'111608723370','7','1','150','retail','0','2020-12-23 14:36:23','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 11:37:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1753,'111608724276','5','1','450','retail','0','2020-12-23 14:51:31','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-23 11:55:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1754,'111608726375','8','1','300','retail','0','2020-12-23 15:26:43','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-23 12:27:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1755,'111608730959','8','2','600','retail','0','2020-12-23 16:42:59','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-23 13:43:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1756,'111608732757','8','1','300','retail','0','2020-12-23 17:12:48','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 14:14:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1757,'111608734614','3','1','120','retail','0','2020-12-23 17:44:28','','','','0','Cash',14.74,'120','','','11','','1','2020-12-23 14:44:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1758,'111608734679','2','1','50','retail','0','2020-12-23 17:45:44','','','','0','Cash',6.14,'50','','','11','','1','2020-12-23 14:45:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1759,'111608734755','8','1','300','retail','0','2020-12-23 17:55:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 14:56:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1760,'111608736493','8','1','300','retail','0','2020-12-23 18:15:16','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 15:16:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1761,'111608736949','8','1','300','retail','0','2020-12-23 18:22:44','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 15:23:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1762,'111608737814','8','1','300','retail','0','2020-12-23 18:37:10','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 15:38:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1763,'111608738890','8','1','300','retail','0','2020-12-23 18:55:08','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 15:56:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1764,'111608739196','8','2','600','retail','0','2020-12-23 19:00:13','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-23 16:01:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1169.00','1167','Inclusive'),(1765,'111608739274','8','1','300','retail','0','2020-12-23 19:10:39','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-23 16:11:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1766,'111608739892','7','1','150','retail','0','2020-12-23 19:37:54','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 16:39:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1767,'111608741632','8','1','300','retail','0','2020-12-23 19:40:53','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 16:41:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1768,'111608741762','7','1','150','retail','0','2020-12-23 19:43:02','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 16:44:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1769,'111608742506','8','1','300','retail','0','2020-12-23 19:55:22','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 16:56:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1770,'111608743253','3','1','120','retail','0','2020-12-23 20:07:46','','','','0','Cash',14.74,'120','','','11','','1','2020-12-23 17:07:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1771,'111608743275','8','1','300','retail','0','2020-12-23 20:16:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 17:18:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1772,'111608744940','7','3','450','retail','0','2020-12-23 20:36:05','','','','0','Invoice',55.26,'150','','','11','','1','2020-12-23 17:37:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1043.00','1040','Inclusive'),(1773,'111608745499','8','1','300','retail','0','2020-12-23 20:45:31','','','','0','Cash',36.84,'300','','','11','','1','2020-12-23 17:46:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1774,'111608745591','7','1','150','retail','0','2020-12-23 20:47:01','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-23 17:47:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1775,'111608745929','8','1','300','retail','0','2020-12-23 20:52:20','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-23 17:53:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1776,'111608746359','8','1','300','retail','0','2020-12-23 20:59:31','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-23 18:00:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1777,'111608746920','8','3','900','retail','0','2020-12-23 21:09:00','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-23 18:10:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1169.00','1166','Inclusive'),(1778,'111608747085','2','1','50','retail','0','2020-12-23 21:11:35','','','','0','Cash',6.14,'50','','','11','','1','2020-12-23 18:11:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1779,'111608791872','8','1','300','retail','0','2020-12-24 09:38:03','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 06:39:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1780,'111608791992','2','1','50','retail','0','2020-12-24 09:40:24','','','','0','Cash',6.14,'50','','','11','','1','2020-12-24 06:40:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1781,'111608792033','8','1','300','retail','0','2020-12-24 10:06:32','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 07:07:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1782,'111608795744','8','1','300','retail','0','2020-12-24 10:42:37','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 07:43:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1783,'111608799303','8','1','300','retail','0','2020-12-24 11:41:56','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 08:43:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1784,'111608800941','8','1','300','retail','0','2020-12-24 12:09:13','','','','0','Cash',36.84,'300','','','11','','1','2020-12-24 09:10:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1785,'111608801019','8','1','300','retail','0','2020-12-24 12:11:29','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 09:13:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1786,'111608801588','8','1','300','retail','0','2020-12-24 12:20:01','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-24 09:20:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1169.00','1168','Inclusive'),(1788,'111608802788','7','1','150','retail','0','2020-12-24 12:40:04','','','','0','Cash',18.42,'150','','','11','','1','2020-12-24 09:40:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1789,'111608802817','8','1','300','retail','0','2020-12-24 12:46:38','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 09:47:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1790,'111608803307','8','1','300','retail','0','2020-12-24 12:48:40','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 09:49:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1791,'111608806924','8','2','600','retail','0','2020-12-24 13:49:09','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-24 10:50:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1792,'111608807090','8','1','300','retail','0','2020-12-24 13:51:41','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 10:53:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1793,'111608807249','8','1','300','retail','0','2020-12-24 13:54:22','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 10:55:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1794,'111608807578','9','1','350','retail','0','2020-12-24 13:59:50','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-24 11:00:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1795,'111608807656','10','1','350','retail','0','2020-12-24 14:01:23','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-24 11:02:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1015.00','1014','Inclusive'),(1796,'111608807737','13','1','250','retail','0','2020-12-24 14:02:43','','','','0','Cash',30.70,'250','','','11','','1','2020-12-24 11:02:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','143.00','142','Inclusive'),(1797,'111608807775','4','1','250','retail','0','2020-12-24 14:16:21','','','','0','Invoice',30.70,'250','','','11','','1','2020-12-24 11:17:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','43.00','42','Inclusive'),(1798,'111608809203','2','1','50','retail','0','2020-12-24 14:28:01','','','','0','Cash',6.14,'50','','','11','','1','2020-12-24 11:28:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1799,'111608809289','8','1','300','retail','0','2020-12-24 14:33:02','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 11:34:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1800,'111608810609','2','1','50','retail','0','2020-12-24 14:50:28','','','','0','Cash',6.14,'50','','','11','','1','2020-12-24 11:50:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1803,'111608811916','4','4','1000','retail','0','2020-12-24 15:12:13','','','','0','Invoice',122.81,'250','','','11','','1','2020-12-24 12:12:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','4','48.00','44','Inclusive'),(1804,'111608812266','8','2','600','retail','0','2020-12-24 15:18:04','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-24 12:18:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1805,'111608815415','8','1','300','retail','0','2020-12-24 16:10:28','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 13:11:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1806,'111608815864','7','1','150','retail','0','2020-12-24 16:18:05','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-24 13:19:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1807,'111608816207','8','1','300','retail','0','2020-12-24 16:23:40','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 13:24:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1808,'111608816812','8','1','300','retail','0','2020-12-24 16:33:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 13:35:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1809,'111608817683','8','2','600','retail','0','2020-12-24 16:48:21','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-24 13:49:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1810,'111608817883','8','1','300','retail','0','2020-12-24 16:51:38','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-24 13:52:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1811,'111608817948','4','1','250','retail','0','2020-12-24 16:52:46','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-24 13:53:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(1812,'111608818024','2','1','50','retail','0','2020-12-24 16:56:18','','','','0','Cash',6.14,'50','','','11','','1','2020-12-24 13:58:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1813,'111608818296','8','1','300','retail','0','2020-12-24 17:54:33','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 14:55:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1814,'111608821886','8','1','300','retail','0','2020-12-24 17:58:15','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 14:59:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1815,'111608821985','8','2','600','retail','0','2020-12-24 18:01:46','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-24 15:03:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1816,'111608823730','8','1','300','retail','0','2020-12-24 18:29:00','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 15:29:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1817,'111608823835','8','1','300','retail','0','2020-12-24 18:30:48','','','','0','Cash',36.84,'300','','','11','','1','2020-12-24 15:31:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1818,'111608823910','8','1','300','retail','0','2020-12-24 19:16:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 16:17:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1819,'111608829389','8','1','300','retail','0','2020-12-24 20:04:23','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-24 17:05:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1820,'111608831149','7','1','150','retail','0','2020-12-24 20:32:40','','','','0','Mpesa',18.42,'150','','','11','','1','2020-12-24 17:33:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1821,'111608831728','4','2','500','retail','0','2020-12-24 20:42:32','','','','0','Cash',61.40,'250','','','11','','1','2020-12-24 17:42:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','48.00','46','Inclusive'),(1822,'111608831762','8','2','600','retail','0','2020-12-24 20:45:58','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-24 17:47:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1823,'111608833126','4','1','250','retail','0','2020-12-24 21:05:39','','','','0','Invoice',30.70,'250','','','11','','1','2020-12-24 18:06:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(1824,'111609050406','8','4','1200','retail','0','2020-12-27 09:27:30','','','','0','Invoice',147.37,'300','','','11','','1','2020-12-27 06:28:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1170.00','1166','Inclusive'),(1825,'111609052475','8','1','300','retail','0','2020-12-27 10:01:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 07:02:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1826,'111609053251','8','2','600','retail','0','2020-12-27 10:14:27','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-27 07:16:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1827,'111609053409','7','1','150','retail','0','2020-12-27 10:17:16','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-27 07:18:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1828,'111609054235','8','1','300','retail','0','2020-12-27 10:30:44','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 07:31:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1829,'111609055688','7','1','150','retail','0','2020-12-27 10:55:11','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-27 07:56:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1830,'111609056250','5','1','450','retail','0','2020-12-27 11:04:38','','','','0','Mpesa',55.26,'450','','','11','','1','2020-12-27 08:05:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1831,'111609056345','4','1','250','retail','0','2020-12-27 11:06:00','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-27 08:11:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(1832,'111609056668','8','1','300','retail','0','2020-12-27 11:23:52','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 08:24:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1833,'111609062123','7','1','150','retail','0','2020-12-27 12:42:22','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-27 09:43:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1043.00','1042','Inclusive'),(1835,'111609062784','7','1','150','retail','0','2020-12-27 12:53:32','','','','0','Cash',18.42,'150','','','11','','1','2020-12-27 09:54:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1044.00','1043','Inclusive'),(1836,'111609062857','2','1','50','retail','0','2020-12-27 13:29:49','','','','0','Cash',6.14,'50','','','11','','1','2020-12-27 10:30:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1837,'111609065007','2','1','50','retail','0','2020-12-27 13:34:24','','','','0','Cash',6.14,'50','','','11','','1','2020-12-27 10:34:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1838,'111609065274','8','1','300','retail','0','2020-12-27 13:55:31','','','','0','Cash',36.84,'300','','','11','','1','2020-12-27 10:56:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1839,'111609066563','8','2','600','retail','0','2020-12-27 15:08:32','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-27 12:10:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1840,'111609073901','8','1','300','retail','0','2020-12-27 15:58:42','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-27 12:59:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1841,'111609078931','8','1','300','retail','0','2020-12-27 17:22:23','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-27 14:23:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1842,'111609079012','8','1','300','retail','0','2020-12-27 18:20:02','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-27 15:21:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1843,'111609082478','6','3','240','retail','0','2020-12-27 18:22:28','','','','0','Mpesa',29.47,'80','','','11','','1','2020-12-27 15:23:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1006.00','1003','Inclusive'),(1844,'111609082635','8','1','300','retail','0','2020-12-27 18:24:33','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-27 15:25:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1845,'111609082743','8','1','300','retail','0','2020-12-27 18:26:33','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 15:28:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1846,'111609084478','8','1','300','retail','0','2020-12-27 19:01:57','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 16:06:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1847,'111609085402','8','1','300','retail','0','2020-12-27 19:10:17','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 16:11:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1848,'111609086355','8','1','300','retail','0','2020-12-27 19:26:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 16:27:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1849,'111609086847','3','1','120','retail','0','2020-12-27 19:34:26','','','','0','Cash',14.74,'120','','','11','','1','2020-12-27 16:34:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1850,'111609086877','8','1','300','retail','0','2020-12-27 19:35:00','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-27 16:36:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1851,'111609088642','8','1','300','retail','0','2020-12-27 20:04:35','','','','0','Cash',36.84,'300','','','11','','1','2020-12-27 17:05:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1852,'111609134176','8','1','300','retail','0','2020-12-28 08:43:08','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 05:45:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1853,'111609134370','8','2','600','retail','0','2020-12-28 08:46:29','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-28 05:48:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1854,'111609135031','8','1','300','retail','0','2020-12-28 08:57:21','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 05:58:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1855,'111609139522','8','1','300','retail','0','2020-12-28 10:12:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 07:13:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1856,'111609140018','7','1','150','retail','0','2020-12-28 10:21:32','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 07:23:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1044.00','1043','Inclusive'),(1857,'111609141953','10','1','350','retail','0','2020-12-28 10:52:47','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-28 07:55:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1015.00','1014','Inclusive'),(1858,'111609142155','9','1','350','retail','0','2020-12-28 10:56:18','','','','0','Mpesa',42.98,'350','','','11','','1','2020-12-28 07:57:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1859,'111609147377','8','1','300','retail','0','2020-12-28 12:23:11','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 09:23:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1860,'111609147491','7','1','150','retail','0','2020-12-28 12:25:11','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 09:26:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1044.00','1043','Inclusive'),(1861,'111609148705','8','1','300','retail','0','2020-12-28 12:45:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 09:46:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1862,'111609149000','2','1','50','retail','0','2020-12-28 12:50:15','','','','0','Mpesa',6.14,'50','','','11','','1','2020-12-28 09:50:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1863,'111609149026','9','1','350','retail','0','2020-12-28 13:21:39','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-28 10:23:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1864,'111609151349','2','1','50','retail','0','2020-12-28 13:29:21','','','','0','Mpesa',6.14,'50','','','11','','1','2020-12-28 10:29:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1865,'111609153418','8','1','300','retail','0','2020-12-28 14:03:50','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-28 11:04:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1866,'111609154861','2','1','50','retail','0','2020-12-28 14:27:51','','','','0','Mpesa',6.14,'50','','','11','','1','2020-12-28 11:28:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1867,'111609157106','8','2','600','retail','0','2020-12-28 15:05:28','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-28 12:06:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1870,'111609157484','7','1','150','retail','0','2020-12-28 15:11:37','','','','0','Mpesa',18.42,'150','','','11','','1','2020-12-28 12:12:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1871,'111609160674','8','2','600','retail','0','2020-12-28 16:04:53','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-28 13:06:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1170.00','1168','Inclusive'),(1872,'111609162085','9','1','350','retail','0','2020-12-28 16:28:20','','','','0','Cash',42.98,'350','','','11','','1','2020-12-28 13:28:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1873,'111609162125','7','1','150','retail','0','2020-12-28 16:46:49','','','','0','Cash',18.42,'150','','','11','','1','2020-12-28 13:46:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1874,'111609163221','8','1','300','retail','0','2020-12-28 16:47:35','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 13:48:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1876,'111609163950','8','1','300','retail','0','2020-12-28 16:59:25','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 14:00:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1877,'111609164433','8','1','300','retail','0','2020-12-28 17:07:24','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 14:08:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1170.00','1169','Inclusive'),(1878,'111609166168','7','1','150','retail','0','2020-12-28 17:36:25','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 14:37:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1880,'111609166553','8','2','600','retail','0','2020-12-28 17:42:54','','','','0','Cash',73.68,'300','','','11','','1','2020-12-28 14:42:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1171.00','1169','Inclusive'),(1881,'111609166579','8','2','600','retail','0','2020-12-28 17:43:22','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-28 14:44:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1171.00','1169','Inclusive'),(1882,'111609166682','7','1','150','retail','0','2020-12-28 17:44:54','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 14:46:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1883,'111609167190','5','1','450','retail','0','2020-12-28 17:53:24','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-28 14:55:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1884,'111609167482','7','1','150','retail','0','2020-12-28 17:59:25','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 15:00:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1885,'111609167788','8','1','300','retail','0','2020-12-28 18:03:39','','','','0','Cash',36.84,'300','','','11','','1','2020-12-28 15:05:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1171.00','1170','Inclusive'),(1886,'111609167904','2','1','50','retail','0','2020-12-28 18:09:12','','','','0','Cash',6.14,'50','','','11','','1','2020-12-28 15:09:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','114.00','113','Inclusive'),(1887,'111609168160','5','1','450','retail','0','2020-12-28 18:21:09','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-28 15:22:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1888,'111609168970','8','1','300','retail','0','2020-12-28 18:23:02','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 15:23:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1171.00','1170','Inclusive'),(1890,'111609170115','8','1','300','retail','0','2020-12-28 18:42:09','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 15:43:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1891,'111609170643','7','1','150','retail','0','2020-12-28 18:51:40','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 15:53:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1892,'111609172315','9','1','350','retail','0','2020-12-28 19:18:46','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-28 16:20:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1893,'111609174278','8','2','600','retail','0','2020-12-28 19:52:34','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-28 16:54:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1172.00','1170','Inclusive'),(1894,'111609175470','8','1','300','retail','0','2020-12-28 20:11:23','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 17:12:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1895,'111609176212','8','1','300','retail','0','2020-12-28 20:23:45','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-28 17:25:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1896,'111609176869','7','1','150','retail','0','2020-12-28 20:34:46','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-28 17:35:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1046.00','1045','Inclusive'),(1897,'111609176984','6','1','80','retail','0','2020-12-28 20:36:37','','','','0','Invoice',9.82,'80','','','11','','1','2020-12-28 17:37:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1006.00','1005','Inclusive'),(1898,'111609220142','8','3','900','retail','0','2020-12-29 08:36:06','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-29 05:37:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1172.00','1169','Inclusive'),(1899,'111609222493','8','1','300','retail','0','2020-12-29 09:15:09','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-29 06:16:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1900,'111609222576','8','2','600','retail','0','2020-12-29 09:26:39','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-29 06:27:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1172.00','1170','Inclusive'),(1901,'111609225423','9','1','350','retail','0','2020-12-29 10:03:59','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-29 07:05:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1902,'111609225816','8','1','300','retail','0','2020-12-29 10:10:30','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 07:11:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1904,'111609226071','6','2','160','retail','0','2020-12-29 10:14:48','','','','0','Invoice',19.65,'80','','','11','','1','2020-12-29 07:16:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1008.00','1006','Inclusive'),(1905,'111609227900','8','1','300','retail','0','2020-12-29 10:45:19','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 07:46:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1906,'111609235270','8','1','300','retail','0','2020-12-29 12:48:14','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-29 09:49:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1907,'111609238383','8','2','600','retail','0','2020-12-29 13:39:59','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-29 10:41:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1172.00','1170','Inclusive'),(1908,'111609239615','8','2','600','retail','0','2020-12-29 14:00:43','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-29 11:01:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1172.00','1170','Inclusive'),(1909,'111609239731','8','1','300','retail','0','2020-12-29 14:02:25','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 11:03:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1172.00','1171','Inclusive'),(1912,'111609239894','7','1','150','retail','0','2020-12-29 14:05:07','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-29 11:06:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1914,'111609240696','2','2','100','retail','0','2020-12-29 14:18:58','','','','0','Cash',12.28,'50','','','11','','1','2020-12-29 11:19:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(1915,'111609240753','9','2','700','retail','0','2020-12-29 14:32:24','','','','0','Cash',85.96,'350','','','11','','1','2020-12-29 11:33:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1927.00','1925','Inclusive'),(1916,'111609241619','8','1','300','retail','0','2020-12-29 14:55:48','','','','0','Cash',36.84,'300','','','11','','1','2020-12-29 11:57:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1173.00','1172','Inclusive'),(1917,'111609243033','8','1','300','retail','0','2020-12-29 15:22:10','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 12:23:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1173.00','1172','Inclusive'),(1918,'111609246235','8','1','300','retail','0','2020-12-29 15:50:46','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 12:51:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1173.00','1172','Inclusive'),(1919,'111609246869','9','1','350','retail','0','2020-12-29 16:01:20','','','','0','Invoice',42.98,'350','','','11','','1','2020-12-29 13:02:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(1920,'111609249288','8','1','300','retail','0','2020-12-29 16:41:39','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 13:42:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1173.00','1172','Inclusive'),(1921,'111609249598','7','1','150','retail','0','2020-12-29 16:47:02','','','','0','Mpesa',18.42,'150','','','11','','1','2020-12-29 13:48:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1922,'111609249685','2','1','50','retail','0','2020-12-29 16:52:12','','','','0','Cash',6.14,'50','','','11','','1','2020-12-29 13:52:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(1923,'111609251334','7','1','150','retail','0','2020-12-29 17:15:49','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-29 14:16:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1925,'111609255754','7','1','150','retail','0','2020-12-29 18:29:26','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-29 15:30:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1926,'111609256609','5','2','900','retail','0','2020-12-29 18:43:56','','','','0','Invoice',110.53,'450','','','11','','1','2020-12-29 15:45:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(1927,'111609257002','8','2','600','retail','0','2020-12-29 18:50:20','','','','0','Cash',73.68,'300','','','11','','1','2020-12-29 15:50:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1174.00','1172','Inclusive'),(1929,'111609257852','8','1','300','retail','0','2020-12-29 19:04:22','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-29 16:05:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1930,'111609257913','8','2','600','retail','0','2020-12-29 19:05:46','','','','0','Cash',73.68,'300','','','11','','1','2020-12-29 16:08:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1931,'111609258130','8','2','600','retail','0','2020-12-29 19:13:10','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-29 16:14:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1932,'111609258501','8','2','600','retail','0','2020-12-29 19:15:18','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-29 16:16:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1933,'111609260117','8','1','300','retail','0','2020-12-29 19:42:08','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-29 16:43:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1934,'111609260895','7','1','150','retail','0','2020-12-29 19:55:11','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-29 16:56:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1935,'111609310795','8','1','300','retail','0','2020-12-30 09:46:48','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 06:47:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1936,'111609315129','8','2','600','retail','0','2020-12-30 10:59:12','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-30 08:00:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1937,'111609315215','8','2','600','retail','0','2020-12-30 11:46:59','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-30 08:47:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1938,'111609319972','7','2','300','retail','0','2020-12-30 12:20:10','','','','0','Cash',36.84,'150','','','11','','1','2020-12-30 09:21:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1047.00','1045','Inclusive'),(1939,'111609320076','8','2','600','retail','0','2020-12-30 13:13:07','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-30 10:13:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1940,'111609324215','7','1','150','retail','0','2020-12-30 13:30:29','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-30 10:31:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1941,'111609328382','8','2','600','retail','0','2020-12-30 14:40:00','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-30 11:40:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1942,'111609328529','8','1','300','retail','0','2020-12-30 14:42:27','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 11:44:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1943,'111609330040','7','2','300','retail','0','2020-12-30 15:08:10','','','','0','Cash',36.84,'150','','','11','','1','2020-12-30 12:09:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1047.00','1045','Inclusive'),(1944,'111609330152','8','3','900','retail','0','2020-12-30 16:07:12','','','','0','Invoice',110.53,'300','','','11','','1','2020-12-30 13:08:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1175.00','1172','Inclusive'),(1945,'111609334019','8','2','600','retail','0','2020-12-30 16:14:04','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-30 13:15:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1946,'111609335814','8','1','300','retail','0','2020-12-30 16:43:43','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 13:45:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1947,'111609336424','2','1','50','retail','0','2020-12-30 16:53:58','','','','0','Cash',6.14,'50','','','11','','1','2020-12-30 13:54:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(1948,'111609336443','7','1','150','retail','0','2020-12-30 16:54:21','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-30 13:55:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1949,'111609336602','8','2','600','retail','0','2020-12-30 16:57:06','','','','0','Mpesa',73.68,'300','','','11','','1','2020-12-30 13:58:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1950,'111609338100','5','1','450','retail','0','2020-12-30 17:21:50','','','','0','Invoice',55.26,'450','','','11','','1','2020-12-30 14:22:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(1951,'111609339297','4','2','500','retail','0','2020-12-30 17:42:09','','','','0','Mpesa',61.40,'250','','','11','','1','2020-12-30 14:43:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','48.00','46','Inclusive'),(1952,'111609339390','8','1','300','retail','0','2020-12-30 17:58:20','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 15:03:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1953,'111609341357','8','1','300','retail','0','2020-12-30 18:16:12','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 15:17:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1954,'111609343314','6','2','160','retail','0','2020-12-30 18:48:59','','','','0','Invoice',19.65,'80','','','11','','1','2020-12-30 15:49:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1008.00','1006','Inclusive'),(1955,'111609343615','8','5','1500','retail','0','2020-12-30 18:53:53','','','','0','Invoice',184.21,'300','','','11','','1','2020-12-30 15:55:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1175.00','1170','Inclusive'),(1956,'111609344113','8','1','300','retail','0','2020-12-30 19:02:02','','','','0','Mpesa',36.84,'300','','','11','','1','2020-12-30 16:02:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1957,'111609344181','5','2','900','retail','0','2020-12-30 19:14:57','','','','0','Invoice',110.53,'450','','','11','','1','2020-12-30 16:15:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(1958,'111609345260','7','1','150','retail','0','2020-12-30 19:21:10','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-30 16:22:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1959,'111609346459','8','1','300','retail','0','2020-12-30 19:41:10','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-30 16:42:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1960,'111609347881','3','1','120','retail','0','2020-12-30 20:04:55','','','','0','Mpesa',14.74,'120','','','11','','1','2020-12-30 17:05:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1961,'111609349280','7','2','300','retail','0','2020-12-30 20:28:18','','','','0','Mpesa',36.84,'150','','','11','','1','2020-12-30 17:28:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1047.00','1045','Inclusive'),(1962,'111609403821','8','1','300','retail','0','2020-12-31 11:37:14','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 08:38:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1963,'111609403923','8','2','600','retail','0','2020-12-31 11:38:59','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-31 08:39:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1175.00','1173','Inclusive'),(1964,'111609404030','8','1','300','retail','0','2020-12-31 11:40:44','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 08:42:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1175.00','1174','Inclusive'),(1965,'111609404738','2','1','50','retail','0','2020-12-31 11:52:54','','','','0','Mpesa',6.14,'50','','','11','','1','2020-12-31 08:53:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(1969,'111609408199','8','1','300','retail','0','2020-12-31 12:50:22','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 09:51:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1180.00','1179','Inclusive'),(1970,'111609409846','7','1','150','retail','0','2020-12-31 13:18:02','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-31 10:19:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1047.00','1046','Inclusive'),(1973,'111609410383','7','1','150','retail','0','2020-12-31 13:26:42','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-31 10:27:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1049.00','1048','Inclusive'),(1974,'111609412198','8','1','300','retail','0','2020-12-31 13:56:46','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 10:58:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1180.00','1179','Inclusive'),(1978,'111609413195','7','1','150','retail','0','2020-12-31 14:13:45','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-31 11:15:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(1979,'111609414206','8','2','600','retail','0','2020-12-31 14:31:52','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-31 11:33:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1180.00','1178','Inclusive'),(1980,'111609417417','4','1','250','retail','0','2020-12-31 15:23:48','','','','0','Mpesa',30.70,'250','','','11','','1','2020-12-31 12:24:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(1981,'111609417489','8','1','300','retail','0','2020-12-31 16:10:06','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 13:10:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1180.00','1179','Inclusive'),(1982,'111609422581','8','2','600','retail','0','2020-12-31 16:49:55','','','','0','Invoice',73.68,'300','','','11','','1','2020-12-31 13:51:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1180.00','1178','Inclusive'),(1984,'111609424283','8','1','300','retail','0','2020-12-31 17:18:14','','','','0','Cash',36.84,'300','','','11','','1','2020-12-31 14:19:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1985,'111609424866','8','1','300','retail','0','2020-12-31 17:28:05','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 14:29:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1986,'111609425550','8','5','1500','retail','0','2020-12-31 17:39:57','','','','0','Invoice',184.21,'300','','','11','','1','2020-12-31 14:41:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1181.00','1176','Inclusive'),(1987,'111609426241','7','1','150','retail','0','2020-12-31 17:50:55','','','','0','Invoice',18.42,'150','','','11','','1','2020-12-31 14:52:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(1988,'111609427509','3','1','120','retail','0','2020-12-31 18:12:12','','','','0','Mpesa',14.74,'120','','','11','','1','2020-12-31 15:13:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(1989,'111609429237','8','1','300','retail','0','2020-12-31 18:40:48','','','','0','Cash',36.84,'300','','','11','','1','2020-12-31 15:40:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1990,'111609429259','6','1','80','retail','0','2020-12-31 18:52:28','','','','0','Cash',9.82,'80','','','11','','1','2020-12-31 15:52:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1008.00','1007','Inclusive'),(1991,'111609432364','8','1','300','retail','0','2020-12-31 19:32:55','','','','0','Cash',36.84,'300','','','11','','1','2020-12-31 16:33:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1992,'111609432441','8','1','300','retail','0','2020-12-31 20:29:56','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 17:30:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1993,'111609437431','8','1','300','retail','0','2020-12-31 20:57:23','','','','0','Invoice',36.84,'300','','','11','','1','2020-12-31 17:58:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1994,'111609486319','8','1','300','retail','0','2021-01-01 10:32:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 07:33:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1995,'111609486477','8','2','600','retail','0','2021-01-01 10:34:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-01 07:36:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1181.00','1179','Inclusive'),(1996,'111609488038','8','1','300','retail','0','2021-01-01 11:00:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-01 08:01:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1997,'111609489514','8','1','300','retail','0','2021-01-01 11:25:25','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-01 08:26:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1998,'111609492223','8','1','300','retail','0','2021-01-01 12:10:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 09:12:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(1999,'111609492873','8','1','300','retail','0','2021-01-01 12:21:27','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 09:22:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2000,'111609492981','8','3','900','retail','0','2021-01-01 12:23:24','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-01 09:24:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1181.00','1178','Inclusive'),(2001,'111609494565','7','3','450','retail','0','2021-01-01 12:49:45','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-01 09:51:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1052.00','1049','Inclusive'),(2002,'111609494908','2','1','50','retail','0','2021-01-01 12:55:18','','','','0','Cash',6.14,'50','','','11','','1','2021-01-01 09:55:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2003,'111609494927','8','2','600','retail','0','2021-01-01 12:56:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-01 09:58:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1181.00','1179','Inclusive'),(2004,'111609497408','5','1','450','retail','0','2021-01-01 13:36:59','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-01 10:45:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(2005,'111609497937','8','1','300','retail','0','2021-01-01 13:46:58','','','','0','Cash',36.84,'300','','','11','','1','2021-01-01 10:47:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2006,'111609498029','7','1','150','retail','0','2021-01-01 13:50:52','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-01 10:51:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2007,'111609499379','2','2','100','retail','0','2021-01-01 14:10:09','','','','0','Cash',12.28,'50','','','11','','1','2021-01-01 11:10:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2008,'111609499419','7','1','150','retail','0','2021-01-01 14:24:56','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-01 11:26:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2009,'111609500713','8','1','300','retail','0','2021-01-01 14:32:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 11:33:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2010,'111609500968','8','1','300','retail','0','2021-01-01 14:36:19','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-01 11:37:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2011,'111609504918','7','1','150','retail','0','2021-01-01 15:42:12','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-01 12:43:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2012,'111609505195','8','1','300','retail','0','2021-01-01 15:46:53','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-01 12:48:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2013,'111609505297','8','2','600','retail','0','2021-01-01 16:29:57','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-01 13:32:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1181.00','1179','Inclusive'),(2014,'111609507950','8','2','600','retail','0','2021-01-01 16:32:52','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-01 13:36:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1181.00','1179','Inclusive'),(2015,'111609509345','8','1','300','retail','0','2021-01-01 16:55:55','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 13:56:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2016,'111609509561','8','1','300','retail','0','2021-01-01 16:59:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-01 14:01:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2017,'111609509949','8','4','1200','retail','0','2021-01-01 17:06:04','','','','0','Invoice',147.37,'300','','','11','','1','2021-01-01 14:07:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1181.00','1177','Inclusive'),(2018,'111609514779','6','1','80','retail','0','2021-01-01 18:26:31','','','','0','Cash',9.82,'80','','','11','','1','2021-01-01 15:26:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1008.00','1007','Inclusive'),(2019,'111609519314','8','3','900','retail','0','2021-01-01 19:42:11','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-01 16:43:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1181.00','1178','Inclusive'),(2020,'111609523422','4','1','250','retail','0','2021-01-01 20:50:33','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-01 17:51:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2021,'111609568484','8','1','300','retail','0','2021-01-02 10:42:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-02 07:46:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2022,'111609574551','7','1','150','retail','0','2021-01-02 11:02:52','','','','0','Cash',18.42,'150','','','11','','1','2021-01-02 08:03:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2023,'111609574584','8','1','300','retail','0','2021-01-02 12:04:58','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 09:05:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2024,'111609578336','8','1','300','retail','0','2021-01-02 12:06:45','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 09:07:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2025,'111609578422','8','1','300','retail','0','2021-01-02 12:21:39','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 09:22:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2026,'111609580039','8','1','300','retail','0','2021-01-02 12:34:16','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 09:34:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2027,'111609580535','7','1','150','retail','0','2021-01-02 13:27:37','','','','0','Cash',18.42,'150','','','11','','1','2021-01-02 10:28:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2028,'111609583299','7','1','150','retail','0','2021-01-02 13:44:35','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-02 10:46:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2029,'111609585345','8','1','300','retail','0','2021-01-02 14:03:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 11:04:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2030,'111609585640','8','1','300','retail','0','2021-01-02 14:07:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 11:09:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2031,'111609588485','8','1','300','retail','0','2021-01-02 14:58:22','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 11:59:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2032,'111609590544','8','1','300','retail','0','2021-01-02 15:29:23','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 12:30:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2033,'111609590614','8','2','600','retail','0','2021-01-02 15:31:19','','','','0','Cash',73.68,'300','','','11','','1','2021-01-02 12:31:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1181.00','1179','Inclusive'),(2034,'111609590693','8','1','300','retail','0','2021-01-02 15:33:35','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-02 12:34:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1181.00','1180','Inclusive'),(2036,'111609591816','8','2','600','retail','0','2021-01-02 15:50:46','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-02 12:51:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1182.00','1180','Inclusive'),(2037,'111609592411','8','2','600','retail','0','2021-01-02 16:07:12','','','','0','Creditnote',73.68,'300','','','11','','1','2021-01-02 13:12:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1182.00','1180','Inclusive'),(2039,'111609594355','8','1','300','retail','0','2021-01-02 16:33:00','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 13:34:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1184.00','1183','Inclusive'),(2040,'111609594978','8','2','600','retail','0','2021-01-02 16:43:17','','','','0','Cash',73.68,'300','','','11','','1','2021-01-02 13:43:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1184.00','1182','Inclusive'),(2041,'111609597850','8','1','300','retail','0','2021-01-02 17:31:04','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 14:32:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1184.00','1183','Inclusive'),(2042,'111609599589','7','1','150','retail','0','2021-01-02 18:00:04','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-02 15:01:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2043,'111609599951','8','1','300','retail','0','2021-01-02 18:06:10','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 15:07:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1184.00','1183','Inclusive'),(2044,'111609600048','8','2','600','retail','0','2021-01-02 18:08:48','','','','0','Cash',73.68,'300','','','11','','1','2021-01-02 15:08:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1184.00','1182','Inclusive'),(2049,'111609601379','8','2','600','retail','0','2021-01-02 18:29:59','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-02 15:30:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1192.00','1190','Inclusive'),(2050,'111609601411','8','2','600','retail','0','2021-01-02 18:31:27','','','','0','Cash',73.68,'300','','','11','','1','2021-01-02 15:32:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1192.00','1190','Inclusive'),(2051,'111609601522','8','2','600','retail','0','2021-01-02 18:33:14','','','','0','Cash',73.68,'300','','','11','','1','2021-01-02 15:33:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1192.00','1190','Inclusive'),(2052,'111609601630','8','1','300','retail','0','2021-01-02 18:45:20','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 15:46:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2053,'111609603154','8','1','300','retail','0','2021-01-02 19:00:49','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 16:03:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2054,'111609603455','8','2','600','retail','0','2021-01-02 19:04:33','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-02 16:05:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1192.00','1190','Inclusive'),(2055,'111609605358','8','1','300','retail','0','2021-01-02 19:36:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 16:37:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2056,'111609606134','8','1','300','retail','0','2021-01-02 19:49:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 16:51:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2057,'111609606871','4','1','250','retail','0','2021-01-02 20:01:39','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-02 17:01:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2058,'111609607798','8','1','300','retail','0','2021-01-02 20:16:53','','','','0','Cash',36.84,'300','','','11','','1','2021-01-02 17:17:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2059,'111609608096','8','1','300','retail','0','2021-01-02 20:21:49','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-02 17:22:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2060,'111609608844','8','1','300','retail','0','2021-01-02 20:34:16','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-02 17:34:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2061,'111609608868','8','1','300','retail','0','2021-01-02 20:34:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-02 17:35:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2062,'111609610007','8','1','300','retail','0','2021-01-02 20:53:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-02 17:54:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2063,'111609652354','8','3','900','retail','0','2021-01-03 08:39:42','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-03 05:40:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1192.00','1189','Inclusive'),(2064,'111609653956','8','1','300','retail','0','2021-01-03 09:06:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 06:07:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2065,'111609655465','3','2','240','retail','0','2021-01-03 09:31:35','','','','0','Cash',29.47,'120','','','11','','1','2021-01-03 06:32:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','2','15.00','13','Inclusive'),(2066,'111609655531','8','1','300','retail','0','2021-01-03 09:49:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 06:51:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2067,'111609658806','8','1','300','retail','0','2021-01-03 10:26:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 07:27:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1192.00','1191','Inclusive'),(2069,'111609660136','8','2','600','retail','0','2021-01-03 10:49:18','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 07:50:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1193.00','1191','Inclusive'),(2070,'111609660285','8','1','300','retail','0','2021-01-03 10:51:36','','','','0','Cash',36.84,'300','','','11','','1','2021-01-03 07:52:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2071,'111609661921','8','1','300','retail','0','2021-01-03 11:18:51','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-03 08:20:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2072,'111609662008','8','1','300','retail','0','2021-01-03 11:20:39','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-03 08:22:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2073,'111609662123','8','1','300','retail','0','2021-01-03 11:56:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 08:57:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2074,'111609665578','8','2','600','retail','0','2021-01-03 12:19:57','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 09:21:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1193.00','1191','Inclusive'),(2075,'111609665759','8','1','300','retail','0','2021-01-03 12:23:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 09:24:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2076,'111609665959','5','1','450','retail','0','2021-01-03 12:26:15','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-03 09:27:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(2077,'111609667508','8','4','1200','retail','0','2021-01-03 12:52:14','','','','0','Invoice',147.37,'300','','','11','','1','2021-01-03 09:53:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1193.00','1189','Inclusive'),(2078,'111609669541','8','2','600','retail','0','2021-01-03 13:26:07','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 10:27:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1193.00','1191','Inclusive'),(2079,'111609669682','8','2','600','retail','0','2021-01-03 13:28:24','','','','0','Cash',73.68,'300','','','11','','1','2021-01-03 10:28:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1193.00','1191','Inclusive'),(2080,'111609669716','6','3','240','retail','0','2021-01-03 13:47:16','','','','0','Invoice',29.47,'80','','','11','','1','2021-01-03 10:48:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1008.00','1005','Inclusive'),(2081,'111609671044','6','3','240','retail','0','2021-01-03 13:51:02','','','','0','Invoice',29.47,'80','','','11','','1','2021-01-03 10:52:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1008.00','1005','Inclusive'),(2082,'111609672493','8','1','300','retail','0','2021-01-03 14:15:20','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 11:16:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2083,'111609674109','8','1','300','retail','0','2021-01-03 14:42:04','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 11:44:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2084,'111609674296','7','1','150','retail','0','2021-01-03 14:45:07','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-03 11:46:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2085,'111609678891','8','2','600','retail','0','2021-01-03 16:01:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 13:03:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1193.00','1191','Inclusive'),(2086,'111609679209','8','1','300','retail','0','2021-01-03 16:06:58','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-03 13:08:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1193.00','1192','Inclusive'),(2088,'111609680077','8','1','300','retail','0','2021-01-03 16:39:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 13:40:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2089,'111609681845','8','1','300','retail','0','2021-01-03 16:51:04','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 13:54:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2090,'111609682941','8','1','300','retail','0','2021-01-03 17:09:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 14:10:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2091,'111609684563','8','1','300','retail','0','2021-01-03 17:36:13','','','','0','Cash',36.84,'300','','','11','','1','2021-01-03 14:36:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2092,'111609684612','8','2','600','retail','0','2021-01-03 18:02:34','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 15:04:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2093,'111609686615','8','1','300','retail','0','2021-01-03 18:11:18','','','','0','Cash',36.84,'300','','','11','','1','2021-01-03 15:12:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2094,'111609686737','2','3','150','retail','0','2021-01-03 18:20:01','','','','0','Cash',18.42,'50','','','11','','1','2021-01-03 15:20:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','3','115.00','112','Inclusive'),(2095,'111609687216','8','1','300','retail','0','2021-01-03 18:46:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 15:47:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2096,'111609690686','8','2','600','retail','0','2021-01-03 19:18:22','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-03 16:19:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2097,'111609692982','8','1','300','retail','0','2021-01-03 19:56:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-03 16:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2098,'111609693210','7','1','150','retail','0','2021-01-03 20:00:25','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-03 17:01:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2099,'111609694929','8','1','300','retail','0','2021-01-03 20:29:11','','','','0','Cash',36.84,'300','','','11','','1','2021-01-03 17:29:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2100,'111609744524','8','2','600','retail','0','2021-01-04 10:15:46','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 07:16:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2101,'111609747754','8','1','300','retail','0','2021-01-04 11:09:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-04 08:10:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2102,'111609753481','7','1','150','retail','0','2021-01-04 12:44:51','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-04 09:46:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2103,'111609753609','8','1','300','retail','0','2021-01-04 12:48:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-04 09:50:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2104,'111609761048','8','2','600','retail','0','2021-01-04 14:51:09','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 11:52:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2105,'111609762569','8','2','600','retail','0','2021-01-04 15:16:28','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-04 12:19:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2106,'111609763205','8','1','300','retail','0','2021-01-04 15:27:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-04 12:28:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2107,'111609764578','8','2','600','retail','0','2021-01-04 15:49:57','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 12:51:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2108,'111609764703','8','2','600','retail','0','2021-01-04 15:52:00','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 12:53:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2109,'111609767090','8','1','300','retail','0','2021-01-04 16:31:40','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-04 13:32:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2110,'111609767377','8','1','300','retail','0','2021-01-04 16:36:28','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-04 13:37:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2111,'111609768452','8','2','600','retail','0','2021-01-04 16:54:31','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 13:55:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2113,'111609768605','6','2','160','retail','0','2021-01-04 16:58:53','','','','0','Invoice',19.65,'80','','','11','','1','2021-01-04 13:59:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2114,'111609772480','8','1','300','retail','0','2021-01-04 18:01:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-04 15:02:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2115,'111609772582','8','4','1200','retail','0','2021-01-04 18:03:17','','','','0','Cash',147.37,'300','','','11','','1','2021-01-04 15:03:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1194.00','1190','Inclusive'),(2116,'111609778467','8','2','600','retail','0','2021-01-04 19:41:23','','','','0','Cash',73.68,'300','','','11','','1','2021-01-04 16:42:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2117,'111609781597','8','3','900','retail','0','2021-01-04 20:33:31','','','','0','Cash',110.53,'300','','','11','','1','2021-01-04 17:35:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1194.00','1191','Inclusive'),(2118,'111609781717','8','2','600','retail','0','2021-01-04 20:39:17','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-04 17:40:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2119,'111609783765','7','1','150','retail','0','2021-01-04 21:09:37','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-04 18:10:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2120,'111609823596','8','3','900','retail','0','2021-01-05 08:13:39','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-05 05:14:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1194.00','1191','Inclusive'),(2121,'111609828377','8','10','3000','retail','0','2021-01-05 09:33:18','','','','0','Invoice',368.42,'300','','','11','','1','2021-01-05 06:34:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','10','1194.00','1184','Inclusive'),(2122,'111609828496','8','1','300','retail','0','2021-01-05 09:35:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 06:36:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2123,'111609829259','8','2','600','retail','0','2021-01-05 09:47:55','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 06:48:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2124,'111609831692','8','2','600','retail','0','2021-01-05 10:28:36','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 07:30:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2125,'111609831828','9','1','350','retail','0','2021-01-05 10:30:42','','','','0','Invoice',42.98,'350','','','11','','1','2021-01-05 07:31:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2126,'111609831977','8','3','900','retail','0','2021-01-05 10:33:20','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-05 07:34:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1194.00','1191','Inclusive'),(2127,'111609834667','8','1','300','retail','0','2021-01-05 11:18:09','','','','0','Cash',36.84,'300','','','11','','1','2021-01-05 08:18:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2128,'111609834737','5','1','450','retail','0','2021-01-05 11:25:10','','','','0','Cash',55.26,'450','','','11','','1','2021-01-05 08:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','32.00','31','Inclusive'),(2129,'111609836823','8','2','600','retail','0','2021-01-05 11:54:11','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 08:55:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2130,'111609842060','6','6','480','retail','0','2021-01-05 13:21:25','','','','0','Invoice',58.95,'80','','','11','','1','2021-01-05 10:23:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','6','1013.00','1007','Inclusive'),(2131,'111609842250','4','1','250','retail','0','2021-01-05 13:24:53','','','','0','Invoice',30.70,'250','','','11','','1','2021-01-05 10:25:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2132,'111609845251','9','16','5600','retail','0','2021-01-05 14:14:26','','','','0','Mpesa',687.72,'350','','','11','','1','2021-01-05 11:15:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','16','1927.00','1911','Inclusive'),(2133,'111609846171','6','2','160','retail','0','2021-01-05 14:29:49','','','','0','Invoice',19.65,'80','','','11','','1','2021-01-05 11:30:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2134,'111609847457','8','1','300','retail','0','2021-01-05 14:51:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 11:52:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2135,'111609848759','8','1','300','retail','0','2021-01-05 15:12:52','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 12:13:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2136,'111609850940','8','1','300','retail','0','2021-01-05 15:49:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 12:50:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2137,'111609852068','8','2','600','retail','0','2021-01-05 16:08:05','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 13:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2138,'111609852172','8','1','300','retail','0','2021-01-05 16:10:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 13:11:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2139,'111609853482','8','2','600','retail','0','2021-01-05 16:31:54','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 13:33:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1194.00','1192','Inclusive'),(2140,'111609853887','2','2','100','retail','0','2021-01-05 16:38:34','','','','0','Cash',12.28,'50','','','11','','1','2021-01-05 13:38:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2141,'111609858149','7','1','150','retail','0','2021-01-05 17:49:29','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-05 14:50:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2142,'111609858925','9','1','350','retail','0','2021-01-05 18:02:20','','','','0','Cash',42.98,'350','','','11','','1','2021-01-05 15:02:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2143,'111609858948','9','1','350','retail','0','2021-01-05 18:02:45','','','','0','Cash',42.98,'350','','','11','','1','2021-01-05 15:02:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2144,'111609858974','8','1','300','retail','0','2021-01-05 18:04:20','','','','0','Cash',36.84,'300','','','11','','1','2021-01-05 15:05:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2145,'111609860397','7','1','150','retail','0','2021-01-05 18:26:52','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-05 15:28:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2146,'111609860588','8','1','300','retail','0','2021-01-05 18:29:57','','','','0','Cash',36.84,'300','','','11','','1','2021-01-05 15:31:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2147,'111609860665','8','1','300','retail','0','2021-01-05 18:40:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 15:41:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1194.00','1193','Inclusive'),(2148,'111609862128','3','1','120','retail','0','2021-01-05 18:55:51','','','','0','Cash',14.74,'120','','','11','','1','2021-01-05 15:56:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2150,'111609862397','8','1','300','retail','0','2021-01-05 19:00:08','','','','0','Cash',36.84,'300','','','11','','1','2021-01-05 16:01:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2151,'111609863932','8','2','600','retail','0','2021-01-05 19:25:47','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-05 16:26:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1195.00','1193','Inclusive'),(2152,'111609864252','5','2','900','retail','0','2021-01-05 19:31:07','','','','0','Mpesa',110.53,'450','','','11','','1','2021-01-05 16:31:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','32.00','30','Inclusive'),(2153,'111609865013','7','1','150','retail','0','2021-01-05 19:43:57','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-05 16:44:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2154,'111609865278','8','1','300','retail','0','2021-01-05 19:48:20','','','','0','Cash',36.84,'300','','','11','','1','2021-01-05 16:49:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2155,'111609867227','8','1','300','retail','0','2021-01-05 20:20:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-05 17:21:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2156,'111609869551','7','1','150','retail','0','2021-01-05 20:59:26','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-05 18:00:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2157,'111609916383','8','5','1500','retail','0','2021-01-06 10:00:07','','','','0','Invoice',184.21,'300','','','11','','1','2021-01-06 07:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1195.00','1190','Inclusive'),(2158,'111609918557','8','2','600','retail','0','2021-01-06 10:36:16','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-06 07:37:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1195.00','1193','Inclusive'),(2159,'111609918737','8','1','300','retail','0','2021-01-06 10:39:18','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 07:40:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2160,'111609918837','7','1','150','retail','0','2021-01-06 10:40:48','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-06 07:41:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2161,'111609918955','9','1','350','retail','0','2021-01-06 10:42:47','','','','0','Cash',42.98,'350','','','11','','1','2021-01-06 07:44:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2162,'111609919047','8','2','600','retail','0','2021-01-06 10:46:00','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-06 07:46:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1195.00','1193','Inclusive'),(2163,'111609922569','8','1','300','retail','0','2021-01-06 11:43:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 08:44:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2164,'111609923809','8','1','300','retail','0','2021-01-06 12:03:40','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 09:04:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2165,'111609924040','8','1','300','retail','0','2021-01-06 12:07:29','','','','0','Cash',36.84,'300','','','11','','1','2021-01-06 09:07:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2166,'111609924060','8','1','300','retail','0','2021-01-06 12:41:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 09:41:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2167,'111609924060','8','1','300','retail','0','2021-01-06 12:41:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 09:42:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2168,'111609926347','7','1','150','retail','0','2021-01-06 12:45:57','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-06 09:46:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2169,'111609927077','8','1','300','retail','0','2021-01-06 12:58:07','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 09:58:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2170,'111609927156','8','1','300','retail','0','2021-01-06 12:59:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 10:00:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2171,'111609930403','8','1','300','retail','0','2021-01-06 13:53:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 10:54:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1195.00','1194','Inclusive'),(2175,'111609933054','7','2','300','retail','0','2021-01-06 14:37:50','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-06 11:38:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2176,'111609934402','8','2','600','retail','0','2021-01-06 15:00:27','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-06 12:01:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1200.00','1198','Inclusive'),(2177,'111609936463','8','1','300','retail','0','2021-01-06 15:34:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 12:35:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1200.00','1199','Inclusive'),(2178,'111609937353','5','1','450','retail','0','2021-01-06 15:49:28','','','','0','Cash',55.26,'450','','','11','','1','2021-01-06 12:49:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','34.00','33','Inclusive'),(2179,'111609937391','5','1','450','retail','0','2021-01-06 15:50:22','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-06 12:51:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','34.00','33','Inclusive'),(2180,'111609937485','8','2','600','retail','0','2021-01-06 15:51:49','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-06 12:52:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1200.00','1198','Inclusive'),(2181,'111609937566','2','1','50','retail','0','2021-01-06 15:53:17','','','','0','Cash',6.14,'50','','','11','','1','2021-01-06 12:53:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2182,'111609937609','8','1','300','retail','0','2021-01-06 16:14:18','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 13:15:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1200.00','1199','Inclusive'),(2183,'111609940598','8','1','300','retail','0','2021-01-06 16:43:42','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-06 13:44:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1200.00','1199','Inclusive'),(2184,'111609940695','7','2','300','retail','0','2021-01-06 16:53:06','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-06 13:54:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2186,'111609943113','10','2','700','retail','0','2021-01-06 17:25:29','','','','0','Cash',85.96,'350','','','11','','1','2021-01-06 14:25:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1016.00','1014','Inclusive'),(2187,'111609943140','8','1','300','retail','0','2021-01-06 17:28:44','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 14:29:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1200.00','1199','Inclusive'),(2188,'111609945083','8','3','900','retail','0','2021-01-06 17:58:26','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-06 14:59:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1200.00','1197','Inclusive'),(2190,'111609950293','8','2','600','retail','0','2021-01-06 19:25:10','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-06 16:26:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1201.00','1199','Inclusive'),(2191,'111609950482','7','2','300','retail','0','2021-01-06 19:28:20','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-06 16:29:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2192,'111609950681','7','2','300','retail','0','2021-01-06 19:31:49','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-06 16:32:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2193,'111609951863','8','1','300','retail','0','2021-01-06 19:51:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 16:52:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1201.00','1200','Inclusive'),(2194,'111609952010','8','1','300','retail','0','2021-01-06 19:53:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-06 16:54:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1201.00','1200','Inclusive'),(2196,'111609998789','8','2','600','retail','0','2021-01-07 08:53:26','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 05:54:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1203.00','1201','Inclusive'),(2197,'111610001259','8','2','600','retail','0','2021-01-07 09:34:36','','','','0','Cash',73.68,'300','','','11','','1','2021-01-07 06:36:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1203.00','1201','Inclusive'),(2198,'111610001366','8','2','600','retail','0','2021-01-07 09:36:36','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 06:37:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1203.00','1201','Inclusive'),(2199,'111610004643','8','2','600','retail','0','2021-01-07 10:31:02','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 07:32:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1203.00','1201','Inclusive'),(2201,'111610004840','6','2','160','retail','0','2021-01-07 10:34:15','','','','0','Invoice',19.65,'80','','','11','','1','2021-01-07 07:34:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2202,'111610004915','8','1','300','retail','0','2021-01-07 10:35:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 07:36:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2203,'111610005037','7','1','150','retail','0','2021-01-07 10:37:33','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-07 07:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2204,'111610005150','8','1','300','retail','0','2021-01-07 10:39:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 07:40:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2205,'111610005278','8','4','1200','retail','0','2021-01-07 10:42:00','','','','0','Mpesa',147.37,'300','','','11','','1','2021-01-07 07:43:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1205.00','1201','Inclusive'),(2206,'111610005388','7','2','300','retail','0','2021-01-07 10:43:49','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-07 07:44:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2207,'111610005521','8','1','300','retail','0','2021-01-07 10:45:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 07:46:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2208,'111610005622','8','2','600','retail','0','2021-01-07 10:49:23','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 07:50:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1205.00','1203','Inclusive'),(2209,'111610007600','8','1','300','retail','0','2021-01-07 11:20:11','','','','0','Cash',36.84,'300','','','11','','1','2021-01-07 08:21:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2210,'111610011507','8','1','300','retail','0','2021-01-07 12:25:18','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-07 09:26:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2211,'111610014774','8','2','600','retail','0','2021-01-07 13:19:58','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 10:21:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1205.00','1203','Inclusive'),(2212,'111610021172','8','1','300','retail','0','2021-01-07 15:06:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 12:07:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2213,'111610023934','8','1','300','retail','0','2021-01-07 15:52:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 12:54:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2214,'111610025166','7','2','300','retail','0','2021-01-07 16:13:03','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-07 13:13:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2215,'111610025222','8','1','300','retail','0','2021-01-07 16:41:19','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 13:43:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2216,'111610027704','8','1','300','retail','0','2021-01-07 16:55:18','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 13:56:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2217,'111610028700','8','3','900','retail','0','2021-01-07 17:11:59','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-07 14:13:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1205.00','1202','Inclusive'),(2218,'111610029039','8','1','300','retail','0','2021-01-07 17:17:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 14:18:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2219,'111610029207','2','1','50','retail','0','2021-01-07 17:20:17','','','','0','Mpesa',6.14,'50','','','11','','1','2021-01-07 14:20:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2220,'111610032032','7','2','300','retail','0','2021-01-07 18:07:27','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-07 15:09:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2221,'111610032152','8','1','300','retail','0','2021-01-07 18:18:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 15:20:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2222,'111610033678','8','1','300','retail','0','2021-01-07 18:34:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 15:36:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2223,'111610034735','4','1','250','retail','0','2021-01-07 18:52:27','','','','0','Cash',30.70,'250','','','11','','1','2021-01-07 15:52:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2224,'111610034760','8','2','600','retail','0','2021-01-07 19:02:04','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 16:05:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1205.00','1203','Inclusive'),(2225,'111610035843','2','1','50','retail','0','2021-01-07 19:10:52','','','','0','Mpesa',6.14,'50','','','11','','1','2021-01-07 16:10:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2226,'111610035861','8','1','300','retail','0','2021-01-07 19:14:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 16:15:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2227,'111610036160','4','1','250','retail','0','2021-01-07 19:16:11','','','','0','Invoice',30.70,'250','','','11','','1','2021-01-07 16:17:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2228,'111610037551','8','2','600','retail','0','2021-01-07 19:39:30','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 16:40:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1205.00','1203','Inclusive'),(2229,'111610038480','8','1','300','retail','0','2021-01-07 19:54:49','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 16:55:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2230,'111610038587','5','1','450','retail','0','2021-01-07 19:56:36','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-07 16:58:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','34.00','33','Inclusive'),(2231,'111610039257','8','2','600','retail','0','2021-01-07 20:07:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-07 17:08:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1205.00','1203','Inclusive'),(2232,'111610040486','8','1','300','retail','0','2021-01-07 20:28:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 17:29:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2233,'111610040952','8','1','300','retail','0','2021-01-07 20:36:06','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-07 17:36:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2234,'111610041022','8','1','300','retail','0','2021-01-07 20:55:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-07 17:56:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1205.00','1204','Inclusive'),(2235,'111610042790','5','2','900','retail','0','2021-01-07 21:06:56','','','','0','Cash',110.53,'450','','','11','','1','2021-01-07 18:07:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','34.00','32','Inclusive'),(2238,'111610085570','8','1','300','retail','0','2021-01-08 09:05:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 06:05:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1206.00','1205','Inclusive'),(2239,'111610085570','4','1','250','retail','0','2021-01-08 09:05:39','','','','0','Cash',30.70,'250','','','11','','1','2021-01-08 06:05:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive'),(2242,'111610088131','8','2','600','retail','0','2021-01-08 09:42:27','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-08 06:43:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2243,'111610088384','8','2','600','retail','0','2021-01-08 09:46:39','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-08 06:47:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2244,'111610088496','8','3','900','retail','0','2021-01-08 09:48:31','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-08 06:49:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2245,'111610089998','8','1','300','retail','0','2021-01-08 10:14:24','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 07:15:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2246,'111610090247','5','1','450','retail','0','2021-01-08 10:17:37','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-08 07:19:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2247,'111610090343','8','2','600','retail','0','2021-01-08 10:41:34','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-08 07:42:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2248,'111610093656','9','1','350','retail','0','2021-01-08 11:14:25','','','','0','Cash',42.98,'350','','','11','','1','2021-01-08 08:14:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2249,'111610101565','8','2','600','retail','0','2021-01-08 13:26:21','','','','0','Cash',73.68,'300','','','11','','1','2021-01-08 10:27:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2250,'111610101624','8','4','1200','retail','0','2021-01-08 13:36:46','','','','0','Invoice',147.37,'300','','','11','','1','2021-01-08 10:37:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1208.00','1204','Inclusive'),(2251,'111610102332','8','4','1200','retail','0','2021-01-08 13:39:05','','','','0','Invoice',147.37,'300','','','11','','1','2021-01-08 10:40:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1208.00','1204','Inclusive'),(2252,'111610107027','8','1','300','retail','0','2021-01-08 14:57:19','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 11:58:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2253,'111610107615','9','1','350','retail','0','2021-01-08 15:07:04','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-08 12:08:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2254,'111610107704','8','1','300','retail','0','2021-01-08 15:10:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 12:12:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2255,'111610107989','8','1','300','retail','0','2021-01-08 15:13:24','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 12:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2256,'111610112453','8','1','300','retail','0','2021-01-08 16:29:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 13:29:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2257,'111610115739','7','3','450','retail','0','2021-01-08 17:22:37','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-08 14:24:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1052.00','1049','Inclusive'),(2258,'111610115971','8','2','600','retail','0','2021-01-08 17:26:30','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-08 14:27:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2259,'111610117148','8','1','300','retail','0','2021-01-08 17:45:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 14:47:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2260,'111610117485','8','1','300','retail','0','2021-01-08 17:51:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 14:52:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2261,'111610117602','7','1','150','retail','0','2021-01-08 17:53:33','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-08 14:55:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2262,'111610118007','7','2','300','retail','0','2021-01-08 18:00:26','','','','0','Cash',36.84,'150','','','11','','1','2021-01-08 15:01:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2263,'111610119025','7','1','150','retail','0','2021-01-08 18:17:16','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-08 15:18:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2264,'111610119153','8','1','300','retail','0','2021-01-08 18:19:26','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 15:20:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2265,'111610119397','8','1','300','retail','0','2021-01-08 18:23:27','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 15:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2266,'111610121098','8','1','300','retail','0','2021-01-08 18:51:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-08 15:52:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2267,'111610199094','8','1','300','retail','0','2021-01-09 16:43:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-09 13:43:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2268,'111610199094','8','1','300','retail','0','2021-01-09 16:43:31','','','','0','Cash',36.84,'300','','','11','','1','2021-01-09 13:44:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2269,'111610199864','8','1','300','retail','0','2021-01-09 16:52:30','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-09 13:54:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2270,'111610199864','8','3','900','retail','0','2021-01-09 16:52:30','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-09 13:54:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2271,'111610199864','8','3','900','retail','0','2021-01-09 16:52:30','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-09 13:54:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2272,'111610199864','8','2','600','retail','0','2021-01-09 16:52:30','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-09 13:54:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2273,'111610200492','8','2','600','retail','0','2021-01-09 16:55:07','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-09 13:55:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2274,'111610200603','8','1','300','retail','0','2021-01-09 16:57:02','','','','0','Cash',36.84,'300','','','11','','1','2021-01-09 13:57:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2275,'111610200661','8','1','300','retail','0','2021-01-09 16:58:08','','','','0','Cash',36.84,'300','','','11','','1','2021-01-09 13:58:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2276,'111610200715','6','2','160','retail','0','2021-01-09 16:59:42','','','','0','Cash',19.65,'80','','','11','','1','2021-01-09 14:00:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2277,'111610200903','8','3','900','retail','0','2021-01-09 17:02:11','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-09 14:03:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2278,'111610201061','8','1','300','retail','0','2021-01-09 17:05:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-09 14:06:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2279,'111610201255','5','1','450','retail','0','2021-01-09 17:08:02','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-09 14:09:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2280,'111610201390','3','1','120','retail','0','2021-01-09 17:10:23','','','','0','Cash',14.74,'120','','','11','','1','2021-01-09 14:10:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2281,'111610201482','8','1','300','retail','0','2021-01-09 17:11:40','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-09 14:12:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2282,'111610201599','8','1','300','retail','0','2021-01-09 17:13:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-09 14:15:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2283,'111610201800','8','1','300','retail','0','2021-01-09 17:16:57','','','','0','Cash',36.84,'300','','','11','','1','2021-01-09 14:18:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2284,'111610201950','8','3','900','retail','0','2021-01-09 17:19:40','','','','0','Cash',110.53,'300','','','11','','1','2021-01-09 14:20:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2285,'111610202048','8','2','600','retail','0','2021-01-09 17:21:07','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-09 14:22:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2286,'111610202230','8','1','300','retail','0','2021-01-09 17:24:01','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-09 14:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2287,'111610202352','9','1','350','retail','0','2021-01-09 17:26:14','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-09 14:27:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2288,'111610202653','6','1','80','retail','0','2021-01-09 17:31:04','','','','0','Invoice',9.82,'80','','','11','','1','2021-01-09 14:31:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2289,'111610202742','8','2','600','retail','0','2021-01-09 17:32:40','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-09 14:33:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2290,'111610202930','8','1','300','retail','0','2021-01-09 17:35:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-09 14:37:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2291,'111610203148','8','1','300','retail','0','2021-01-09 17:39:57','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-09 14:40:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2292,'111610203369','7','1','150','retail','0','2021-01-09 17:43:18','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-09 14:45:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2293,'111610203549','8','5','1500','retail','0','2021-01-09 17:46:08','','','','0','Invoice',184.21,'300','','','11','','1','2021-01-09 14:47:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1208.00','1203','Inclusive'),(2294,'111610203715','8','2','600','retail','0','2021-01-09 17:48:58','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-09 14:49:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2295,'111610263261','8','1','300','retail','0','2021-01-10 10:21:23','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 07:22:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2296,'111610263399','7','1','150','retail','0','2021-01-10 10:23:41','','','','0','Cash',18.42,'150','','','11','','1','2021-01-10 07:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2297,'111610263547','8','1','300','retail','0','2021-01-10 10:26:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 07:27:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2298,'111610264520','8','1','300','retail','0','2021-01-10 10:42:15','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-10 07:43:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2299,'111610264709','7','2','300','retail','0','2021-01-10 10:45:35','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-10 07:46:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2300,'111610265797','7','1','150','retail','0','2021-01-10 11:03:31','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-10 08:04:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2301,'111610266161','8','1','300','retail','0','2021-01-10 11:09:33','','','','0','Cash',36.84,'300','','','11','','1','2021-01-10 08:10:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2302,'111610267460','6','1','80','retail','0','2021-01-10 11:31:15','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-10 08:32:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2303,'111610268176','8','1','300','retail','0','2021-01-10 11:43:14','','','','0','Cash',36.84,'300','','','11','','1','2021-01-10 08:45:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2304,'111610270390','8','1','300','retail','0','2021-01-10 12:22:17','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 09:23:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2305,'111610270661','8','1','300','retail','0','2021-01-10 12:24:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 09:25:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2306,'111610271861','8','1','300','retail','0','2021-01-10 12:44:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 09:45:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2307,'111610272058','8','1','300','retail','0','2021-01-10 12:47:49','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 09:48:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2308,'111610275410','8','2','600','retail','0','2021-01-10 13:43:52','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-10 10:45:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2309,'111610277792','8','2','600','retail','0','2021-01-10 14:23:26','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-10 11:24:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2310,'111610280489','12','1','20','retail','0','2021-01-10 15:08:54','','','','0','Cash',2.46,'20','','','11','','1','2021-01-10 12:09:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2311,'111610280546','12','1','20','retail','0','2021-01-10 15:09:37','','','','0','Cash',2.46,'20','','','11','','1','2021-01-10 12:09:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2312,'111610280839','8','3','900','retail','0','2021-01-10 15:14:20','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-10 12:15:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2313,'111610281602','8','1','300','retail','0','2021-01-10 15:26:54','','','','0','Creditnote',36.84,'300','','','11','','1','2021-01-10 12:29:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2314,'111610283551','8','1','300','retail','0','2021-01-10 15:59:37','','','','0','Cash',36.84,'300','','','11','','1','2021-01-10 12:59:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2315,'111610283666','8','2','600','retail','0','2021-01-10 16:02:13','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-10 13:03:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2316,'111610285600','8','1','300','retail','0','2021-01-10 16:33:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 13:34:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2317,'111610286647','8','1','300','retail','0','2021-01-10 16:51:29','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-10 13:52:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2318,'111610286897','8','1','300','retail','0','2021-01-10 16:55:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 13:56:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2319,'111610287040','8','1','300','retail','0','2021-01-10 16:57:38','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-10 13:59:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2320,'111610289868','8','1','300','retail','0','2021-01-10 17:44:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 14:45:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2321,'111610291929','8','3','900','retail','0','2021-01-10 18:19:10','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-10 15:19:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1208.00','1205','Inclusive'),(2322,'111610292275','8','1','300','retail','0','2021-01-10 18:24:46','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 15:26:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2323,'111610294018','8','1','300','retail','0','2021-01-10 18:53:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-10 15:55:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2324,'111610294677','8','2','600','retail','0','2021-01-10 19:04:50','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-10 16:09:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2325,'111610297107','8','2','600','retail','0','2021-01-10 19:45:22','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-10 16:46:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2326,'111610297364','7','2','300','retail','0','2021-01-10 19:49:49','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-10 16:50:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2327,'111610297502','8','1','300','retail','0','2021-01-10 19:52:32','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-10 16:53:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2328,'111610297764','8','2','600','retail','0','2021-01-10 19:56:26','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-10 16:57:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2329,'111610299049','7','1','150','retail','0','2021-01-10 20:17:44','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-10 17:18:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2330,'111610300560','6','1','80','retail','0','2021-01-10 20:42:51','','','','0','Savedata',9.82,'80','','','11','','1','2021-01-10 17:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2331,'111610341624','8','1','300','retail','0','2021-01-11 08:07:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-11 05:09:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2332,'111610342222','8','2','600','retail','0','2021-01-11 08:17:19','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-11 05:18:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2333,'111610342469','8','1','300','retail','0','2021-01-11 08:21:33','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-11 05:22:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2334,'111610345255','8','1','300','retail','0','2021-01-11 09:07:59','','','','0','Cash',36.84,'300','','','11','','1','2021-01-11 06:08:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2335,'111610345703','8','2','600','retail','0','2021-01-11 09:15:27','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-11 06:16:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1208.00','1206','Inclusive'),(2336,'111610345972','8','1','300','retail','0','2021-01-11 09:19:46','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 06:20:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2337,'111610351457','7','3','450','retail','0','2021-01-11 10:51:19','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-11 07:52:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1052.00','1049','Inclusive'),(2338,'111610353769','8','1','300','retail','0','2021-01-11 11:29:39','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-11 08:30:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1208.00','1207','Inclusive'),(2342,'111610354544','8','1','300','retail','0','2021-01-11 11:42:38','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-11 08:43:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2343,'111610356082','8','2','600','retail','0','2021-01-11 12:08:22','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-11 09:09:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1211.00','1209','Inclusive'),(2344,'111610356588','9','1','350','retail','0','2021-01-11 12:16:43','','','','0','Cash',42.98,'350','','','11','','1','2021-01-11 09:17:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2345,'111610358199','2','1','50','retail','0','2021-01-11 12:43:37','','','','0','Cash',6.14,'50','','','11','','1','2021-01-11 09:43:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2351,'111610358488','7','2','300','retail','0','2021-01-11 12:48:28','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-11 09:49:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2352,'111610360668','9','1','350','retail','0','2021-01-11 13:26:50','','','','0','Cash',42.98,'350','','','11','','1','2021-01-11 10:27:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2353,'111610363270','8','3','900','retail','0','2021-01-11 14:08:04','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-11 11:08:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1211.00','1208','Inclusive'),(2354,'111610365910','9','1','350','retail','0','2021-01-11 14:53:34','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-11 11:54:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2355,'111610366534','7','2','300','retail','0','2021-01-11 15:02:51','','','','0','Cash',36.84,'150','','','11','','1','2021-01-11 12:04:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1052.00','1050','Inclusive'),(2356,'111610367411','8','2','600','retail','0','2021-01-11 15:17:09','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-11 12:18:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1211.00','1209','Inclusive'),(2357,'111610368114','8','1','300','retail','0','2021-01-11 15:28:45','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-11 12:29:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2358,'111610371028','8','1','300','retail','0','2021-01-11 16:17:22','','','','0','Cash',36.84,'300','','','11','','1','2021-01-11 13:17:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2359,'111610371912','7','1','150','retail','0','2021-01-11 16:32:03','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-11 13:32:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2360,'111610373789','8','1','300','retail','0','2021-01-11 17:03:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 14:04:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2361,'111610378850','8','1','300','retail','0','2021-01-11 18:27:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 15:29:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2362,'111610379272','8','1','300','retail','0','2021-01-11 18:34:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 15:35:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2363,'111610381372','7','1','150','retail','0','2021-01-11 19:09:49','','','','0','Cash',18.42,'150','','','11','','1','2021-01-11 16:10:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1052.00','1051','Inclusive'),(2364,'111610382018','8','1','300','retail','0','2021-01-11 19:20:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 16:21:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1211.00','1210','Inclusive'),(2366,'111610382467','8','1','300','retail','0','2021-01-11 19:28:00','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-11 16:28:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1212.00','1211','Inclusive'),(2370,'111610458486','8','2','600','retail','0','2021-01-12 16:35:04','','','','0','Cash',73.68,'300','','','11','','1','2021-01-12 13:35:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1215.00','1213','Inclusive'),(2371,'111610458548','6','1','80','retail','0','2021-01-12 16:36:04','','','','0','Cash',9.82,'80','','','11','','1','2021-01-12 13:36:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2375,'111610459020','8','2','600','retail','0','2021-01-12 16:44:03','','','','0','Cash',73.68,'300','','','11','','1','2021-01-12 13:44:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1218.00','1216','Inclusive'),(2378,'111610459401','8','1','300','retail','0','2021-01-12 16:50:46','','','','0','Cash',36.84,'300','','','11','','1','2021-01-12 13:50:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1221.00','1220','Inclusive'),(2379,'111610459466','8','1','300','retail','0','2021-01-12 16:51:16','','','','0','Cash',36.84,'300','','','11','','1','2021-01-12 13:51:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1221.00','1220','Inclusive'),(2380,'111610459481','4','1','250','retail','0','2021-01-12 16:51:54','','','','0','Cash',30.70,'250','','','11','','1','2021-01-12 13:52:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','59.00','58','Inclusive'),(2382,'111610460086','8','1','300','retail','0','2021-01-12 17:01:46','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-12 14:01:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1223.00','1222','Inclusive'),(2383,'111610462182','7','3','450','retail','0','2021-01-12 17:36:39','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-12 14:37:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1053.00','1050','Inclusive'),(2386,'111610463587','7','1','150','retail','0','2021-01-12 18:00:00','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-12 15:00:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1054.00','1053','Inclusive'),(2390,'111610516028','8','1','300','retail','0','2021-01-13 08:34:10','','','','0','Cash',36.84,'300','','','11','','1','2021-01-13 05:34:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1227.00','1226','Inclusive'),(2391,'111610516173','4','1','250','retail','0','2021-01-13 08:36:31','','','','0','Cash',30.70,'250','','','11','','1','2021-01-13 05:36:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','59.00','58','Inclusive'),(2392,'111610516218','6','1','80','retail','0','2021-01-13 08:37:18','','','','0','Cash',9.82,'80','','','11','','1','2021-01-13 05:37:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2397,'111610516584','5','1','450','retail','0','2021-01-13 08:43:31','','','','0','Cash',55.26,'450','','','11','','1','2021-01-13 05:43:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2398,'111610516662','5','1','450','retail','0','2021-01-13 08:44:40','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-13 05:45:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2399,'111610516723','3','1','120','retail','0','2021-01-13 08:45:55','','','','0','Cash',14.74,'120','','','11','','1','2021-01-13 05:46:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2400,'111610516811','8','1','300','retail','0','2021-01-13 08:47:04','','','','0','Cash',36.84,'300','','','11','','1','2021-01-13 05:47:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1229.00','1228','Inclusive'),(2401,'111610516863','8','1','300','retail','0','2021-01-13 08:48:02','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 05:48:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1229.00','1228','Inclusive'),(2402,'111610523169','2','1','50','retail','0','2021-01-13 10:33:03','','','','0','Mpesa',6.14,'50','','','11','','1','2021-01-13 07:33:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2404,'111610526062','6','2','160','retail','0','2021-01-13 11:24:10','','','','0','Cash',19.65,'80','','','11','','1','2021-01-13 08:24:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2405,'111610531204','8','2','600','retail','0','2021-01-13 12:47:01','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-13 09:47:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1230.00','1228','Inclusive'),(2406,'111610531948','8','1','300','retail','0','2021-01-13 12:59:18','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 09:59:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1230.00','1229','Inclusive'),(2409,'111610533245','7','2','300','retail','0','2021-01-13 13:21:14','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-13 10:21:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1056.00','1054','Inclusive'),(2411,'111610534693','8','1','300','retail','0','2021-01-13 13:45:03','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 10:45:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1234.00','1233','Inclusive'),(2412,'111610538301','5','1','450','retail','0','2021-01-13 14:45:12','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-13 11:46:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2413,'111610539143','8','1','300','retail','0','2021-01-13 14:59:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 12:00:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1234.00','1233','Inclusive'),(2414,'111610540799','8','1','300','retail','0','2021-01-13 15:26:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 12:28:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1234.00','1233','Inclusive'),(2415,'111610542354','8','2','600','retail','0','2021-01-13 15:52:48','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-13 12:53:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1234.00','1232','Inclusive'),(2416,'111610544687','2','1','50','retail','0','2021-01-13 16:31:38','','','','0','Cash',6.14,'50','','','11','','1','2021-01-13 13:31:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2417,'111610545400','3','1','120','retail','0','2021-01-13 16:43:36','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-13 13:43:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2418,'111610545846','7','1','150','retail','0','2021-01-13 16:50:59','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-13 13:51:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2419,'111610547370','8','1','300','retail','0','2021-01-13 17:16:20','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 14:17:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1234.00','1233','Inclusive'),(2420,'111610548811','12','1','20','retail','0','2021-01-13 17:40:40','','','','0','Cash',2.46,'20','','','11','','1','2021-01-13 14:40:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2422,'111610548933','8','1','300','retail','0','2021-01-13 17:42:22','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-13 14:43:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1235.00','1234','Inclusive'),(2424,'111610551325','7','1','150','retail','0','2021-01-13 18:23:00','','','','0','Cash',18.42,'150','','','11','','1','2021-01-13 15:23:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2425,'111610551469','8','2','600','retail','0','2021-01-13 18:26:04','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-13 15:26:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1236.00','1234','Inclusive'),(2426,'111610551469','7','1','150','retail','0','2021-01-13 18:26:04','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-13 15:26:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2427,'111610552441','6','1','80','retail','0','2021-01-13 18:40:53','','','','0','Invoice',9.82,'80','','','11','','1','2021-01-13 15:41:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2428,'111610553660','8','1','300','retail','0','2021-01-13 19:02:54','','','','0','Cash',36.84,'300','','','11','','1','2021-01-13 16:03:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1236.00','1235','Inclusive'),(2430,'111610554147','8','1','300','retail','0','2021-01-13 19:09:27','','','','0','Cash',36.84,'300','','','11','','1','2021-01-13 16:09:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1237.00','1236','Inclusive'),(2431,'111610555300','5','1','450','retail','0','2021-01-13 19:28:40','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-13 16:29:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2432,'111610555957','8','3','900','retail','0','2021-01-13 19:40:03','','','','0','Cash',110.53,'300','','','11','','1','2021-01-13 16:40:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1237.00','1234','Inclusive'),(2434,'111610556250','7','2','300','retail','0','2021-01-13 19:44:30','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-13 16:45:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1056.00','1054','Inclusive'),(2435,'111610556840','8','2','600','retail','0','2021-01-13 19:54:16','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-13 16:54:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1238.00','1236','Inclusive'),(2436,'111610557324','7','1','150','retail','0','2021-01-13 20:02:17','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-13 17:03:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2437,'111610558503','8','1','300','retail','0','2021-01-13 20:22:10','','','','0','Cash',36.84,'300','','','11','','1','2021-01-13 17:22:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1238.00','1237','Inclusive'),(2438,'111610560505','8','2','600','retail','0','2021-01-13 20:56:20','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-13 17:57:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1238.00','1236','Inclusive'),(2439,'111610603011','8','4','1200','retail','0','2021-01-14 08:43:47','','','','0','Invoice',147.37,'300','','','11','','1','2021-01-14 05:45:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1238.00','1234','Inclusive'),(2440,'111610603264','8','1','300','retail','0','2021-01-14 08:47:54','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 05:48:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1238.00','1237','Inclusive'),(2442,'111610610681','8','1','300','retail','0','2021-01-14 10:51:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 07:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1240.00','1239','Inclusive'),(2444,'111610611935','8','1','300','retail','0','2021-01-14 11:12:24','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 08:13:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1241.00','1240','Inclusive'),(2445,'111610616183','8','1','300','retail','0','2021-01-14 12:23:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 09:27:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1241.00','1240','Inclusive'),(2446,'111610616786','4','1','250','retail','0','2021-01-14 12:36:25','','','','0','Cash',30.70,'250','','','11','','1','2021-01-14 09:37:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','59.00','58','Inclusive'),(2447,'111610617068','8','2','600','retail','0','2021-01-14 12:46:46','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-14 09:47:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1241.00','1239','Inclusive'),(2448,'111610618500','7','2','300','retail','0','2021-01-14 13:02:07','','','','0','Cash',36.84,'150','','','11','','1','2021-01-14 10:02:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1056.00','1054','Inclusive'),(2450,'111610621270','7','1','150','retail','0','2021-01-14 13:48:10','','','','0','Cash',18.42,'150','','','11','','1','2021-01-14 10:48:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2451,'111610621395','6','1','80','retail','0','2021-01-14 13:50:10','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-14 10:50:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2452,'111610622480','12','1','20','retail','0','2021-01-14 14:11:42','','','','0','Cash',2.46,'20','','','11','','1','2021-01-14 11:13:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2453,'111610622824','12','2','40','retail','0','2021-01-14 14:14:04','','','','0','Cash',4.91,'20','','','11','','1','2021-01-14 11:14:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','2','1000.00','998','Inclusive'),(2454,'111610626713','8','1','300','retail','0','2021-01-14 15:18:43','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 12:19:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1242.00','1241','Inclusive'),(2455,'111610627913','8','1','300','retail','0','2021-01-14 15:38:46','','','','0','Cash',36.84,'300','','','11','','1','2021-01-14 12:39:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1242.00','1241','Inclusive'),(2456,'111610627975','8','2','600','retail','0','2021-01-14 15:41:20','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-14 12:42:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1242.00','1240','Inclusive'),(2457,'111610627975','6','2','160','retail','0','2021-01-14 15:41:20','','','','0','Invoice',19.65,'80','','','11','','1','2021-01-14 12:42:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2458,'111610629032','8','1','300','retail','0','2021-01-14 15:57:25','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 12:58:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1242.00','1241','Inclusive'),(2459,'111610630787','5','1','450','retail','0','2021-01-14 16:26:43','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-14 13:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2461,'111610631391','7','1','150','retail','0','2021-01-14 16:36:54','','','','0','Voucher',18.42,'150','','','11','','1','2021-01-14 13:41:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2462,'111610632585','8','2','600','retail','0','2021-01-14 16:56:43','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-14 13:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1243.00','1241','Inclusive'),(2463,'111610636258','7','1','150','retail','0','2021-01-14 17:57:53','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-14 15:00:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2464,'111610637229','7','1','150','retail','0','2021-01-14 18:14:12','','','','0','Cash',18.42,'150','','','11','','1','2021-01-14 15:14:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2465,'111610638596','8','1','300','retail','0','2021-01-14 18:36:49','','','','0','Cash',36.84,'300','','','11','','1','2021-01-14 15:37:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1243.00','1242','Inclusive'),(2466,'111610638880','12','1','20','retail','0','2021-01-14 18:41:36','','','','0','Cash',2.46,'20','','','11','','1','2021-01-14 15:45:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2467,'111610639515','8','2','600','retail','0','2021-01-14 18:53:24','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-14 15:54:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1243.00','1241','Inclusive'),(2468,'111610639987','5','1','450','retail','0','2021-01-14 19:00:09','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-14 16:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2469,'111610639987','8','1','300','retail','0','2021-01-14 19:00:09','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 16:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1243.00','1242','Inclusive'),(2470,'111610641845','2','1','50','retail','0','2021-01-14 19:31:02','','','','0','Cash',6.14,'50','','','11','','1','2021-01-14 16:31:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','1','115.00','114','Inclusive'),(2473,'111610642618','8','2','600','retail','0','2021-01-14 19:45:55','','','','0','Cash',73.68,'300','','','11','','1','2021-01-14 16:46:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1246.00','1244','Inclusive'),(2474,'111610642775','8','2','600','retail','0','2021-01-14 19:46:31','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-14 16:47:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1246.00','1244','Inclusive'),(2475,'111610644523','8','1','300','retail','0','2021-01-14 20:15:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-14 17:17:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1246.00','1245','Inclusive'),(2476,'111610645271','5','1','450','retail','0','2021-01-14 20:28:22','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-14 17:30:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2477,'111610649231','5','1','450','retail','0','2021-01-14 21:34:33','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-14 18:36:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2478,'111610649416','5','1','450','retail','0','2021-01-14 21:37:05','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-14 18:37:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2480,'111610692965','9','1','350','retail','0','2021-01-15 09:42:59','','','','0','Cash',42.98,'350','','','11','','1','2021-01-15 06:43:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2481,'111610697518','9','1','350','retail','0','2021-01-15 10:58:51','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-15 07:59:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2483,'111610702955','7','1','150','retail','0','2021-01-15 12:29:28','','','','0','Cash',18.42,'150','','','11','','1','2021-01-15 09:29:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2484,'111610704302','7','1','150','retail','0','2021-01-15 12:52:03','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-15 09:52:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2486,'111610704960','8','1','300','retail','0','2021-01-15 13:02:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-15 10:03:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1249.00','1248','Inclusive'),(2487,'111610707805','2','2','100','retail','0','2021-01-15 13:50:23','','','','0','Cash',12.28,'50','','','11','','1','2021-01-15 10:50:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2488,'111610710946','8','1','300','retail','0','2021-01-15 14:42:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-15 11:43:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1249.00','1248','Inclusive'),(2489,'111610715399','8','1','300','retail','0','2021-01-15 15:57:05','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-15 12:57:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1249.00','1248','Inclusive'),(2490,'111610715475','6','1','80','retail','0','2021-01-15 15:58:06','','','','0','Cash',9.82,'80','','','11','','1','2021-01-15 12:58:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2491,'111610715738','2','2','100','retail','0','2021-01-15 16:02:32','','','','0','Cash',12.28,'50','','','11','','1','2021-01-15 13:02:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2493,'111610718771','3','1','120','retail','0','2021-01-15 16:53:15','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-15 13:54:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2494,'111610718875','8','1','300','retail','0','2021-01-15 16:54:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-15 13:57:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1250.00','1249','Inclusive'),(2495,'111610720599','8','1','300','retail','0','2021-01-15 17:23:39','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-15 14:26:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1250.00','1249','Inclusive'),(2496,'111610720793','8','1','300','retail','0','2021-01-15 17:26:42','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-15 14:27:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1250.00','1249','Inclusive'),(2498,'111610720912','8','1','300','retail','0','2021-01-15 17:28:54','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-15 14:29:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1251.00','1250','Inclusive'),(2499,'111610722094','8','1','300','retail','0','2021-01-15 17:48:25','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-15 14:49:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1251.00','1250','Inclusive'),(2500,'111610722409','3','1','120','retail','0','2021-01-15 17:54:05','','','','0','Cash',14.74,'120','','','11','','1','2021-01-15 14:54:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2502,'111610725896','6','2','160','retail','0','2021-01-15 18:51:51','','','','0','Cash',19.65,'80','','','11','','1','2021-01-15 15:52:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2503,'111610726120','8','1','300','retail','0','2021-01-15 18:55:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-15 15:56:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1252.00','1251','Inclusive'),(2504,'111610730400','8','2','600','retail','0','2021-01-15 20:06:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-15 17:09:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1252.00','1250','Inclusive'),(2505,'111610775269','7','1','150','retail','0','2021-01-16 08:35:29','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-16 05:37:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1056.00','1055','Inclusive'),(2506,'111610776149','8','1','300','retail','0','2021-01-16 08:49:23','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-16 05:50:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1252.00','1251','Inclusive'),(2508,'111610779332','8','2','600','retail','0','2021-01-16 09:42:29','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-16 06:44:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1253.00','1251','Inclusive'),(2509,'111610781110','9','1','350','retail','0','2021-01-16 10:12:03','','','','0','Cash',42.98,'350','','','11','','1','2021-01-16 07:12:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2510,'111610782720','12','1','20','retail','0','2021-01-16 10:39:07','','','','0','Cash',2.46,'20','','','11','','1','2021-01-16 07:39:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2511,'111610782772','9','1','350','retail','0','2021-01-16 10:39:47','','','','0','Cash',42.98,'350','','','11','','1','2021-01-16 07:40:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2512,'111610782815','8','1','300','retail','0','2021-01-16 10:40:24','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 07:41:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1253.00','1252','Inclusive'),(2516,'111610784598','8','6','1800','retail','0','2021-01-16 11:10:17','','','','0','Invoice',221.05,'300','','','11','','1','2021-01-16 08:11:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1257.00','1251','Inclusive'),(2517,'111610787038','12','2','40','retail','0','2021-01-16 11:50:55','','','','0','Cash',4.91,'20','','','11','','1','2021-01-16 08:51:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','2','1000.00','998','Inclusive'),(2518,'111610787090','9','1','350','retail','0','2021-01-16 11:51:45','','','','0','Cash',42.98,'350','','','11','','1','2021-01-16 08:51:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2519,'111610787126','8','1','300','retail','0','2021-01-16 11:52:41','','','','0','Cash',36.84,'300','','','11','','1','2021-01-16 08:52:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1257.00','1256','Inclusive'),(2524,'111610790978','8','1','300','retail','0','2021-01-16 12:56:36','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 09:57:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1264.00','1263','Inclusive'),(2525,'111610799636','12','1','20','retail','0','2021-01-16 15:20:46','','','','0','Cash',2.46,'20','','','11','','1','2021-01-16 12:20:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2527,'111610806671','11','1','20','retail','0','2021-01-16 17:18:11','','','','0','Cash',2.46,'20','','','11','','1','2021-01-16 14:18:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1010.00','1009','Inclusive'),(2528,'111610810987','3','1','120','retail','0','2021-01-16 18:30:10','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-16 15:30:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2529,'111610811043','8','1','300','retail','0','2021-01-16 18:31:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 15:31:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1270.00','1269','Inclusive'),(2530,'111610811107','6','1','80','retail','0','2021-01-16 18:32:08','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-16 15:32:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2531,'111610811153','5','1','450','retail','0','2021-01-16 18:32:55','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-16 15:33:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','36.00','35','Inclusive'),(2532,'111610811199','8','1','300','retail','0','2021-01-16 18:35:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-16 15:35:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1270.00','1269','Inclusive'),(2533,'111610811199','9','1','350','retail','0','2021-01-16 18:35:30','','','','0','Cash',42.98,'350','','','11','','1','2021-01-16 15:36:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2534,'111610811413','8','1','300','retail','0','2021-01-16 18:38:02','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 15:39:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1270.00','1269','Inclusive'),(2535,'111610811605','6','1','80','retail','0','2021-01-16 18:40:27','','','','0','Cash',9.82,'80','','','11','','1','2021-01-16 15:40:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1013.00','1012','Inclusive'),(2539,'111610812051','7','1','150','retail','0','2021-01-16 18:47:49','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-16 15:48:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1057.00','1056','Inclusive'),(2540,'111610812127','7','1','150','retail','0','2021-01-16 18:49:06','','','','0','Cash',18.42,'150','','','11','','1','2021-01-16 15:49:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1057.00','1056','Inclusive'),(2542,'111610812273','8','1','300','retail','0','2021-01-16 18:51:46','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 15:52:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1272.00','1271','Inclusive'),(2544,'111610812638','8','1','300','retail','0','2021-01-16 18:57:41','','','','0','Cash',36.84,'300','','','11','','1','2021-01-16 15:57:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1278.00','1277','Inclusive'),(2547,'111610814493','8','1','300','retail','0','2021-01-16 19:28:32','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 16:29:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1280.00','1279','Inclusive'),(2551,'111610814903','8','1','300','retail','0','2021-01-16 19:35:34','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 16:36:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1282.00','1281','Inclusive'),(2555,'111610815529','4','1','250','retail','0','2021-01-16 19:45:40','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-16 16:46:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2556,'111610815630','8','1','300','retail','0','2021-01-16 19:47:36','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 16:48:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1284.00','1283','Inclusive'),(2559,'111610816858','8','1','300','retail','0','2021-01-16 20:07:54','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 17:08:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1286.00','1285','Inclusive'),(2560,'111610816919','8','1','300','retail','0','2021-01-16 20:08:51','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 17:09:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1286.00','1285','Inclusive'),(2563,'111610818352','8','1','300','retail','0','2021-01-16 20:32:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 17:33:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1287.00','1286','Inclusive'),(2564,'111610818420','8','2','600','retail','0','2021-01-16 20:33:58','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-16 17:34:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1287.00','1285','Inclusive'),(2565,'111610818493','8','1','300','retail','0','2021-01-16 20:35:03','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-16 17:35:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1287.00','1286','Inclusive'),(2566,'111610818571','8','2','600','retail','0','2021-01-16 20:36:24','','','','0','Cash',73.68,'300','','','11','','1','2021-01-16 17:36:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1287.00','1285','Inclusive'),(2568,'111610820363','8','1','300','retail','0','2021-01-16 21:07:10','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-16 18:08:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1288.00','1287','Inclusive'),(2572,'111610972073','8','1','300','retail','0','2021-01-18 15:14:44','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-18 12:15:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1291.00','1290','Inclusive'),(2574,'111610972373','8','1','300','retail','0','2021-01-18 15:22:41','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-18 12:24:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1297.00','1296','Inclusive'),(2575,'111610972684','5','1','450','retail','0','2021-01-18 15:25:41','','','','0','Cash',55.26,'450','','','11','','1','2021-01-18 12:26:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','37.00','36','Inclusive'),(2576,'111610972684','8','1','300','retail','0','2021-01-18 15:25:41','','','','0','Cash',36.84,'300','','','11','','1','2021-01-18 12:26:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1297.00','1296','Inclusive'),(2577,'111610972824','3','1','120','retail','0','2021-01-18 15:27:40','','','','0','Cash',14.74,'120','','','11','','1','2021-01-18 12:27:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2578,'111610972955','8','1','300','retail','0','2021-01-18 15:30:23','','','','0','Cash',36.84,'300','','','11','','1','2021-01-18 12:31:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1297.00','1296','Inclusive'),(2580,'111610974897','8','1','300','retail','0','2021-01-18 16:11:23','','','','0','Cash',36.84,'300','','','11','','1','2021-01-18 13:12:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1298.00','1297','Inclusive'),(2581,'111610974897','6','2','160','retail','0','2021-01-18 16:11:23','','','','0','Cash',19.65,'80','','','11','','1','2021-01-18 13:12:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2586,'111610979175','8','1','300','retail','0','2021-01-18 17:13:08','','','','0','Cash',36.84,'300','','','11','','1','2021-01-18 14:13:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1309.00','1308','Inclusive'),(2589,'111610981225','8','1','300','retail','0','2021-01-18 17:47:27','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-18 14:48:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1310.00','1309','Inclusive'),(2591,'111610983177','8','3','900','retail','0','2021-01-18 18:19:56','','','','0','Cash',110.53,'300','','','11','','1','2021-01-18 15:20:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1311.00','1308','Inclusive'),(2592,'111610985875','4','1','250','retail','0','2021-01-18 19:07:57','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-18 16:08:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2593,'111610986136','8','1','300','retail','0','2021-01-18 19:09:23','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-18 16:11:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1311.00','1310','Inclusive'),(2596,'111610986779','7','1','150','retail','0','2021-01-18 19:22:39','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-18 16:23:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1060.00','1059','Inclusive'),(2597,'111610987029','8','1','300','retail','0','2021-01-18 19:24:35','','','','0','Savedata',36.84,'300','','','11','','1','2021-01-18 16:25:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1312.00','1311','Inclusive'),(2599,'111610987262','4','1','250','retail','0','2021-01-18 19:28:00','','','','0','Cash',30.70,'250','','','11','','1','2021-01-18 16:28:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2607,'111610991347','3','1','120','retail','0','2021-01-18 20:36:17','','','','0','Cash',14.74,'120','','','11','','1','2021-01-18 17:36:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2609,'111610991677','8','1','300','retail','0','2021-01-18 20:41:26','','','','0','Cash',36.84,'300','','','11','','1','2021-01-18 17:41:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1318.00','1317','Inclusive'),(2614,'111611037260','8','1','300','retail','0','2021-01-19 09:21:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-19 06:22:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1325.00','1324','Inclusive'),(2615,'111611038097','8','1','300','retail','0','2021-01-19 09:35:20','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 06:36:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1325.00','1324','Inclusive'),(2623,'111611039329','9','1','350','retail','0','2021-01-19 09:55:40','','','','0','Cash',42.98,'350','','','11','','1','2021-01-19 06:55:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2636,'111611043146','8','1','300','retail','0','2021-01-19 10:59:27','','','','0','Cash',36.84,'300','','','11','','1','2021-01-19 08:11:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1359.00','1358','Inclusive'),(2637,'111611043909','7','1','150','retail','0','2021-01-19 11:13:36','','','','0','Cash',18.42,'150','','','11','','1','2021-01-19 08:15:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1062.00','1061','Inclusive'),(2638,'111611044160','9','1','350','retail','0','2021-01-19 11:27:57','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-19 08:29:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2639,'111611044160','10','1','350','retail','0','2021-01-19 11:27:57','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-19 08:29:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1016.00','1015','Inclusive'),(2644,'111611045675','9','1','350','retail','0','2021-01-19 11:41:27','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-19 08:42:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2647,'111611047316','8','3','900','retail','0','2021-01-19 12:08:51','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-19 09:24:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1366.00','1363','Inclusive'),(2648,'111611048324','8','1','300','retail','0','2021-01-19 12:26:04','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 09:26:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1366.00','1365','Inclusive'),(2650,'111611048477','8','1','300','retail','0','2021-01-19 12:28:10','','','','0','Cash',36.84,'300','','','11','','1','2021-01-19 09:28:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1367.00','1366','Inclusive'),(2652,'111611048743','8','1','300','retail','0','2021-01-19 12:32:39','','','','0','Cash',36.84,'300','','','11','','1','2021-01-19 09:32:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1368.00','1367','Inclusive'),(2655,'111611049665','8','2','600','retail','0','2021-01-19 12:48:50','','','','0','Cash',73.68,'300','','','11','','1','2021-01-19 09:49:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1371.00','1369','Inclusive'),(2659,'111611049995','8','2','600','retail','0','2021-01-19 12:53:47','','','','0','Cash',73.68,'300','','','11','','1','2021-01-19 09:54:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1375.00','1373','Inclusive'),(2661,'111611063520','8','1','300','retail','0','2021-01-19 16:39:33','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 13:43:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1378.00','1377','Inclusive'),(2662,'111611063821','8','2','600','retail','0','2021-01-19 16:44:11','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-19 13:45:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1378.00','1376','Inclusive'),(2663,'111611063921','7','1','150','retail','0','2021-01-19 16:45:53','','','','0','Cash',18.42,'150','','','11','','1','2021-01-19 13:46:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1064.00','1063','Inclusive'),(2666,'111611064196','9','1','350','retail','0','2021-01-19 16:50:15','','','','0','Cash',42.98,'350','','','11','','1','2021-01-19 13:50:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2669,'111611064667','6','2','160','retail','0','2021-01-19 16:58:23','','','','0','Cash',19.65,'80','','','11','','1','2021-01-19 13:58:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1013.00','1011','Inclusive'),(2670,'111611064745','8','1','300','retail','0','2021-01-19 16:59:35','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 14:00:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1381.00','1380','Inclusive'),(2672,'111611064923','8','1','300','retail','0','2021-01-19 17:02:15','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 14:02:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1383.00','1382','Inclusive'),(2676,'111611065248','8','1','300','retail','0','2021-01-19 17:07:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 14:08:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1386.00','1385','Inclusive'),(2677,'111611065323','8','1','300','retail','0','2021-01-19 17:08:56','','','','0','Cash',36.84,'300','','','11','','1','2021-01-19 14:09:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1386.00','1385','Inclusive'),(2679,'111611065474','8','1','300','retail','0','2021-01-19 17:11:32','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 14:12:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1387.00','1386','Inclusive'),(2682,'111611065760','5','1','450','retail','0','2021-01-19 17:16:21','','','','0','Cash',55.26,'450','','','11','','1','2021-01-19 14:17:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','40.00','39','Inclusive'),(2683,'111611065866','7','1','150','retail','0','2021-01-19 17:18:07','','','','0','Cash',18.42,'150','','','11','','1','2021-01-19 14:18:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1065.00','1064','Inclusive'),(2685,'111611066035','8','1','300','retail','0','2021-01-19 17:20:45','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-19 14:22:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1394.00','1393','Inclusive'),(2689,'111611066458','8','1','300','retail','0','2021-01-19 17:27:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-19 14:28:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1396.00','1395','Inclusive'),(2694,'111611069127','9','1','350','retail','0','2021-01-19 18:12:32','','','','0','Cash',42.98,'350','','','11','','1','2021-01-19 15:12:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2695,'111611069272','8','1','300','retail','0','2021-01-19 18:14:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-19 15:15:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1400.00','1399','Inclusive'),(2698,'111611070523','8','1','300','retail','0','2021-01-19 18:35:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-19 15:36:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1402.00','1401','Inclusive'),(2702,'111611122815','9','1','350','retail','0','2021-01-20 09:14:30','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-20 06:15:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2703,'111611123363','8','1','300','retail','0','2021-01-20 09:16:19','','','','0','Cash',36.84,'300','','','11','','1','2021-01-20 06:16:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1405.00','1404','Inclusive'),(2708,'111611123717','9','1','350','retail','0','2021-01-20 09:22:17','','','','0','Cash',42.98,'350','','','11','','1','2021-01-20 06:22:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2709,'111611123774','3','1','120','retail','0','2021-01-20 09:23:15','','','','0','Cash',14.74,'120','','','11','','1','2021-01-20 06:23:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2710,'111611124016','7','1','150','retail','0','2021-01-20 09:27:10','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-20 06:29:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1066.00','1065','Inclusive'),(2712,'111611155911','6','4','320','retail','0','2021-01-20 18:19:03','','','','0','Mpesa',39.30,'80','','','11','','1','2021-01-20 15:21:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','4','1016.00','1012','Inclusive'),(2721,'111611157112','8','1','300','retail','0','2021-01-20 18:38:59','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-20 15:40:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1423.00','1422','Inclusive'),(2723,'111611157497','9','1','350','retail','0','2021-01-20 18:47:48','','','','0','Cash',42.98,'350','','','11','','1','2021-01-20 15:48:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2730,'111611159022','3','1','120','retail','0','2021-01-20 19:11:29','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-20 16:12:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2732,'111611159246','8','1','300','retail','0','2021-01-20 19:14:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-20 16:15:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1430.00','1429','Inclusive'),(2734,'111611160092','8','2','600','retail','0','2021-01-20 19:28:58','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-20 16:29:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1431.00','1429','Inclusive'),(2735,'111611207126','8','1','300','retail','0','2021-01-21 08:32:24','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-21 05:37:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1431.00','1430','Inclusive'),(2736,'111611207498','6','1','80','retail','0','2021-01-21 08:38:39','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-21 05:39:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1016.00','1015','Inclusive'),(2737,'111611207596','4','1','250','retail','0','2021-01-21 08:40:28','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-21 05:41:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2738,'111611207673','8','1','300','retail','0','2021-01-21 08:41:25','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-21 05:42:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1431.00','1430','Inclusive'),(2739,'111611207744','8','1','300','retail','0','2021-01-21 08:42:44','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-21 05:43:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1431.00','1430','Inclusive'),(2740,'111611207813','4','1','250','retail','0','2021-01-21 08:44:15','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-21 05:44:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2742,'111611207974','2','2','100','retail','0','2021-01-21 08:46:31','','','','0','Cash',12.28,'50','','','11','','1','2021-01-21 05:46:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2746,'111611209859','8','6','1800','retail','0','2021-01-21 09:18:00','','','','0','Mpesa',221.05,'300','','','11','','1','2021-01-21 06:18:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1437.00','1431','Inclusive'),(2747,'111611209933','8','1','300','retail','0','2021-01-21 10:06:37','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-21 07:07:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1437.00','1436','Inclusive'),(2749,'111611216629','8','1','300','retail','0','2021-01-21 11:11:26','','','','0','Cash',36.84,'300','','','11','','1','2021-01-21 08:11:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1438.00','1437','Inclusive'),(2750,'111611302498','8','1','300','retail','0','2021-01-22 11:01:54','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 08:02:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1438.00','1437','Inclusive'),(2754,'111611303078','12','1','20','retail','0','2021-01-22 11:12:20','','','','0','Cash',2.46,'20','','','11','','1','2021-01-22 08:12:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1000.00','999','Inclusive'),(2759,'111611304256','8','1','300','retail','0','2021-01-22 11:34:54','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 08:41:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1447.00','1446','Inclusive'),(2761,'111611305051','8','1','300','retail','0','2021-01-22 11:50:33','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 08:51:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1448.00','1447','Inclusive'),(2762,'111611305485','8','1','300','retail','0','2021-01-22 11:51:34','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 08:51:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1448.00','1447','Inclusive'),(2766,'111611305812','8','1','300','retail','0','2021-01-22 12:05:39','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 09:06:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1449.00','1448','Inclusive'),(2767,'111611306423','7','2','300','retail','0','2021-01-22 12:07:42','','','','0','Cash',36.84,'150','','','11','','1','2021-01-22 09:08:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1071.00','1069','Inclusive'),(2774,'111611310664','7','1','150','retail','0','2021-01-22 13:17:59','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-22 10:18:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1071.00','1070','Inclusive'),(2775,'111611310724','8','2','600','retail','0','2021-01-22 13:19:05','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-22 10:19:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1453.00','1451','Inclusive'),(2779,'111611311288','8','1','300','retail','0','2021-01-22 13:41:17','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 10:41:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1458.00','1457','Inclusive'),(2781,'111611312290','3','1','120','retail','0','2021-01-22 13:46:40','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-22 10:47:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(2782,'111611312505','5','2','900','retail','0','2021-01-22 13:49:27','','','','0','Mpesa',110.53,'450','','','11','','1','2021-01-22 10:50:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','42.00','40','Inclusive'),(2783,'111611312505','9','1','350','retail','0','2021-01-22 13:49:27','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-22 10:50:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1927.00','1926','Inclusive'),(2784,'111611312505','10','1','350','retail','0','2021-01-22 13:49:27','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-22 10:50:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1016.00','1015','Inclusive'),(2786,'111611312761','4','1','250','retail','0','2021-01-22 13:53:10','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-22 10:53:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2787,'111611312839','8','1','300','retail','0','2021-01-22 13:54:41','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 10:55:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1459.00','1458','Inclusive'),(2789,'111611313073','8','1','300','retail','0','2021-01-22 13:58:18','','','','0','Savedata',36.84,'300','','','11','','1','2021-01-22 11:03:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1463.00','1462','Inclusive'),(2790,'111611313456','8','1','300','retail','0','2021-01-22 14:04:37','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 11:06:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1463.00','1462','Inclusive'),(2793,'111611316822','2','3','150','retail','0','2021-01-22 15:00:45','','','','0','Mpesa',18.42,'50','','','11','','1','2021-01-22 12:01:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','3','115.00','112','Inclusive'),(2794,'111611317230','8','1','300','retail','0','2021-01-22 15:07:20','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 12:09:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1465.00','1464','Inclusive'),(2795,'111611318777','8','1','300','retail','0','2021-01-22 15:33:09','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 12:34:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1465.00','1464','Inclusive'),(2797,'111611320625','8','3','900','retail','0','2021-01-22 16:05:30','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-22 13:07:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1467.00','1464','Inclusive'),(2798,'111611322174','3','1','120','retail','0','2021-01-22 16:29:54','','','','0','Cash',14.74,'120','','','11','','1','2021-01-22 13:30:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(2800,'111611325504','8','1','300','retail','0','2021-01-22 17:25:27','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 14:26:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1470.00','1469','Inclusive'),(2805,'111611325878','4','2','500','retail','0','2021-01-22 17:31:37','','','','0','Mpesa',61.40,'250','','','11','','1','2021-01-22 14:32:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','60.00','58','Inclusive'),(2806,'111611325946','8','1','300','retail','0','2021-01-22 17:32:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 14:33:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1473.00','1472','Inclusive'),(2807,'111611325994','5','1','450','retail','0','2021-01-22 17:33:26','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-22 14:34:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','42.00','41','Inclusive'),(2809,'111611326148','8','1','300','retail','0','2021-01-22 17:41:26','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 14:43:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1474.00','1473','Inclusive'),(2811,'111611326862','8','1','300','retail','0','2021-01-22 17:48:06','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 14:49:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1475.00','1474','Inclusive'),(2813,'111611327637','8','1','300','retail','0','2021-01-22 18:00:46','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 15:01:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1475.00','1474','Inclusive'),(2815,'111611328134','8','1','300','retail','0','2021-01-22 18:15:31','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 15:16:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1478.00','1477','Inclusive'),(2816,'111611328588','8','1','300','retail','0','2021-01-22 18:16:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 15:17:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1478.00','1477','Inclusive'),(2817,'111611328646','6','1','80','retail','0','2021-01-22 18:17:40','','','','0','Cash',9.82,'80','','','11','','1','2021-01-22 15:17:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1018.00','1017','Inclusive'),(2818,'111611328677','8','1','300','retail','0','2021-01-22 18:18:10','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 15:18:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1478.00','1477','Inclusive'),(2819,'111611328748','8','1','300','retail','0','2021-01-22 18:19:18','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 15:19:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1478.00','1477','Inclusive'),(2820,'111611329631','7','3','450','retail','0','2021-01-22 18:34:11','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-22 15:34:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1075.00','1072','Inclusive'),(2825,'111611332509','8','1','300','retail','0','2021-01-22 19:21:59','','','','0','Cash',36.84,'300','','','11','','1','2021-01-22 16:22:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1481.00','1480','Inclusive'),(2827,'111611333958','6','1','80','retail','0','2021-01-22 19:46:06','','','','0','Cash',9.82,'80','','','11','','1','2021-01-22 16:46:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1018.00','1017','Inclusive'),(2828,'111611334947','3','1','120','retail','0','2021-01-22 20:04:13','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-22 17:05:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(2829,'111611335889','8','1','300','retail','0','2021-01-22 20:18:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-22 17:20:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1482.00','1481','Inclusive'),(2830,'111611379637','8','3','900','retail','0','2021-01-23 08:28:09','','','','0','Cash',110.53,'300','','','11','','1','2021-01-23 05:28:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1482.00','1479','Inclusive'),(2832,'111611381172','2','2','100','retail','0','2021-01-23 08:53:11','','','','0','Cash',12.28,'50','','','11','','1','2021-01-23 05:53:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','2','115.00','113','Inclusive'),(2835,'111611385968','8','3','900','retail','0','2021-01-23 10:13:04','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-23 07:14:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1483.00','1480','Inclusive'),(2836,'111611386994','8','1','300','retail','0','2021-01-23 10:30:06','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 07:30:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1483.00','1482','Inclusive'),(2837,'111611387044','8','1','300','retail','0','2021-01-23 10:30:53','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 07:31:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1483.00','1482','Inclusive'),(2838,'111611389311','8','1','300','retail','0','2021-01-23 11:08:40','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-23 08:09:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1483.00','1482','Inclusive'),(2839,'111611389871','7','1','150','retail','0','2021-01-23 11:18:02','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-23 08:18:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1078.00','1077','Inclusive'),(2840,'111611394840','5','1','450','retail','0','2021-01-23 12:40:49','','','','0','Cash',55.26,'450','','','11','','1','2021-01-23 09:41:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','42.00','41','Inclusive'),(2843,'111611398787','9','5','1750','retail','0','2021-01-23 13:46:54','','','','0','Mpesa',214.91,'350','','','11','','1','2021-01-23 10:47:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','5','1930.00','1925','Inclusive'),(2845,'111611399172','3','1','120','retail','0','2021-01-23 13:53:04','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-23 10:53:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(2848,'111611399383','8','1','300','retail','0','2021-01-23 13:56:38','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-23 10:57:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1488.00','1487','Inclusive'),(2849,'111611399440','5','1','450','retail','0','2021-01-23 13:57:34','','','','0','Cash',55.26,'450','','','11','','1','2021-01-23 10:57:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','42.00','41','Inclusive'),(2852,'111611399683','8','1','300','retail','0','2021-01-23 14:03:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-23 11:05:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1490.00','1489','Inclusive'),(2853,'111611413873','8','1','300','retail','0','2021-01-23 18:01:18','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 15:03:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1490.00','1489','Inclusive'),(2857,'111611414828','9','1','350','retail','0','2021-01-23 18:14:04','','','','0','Cash',42.98,'350','','','11','','1','2021-01-23 15:14:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1930.00','1929','Inclusive'),(2863,'111611416128','9','1','350','retail','0','2021-01-23 18:36:04','','','','0','Cash',42.98,'350','','','11','','1','2021-01-23 15:36:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1930.00','1929','Inclusive'),(2864,'111611416128','10','1','350','retail','0','2021-01-23 18:36:04','','','','0','Cash',42.98,'350','','','11','','1','2021-01-23 15:36:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1016.00','1015','Inclusive'),(2865,'111611416213','8','2','600','retail','0','2021-01-23 18:52:41','','','','0','Cash',73.68,'300','','','11','','1','2021-01-23 15:53:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1500.00','1498','Inclusive'),(2866,'111611417191','9','1','350','retail','0','2021-01-23 18:53:29','','','','0','Cash',42.98,'350','','','11','','1','2021-01-23 15:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1930.00','1929','Inclusive'),(2868,'111611417442','5','1','450','retail','0','2021-01-23 18:57:41','','','','0','Cash',55.26,'450','','','11','','1','2021-01-23 15:57:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','43.00','42','Inclusive'),(2869,'111611417572','4','1','250','retail','0','2021-01-23 18:59:42','','','','0','Cash',30.70,'250','','','11','','1','2021-01-23 15:59:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','60.00','59','Inclusive'),(2871,'111611417747','8','1','300','retail','0','2021-01-23 19:02:41','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-23 16:03:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1501.00','1500','Inclusive'),(2872,'111611417829','8','1','300','retail','0','2021-01-23 19:04:07','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 16:04:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1501.00','1500','Inclusive'),(2873,'111611417873','8','1','300','retail','0','2021-01-23 19:04:50','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-23 16:05:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1501.00','1500','Inclusive'),(2874,'111611418199','8','2','600','retail','0','2021-01-23 19:10:13','','','','0','Cash',73.68,'300','','','11','','1','2021-01-23 16:11:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1501.00','1499','Inclusive'),(2877,'111611421874','8','2','600','retail','0','2021-01-23 20:11:52','','','','0','Cash',73.68,'300','','','11','','1','2021-01-23 17:12:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1503.00','1501','Inclusive'),(2879,'111611422045','8','1','300','retail','0','2021-01-23 20:14:51','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 17:15:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1504.00','1503','Inclusive'),(2880,'111611422115','8','1','300','retail','0','2021-01-23 20:15:40','','','','0','Cash',36.84,'300','','','11','','1','2021-01-23 17:16:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1504.00','1503','Inclusive'),(2882,'111611422238','8','1','300','retail','0','2021-01-23 20:17:28','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-23 17:18:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1505.00','1504','Inclusive'),(2883,'111611422325','6','1','80','retail','0','2021-01-23 20:18:57','','','','0','Cash',9.82,'80','','','11','','1','2021-01-23 17:19:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1025.00','1024','Inclusive'),(2884,'111611422354','6','1','80','retail','0','2021-01-23 20:19:22','','','','0','Cash',9.82,'80','','','11','','1','2021-01-23 17:19:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1025.00','1024','Inclusive'),(2885,'111611423567','9','2','700','retail','0','2021-01-23 20:40:50','','','','0','Mpesa',85.96,'350','','','11','','1','2021-01-23 18:06:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1930.00','1928','Inclusive'),(2888,'111611425358','8','1','300','retail','0','2021-01-23 21:09:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-23 18:10:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1509.00','1508','Inclusive'),(2891,'111611475752','8','1','300','retail','0','2021-01-24 11:09:26','','','','0','Cash',36.84,'300','','','11','','1','2021-01-24 08:10:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1512.00','1511','Inclusive'),(2894,'111611493094','9','1','350','retail','0','2021-01-24 15:58:36','','','','0','Cash',42.98,'350','','','11','','1','2021-01-24 13:00:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1931.00','1930','Inclusive'),(2895,'111611493243','8','2','600','retail','0','2021-01-24 16:01:02','','','','0','Cash',73.68,'300','','','11','','1','2021-01-24 13:02:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1514.00','1512','Inclusive'),(2897,'111611493427','8','2','600','retail','0','2021-01-24 16:04:06','','','','0','Cash',73.68,'300','','','11','','1','2021-01-24 13:05:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1515.00','1513','Inclusive'),(2901,'111611493943','8','1','300','retail','0','2021-01-24 16:12:33','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-24 13:16:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1518.00','1517','Inclusive'),(2902,'111611494178','6','1','80','retail','0','2021-01-24 16:16:34','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-24 13:17:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1025.00','1024','Inclusive'),(2903,'111611494239','3','1','120','retail','0','2021-01-24 16:17:29','','','','0','Cash',14.74,'120','','','11','','1','2021-01-24 13:17:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(2907,'111611494471','7','1','150','retail','0','2021-01-24 16:21:25','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-24 13:21:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1082.00','1081','Inclusive'),(2910,'111611494891','7','2','300','retail','0','2021-01-24 16:28:45','','','','0','Cash',36.84,'150','','','11','','1','2021-01-24 13:29:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1082.00','1080','Inclusive'),(2911,'111611495962','8','2','600','retail','0','2021-01-24 16:46:17','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-24 13:46:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1523.00','1521','Inclusive'),(2914,'111611502887','8','1','300','retail','0','2021-01-24 18:41:38','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-24 15:42:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1526.00','1525','Inclusive'),(2920,'111611506229','8','2','600','retail','0','2021-01-24 19:37:23','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-24 16:38:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1529.00','1527','Inclusive'),(2923,'111611508879','8','1','300','retail','0','2021-01-24 20:26:14','','','','0','Cash',36.84,'300','','','11','','1','2021-01-24 17:26:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1531.00','1530','Inclusive'),(2924,'111611509224','8','3','900','retail','0','2021-01-24 20:27:19','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-24 17:28:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1531.00','1528','Inclusive'),(2925,'111611509409','8','1','300','retail','0','2021-01-24 20:30:25','','','','0','Cash',36.84,'300','','','11','','1','2021-01-24 17:30:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1531.00','1530','Inclusive'),(2926,'111611554029','8','1','300','retail','0','2021-01-25 08:53:59','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-25 05:54:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1531.00','1530','Inclusive'),(2927,'111611555706','8','3','900','retail','0','2021-01-25 09:22:05','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-25 06:25:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1531.00','1528','Inclusive'),(2929,'111611558433','9','1','350','retail','0','2021-01-25 10:07:43','','','','0','Cash',42.98,'350','','','11','','1','2021-01-25 07:07:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1931.00','1930','Inclusive'),(2931,'111611558639','8','1','300','retail','0','2021-01-25 10:10:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-25 07:11:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1533.00','1532','Inclusive'),(2932,'111611558639','7','1','150','retail','0','2021-01-25 10:10:59','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-25 07:11:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1087.00','1086','Inclusive'),(2935,'111611559911','6','1','80','retail','0','2021-01-25 10:32:15','','','','0','Cash',9.82,'80','','','11','','1','2021-01-25 07:32:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1025.00','1024','Inclusive'),(2959,'111611571275','90380219','1','300','retail','0','2021-01-25 14:30:25','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-25 11:30:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1543.00','1542','Inclusive'),(2960,'111611571275','17286979','1','80','retail','0','2021-01-25 14:30:25','','','','0','Cash',9.82,'80','','','11','','1','2021-01-25 11:30:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(2966,'111611574721','69493023','1','350','retail','0','2021-01-25 14:38:48','','','','0','Cash',42.98,'350','','','11','','1','2021-01-25 11:39:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1934.00','1933','Inclusive'),(2967,'111611574771','69493023','1','350','retail','0','2021-01-25 14:39:53','','','','0','Cash',42.98,'350','','','11','','1','2021-01-25 11:40:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1934.00','1933','Inclusive'),(2968,'111611574821','17286979','1','80','retail','0','2021-01-25 14:42:58','','','','0','Cash',9.82,'80','','','11','','1','2021-01-25 11:43:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(2979,'111611578361','28716060','2','300','retail','0','2021-01-25 15:39:33','','','','0','Cash',36.84,'150','','','11','','1','2021-01-25 12:40:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1094.00','1092','Inclusive'),(2980,'111611578430','90380219','1','300','retail','0','2021-01-25 16:55:01','','','','0','Cash',36.84,'300','','','11','','1','2021-01-25 13:57:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1556.00','1555','Inclusive'),(2983,'111611583167','28716060','1','150','retail','0','2021-01-25 16:59:35','','','','0','Cash',18.42,'150','','','11','','1','2021-01-25 13:59:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1095.00','1094','Inclusive'),(2985,'111611585266','90380219','1','300','retail','0','2021-01-25 17:34:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-25 14:35:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1558.00','1557','Inclusive'),(2988,'111611589245','90380219','2','600','retail','0','2021-01-25 18:42:02','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-25 15:42:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1560.00','1558','Inclusive'),(2989,'111611589245','69493023','1','350','retail','0','2021-01-25 18:42:02','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-25 15:42:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1935.00','1934','Inclusive'),(2990,'111611589404','28716060','1','150','retail','0','2021-01-25 18:43:52','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-25 15:44:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1095.00','1094','Inclusive'),(2992,'111611589510','28716060','2','300','retail','0','2021-01-25 18:45:39','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-25 15:46:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1096.00','1094','Inclusive'),(2994,'111611589630','28716060','2','300','retail','0','2021-01-25 18:48:36','','','','0','Invoice',36.84,'150','','','11','','1','2021-01-25 15:48:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1097.00','1095','Inclusive'),(2995,'111611589630','17286979','1','80','retail','0','2021-01-25 18:48:36','','','','0','Cash',9.82,'80','','','11','','1','2021-01-25 15:48:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(2997,'111611591539','90380219','2','600','retail','0','2021-01-25 19:19:13','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-25 16:20:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1561.00','1559','Inclusive'),(2998,'111611591630','30145488','1','20','retail','0','2021-01-25 19:21:31','','','','0','Cash',2.46,'20','','','11','','1','2021-01-25 16:21:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1001.00','1000','Inclusive'),(2999,'111611591698','69493023','1','350','retail','0','2021-01-25 19:22:00','','','','0','Mpesa',42.98,'350','','','11','','1','2021-01-25 16:23:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1935.00','1934','Inclusive'),(3000,'111611591783','01903810','1','120','retail','0','2021-01-25 19:24:58','','','','0','Cash',14.74,'120','','','11','','1','2021-01-25 16:25:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3006,'111611596713','90380219','1','300','retail','0','2021-01-25 20:45:23','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-25 17:46:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1565.00','1564','Inclusive'),(3007,'111611596914','17286979','1','80','retail','0','2021-01-25 20:48:42','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-25 17:49:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(3008,'111611640908','90380219','2','600','retail','0','2021-01-26 09:02:09','','','','0','Cash',73.68,'300','','','11','','1','2021-01-26 06:02:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1565.00','1563','Inclusive'),(3009,'111611640951','90380219','1','300','retail','0','2021-01-26 09:03:08','','','','0','Cash',36.84,'300','','','11','','1','2021-01-26 06:04:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1565.00','1564','Inclusive'),(3013,'111611651957','90380219','1','300','retail','0','2021-01-26 12:06:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-26 09:07:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1569.00','1568','Inclusive'),(3014,'111611658760','30145488','1','20','retail','0','2021-01-26 13:59:51','','','','0','Mpesa',2.46,'20','','','11','','1','2021-01-26 11:01:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1001.00','1000','Inclusive'),(3015,'111611658968','90380219','2','600','retail','0','2021-01-26 14:37:23','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-26 11:37:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1569.00','1567','Inclusive'),(3016,'111611658968','17286979','1','80','retail','0','2021-01-26 14:37:23','','','','0','Cash',9.82,'80','','','11','','1','2021-01-26 11:37:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(3017,'111611661063','17286979','1','80','retail','0','2021-01-26 14:38:24','','','','0','Cash',9.82,'80','','','11','','1','2021-01-26 11:38:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1027.00','1026','Inclusive'),(3019,'111611666607','90380219','1','300','retail','0','2021-01-26 16:11:38','','','','0','Cash',36.84,'300','','','11','','1','2021-01-26 13:12:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1570.00','1569','Inclusive'),(3020,'111611666768','28716060','1','150','retail','0','2021-01-26 16:13:52','','','','0','Cash',18.42,'150','','','11','','1','2021-01-26 13:14:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1097.00','1096','Inclusive'),(3022,'111611672373','90380219','2','600','retail','0','2021-01-26 17:46:44','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-26 14:48:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1571.00','1569','Inclusive'),(3026,'111611674760','90380219','1','300','retail','0','2021-01-26 18:26:28','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-26 15:27:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1574.00','1573','Inclusive'),(3027,'111611674844','90380219','2','600','retail','0','2021-01-26 18:27:39','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-26 15:28:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1574.00','1572','Inclusive'),(3028,'111611674912','6164001798077','1','250','retail','0','2021-01-26 18:29:04','','','','0','Cash',30.70,'250','','','11','','1','2021-01-26 15:29:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','65.00','64','Inclusive'),(3033,'111611675302','90380219','1','300','retail','0','2021-01-26 18:35:19','','','','0','Cash',36.84,'300','','','11','','1','2021-01-26 15:35:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1577.00','1576','Inclusive'),(3034,'111611675360','90380219','1','300','retail','0','2021-01-26 18:36:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-26 15:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1577.00','1576','Inclusive'),(3039,'111611680517','90380219','1','300','retail','0','2021-01-26 20:04:02','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-26 17:05:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1580.00','1579','Inclusive'),(3045,'111611682722','90380219','1','300','retail','0','2021-01-26 20:38:52','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-26 17:39:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1584.00','1583','Inclusive'),(3046,'111611683570','90380219','1','300','retail','0','2021-01-26 20:52:59','','','','0','Cash',36.84,'300','','','11','','1','2021-01-26 17:53:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1584.00','1583','Inclusive'),(3047,'111611683659','90380219','1','300','retail','0','2021-01-26 20:54:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-26 17:55:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1584.00','1583','Inclusive'),(3050,'111611735571','90380219','1','300','retail','0','2021-01-27 11:20:04','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 08:20:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1588.00','1587','Inclusive'),(3051,'111611735679','90380219','1','300','retail','0','2021-01-27 11:21:41','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 08:22:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1588.00','1587','Inclusive'),(3053,'111611735869','28716060','2','300','retail','0','2021-01-27 11:25:42','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-27 08:28:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1101.00','1099','Inclusive'),(3055,'111611736291','28716060','1','150','retail','0','2021-01-27 11:32:23','','','','0','Cash',18.42,'150','','','11','','1','2021-01-27 08:32:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1101.00','1100','Inclusive'),(3056,'111611736291','90380219','1','300','retail','0','2021-01-27 11:32:23','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 08:32:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1593.00','1592','Inclusive'),(3057,'111611736400','90380219','2','600','retail','0','2021-01-27 11:33:42','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-27 08:34:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1593.00','1591','Inclusive'),(3062,'111611751353','90380219','1','300','retail','0','2021-01-27 15:42:49','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 12:43:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1598.00','1597','Inclusive'),(3064,'111611751464','6164001798077','1','250','retail','0','2021-01-27 15:44:49','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-27 12:45:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','65.00','64','Inclusive'),(3066,'111611752957','90380219','1','300','retail','0','2021-01-27 16:10:54','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 13:11:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1598.00','1597','Inclusive'),(3067,'111611753101','90380219','1','300','retail','0','2021-01-27 16:11:51','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 13:12:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1598.00','1597','Inclusive'),(3070,'111611755312','90380219','1','300','retail','0','2021-01-27 16:48:41','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-27 13:49:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1600.00','1599','Inclusive'),(3072,'111611758534','90380219','1','300','retail','0','2021-01-27 17:42:29','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-27 14:43:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1601.00','1600','Inclusive'),(3074,'111611758827','90380219','1','300','retail','0','2021-01-27 17:47:20','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 14:47:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1603.00','1602','Inclusive'),(3075,'111611758863','90380219','1','300','retail','0','2021-01-27 17:47:53','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 14:48:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1603.00','1602','Inclusive'),(3078,'111611763096','90380219','2','600','retail','0','2021-01-27 18:58:37','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-27 15:59:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1608.00','1606','Inclusive'),(3079,'111611763194','90380219','1','300','retail','0','2021-01-27 19:01:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-27 16:02:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1608.00','1607','Inclusive'),(3082,'111611764672','01903810','1','120','retail','0','2021-01-27 19:25:02','','','','0','Cash',14.74,'120','','','11','','1','2021-01-27 16:27:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3083,'111611765737','28716060','1','150','retail','0','2021-01-27 19:42:35','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-27 16:43:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1104.00','1103','Inclusive'),(3084,'111611765822','28716060','1','150','retail','0','2021-01-27 20:03:20','','','','0','Cash',18.42,'150','','','11','','1','2021-01-27 17:03:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1104.00','1103','Inclusive'),(3085,'111611767005','90380219','1','300','retail','0','2021-01-27 20:03:40','','','','0','Cash',36.84,'300','','','11','','1','2021-01-27 17:03:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1610.00','1609','Inclusive'),(3086,'111611767024','01903810','1','120','retail','0','2021-01-27 20:04:07','','','','0','Cash',14.74,'120','','','11','','1','2021-01-27 17:04:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3088,'111611767357','90380219','1','300','retail','0','2021-01-27 20:09:36','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-27 17:10:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1611.00','1610','Inclusive'),(3089,'111611817545','90380219','3','900','retail','0','2021-01-28 10:07:20','','','','0','Mpesa',110.53,'300','','','11','','1','2021-01-28 07:08:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1611.00','1608','Inclusive'),(3090,'111611817545','17286979','1','80','retail','0','2021-01-28 10:07:20','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-28 07:08:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1028.00','1027','Inclusive'),(3091,'111611817746','90380219','2','600','retail','0','2021-01-28 10:09:32','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-28 07:10:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1611.00','1609','Inclusive'),(3092,'111611817826','90380219','1','300','retail','0','2021-01-28 10:10:34','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-28 07:11:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1611.00','1610','Inclusive'),(3098,'111611818107','90380219','1','300','retail','0','2021-01-28 10:15:16','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-28 07:16:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1612.00','1611','Inclusive'),(3099,'111611818186','90380219','1','300','retail','0','2021-01-28 10:16:36','','','','0','Cash',36.84,'300','','','11','','1','2021-01-28 07:16:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1612.00','1611','Inclusive'),(3100,'111611823067','90380219','1','300','retail','0','2021-01-28 11:37:56','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-28 08:38:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1612.00','1611','Inclusive'),(3102,'111611823592','30145488','1','20','retail','0','2021-01-28 11:46:38','','','','0','Cash',2.46,'20','','','11','','1','2021-01-28 08:46:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1001.00','1000','Inclusive'),(3103,'111611828120','90380219','2','600','retail','0','2021-01-28 13:04:49','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-28 10:05:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1612.00','1610','Inclusive'),(3104,'111611829381','90380219','1','300','retail','0','2021-01-28 13:23:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-28 10:25:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1612.00','1611','Inclusive'),(3107,'111611834407','90380219','1','300','retail','0','2021-01-28 14:47:09','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-28 11:48:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1614.00','1613','Inclusive'),(3108,'111611834522','69493023','1','350','retail','0','2021-01-28 14:49:02','','','','0','Cash',42.98,'350','','','11','','1','2021-01-28 11:49:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1936.00','1935','Inclusive'),(3110,'111611842437','90380219','1','300','retail','0','2021-01-28 17:09:37','','','','0','Cash',36.84,'300','','','11','','1','2021-01-28 14:15:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1616.00','1615','Inclusive'),(3112,'111611844435','28716060','2','300','retail','0','2021-01-28 17:34:14','','','','0','Cash',36.84,'150','','','11','','1','2021-01-28 14:35:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1106.00','1104','Inclusive'),(3114,'111611844787','28716060','1','150','retail','0','2021-01-28 17:40:16','','','','0','Cash',18.42,'150','','','11','','1','2021-01-28 14:41:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1108.00','1107','Inclusive'),(3115,'111611845110','69493023','1','350','retail','0','2021-01-28 17:50:04','','','','0','Cash',42.98,'350','','','11','','1','2021-01-28 14:50:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1936.00','1935','Inclusive'),(3117,'111611845614','90380219','1','300','retail','0','2021-01-28 17:55:33','','','','0','Cash',36.84,'300','','','11','','1','2021-01-28 14:56:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1620.00','1619','Inclusive'),(3118,'111611845783','90380219','1','300','retail','0','2021-01-28 17:56:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-28 14:57:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1620.00','1619','Inclusive'),(3120,'111611847853','90380219','1','300','retail','0','2021-01-28 18:31:18','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-28 15:36:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1622.00','1621','Inclusive'),(3122,'111611850016','17286979','1','80','retail','0','2021-01-28 19:07:21','','','','0','Cash',9.82,'80','','','11','','1','2021-01-28 16:07:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1037.00','1036','Inclusive'),(3123,'111611850641','90380219','1','300','retail','0','2021-01-28 19:17:31','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-28 16:17:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1625.00','1624','Inclusive'),(3126,'111611854279','90380219','1','300','retail','0','2021-01-28 20:18:05','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-28 17:19:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1625.00','1624','Inclusive'),(3129,'111611856598','28716060','1','150','retail','0','2021-01-28 20:56:50','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-28 17:57:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1110.00','1109','Inclusive'),(3130,'111611903798','90380219','2','600','retail','0','2021-01-29 10:21:08','','','','0','Cash',73.68,'300','','','11','','1','2021-01-29 07:21:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1626.00','1624','Inclusive'),(3131,'111611904911','90380219','1','300','retail','0','2021-01-29 10:22:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-29 07:23:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1626.00','1625','Inclusive'),(3132,'111611905014','90380219','1','300','retail','0','2021-01-29 10:23:42','','','','0','Cash',36.84,'300','','','11','','1','2021-01-29 07:23:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1626.00','1625','Inclusive'),(3133,'111611905041','90380219','1','300','retail','0','2021-01-29 10:24:16','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-29 07:24:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1626.00','1625','Inclusive'),(3134,'111611905122','90380219','1','300','retail','0','2021-01-29 10:25:54','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-29 07:26:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1626.00','1625','Inclusive'),(3136,'111611905280','18','1','1200','retail','0','2021-01-29 10:28:20','','','','800','Mpesa',147.37,'1200','','','11','','1','2021-01-29 07:29:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1052.63','1','4.00','3','Inclusive'),(3139,'111611907762','69493023','1','350','retail','0','2021-01-29 11:09:46','','','','0','Cash',42.98,'350','','','11','','1','2021-01-29 08:10:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1936.00','1935','Inclusive'),(3140,'111611907838','6164001798022','1','450','retail','0','2021-01-29 11:10:56','','','','0','Invoice',55.26,'450','','','11','','1','2021-01-29 08:11:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','48.00','47','Inclusive'),(3142,'111611912930','90380219','1','300','retail','0','2021-01-29 12:35:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-29 09:40:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1631.00','1630','Inclusive'),(3143,'111611917765','90380219','2','600','retail','0','2021-01-29 13:56:29','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-29 10:57:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1631.00','1629','Inclusive'),(3144,'111611923069','90380219','2','600','retail','0','2021-01-29 15:38:06','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-29 12:38:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1631.00','1629','Inclusive'),(3145,'111611923069','6164001798077','1','250','retail','0','2021-01-29 15:38:06','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-29 12:38:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3146,'111611934029','69493023','1','350','retail','0','2021-01-29 18:29:54','','','','0','Cash',42.98,'350','','','11','','1','2021-01-29 15:30:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1936.00','1935','Inclusive'),(3150,'111611934583','17286979','1','80','retail','0','2021-01-29 18:36:35','','','','0','Cash',9.82,'80','','','11','','1','2021-01-29 15:36:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1037.00','1036','Inclusive'),(3153,'111611938685','90380219','2','600','retail','0','2021-01-29 19:45:09','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-29 16:45:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1640.00','1638','Inclusive'),(3155,'111611942289','90380219','1','300','retail','0','2021-01-29 20:46:03','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-29 17:53:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1643.00','1642','Inclusive'),(3156,'111611942289','01903810','1','120','retail','0','2021-01-29 20:46:03','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-29 17:53:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3158,'111611942922','6164001798077','1','250','retail','0','2021-01-29 20:56:19','','','','0','Cash',30.70,'250','','','11','','1','2021-01-29 17:57:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3159,'111611943042','28716060','1','150','retail','0','2021-01-29 20:59:46','','','','0','Cash',18.42,'150','','','11','','1','2021-01-29 18:00:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1110.00','1109','Inclusive'),(3160,'111611943212','17286979','1','80','retail','0','2021-01-29 21:00:27','','','','0','Cash',9.82,'80','','','11','','1','2021-01-29 18:00:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1037.00','1036','Inclusive'),(3161,'111611943241','17286979','1','80','retail','0','2021-01-29 21:00:49','','','','0','Mpesa',9.82,'80','','','11','','1','2021-01-29 18:01:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1037.00','1036','Inclusive'),(3162,'111611991344','90380219','1','300','retail','0','2021-01-30 10:22:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-30 07:23:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1644.00','1643','Inclusive'),(3164,'111611994850','90380219','1','300','retail','0','2021-01-30 11:20:54','','','','0','Cash',36.84,'300','','','11','','1','2021-01-30 08:21:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1645.00','1644','Inclusive'),(3167,'111611995006','17286979','3','240','retail','0','2021-01-30 11:23:38','','','','0','Cash',29.47,'80','','','11','','1','2021-01-30 08:23:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1038.00','1035','Inclusive'),(3168,'111611995033','28716060','1','150','retail','0','2021-01-30 11:24:12','','','','0','Cash',18.42,'150','','','11','','1','2021-01-30 08:24:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1111.00','1110','Inclusive'),(3169,'111611995079','90380219','1','300','retail','0','2021-01-30 11:24:47','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-30 08:30:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1645.00','1644','Inclusive'),(3170,'111611995439','90380219','2','600','retail','0','2021-01-30 11:30:56','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-30 08:31:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1645.00','1643','Inclusive'),(3172,'111611995586','90380219','1','300','retail','0','2021-01-30 11:33:14','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-30 08:33:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1647.00','1646','Inclusive'),(3174,'111611995756','90380219','1','300','retail','0','2021-01-30 11:36:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-30 08:36:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1647.00','1646','Inclusive'),(3175,'111611997548','28716060','1','150','retail','0','2021-01-30 12:07:20','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-30 09:07:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1112.00','1111','Inclusive'),(3176,'111611997548','6164001798077','1','250','retail','0','2021-01-30 12:07:20','','','','0','Mpesa',30.70,'250','','','11','','1','2021-01-30 09:07:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3177,'111611998824','28716060','1','150','retail','0','2021-01-30 12:27:11','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-30 09:27:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1112.00','1111','Inclusive'),(3179,'111612010971','6164001798077','1','250','retail','0','2021-01-30 15:49:46','','','','0','Cash',30.70,'250','','','11','','1','2021-01-30 12:49:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3184,'111612011202','90380219','3','900','retail','0','2021-01-30 15:53:38','','','','0','Cash',110.53,'300','','','11','','1','2021-01-30 13:01:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1652.00','1649','Inclusive'),(3189,'111612013897','90380219','2','600','retail','0','2021-01-30 16:39:06','','','','0','Cash',73.68,'300','','','11','','1','2021-01-30 13:39:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1654.00','1652','Inclusive'),(3190,'111612013999','90380219','3','900','retail','0','2021-01-30 16:46:22','','','','0','Cash',110.53,'300','','','11','','1','2021-01-30 13:50:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1654.00','1651','Inclusive'),(3195,'111612016115','28716060','2','300','retail','0','2021-01-30 17:15:25','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-30 14:15:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1114.00','1112','Inclusive'),(3196,'111612016165','18','1','1200','retail','0','2021-01-30 17:16:19','','','','800','Mpesa',147.37,'1200','','','11','','1','2021-01-30 14:17:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1052.63','1','4.00','3','Inclusive'),(3197,'111612016279','17286979','1','80','retail','0','2021-01-30 17:18:20','','','','0','Cash',9.82,'80','','','11','','1','2021-01-30 14:18:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1038.00','1037','Inclusive'),(3200,'111612016511','90380219','2','600','retail','0','2021-01-30 17:22:42','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-30 14:23:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1662.00','1660','Inclusive'),(3203,'111612016846','90380219','3','900','retail','0','2021-01-30 17:29:06','','','','0','Invoice',110.53,'300','','','11','','1','2021-01-30 14:29:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1663.00','1660','Inclusive'),(3204,'111612016846','6164001798022','1','450','retail','0','2021-01-30 17:29:06','','','','0','Cash',55.26,'450','','','11','','1','2021-01-30 14:29:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','50.00','49','Inclusive'),(3206,'111612017161','28716060','3','450','retail','0','2021-01-30 17:33:03','','','','0','Invoice',55.26,'150','','','11','','1','2021-01-30 14:33:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1116.00','1113','Inclusive'),(3208,'111612021101','90380219','1','300','retail','0','2021-01-30 18:39:09','','','','0','Cash',36.84,'300','','','11','','1','2021-01-30 15:40:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1663.00','1662','Inclusive'),(3209,'111612021101','17286979','2','160','retail','0','2021-01-30 18:39:09','','','','0','Cash',19.65,'80','','','11','','1','2021-01-30 15:40:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1038.00','1036','Inclusive'),(3210,'111612021212','28716060','2','300','retail','0','2021-01-30 18:40:29','','','','0','Cash',36.84,'150','','','11','','1','2021-01-30 15:40:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1116.00','1114','Inclusive'),(3214,'111612021588','90380219','2','600','retail','0','2021-01-30 19:01:33','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-30 16:02:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1666.00','1664','Inclusive'),(3215,'111612022740','17286979','1','80','retail','0','2021-01-30 19:05:59','','','','0','Invoice',9.82,'80','','','11','','1','2021-01-30 16:07:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1038.00','1037','Inclusive'),(3216,'111612022740','28716060','1','150','retail','0','2021-01-30 19:05:59','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-30 16:07:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1116.00','1115','Inclusive'),(3218,'111612025300','28716060','2','300','retail','0','2021-01-30 19:48:53','','','','0','Mpesa',36.84,'150','','','11','','1','2021-01-30 16:49:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1116.00','1114','Inclusive'),(3219,'111612026370','90380219','2','600','retail','0','2021-01-30 20:06:32','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-30 17:07:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1668.00','1666','Inclusive'),(3221,'111612028393','90380219','1','300','retail','0','2021-01-30 20:39:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-30 17:40:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1669.00','1668','Inclusive'),(3222,'111612029847','6164001798077','1','250','retail','0','2021-01-30 21:04:32','','','','0','Cash',30.70,'250','','','11','','1','2021-01-30 18:04:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3223,'111612029890','90380219','1','300','retail','0','2021-01-30 21:05:21','','','','0','Cash',36.84,'300','','','11','','1','2021-01-30 18:05:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1669.00','1668','Inclusive'),(3224,'111612079003','28716060','1','150','retail','0','2021-01-31 10:44:34','','','','0','Invoice',18.42,'150','','','11','','1','2021-01-31 07:45:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1116.00','1115','Inclusive'),(3225,'111612079179','90380219','2','600','retail','0','2021-01-31 10:46:53','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-31 07:47:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1669.00','1667','Inclusive'),(3226,'111612079301','90380219','2','600','retail','0','2021-01-31 10:48:43','','','','0','Invoice',73.68,'300','','','11','','1','2021-01-31 07:50:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1669.00','1667','Inclusive'),(3228,'111612083698','90380219','2','600','retail','0','2021-01-31 12:02:45','','','','0','Cash',73.68,'300','','','11','','1','2021-01-31 09:11:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1670.00','1668','Inclusive'),(3231,'111612084888','90380219','1','300','retail','0','2021-01-31 12:21:40','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 09:21:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1673.00','1672','Inclusive'),(3233,'111612086609','01903810','1','120','retail','0','2021-01-31 12:50:26','','','','0','Cash',14.74,'120','','','11','','1','2021-01-31 09:50:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3235,'111612095059','90380219','1','300','retail','0','2021-01-31 15:12:15','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-31 12:13:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1674.00','1673','Inclusive'),(3236,'111612095229','90380219','1','300','retail','0','2021-01-31 15:14:03','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 12:14:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1674.00','1673','Inclusive'),(3240,'111612096375','90380219','1','300','retail','0','2021-01-31 15:33:54','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 12:34:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1679.00','1678','Inclusive'),(3241,'111612096450','28716060','1','150','retail','0','2021-01-31 15:35:01','','','','0','Mpesa',18.42,'150','','','11','','1','2021-01-31 12:36:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1116.00','1115','Inclusive'),(3242,'111612096450','90380219','1','300','retail','0','2021-01-31 15:35:01','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-31 12:36:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1679.00','1678','Inclusive'),(3244,'111612096779','01903810','1','120','retail','0','2021-01-31 15:40:03','','','','0','Mpesa',14.74,'120','','','11','','1','2021-01-31 12:41:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3245,'111612096919','90380219','2','600','retail','0','2021-01-31 15:42:25','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-31 12:43:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1680.00','1678','Inclusive'),(3248,'111612099304','6164001798022','1','450','retail','0','2021-01-31 16:22:11','','','','0','Cash',55.26,'450','','','11','','1','2021-01-31 13:22:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','51.00','50','Inclusive'),(3249,'111612099304','90380219','1','300','retail','0','2021-01-31 16:22:11','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 13:22:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1682.00','1681','Inclusive'),(3251,'111612099469','90380219','1','300','retail','0','2021-01-31 16:24:40','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-31 13:25:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1683.00','1682','Inclusive'),(3257,'111612103358','90380219','1','300','retail','0','2021-01-31 17:44:05','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-31 14:44:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1687.00','1686','Inclusive'),(3258,'111612108187','90380219','1','300','retail','0','2021-01-31 18:49:55','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 15:49:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1687.00','1686','Inclusive'),(3259,'111612108208','90380219','1','300','retail','0','2021-01-31 18:50:14','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 15:50:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1687.00','1686','Inclusive'),(3261,'111612109238','17286979','2','160','retail','0','2021-01-31 19:14:09','','','','0','Cash',19.65,'80','','','11','','1','2021-01-31 16:15:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1039.00','1037','Inclusive'),(3262,'111612109724','90380219','1','300','retail','0','2021-01-31 19:15:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-01-31 16:17:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1688.00','1687','Inclusive'),(3266,'111612111922','90380219','2','600','retail','0','2021-01-31 19:52:20','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-31 16:59:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1692.00','1690','Inclusive'),(3267,'111612112356','6164001798022','1','450','retail','0','2021-01-31 19:59:39','','','','0','Mpesa',55.26,'450','','','11','','1','2021-01-31 17:00:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','51.00','50','Inclusive'),(3269,'111612112916','90380219','2','600','retail','0','2021-01-31 20:15:04','','','','0','Mpesa',73.68,'300','','','11','','1','2021-01-31 17:15:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1694.00','1692','Inclusive'),(3271,'111612115471','90380219','1','300','retail','0','2021-01-31 20:51:40','','','','0','Cash',36.84,'300','','','11','','1','2021-01-31 17:53:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1695.00','1694','Inclusive'),(3272,'111612115654','90380219','1','300','retail','0','2021-01-31 20:54:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-01-31 17:57:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1695.00','1694','Inclusive'),(3273,'111612155797','90380219','1','300','retail','0','2021-02-01 08:03:30','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 05:04:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1695.00','1694','Inclusive'),(3275,'111612157308','17286979','1','80','retail','0','2021-02-01 08:28:38','','','','0','Cash',9.82,'80','','','11','','1','2021-02-01 05:28:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1039.00','1038','Inclusive'),(3277,'111612162556','90380219','1','300','retail','0','2021-02-01 09:56:08','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 06:56:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1699.00','1698','Inclusive'),(3278,'111612174975','90380219','1','300','retail','0','2021-02-01 13:23:29','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 10:24:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1699.00','1698','Inclusive'),(3283,'111612178073','69493023','1','350','retail','0','2021-02-01 14:14:44','','','','0','Cash',42.98,'350','','','11','','1','2021-02-01 11:14:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3284,'111612178105','90380219','1','300','retail','0','2021-02-01 14:15:17','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-01 11:15:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1701.00','1700','Inclusive'),(3286,'111612180642','17286979','1','80','retail','0','2021-02-01 14:57:31','','','','0','Cash',9.82,'80','','','11','','1','2021-02-01 11:57:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1040.00','1039','Inclusive'),(3287,'111612187105','6164001798077','1','250','retail','0','2021-02-01 16:45:27','','','','0','Mpesa',30.70,'250','','','11','','1','2021-02-01 13:46:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3290,'111612187560','90380219','1','300','retail','0','2021-02-01 16:53:30','','','','0','Cash',36.84,'300','','','11','','1','2021-02-01 13:53:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1704.00','1703','Inclusive'),(3294,'111612189092','6164001798022','1','450','retail','0','2021-02-01 17:18:23','','','','0','Cash',55.26,'450','','','11','','1','2021-02-01 14:18:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','51.00','50','Inclusive'),(3295,'111612189132','90380219','1','300','retail','0','2021-02-01 17:19:02','','','','0','Cash',36.84,'300','','','11','','1','2021-02-01 14:19:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1706.00','1705','Inclusive'),(3296,'111612189159','17286979','1','80','retail','0','2021-02-01 17:20:20','','','','0','Cash',9.82,'80','','','11','','1','2021-02-01 14:20:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1040.00','1039','Inclusive'),(3297,'111612189235','90380219','2','600','retail','0','2021-02-01 17:20:50','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-01 14:21:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1706.00','1704','Inclusive'),(3298,'111612189298','90380219','1','300','retail','0','2021-02-01 17:21:49','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 14:22:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1706.00','1705','Inclusive'),(3299,'111612189747','28716060','1','150','retail','0','2021-02-01 17:31:11','','','','0','Cash',18.42,'150','','','11','','1','2021-02-01 14:31:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1123.00','1122','Inclusive'),(3300,'111612190082','90380219','1','300','retail','0','2021-02-01 17:34:51','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 14:35:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1706.00','1705','Inclusive'),(3301,'111612192038','17286979','1','80','retail','0','2021-02-01 18:07:28','','','','0','Mpesa',9.82,'80','','','11','','1','2021-02-01 15:09:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1040.00','1039','Inclusive'),(3304,'111612192426','17286979','1','80','retail','0','2021-02-01 18:14:00','','','','0','Mpesa',9.82,'80','','','11','','1','2021-02-01 15:15:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1040.00','1039','Inclusive'),(3310,'111612196142','90380219','1','300','retail','0','2021-02-01 19:15:59','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 16:17:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1714.00','1713','Inclusive'),(3311,'111612197279','01903810','1','120','retail','0','2021-02-01 19:35:30','','','','0','Cash',14.74,'120','','','11','','1','2021-02-01 16:35:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3312,'111612197340','90380219','1','300','retail','0','2021-02-01 19:35:50','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 16:36:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1714.00','1713','Inclusive'),(3313,'111612197837','28716060','1','150','retail','0','2021-02-01 19:44:19','','','','0','Cash',18.42,'150','','','11','','1','2021-02-01 16:44:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1125.00','1124','Inclusive'),(3314,'111612197837','17286979','1','80','retail','0','2021-02-01 19:44:19','','','','0','Cash',9.82,'80','','','11','','1','2021-02-01 16:44:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1040.00','1039','Inclusive'),(3317,'111612199994','90380219','1','300','retail','0','2021-02-01 20:20:05','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 17:40:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1715.00','1714','Inclusive'),(3318,'111612201258','90380219','1','300','retail','0','2021-02-01 20:42:42','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-01 17:43:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1715.00','1714','Inclusive'),(3319,'111612244557','90380219','2','600','retail','0','2021-02-02 08:43:02','','','','0','Cash',73.68,'300','','','11','','1','2021-02-02 05:44:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1715.00','1713','Inclusive'),(3320,'111612245454','90380219','1','300','retail','0','2021-02-02 08:57:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-02 05:58:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1715.00','1714','Inclusive'),(3321,'111612251964','90380219','2','600','retail','0','2021-02-02 10:46:22','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-02 07:47:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1715.00','1713','Inclusive'),(3327,'111612260199','90380219','1','300','retail','0','2021-02-02 13:16:40','','','','0','Cash',36.84,'300','','','11','','1','2021-02-02 10:20:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1718.00','1717','Inclusive'),(3328,'111612261252','90380219','1','300','retail','0','2021-02-02 13:21:04','','','','0','Cash',36.84,'300','','','11','','1','2021-02-02 10:21:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1718.00','1717','Inclusive'),(3331,'111612267876','90380219','1','300','retail','0','2021-02-02 15:11:44','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-02 12:12:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1722.00','1721','Inclusive'),(3332,'111612274592','69493023','1','350','retail','0','2021-02-02 17:03:27','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-02 14:04:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3333,'111612274651','01903810','1','120','retail','0','2021-02-02 17:04:44','','','','0','Mpesa',14.74,'120','','','11','','1','2021-02-02 14:05:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3334,'111612274736','90380219','1','300','retail','0','2021-02-02 17:06:05','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-02 14:06:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1722.00','1721','Inclusive'),(3335,'111612274812','6164001798022','1','450','retail','0','2021-02-02 17:07:12','','','','0','Mpesa',55.26,'450','','','11','','1','2021-02-02 14:07:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','52.00','51','Inclusive'),(3336,'111612274891','90380219','1','300','retail','0','2021-02-02 17:08:37','','','','0','Cash',36.84,'300','','','11','','1','2021-02-02 14:08:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1722.00','1721','Inclusive'),(3337,'111612282776','90380219','1','300','retail','0','2021-02-02 19:19:53','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-02 16:20:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1722.00','1721','Inclusive'),(3338,'111612282864','69493023','1','350','retail','0','2021-02-02 19:21:20','','','','0','Cash',42.98,'350','','','11','','1','2021-02-02 16:21:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3339,'111612282903','90380219','2','600','retail','0','2021-02-02 19:21:59','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-02 16:22:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1722.00','1720','Inclusive'),(3343,'111612285556','28716060','1','150','retail','0','2021-02-02 20:06:32','','','','0','Cash',18.42,'150','','','11','','1','2021-02-02 17:06:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1129.00','1128','Inclusive'),(3344,'111612285556','90380219','1','300','retail','0','2021-02-02 20:06:32','','','','0','Cash',36.84,'300','','','11','','1','2021-02-02 17:06:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1724.00','1723','Inclusive'),(3345,'111612285624','28716060','1','150','retail','0','2021-02-02 20:08:11','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-02 17:08:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1129.00','1128','Inclusive'),(3346,'111612285737','6164001798077','1','250','retail','0','2021-02-02 20:09:10','','','','0','Mpesa',30.70,'250','','','11','','1','2021-02-02 17:10:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3348,'111612286009','90380219','3','900','retail','0','2021-02-02 20:13:43','','','','0','Cash',110.53,'300','','','11','','1','2021-02-02 17:13:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1724.00','1721','Inclusive'),(3349,'111612287202','90380219','1','300','retail','0','2021-02-02 20:48:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-02 17:49:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1724.00','1723','Inclusive'),(3350,'111612288162','6164001798022','1','450','retail','0','2021-02-02 20:50:08','','','','0','Mpesa',55.26,'450','','','11','','1','2021-02-02 17:54:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','52.00','51','Inclusive'),(3355,'111612292192','90380219','1','300','retail','0','2021-02-02 21:56:41','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-02 19:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1734.00','1733','Inclusive'),(3358,'111612342524','28716060','1','150','retail','0','2021-02-03 11:55:54','','','','0','Cash',18.42,'150','','','11','','1','2021-02-03 08:56:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1130.00','1129','Inclusive'),(3359,'111612342524','90380219','1','300','retail','0','2021-02-03 11:55:54','','','','0','Cash',36.84,'300','','','11','','1','2021-02-03 08:56:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1736.00','1735','Inclusive'),(3361,'111612342651','69493023','1','350','retail','0','2021-02-03 11:57:43','','','','0','Cash',42.98,'350','','','11','','1','2021-02-03 08:57:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3372,'111612353163','6164001798022','1','450','retail','0','2021-02-03 14:53:04','','','','0','Cash',55.26,'450','','','11','','1','2021-02-03 11:54:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','53.00','52','Inclusive'),(3375,'111612354872','6164001798077','1','250','retail','0','2021-02-03 15:21:25','','','','0','Mpesa',30.70,'250','','','11','','1','2021-02-03 12:22:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3377,'111612355043','90380219','1','300','retail','0','2021-02-03 15:24:13','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 12:24:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1764.00','1763','Inclusive'),(3378,'111612359035','90380219','1','300','retail','0','2021-02-03 16:30:48','','','','0','Cash',36.84,'300','','','11','','1','2021-02-03 13:32:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1764.00','1763','Inclusive'),(3379,'111612359195','90380219','1','300','retail','0','2021-02-03 16:33:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-03 13:35:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1764.00','1763','Inclusive'),(3380,'111612370538','28716060','1','150','retail','0','2021-02-03 19:43:34','','','','0','Cash',18.42,'150','','','11','','1','2021-02-03 16:44:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1132.00','1131','Inclusive'),(3382,'111612370740','6164001798077','1','250','retail','0','2021-02-03 19:45:49','','','','0','Cash',30.70,'250','','','11','','1','2021-02-03 16:45:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','68.00','67','Inclusive'),(3383,'111612370762','90380219','1','300','retail','0','2021-02-03 19:46:11','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 16:46:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1765.00','1764','Inclusive'),(3387,'111612371027','90380219','1','300','retail','0','2021-02-03 19:50:36','','','','0','Cash',36.84,'300','','','11','','1','2021-02-03 16:50:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1769.00','1768','Inclusive'),(3392,'111612372209','90380219','1','300','retail','0','2021-02-03 20:10:21','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 17:12:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1774.00','1773','Inclusive'),(3393,'111612372349','90380219','2','600','retail','0','2021-02-03 20:12:47','','','','0','Cash',73.68,'300','','','11','','1','2021-02-03 17:13:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1774.00','1772','Inclusive'),(3395,'111612372770','28716060','1','150','retail','0','2021-02-03 20:19:49','','','','0','Cash',18.42,'150','','','11','','1','2021-02-03 17:20:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1132.00','1131','Inclusive'),(3397,'111612372876','90380219','1','300','retail','0','2021-02-03 20:21:42','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 17:22:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1776.00','1775','Inclusive'),(3399,'111612373009','90380219','1','300','retail','0','2021-02-03 20:26:19','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 17:26:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1777.00','1776','Inclusive'),(3401,'111612373316','90380219','1','300','retail','0','2021-02-03 20:28:55','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 17:30:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1777.00','1776','Inclusive'),(3402,'111612373316','01903810','1','120','retail','0','2021-02-03 20:28:55','','','','0','Mpesa',14.74,'120','','','11','','1','2021-02-03 17:30:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3405,'111612374395','90380219','1','300','retail','0','2021-02-03 20:46:46','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-03 17:49:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1778.00','1777','Inclusive'),(3408,'111612375101','90380219','2','600','retail','0','2021-02-03 20:58:39','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-03 17:59:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1779.00','1777','Inclusive'),(3409,'111612375486','90380219','1','300','retail','0','2021-02-03 21:05:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-03 18:08:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1779.00','1778','Inclusive'),(3411,'111612419003','90380219','2','600','retail','0','2021-02-04 09:10:20','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-04 06:11:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1781.00','1779','Inclusive'),(3413,'111612424332','90380219','2','600','retail','0','2021-02-04 10:39:07','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-04 07:39:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1783.00','1781','Inclusive'),(3414,'111612425549','90380219','1','300','retail','0','2021-02-04 10:59:23','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-04 08:00:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1783.00','1782','Inclusive'),(3415,'111612426058','90380219','1','300','retail','0','2021-02-04 11:07:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-04 08:08:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1783.00','1782','Inclusive'),(3417,'111612427907','69493023','1','350','retail','0','2021-02-04 11:39:07','','','','0','Cash',42.98,'350','','','11','','1','2021-02-04 08:39:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3418,'111612427974','69493023','1','350','retail','0','2021-02-04 11:39:46','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-04 08:41:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3419,'111612428648','90380219','1','300','retail','0','2021-02-04 11:51:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-04 08:52:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1783.00','1782','Inclusive'),(3423,'111612434871','90380219','2','600','retail','0','2021-02-04 13:39:04','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-04 10:39:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1785.00','1783','Inclusive'),(3424,'111612442305','90380219','1','300','retail','0','2021-02-04 15:38:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-04 12:39:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1785.00','1784','Inclusive'),(3427,'111612442969','90380219','2','600','retail','0','2021-02-04 15:49:42','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-04 12:50:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1786.00','1784','Inclusive'),(3431,'111612448815','90380219','1','300','retail','0','2021-02-04 17:43:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-04 14:43:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1792.00','1791','Inclusive'),(3432,'111612452650','90380219','2','600','retail','0','2021-02-04 18:31:10','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-04 15:31:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1792.00','1790','Inclusive'),(3436,'111612454670','90380219','1','300','retail','0','2021-02-04 19:04:39','','','','0','Cash',36.84,'300','','','11','','1','2021-02-04 16:05:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1796.00','1795','Inclusive'),(3437,'111612456381','28716060','2','300','retail','0','2021-02-04 19:37:09','','','','0','Mpesa',36.84,'150','','','11','','1','2021-02-04 16:37:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1136.00','1134','Inclusive'),(3438,'111612456909','90380219','1','300','retail','0','2021-02-04 19:42:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-04 16:44:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1796.00','1795','Inclusive'),(3439,'111612457226','90380219','1','300','retail','0','2021-02-04 19:47:17','','','','0','Cash',36.84,'300','','','11','','1','2021-02-04 16:48:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1796.00','1795','Inclusive'),(3442,'111612459069','28716060','2','300','retail','0','2021-02-04 20:18:26','','','','0','Mpesa',36.84,'150','','','11','','1','2021-02-04 17:19:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1136.00','1134','Inclusive'),(3443,'111612459151','90380219','1','300','retail','0','2021-02-04 20:19:27','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-04 17:23:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1799.00','1798','Inclusive'),(3444,'111612459432','28716060','1','150','retail','0','2021-02-04 20:24:23','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-04 17:24:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1136.00','1135','Inclusive'),(3445,'111612460662','90380219','2','600','retail','0','2021-02-04 20:45:04','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-04 17:45:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1799.00','1797','Inclusive'),(3446,'111612460903','69493023','7','2450','retail','0','2021-02-04 20:48:40','','','','0','Mpesa',300.88,'350','','','11','','1','2021-02-04 17:49:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','7','1937.00','1930','Inclusive'),(3449,'111612510790','90380219','1','300','retail','0','2021-02-05 10:40:25','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-05 07:43:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1802.00','1801','Inclusive'),(3450,'111612511037','69493023','1','350','retail','0','2021-02-05 10:44:09','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-05 07:45:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3452,'111612511321','90380219','1','300','retail','0','2021-02-05 10:49:05','','','','0','Cash',36.84,'300','','','11','','1','2021-02-05 07:54:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1804.00','1803','Inclusive'),(3454,'111612511903','69493023','1','350','retail','0','2021-02-05 10:58:43','','','','0','Cash',42.98,'350','','','11','','1','2021-02-05 07:59:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3455,'111612512033','90380219','1','300','retail','0','2021-02-05 11:00:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-05 08:02:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1806.00','1805','Inclusive'),(3456,'111612515984','90380219','1','300','retail','0','2021-02-05 12:06:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-05 09:08:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1806.00','1805','Inclusive'),(3457,'111612519896','28716060','3','450','retail','0','2021-02-05 13:12:28','','','','0','Invoice',55.26,'150','','','11','','1','2021-02-05 10:13:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1137.00','1134','Inclusive'),(3460,'111612540681','28716060','1','150','retail','0','2021-02-05 18:58:17','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-05 15:58:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1138.00','1137','Inclusive'),(3461,'111612540730','90380219','1','300','retail','0','2021-02-05 18:59:13','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-05 15:59:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1807.00','1806','Inclusive'),(3464,'111612540917','28716060','2','300','retail','0','2021-02-05 19:02:17','','','','0','Mpesa',36.84,'150','','','11','','1','2021-02-05 16:06:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1138.00','1136','Inclusive'),(3465,'111612541224','90380219','1','300','retail','0','2021-02-05 19:07:12','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-05 16:07:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1810.00','1809','Inclusive'),(3466,'111612541273','28716060','1','150','retail','0','2021-02-05 19:09:40','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-05 16:10:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1138.00','1137','Inclusive'),(3468,'111612541602','01903810','1','120','retail','0','2021-02-05 19:14:26','','','','0','Cash',14.74,'120','','','11','','1','2021-02-05 16:14:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3469,'111612541679','28716060','1','150','retail','0','2021-02-05 19:14:49','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-05 16:15:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1138.00','1137','Inclusive'),(3470,'111612541735','90380219','1','300','retail','0','2021-02-05 19:15:48','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-05 16:16:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1812.00','1811','Inclusive'),(3471,'111612541798','6164001798077','1','250','retail','0','2021-02-05 19:16:58','','','','0','Mpesa',30.70,'250','','','11','','1','2021-02-05 16:17:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3472,'111612541870','90380219','1','300','retail','0','2021-02-05 19:18:05','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-05 16:19:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1812.00','1811','Inclusive'),(3473,'111612543206','01903810','1','120','retail','0','2021-02-05 19:40:28','','','','0','Cash',14.74,'120','','','11','','1','2021-02-05 16:40:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3474,'111612546674','01903810','1','120','retail','0','2021-02-05 20:38:05','','','','0','Mpesa',14.74,'120','','','11','','1','2021-02-05 17:38:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3475,'111612546741','90380219','3','900','retail','0','2021-02-05 20:40:06','','','','0','Invoice',110.53,'300','','','11','','1','2021-02-05 17:41:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1812.00','1809','Inclusive'),(3477,'111612594492','90380219','1','300','retail','0','2021-02-06 09:55:04','','','','0','Cash',36.84,'300','','','11','','1','2021-02-06 06:55:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1813.00','1812','Inclusive'),(3478,'111612594782','01903810','1','120','retail','0','2021-02-06 09:59:57','','','','0','Cash',14.74,'120','','','11','','1','2021-02-06 07:00:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3479,'111612594818','90380219','1','300','retail','0','2021-02-06 10:20:19','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-06 07:21:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1813.00','1812','Inclusive'),(3482,'111612597641','90380219','1','300','retail','0','2021-02-06 10:52:18','','','','0','Cash',36.84,'300','','','11','','1','2021-02-06 07:52:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1816.00','1815','Inclusive'),(3488,'111612600777','30145488','1','20','retail','0','2021-02-06 11:40:13','','','','0','Cash',2.46,'20','','','11','','1','2021-02-06 08:40:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','1','1001.00','1000','Inclusive'),(3492,'111612601940','90380219','1','300','retail','0','2021-02-06 12:05:42','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-06 09:06:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1826.00','1825','Inclusive'),(3493,'111612601940','28716060','1','150','retail','0','2021-02-06 12:05:42','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-06 09:06:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1138.00','1137','Inclusive'),(3496,'111612607925','69493023','1','350','retail','0','2021-02-06 13:38:54','','','','0','Cash',42.98,'350','','','11','','1','2021-02-06 10:39:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1937.00','1936','Inclusive'),(3497,'111612607951','90380219','1','300','retail','0','2021-02-06 13:39:22','','','','0','Cash',36.84,'300','','','11','','1','2021-02-06 10:39:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1829.00','1828','Inclusive'),(3501,'111612611046','41620741','1','350','retail','0','2021-02-06 14:30:58','','','','0','Invoice',42.98,'350','','','11','','1','2021-02-06 11:32:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1021.00','1020','Inclusive'),(3503,'111612614675','6164001798022','2','900','retail','0','2021-02-06 15:32:09','','','','0','Mpesa',110.53,'450','','','11','','1','2021-02-06 12:32:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','56.00','54','Inclusive'),(3510,'111612618897','28716060','1','150','retail','0','2021-02-06 16:41:50','','','','0','Cash',18.42,'150','','','11','','1','2021-02-06 13:42:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1138.00','1137','Inclusive'),(3515,'111612626240','90380219','1','300','retail','0','2021-02-06 18:44:12','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-06 15:45:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1844.00','1843','Inclusive'),(3518,'111612627504','90380219','1','300','retail','0','2021-02-06 19:15:43','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-06 16:16:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1845.00','1844','Inclusive'),(3523,'111612631478','28716060','1','150','retail','0','2021-02-06 20:11:43','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-06 17:12:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1142.00','1141','Inclusive'),(3526,'111612685923','90380219','2','600','retail','0','2021-02-07 11:18:59','','','','0','Cash',73.68,'300','','','11','','1','2021-02-07 08:19:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1854.00','1852','Inclusive'),(3527,'111612685970','18','1','1200','retail','0','2021-02-07 11:19:54','','','','800','Mpesa',147.37,'1200','','','11','','1','2021-02-07 08:27:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1052.63','1','4.00','3','Inclusive'),(3534,'111612692246','01903810','1','120','retail','0','2021-02-07 13:14:29','','','','0','Cash',14.74,'120','','','11','','1','2021-02-07 10:14:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3535,'111612703112','90380219','1','300','retail','0','2021-02-07 16:06:42','','','','0','Cash',36.84,'300','','','11','','1','2021-02-07 13:07:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1861.00','1860','Inclusive'),(3536,'111612703252','90380219','1','300','retail','0','2021-02-07 16:07:48','','','','0','Cash',36.84,'300','','','11','','1','2021-02-07 13:08:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1861.00','1860','Inclusive'),(3537,'111612703305','90380219','1','300','retail','0','2021-02-07 16:08:46','','','','0','Cash',36.84,'300','','','11','','1','2021-02-07 13:09:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1861.00','1860','Inclusive'),(3538,'111612703384','90380219','1','300','retail','0','2021-02-07 16:10:07','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-07 13:17:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1861.00','1860','Inclusive'),(3539,'111612705405','90380219','2','600','retail','0','2021-02-07 16:44:06','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-07 13:45:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1861.00','1859','Inclusive'),(3541,'111612705613','90380219','2','600','retail','0','2021-02-07 16:47:16','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-07 13:48:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1862.00','1860','Inclusive'),(3542,'111612707453','90380219','1','300','retail','0','2021-02-07 17:17:46','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-07 14:18:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1862.00','1861','Inclusive'),(3543,'111612708123','90380219','1','300','retail','0','2021-02-07 17:29:22','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-07 14:30:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1862.00','1861','Inclusive'),(3544,'111612708607','90380219','1','300','retail','0','2021-02-07 17:37:47','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-07 14:38:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1862.00','1861','Inclusive'),(3545,'111612708785','90380219','1','300','retail','0','2021-02-07 17:40:16','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-07 14:41:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1862.00','1861','Inclusive'),(3550,'111612709688','90380219','2','600','retail','0','2021-02-07 17:56:02','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-07 14:57:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1865.00','1863','Inclusive'),(3553,'111612710590','28716060','1','150','retail','0','2021-02-07 18:36:08','','','','0','Mpesa',18.42,'150','','','11','','1','2021-02-07 15:37:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1146.00','1145','Inclusive'),(3554,'111612712268','90380219','2','600','retail','0','2021-02-07 18:42:24','','','','0','Cash',73.68,'300','','','11','','1','2021-02-07 15:42:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1868.00','1866','Inclusive'),(3557,'111612713511','90380219','2','600','retail','0','2021-02-07 18:59:06','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-07 16:00:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1870.00','1868','Inclusive'),(3560,'111612716545','01903810','1','120','retail','0','2021-02-07 19:49:18','','','','0','Cash',14.74,'120','','','11','','1','2021-02-07 16:49:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','16.00','15','Inclusive'),(3561,'111612716573','69493023','1','350','retail','0','2021-02-07 19:49:42','','','','0','Cash',42.98,'350','','','11','','1','2021-02-07 16:49:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1938.00','1937','Inclusive'),(3568,'111612718731','6164001798077','1','250','retail','0','2021-02-07 20:25:40','','','','0','Mpesa',30.70,'250','','','11','','1','2021-02-07 17:26:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3571,'111612719856','6164001798077','1','250','retail','0','2021-02-07 20:44:45','','','','0','Cash',30.70,'250','','','11','','1','2021-02-07 17:44:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3572,'111612764606','90380219','2','600','retail','0','2021-02-08 09:10:25','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-08 06:11:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1879.00','1877','Inclusive'),(3573,'111612768859','90380219','1','300','retail','0','2021-02-08 10:21:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 07:22:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1879.00','1878','Inclusive'),(3574,'111612769999','90380219','1','300','retail','0','2021-02-08 10:40:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 07:42:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1879.00','1878','Inclusive'),(3576,'111612771143','90380219','1','300','retail','0','2021-02-08 10:59:41','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 08:00:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1880.00','1879','Inclusive'),(3579,'111612774464','90380219','2','600','retail','0','2021-02-08 11:54:49','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-08 08:55:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1883.00','1881','Inclusive'),(3580,'111612774632','90380219','1','300','retail','0','2021-02-08 11:58:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 08:59:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1883.00','1882','Inclusive'),(3581,'111612777333','90380219','2','600','retail','0','2021-02-08 12:42:40','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-08 09:43:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1883.00','1881','Inclusive'),(3582,'111612777599','90380219','1','300','retail','0','2021-02-08 12:47:04','','','','0','Cash',36.84,'300','','','11','','1','2021-02-08 09:47:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1883.00','1882','Inclusive'),(3584,'111612779881','90380219','1','300','retail','0','2021-02-08 13:25:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 10:26:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1884.00','1883','Inclusive'),(3589,'111612786233','28716060','1','150','retail','0','2021-02-08 15:17:37','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-08 12:17:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1147.00','1146','Inclusive'),(3590,'111612786233','28716060','1','150','retail','0','2021-02-08 15:17:37','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-08 12:17:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1147.00','1146','Inclusive'),(3591,'111612786233','90380219','1','300','retail','0','2021-02-08 15:17:37','','','','0','Cash',36.84,'300','','','11','','1','2021-02-08 12:18:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1887.00','1886','Inclusive'),(3594,'111612787124','28716060','1','150','retail','0','2021-02-08 15:25:45','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-08 12:26:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1147.00','1146','Inclusive'),(3596,'111612790350','90380219','1','300','retail','0','2021-02-08 16:19:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 13:20:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1890.00','1889','Inclusive'),(3598,'111612795095','6164001798077','1','250','retail','0','2021-02-08 17:38:41','','','','0','Cash',30.70,'250','','','11','','1','2021-02-08 14:39:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3599,'111612796087','90380219','1','300','retail','0','2021-02-08 17:55:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-08 14:56:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1891.00','1890','Inclusive'),(3602,'111612799665','90380219','4','1200','retail','0','2021-02-08 18:54:46','','','','0','Invoice',147.37,'300','','','11','','1','2021-02-08 15:57:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1894.00','1890','Inclusive'),(3605,'111612878542','90380219','5','1500','retail','0','2021-02-09 16:49:33','','','','0','Cash',184.21,'300','','','11','','1','2021-02-09 13:54:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','1895.00','1890','Inclusive'),(3618,'111612882079','6164001798077','1','250','retail','0','2021-02-09 17:48:38','','','','0','Cash',30.70,'250','','','11','','1','2021-02-09 14:48:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3620,'111612882350','69493023','2','700','retail','0','2021-02-09 17:53:07','','','','0','Cash',85.96,'350','','','11','','1','2021-02-09 14:53:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1938.00','1936','Inclusive'),(3621,'111612889152','69493023','1','350','retail','0','2021-02-09 19:47:42','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-09 16:49:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1938.00','1937','Inclusive'),(3625,'111612889752','90380219','1','300','retail','0','2021-02-09 19:56:08','','','','0','Cash',36.84,'300','','','11','','1','2021-02-09 16:56:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1917.00','1916','Inclusive'),(3629,'111612892291','90380219','1','300','retail','0','2021-02-09 20:38:22','','','','0','Cash',36.84,'300','','','11','','1','2021-02-09 17:38:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1919.00','1918','Inclusive'),(3630,'111612892335','17286979','1','80','retail','0','2021-02-09 20:46:53','','','','0','Cash',9.82,'80','','','11','','1','2021-02-09 17:47:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1044.00','1043','Inclusive'),(3631,'111612892843','28716060','1','150','retail','0','2021-02-09 20:47:40','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-09 17:48:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1149.00','1148','Inclusive'),(3635,'111612947071','90380219','4','1200','retail','0','2021-02-10 11:51:44','','','','0','Invoice',147.37,'300','','','11','','1','2021-02-10 08:53:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','1923.00','1919','Inclusive'),(3645,'111612968853','28716060','1','150','retail','0','2021-02-10 17:54:35','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-10 14:55:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1153.00','1152','Inclusive'),(3646,'111612969689','28716060','1','150','retail','0','2021-02-10 18:09:32','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-10 15:11:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1153.00','1152','Inclusive'),(3648,'111612972770','90380219','1','300','retail','0','2021-02-10 18:59:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-10 16:00:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1932.00','1931','Inclusive'),(3653,'111612979649','69493023','1','350','retail','0','2021-02-10 20:54:29','','','','0','Cash',42.98,'350','','','11','','1','2021-02-10 17:54:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1943.00','1942','Inclusive'),(3654,'111612979923','90380219','1','300','retail','0','2021-02-10 20:59:04','','','','0','Cash',36.84,'300','','','11','','1','2021-02-10 17:59:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1936.00','1935','Inclusive'),(3660,'111612980341','90380219','1','300','retail','0','2021-02-10 21:05:55','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-10 18:06:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1938.00','1937','Inclusive'),(3661,'111612980539','90380219','1','300','retail','0','2021-02-10 21:09:41','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-10 18:12:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1938.00','1937','Inclusive'),(3664,'111613023648','69493023','1','350','retail','0','2021-02-11 09:07:46','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-11 06:08:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1943.00','1942','Inclusive'),(3668,'111613028022','90380219','2','600','retail','0','2021-02-11 10:20:44','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-11 07:21:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1944.00','1942','Inclusive'),(3670,'111613039321','69493023','1','350','retail','0','2021-02-11 13:28:59','','','','0','Mpesa',42.98,'350','','','11','','1','2021-02-11 10:30:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1947.00','1946','Inclusive'),(3674,'111613039651','6164001798022','1','450','retail','0','2021-02-11 13:34:29','','','','0','Cash',55.26,'450','','','11','','1','2021-02-11 10:34:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','60.00','59','Inclusive'),(3678,'111613044620','90380219','3','900','retail','0','2021-02-11 14:57:23','','','','0','Invoice',110.53,'300','','','11','','1','2021-02-11 11:58:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','1948.00','1945','Inclusive'),(3679,'111613046830','90380219','1','300','retail','0','2021-02-11 15:34:09','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-11 12:34:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1948.00','1947','Inclusive'),(3680,'111613048181','90380219','2','600','retail','0','2021-02-11 15:56:34','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-11 12:57:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1948.00','1946','Inclusive'),(3681,'111613049735','90380219','1','300','retail','0','2021-02-11 16:22:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-11 13:23:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1948.00','1947','Inclusive'),(3683,'111613052144','69493023','5','1750','retail','0','2021-02-11 17:02:58','','','','0','Invoice',214.91,'350','','','11','','1','2021-02-11 14:03:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','5','1947.00','1942','Inclusive'),(3684,'111613055702','28716060','2','300','retail','0','2021-02-11 18:02:12','','','','0','Invoice',36.84,'150','','','11','','1','2021-02-11 15:03:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1156.00','1154','Inclusive'),(3686,'111613056660','90380219','1','300','retail','0','2021-02-11 18:18:15','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-11 15:18:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1950.00','1949','Inclusive'),(3696,'111613061769','90380219','1','300','retail','0','2021-02-11 19:43:00','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-11 16:43:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1960.00','1959','Inclusive'),(3697,'111613062271','90380219','1','300','retail','0','2021-02-11 19:51:20','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-11 16:51:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1960.00','1959','Inclusive'),(3700,'111613064704','90380219','1','300','retail','0','2021-02-11 20:31:54','','','','0','Cash',36.84,'300','','','11','','1','2021-02-11 17:31:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1963.00','1962','Inclusive'),(3701,'111613064727','90380219','2','600','retail','0','2021-02-11 20:32:21','','','','0','Mpesa',73.68,'300','','','11','','1','2021-02-11 17:32:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1963.00','1961','Inclusive'),(3703,'111613065490','90380219','1','300','retail','0','2021-02-11 20:45:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-11 17:45:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1965.00','1964','Inclusive'),(3707,'111613110073','69493023','1','350','retail','0','2021-02-12 09:08:15','','','','0','Cash',42.98,'350','','','11','','1','2021-02-12 06:08:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1950.00','1949','Inclusive'),(3710,'111613115606','01903810','1','120','retail','0','2021-02-12 10:41:15','','','','0','Cash',14.74,'120','','','11','','1','2021-02-12 07:41:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','19.00','18','Inclusive'),(3712,'111613116888','90380219','1','300','retail','0','2021-02-12 11:01:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-12 08:02:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1970.00','1969','Inclusive'),(3715,'111613117862','90380219','2','600','retail','0','2021-02-12 11:18:02','','','','0','Cash',73.68,'300','','','11','','1','2021-02-12 08:18:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1974.00','1972','Inclusive'),(3717,'111613126756','90380219','1','300','retail','0','2021-02-12 13:46:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-12 10:47:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1975.00','1974','Inclusive'),(3719,'111613128733','69493023','1','350','retail','0','2021-02-12 14:19:13','','','','0','Invoice',42.98,'350','','','11','','1','2021-02-12 11:20:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1950.00','1949','Inclusive'),(3720,'111613133406','90380219','6','1800','retail','0','2021-02-12 15:37:07','','','','0','Invoice',221.05,'300','','','11','','1','2021-02-12 12:38:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','6','1977.00','1971','Inclusive'),(3721,'111613136560','6164001798077','1','250','retail','0','2021-02-12 16:29:51','','','','0','Cash',30.70,'250','','','11','','1','2021-02-12 13:30:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3723,'111613140048','28716060','1','150','retail','0','2021-02-12 17:29:41','','','','0','Cash',18.42,'150','','','11','','1','2021-02-12 14:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1158.00','1157','Inclusive'),(3725,'111613140394','90380219','2','600','retail','0','2021-02-12 17:33:34','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-12 14:34:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1979.00','1977','Inclusive'),(3726,'111613140862','90380219','1','300','retail','0','2021-02-12 17:41:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-12 14:41:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1979.00','1978','Inclusive'),(3728,'111613147384','90380219','1','300','retail','0','2021-02-12 19:29:59','','','','0','Mpesa',36.84,'300','','','11','','1','2021-02-12 16:30:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1980.00','1979','Inclusive'),(3729,'111613147466','01903810','1','120','retail','0','2021-02-12 19:31:18','','','','0','Cash',14.74,'120','','','11','','1','2021-02-12 16:31:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','19.00','18','Inclusive'),(3730,'111613149093','90380219','1','300','retail','0','2021-02-12 19:59:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-12 17:00:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1980.00','1979','Inclusive'),(3736,'111613197859','90380219','2','600','retail','0','2021-02-13 09:31:24','','','','0','Cash',73.68,'300','','','11','','1','2021-02-13 06:32:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1985.00','1983','Inclusive'),(3737,'111613199305','90380219','1','300','retail','0','2021-02-13 09:55:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 06:56:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1985.00','1984','Inclusive'),(3738,'111613200544','6164001798077','1','250','retail','0','2021-02-13 10:16:32','','','','0','Invoice',30.70,'250','','','11','','1','2021-02-13 07:17:25','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','69.00','68','Inclusive'),(3742,'111613204240','90380219','2','600','retail','0','2021-02-13 11:18:44','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-13 08:19:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1987.00','1985','Inclusive'),(3743,'111613204827','90380219','1','300','retail','0','2021-02-13 11:28:47','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 08:29:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1987.00','1986','Inclusive'),(3745,'111613206323','01903810','1','120','retail','0','2021-02-13 11:52:41','','','','0','Cash',14.74,'120','','','11','','1','2021-02-13 08:53:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','19.00','18','Inclusive'),(3746,'111613207777','28716060','1','150','retail','0','2021-02-13 12:16:46','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-13 09:18:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1160.00','1159','Inclusive'),(3752,'111613213532','01903810','1','120','retail','0','2021-02-13 13:52:45','','','','0','Cash',14.74,'120','','','11','','1','2021-02-13 10:53:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','20.00','19','Inclusive'),(3755,'111613219836','90380219','1','300','retail','0','2021-02-13 15:37:39','','','','0','Cash',36.84,'300','','','11','','1','2021-02-13 12:37:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1989.00','1988','Inclusive'),(3758,'111613220134','69493023','1','350','retail','0','2021-02-13 15:42:39','','','','0','Cash',42.98,'350','','','11','','1','2021-02-13 12:43:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1954.00','1953','Inclusive'),(3759,'111613222064','69493023','3','1050','retail','0','2021-02-13 16:14:53','','','','0','Invoice',128.95,'350','','','11','','1','2021-02-13 13:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','3','1954.00','1951','Inclusive'),(3763,'111613225875','90380219','1','300','retail','0','2021-02-13 17:18:22','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 14:19:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1993.00','1992','Inclusive'),(3765,'111613227030','90380219','1','300','retail','0','2021-02-13 17:37:44','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 14:38:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1994.00','1993','Inclusive'),(3767,'111613229282','90380219','1','300','retail','0','2021-02-13 18:17:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 15:18:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1995.00','1994','Inclusive'),(3768,'111613229282','90380219','1','300','retail','0','2021-02-13 18:17:36','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-13 15:18:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','1995.00','1994','Inclusive'),(3773,'111613301859','90380219','2','600','retail','0','2021-02-14 14:24:37','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-14 11:25:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','1999.00','1997','Inclusive'),(3775,'111613303019','90380219','1','300','retail','0','2021-02-14 14:44:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 11:45:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2000.00','1999','Inclusive'),(3776,'111613304729','90380219','1','300','retail','0','2021-02-14 15:16:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 12:16:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2000.00','1999','Inclusive'),(3777,'111613304729','90380219','1','300','retail','0','2021-02-14 15:16:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 12:17:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2000.00','1999','Inclusive'),(3787,'111613313545','90380219','2','600','retail','0','2021-02-14 17:41:16','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-14 14:42:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2006.00','2004','Inclusive'),(3788,'111613313545','90380219','1','300','retail','0','2021-02-14 17:41:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 14:42:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2006.00','2005','Inclusive'),(3792,'111613315498','90380219','1','300','retail','0','2021-02-14 18:11:58','','','','0','Cash',36.84,'300','','','11','','1','2021-02-14 15:12:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2009.00','2008','Inclusive'),(3793,'111613317150','90380219','1','300','retail','0','2021-02-14 18:39:56','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 15:41:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2009.00','2008','Inclusive'),(3794,'111613322995','90380219','1','300','retail','0','2021-02-14 20:17:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 17:18:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2009.00','2008','Inclusive'),(3795,'111613324614','90380219','1','300','retail','0','2021-02-14 20:43:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 17:45:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2009.00','2008','Inclusive'),(3796,'111613324780','90380219','1','300','retail','0','2021-02-14 20:46:41','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-14 17:47:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2009.00','2008','Inclusive'),(3805,'111613375168','90380219','1','300','retail','0','2021-02-15 10:47:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-15 07:48:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2022.00','2021','Inclusive'),(3810,'111613381751','28716060','1','150','retail','0','2021-02-15 13:05:39','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-15 10:07:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1166.00','1165','Inclusive'),(3811,'111613394450','90380219','1','300','retail','0','2021-02-15 16:08:03','','','','0','Cash',36.84,'300','','','11','','1','2021-02-15 13:08:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2028.00','2027','Inclusive'),(3815,'111613397695','28716060','3','450','retail','0','2021-02-15 17:02:00','','','','0','Invoice',55.26,'150','','','11','','1','2021-02-15 14:02:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','3','1166.00','1163','Inclusive'),(3820,'111613398965','90380219','1','300','retail','0','2021-02-15 17:23:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-15 14:23:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2037.00','2036','Inclusive'),(3821,'111613411661','90380219','2','600','retail','0','2021-02-15 20:54:43','','','','0','Cash',73.68,'300','','','11','','1','2021-02-15 17:55:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2037.00','2035','Inclusive'),(3827,'111613480962','90380219','2','600','retail','0','2021-02-16 16:09:49','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-16 13:11:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2046.00','2044','Inclusive'),(3834,'111613482120','90380219','4','1200','retail','0','2021-02-16 16:38:16','','','','0','Cash',147.37,'300','','','11','','1','2021-02-16 13:39:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','2052.00','2048','Inclusive'),(3840,'111613483387','90380219','2','600','retail','0','2021-02-16 16:59:21','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-16 13:59:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2053.00','2051','Inclusive'),(3841,'111613483387','90380219','1','300','retail','0','2021-02-16 16:59:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-16 14:00:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2053.00','2052','Inclusive'),(3851,'111613489286','90380219','1','300','retail','0','2021-02-16 18:29:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-16 15:29:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2059.00','2058','Inclusive'),(3857,'111613493625','90380219','1','300','retail','0','2021-02-16 19:41:57','','','','0','Cash',36.84,'300','','','11','','1','2021-02-16 16:42:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2062.00','2061','Inclusive'),(3858,'111613537474','69493023','30','10500','retail','0','2021-02-17 07:51:40','','','','0','Invoice',1289.47,'350','','','11','','1','2021-02-17 04:52:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','30','1960.00','1930','Inclusive'),(3869,'111613563849','28716060','1','150','retail','0','2021-02-17 15:11:06','','','','0','Cash',18.42,'150','','','11','','1','2021-02-17 12:11:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1173.00','1172','Inclusive'),(3873,'111613565040','90380219','1','300','retail','0','2021-02-17 15:32:03','','','','0','Cash',36.84,'300','','','11','','1','2021-02-17 12:33:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2079.00','2078','Inclusive'),(3874,'111613568824','90380219','2','600','retail','0','2021-02-17 16:34:13','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-17 13:35:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2079.00','2077','Inclusive'),(3875,'111613571054','6164001798077','2','500','retail','0','2021-02-17 17:11:19','','','','0','Cash',61.40,'250','','','11','','1','2021-02-17 14:12:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','69.00','67','Inclusive'),(3876,'111613571143','6164001798022','1','450','retail','0','2021-02-17 17:19:37','','','','0','Invoice',55.26,'450','','','11','','1','2021-02-17 14:21:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','63.00','62','Inclusive'),(3877,'111613572212','6164001798022','2','900','retail','0','2021-02-17 17:30:37','','','','0','Invoice',110.53,'450','','','11','','1','2021-02-17 14:32:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','63.00','61','Inclusive'),(3879,'111613574208','28716060','1','150','retail','0','2021-02-17 18:03:45','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-17 15:05:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1175.00','1174','Inclusive'),(3880,'111613575106','28716060','1','150','retail','0','2021-02-17 18:18:53','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-17 15:19:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1175.00','1174','Inclusive'),(3882,'111613576266','90380219','1','300','retail','0','2021-02-17 18:37:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-17 15:38:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2080.00','2079','Inclusive'),(3887,'111613577246','28716060','2','300','retail','0','2021-02-17 18:54:33','','','','0','Invoice',36.84,'150','','','11','','1','2021-02-17 15:58:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1176.00','1174','Inclusive'),(3889,'111613630619','90380219','3','900','retail','0','2021-02-18 09:45:00','','','','0','Cash',110.53,'300','','','11','','1','2021-02-18 06:47:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2086.00','2083','Inclusive'),(3895,'111613631643','28716060','1','150','retail','0','2021-02-18 10:01:02','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-18 07:02:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1176.00','1175','Inclusive'),(3896,'111613634674','17286979','1','80','retail','0','2021-02-18 10:51:52','','','','0','Invoice',9.82,'80','','','11','','1','2021-02-18 07:53:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1052.00','1051','Inclusive'),(3898,'111613641600','69493023','1','350','retail','0','2021-02-18 12:47:06','','','','0','Cash',42.98,'350','','','11','','1','2021-02-18 09:47:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1961.00','1960','Inclusive'),(3899,'111613641700','90380219','2','600','retail','0','2021-02-18 12:49:11','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-18 09:50:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2096.00','2094','Inclusive'),(3902,'111613648758','90380219','1','300','retail','0','2021-02-18 14:49:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-18 11:50:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2096.00','2095','Inclusive'),(3903,'111613648758','69493023','8','2800','retail','0','2021-02-18 14:49:39','','','','0','Invoice',343.86,'350','','','11','','1','2021-02-18 11:50:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','8','1962.00','1954','Inclusive'),(3905,'111613649525','28716060','1','150','retail','0','2021-02-18 14:59:32','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-18 12:01:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1177.00','1176','Inclusive'),(3906,'111613649981','28716060','1','150','retail','0','2021-02-18 15:06:38','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-18 12:08:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1177.00','1176','Inclusive'),(3913,'111613652515','69493023','1','350','retail','0','2021-02-18 15:48:48','','','','0','Invoice',42.98,'350','','','11','','1','2021-02-18 12:51:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1962.00','1961','Inclusive'),(3914,'111613655427','69493023','1','350','retail','0','2021-02-18 16:37:34','','','','0','Cash',42.98,'350','','','11','','1','2021-02-18 13:38:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1962.00','1961','Inclusive'),(3917,'111613656067','28716060','1','150','retail','0','2021-02-18 16:48:04','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-18 13:49:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1178.00','1177','Inclusive'),(3918,'111613657814','90380219','1','300','retail','0','2021-02-18 17:17:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-18 14:17:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2102.00','2101','Inclusive'),(3919,'111613662490','6164001798077','1','250','retail','0','2021-02-18 18:35:18','','','','0','Invoice',30.70,'250','','','11','','1','2021-02-18 15:36:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','71.00','70','Inclusive'),(3920,'111613662652','28716060','1','150','retail','0','2021-02-18 18:41:42','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-18 15:41:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1178.00','1177','Inclusive'),(3921,'111613662652','90380219','1','300','retail','0','2021-02-18 18:41:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-18 15:44:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2102.00','2101','Inclusive'),(3922,'111613663554','90380219','2','600','retail','0','2021-02-18 18:54:59','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-18 15:54:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2102.00','2100','Inclusive'),(3923,'111613663554','90380219','2','600','retail','0','2021-02-18 18:54:59','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-18 15:56:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2102.00','2100','Inclusive'),(3924,'111613664710','6164001798022','1','450','retail','0','2021-02-18 19:12:09','','','','0','Cash',55.26,'450','','','11','','1','2021-02-18 16:12:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','64.00','63','Inclusive'),(3925,'111613668537','90380219','1','300','retail','0','2021-02-18 20:16:27','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-18 17:17:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2102.00','2101','Inclusive'),(3926,'111613668748','90380219','1','300','retail','0','2021-02-18 20:19:27','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-18 17:20:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2102.00','2101','Inclusive'),(3927,'111613672066','90380219','2','600','retail','0','2021-02-18 21:15:17','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-18 18:16:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2102.00','2100','Inclusive'),(3929,'111613717271','90380219','3','900','retail','0','2021-02-19 09:48:10','','','','0','Cash',110.53,'300','','','11','','1','2021-02-19 06:48:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2105.00','2102','Inclusive'),(3930,'111613718305','17286979','1','80','retail','0','2021-02-19 10:05:26','','','','0','Cash',9.82,'80','','','11','','1','2021-02-19 07:05:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1053.00','1052','Inclusive'),(3931,'111613719040','90380219','2','600','retail','0','2021-02-19 10:18:09','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-19 07:20:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2105.00','2103','Inclusive'),(3932,'111613720862','90380219','1','300','retail','0','2021-02-19 10:48:15','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-19 07:49:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2105.00','2104','Inclusive'),(3933,'111613724166','90380219','2','600','retail','0','2021-02-19 11:43:10','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-19 08:43:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2105.00','2103','Inclusive'),(3941,'111613803170','90380219','1','300','retail','0','2021-02-20 09:39:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-20 06:40:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2114.00','2113','Inclusive'),(3942,'111613813564','69493023','2','700','retail','0','2021-02-20 12:33:32','','','','0','Invoice',85.96,'350','','','11','','1','2021-02-20 09:34:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1962.00','1960','Inclusive'),(3968,'111613821919','90380219','4','1200','retail','0','2021-02-20 14:55:17','','','','0','Invoice',147.37,'300','','','11','','1','2021-02-20 11:56:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','4','2141.00','2137','Inclusive'),(3971,'111613824902','01903810','1','120','retail','0','2021-02-20 15:41:57','','','','0','Cash',14.74,'120','','','11','','1','2021-02-20 12:42:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','23.00','22','Inclusive'),(3973,'111613826029','90380219','1','300','retail','0','2021-02-20 16:00:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-20 13:01:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3974,'111613829234','28716060','1','150','retail','0','2021-02-20 16:54:24','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-20 13:55:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1186.00','1185','Inclusive'),(3975,'111613830557','90380219','1','300','retail','0','2021-02-20 17:16:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-20 14:17:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3977,'111613836700','6164001798077','1','250','retail','0','2021-02-20 18:58:59','','','','0','Cash',30.70,'250','','','11','','1','2021-02-20 15:59:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','72.00','71','Inclusive'),(3978,'111613836780','90380219','1','300','retail','0','2021-02-20 19:01:38','','','','0','Cash',36.84,'300','','','11','','1','2021-02-20 16:02:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3979,'111613836948','90380219','1','300','retail','0','2021-02-20 19:03:29','','','','0','Cash',36.84,'300','','','11','','1','2021-02-20 16:04:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3980,'111613837573','90380219','1','300','retail','0','2021-02-20 19:13:15','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-20 16:14:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3981,'111613837973','90380219','1','300','retail','0','2021-02-20 19:20:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-20 16:20:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3982,'111613839402','17286979','2','160','retail','0','2021-02-20 19:43:48','','','','0','Cash',19.65,'80','','','11','','1','2021-02-20 16:45:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1053.00','1051','Inclusive'),(3983,'111613839532','90380219','1','300','retail','0','2021-02-20 19:54:29','','','','0','Cash',36.84,'300','','','11','','1','2021-02-20 16:56:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3984,'111613842207','30145488','2','40','retail','0','2021-02-20 20:31:01','','','','0','Cash',4.91,'20','','','11','','1','2021-02-20 17:31:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','17.54','2','1001.00','999','Inclusive'),(3985,'111613890809','6164001798022','1','450','retail','0','2021-02-21 10:00:24','','','','0','Cash',55.26,'450','','','11','','1','2021-02-21 07:00:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','64.00','63','Inclusive'),(3986,'111613891262','28716060','2','300','retail','0','2021-02-21 10:08:31','','','','0','Invoice',36.84,'150','','','11','','1','2021-02-21 07:09:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1186.00','1184','Inclusive'),(3987,'111613892174','90380219','1','300','retail','0','2021-02-21 10:23:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 07:24:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2143.00','2142','Inclusive'),(3988,'111613894138','90380219','2','600','retail','0','2021-02-21 10:56:00','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-21 07:57:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2143.00','2141','Inclusive'),(3989,'111613897163','90380219','2','600','retail','0','2021-02-21 11:46:37','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-21 08:47:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2143.00','2141','Inclusive'),(3991,'111613899368','90380219','2','600','retail','0','2021-02-21 12:23:21','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-21 09:24:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2144.00','2142','Inclusive'),(3993,'111613901442','90380219','1','300','retail','0','2021-02-21 12:58:15','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 09:58:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2145.00','2144','Inclusive'),(3994,'111613901557','28716060','1','150','retail','0','2021-02-21 13:00:44','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-21 10:01:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1186.00','1185','Inclusive'),(4006,'111613913824','90380219','2','600','retail','0','2021-02-21 16:24:07','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-21 13:25:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2159.00','2157','Inclusive'),(4007,'111613916886','90380219','7','2100','retail','0','2021-02-21 17:15:07','','','','0','Invoice',257.89,'300','','','11','','1','2021-02-21 14:16:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','7','2159.00','2152','Inclusive'),(4008,'111613917439','90380219','1','300','retail','0','2021-02-21 17:24:19','','','','0','Cash',36.84,'300','','','11','','1','2021-02-21 14:24:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2159.00','2158','Inclusive'),(4015,'111613920915','90380219','1','300','retail','0','2021-02-21 18:22:09','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 15:23:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2161.00','2160','Inclusive'),(4016,'111613922503','90380219','1','300','retail','0','2021-02-21 18:48:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 15:49:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2161.00','2160','Inclusive'),(4018,'111613927128','90380219','1','300','retail','0','2021-02-21 20:05:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 17:06:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2162.00','2161','Inclusive'),(4019,'111613927349','90380219','1','300','retail','0','2021-02-21 20:10:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-21 17:10:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2162.00','2161','Inclusive'),(4023,'111613973930','01903810','1','120','retail','0','2021-02-22 09:06:03','','','','0','Invoice',14.74,'120','','','11','','1','2021-02-22 06:06:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','23.00','22','Inclusive'),(4024,'111613977639','28716060','1','150','retail','0','2021-02-22 10:07:40','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-22 07:08:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1189.00','1188','Inclusive'),(4027,'111613979244','17286979','3','240','retail','0','2021-02-22 10:34:31','','','','0','Cash',29.47,'80','','','11','','1','2021-02-22 07:34:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1053.00','1050','Inclusive'),(4028,'111613979695','90380219','1','300','retail','0','2021-02-22 10:41:53','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 07:42:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2170.00','2169','Inclusive'),(4029,'111613990256','90380219','1','300','retail','0','2021-02-22 13:37:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 10:40:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2170.00','2169','Inclusive'),(4030,'111613990705','90380219','1','300','retail','0','2021-02-22 13:46:36','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 10:46:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2170.00','2169','Inclusive'),(4033,'111613993123','90380219','1','300','retail','0','2021-02-22 14:25:49','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 11:26:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2172.00','2171','Inclusive'),(4034,'111613993291','28716060','1','150','retail','0','2021-02-22 14:28:32','','','','0','Cash',18.42,'150','','','11','','1','2021-02-22 11:28:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1189.00','1188','Inclusive'),(4036,'111613995716','90380219','2','600','retail','0','2021-02-22 15:09:03','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-22 12:09:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2174.00','2172','Inclusive'),(4037,'111613996816','28716060','1','150','retail','0','2021-02-22 15:27:10','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-22 12:28:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1189.00','1188','Inclusive'),(4043,'111614004934','90380219','1','300','retail','0','2021-02-22 17:42:45','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 14:46:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2177.00','2176','Inclusive'),(4044,'111614005927','90380219','2','600','retail','0','2021-02-22 17:59:10','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-22 15:00:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2177.00','2175','Inclusive'),(4046,'111614006741','28716060','1','150','retail','0','2021-02-22 18:12:41','','','','0','Cash',18.42,'150','','','11','','1','2021-02-22 15:13:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1191.00','1190','Inclusive'),(4047,'111614007633','90380219','1','300','retail','0','2021-02-22 18:27:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 15:28:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2179.00','2178','Inclusive'),(4049,'111614009154','90380219','1','300','retail','0','2021-02-22 18:52:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 15:54:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2180.00','2179','Inclusive'),(4050,'111614011504','28716060','1','150','retail','0','2021-02-22 19:43:49','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-22 16:44:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1191.00','1190','Inclusive'),(4051,'111614013568','90380219','1','300','retail','0','2021-02-22 20:06:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 17:07:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2180.00','2179','Inclusive'),(4052,'111614013568','90380219','1','300','retail','0','2021-02-22 20:06:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-22 17:07:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2180.00','2179','Inclusive'),(4053,'111614013969','28716060','1','150','retail','0','2021-02-22 20:13:24','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-22 17:14:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1191.00','1190','Inclusive'),(4057,'111614017156','6164001798077','1','250','retail','0','2021-02-22 21:06:25','','','','0','Cash',30.70,'250','','','11','','1','2021-02-22 18:07:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','72.00','71','Inclusive'),(4058,'111614017235','90380219','1','300','retail','0','2021-02-22 21:08:44','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 18:08:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2183.00','2182','Inclusive'),(4059,'111614017331','90380219','1','300','retail','0','2021-02-22 21:10:01','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 18:10:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2183.00','2182','Inclusive'),(4060,'111614017416','90380219','1','300','retail','0','2021-02-22 21:10:42','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 18:11:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2183.00','2182','Inclusive'),(4061,'111614017502','90380219','1','300','retail','0','2021-02-22 21:13:24','','','','0','Cash',36.84,'300','','','11','','1','2021-02-22 18:13:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2183.00','2182','Inclusive'),(4066,'111614066209','90380219','1','300','retail','0','2021-02-23 10:43:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 07:44:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2190.00','2189','Inclusive'),(4067,'111614069013','90380219','1','300','retail','0','2021-02-23 11:31:02','','','','0','Cash',36.84,'300','','','11','','1','2021-02-23 08:31:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2190.00','2189','Inclusive'),(4068,'111614069330','90380219','1','300','retail','0','2021-02-23 11:35:47','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 08:36:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2190.00','2189','Inclusive'),(4069,'111614072830','90380219','1','300','retail','0','2021-02-23 12:34:07','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 09:34:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2190.00','2189','Inclusive'),(4077,'111614081343','90380219','2','600','retail','0','2021-02-23 14:55:58','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 11:57:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2198.00','2196','Inclusive'),(4078,'111614082076','90380219','1','300','retail','0','2021-02-23 15:08:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 12:10:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2198.00','2197','Inclusive'),(4079,'111614083317','90380219','1','300','retail','0','2021-02-23 15:29:03','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 12:30:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2198.00','2197','Inclusive'),(4080,'111614086024','90380219','2','600','retail','0','2021-02-23 16:14:24','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 13:15:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2198.00','2196','Inclusive'),(4081,'111614087077','90380219','1','300','retail','0','2021-02-23 16:31:49','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-23 13:32:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2198.00','2197','Inclusive'),(4082,'111614087251','90380219','2','600','retail','0','2021-02-23 16:34:38','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 13:36:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2198.00','2196','Inclusive'),(4086,'111614096105','90380219','2','600','retail','0','2021-02-23 19:02:08','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 16:02:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2200.00','2198','Inclusive'),(4087,'111614100457','90380219','2','600','retail','0','2021-02-23 20:18:13','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 17:18:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2200.00','2198','Inclusive'),(4088,'111614100457','90380219','2','600','retail','0','2021-02-23 20:18:13','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-23 17:18:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2200.00','2198','Inclusive'),(4089,'111614101016','90380219','2','600','retail','0','2021-02-23 20:24:33','','','','0','Cash',73.68,'300','','','11','','1','2021-02-23 17:24:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2200.00','2198','Inclusive'),(4094,'111614148920','90380219','2','600','retail','0','2021-02-24 09:42:20','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-24 06:43:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2207.00','2205','Inclusive'),(4096,'111614157558','90380219','1','300','retail','0','2021-02-24 12:06:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 09:07:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2210.00','2209','Inclusive'),(4098,'111614160958','90380219','1','300','retail','0','2021-02-24 13:04:56','','','','0','Cash',36.84,'300','','','11','','1','2021-02-24 10:04:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2211.00','2210','Inclusive'),(4099,'111614160958','17286979','2','160','retail','0','2021-02-24 13:04:56','','','','0','Cash',19.65,'80','','','11','','1','2021-02-24 10:05:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','2','1053.00','1051','Inclusive'),(4100,'111614163386','90380219','1','300','retail','0','2021-02-24 13:43:27','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 10:44:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2211.00','2210','Inclusive'),(4102,'111614166576','90380219','1','300','retail','0','2021-02-24 14:36:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 11:37:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2214.00','2213','Inclusive'),(4103,'111614170297','90380219','1','300','retail','0','2021-02-24 15:39:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 12:42:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2214.00','2213','Inclusive'),(4111,'111614172241','28716060','1','150','retail','0','2021-02-24 16:10:53','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-24 13:11:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1192.00','1191','Inclusive'),(4114,'111614177326','90380219','2','600','retail','0','2021-02-24 17:35:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-24 14:36:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2222.00','2220','Inclusive'),(4115,'111614177689','90380219','1','300','retail','0','2021-02-24 17:41:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 14:42:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2222.00','2221','Inclusive'),(4116,'111614178451','28716060','1','150','retail','0','2021-02-24 17:54:44','','','','0','Invoice',18.42,'150','','','11','','1','2021-02-24 14:55:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1192.00','1191','Inclusive'),(4117,'111614179891','90380219','1','300','retail','0','2021-02-24 18:18:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-24 15:19:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2222.00','2221','Inclusive'),(4119,'111614181690','28716060','1','150','retail','0','2021-02-24 18:48:31','','','','0','Cash',18.42,'150','','','11','','1','2021-02-24 15:48:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1193.00','1192','Inclusive'),(4120,'111614183273','90380219','1','300','retail','0','2021-02-24 19:15:13','','','','0','Cash',36.84,'300','','','11','','1','2021-02-24 16:16:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2222.00','2221','Inclusive'),(4123,'111614185176','90380219','1','300','retail','0','2021-02-24 19:47:12','','','','0','Cash',36.84,'300','','','11','','1','2021-02-24 16:48:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2224.00','2223','Inclusive'),(4124,'111614185297','90380219','1','300','retail','0','2021-02-24 19:48:44','','','','0','Cash',36.84,'300','','','11','','1','2021-02-24 16:49:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2224.00','2223','Inclusive'),(4145,'111614248152','90380219','1','300','retail','0','2021-02-25 13:16:39','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 10:17:24','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2263.00','2262','Inclusive'),(4152,'111614258245','17286979','4','320','retail','0','2021-02-25 16:05:26','','','','0','Invoice',39.30,'80','','','11','','1','2021-02-25 13:06:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','4','1055.00','1051','Inclusive'),(4153,'111614261331','28716060','2','300','retail','0','2021-02-25 16:56:04','','','','0','Cash',36.84,'150','','','11','','1','2021-02-25 13:56:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1196.00','1194','Inclusive'),(4154,'111614271184','90380219','1','300','retail','0','2021-02-25 19:52:10','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 16:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2268.00','2267','Inclusive'),(4155,'111614271184','90380219','1','300','retail','0','2021-02-25 19:52:10','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 16:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2268.00','2267','Inclusive'),(4156,'111614271184','90380219','2','600','retail','0','2021-02-25 19:52:10','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-25 16:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2268.00','2266','Inclusive'),(4157,'111614271184','6164001798022','1','450','retail','0','2021-02-25 19:52:10','','','','0','Invoice',55.26,'450','','','11','','1','2021-02-25 16:52:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','68.00','67','Inclusive'),(4158,'111614271184','69493023','1','350','retail','0','2021-02-25 19:52:10','','','','0','Cash',42.98,'350','','','11','','1','2021-02-25 16:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1964.00','1963','Inclusive'),(4159,'111614272018','69493023','1','350','retail','0','2021-02-25 19:54:01','','','','0','Cash',42.98,'350','','','11','','1','2021-02-25 16:55:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1964.00','1963','Inclusive'),(4160,'111614272205','90380219','1','300','retail','0','2021-02-25 19:58:34','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 17:01:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2268.00','2267','Inclusive'),(4163,'111614277136','90380219','1','300','retail','0','2021-02-25 21:24:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 18:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2270.00','2269','Inclusive'),(4164,'111614277136','90380219','1','300','retail','0','2021-02-25 21:24:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 18:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2270.00','2269','Inclusive'),(4165,'111614277136','90380219','1','300','retail','0','2021-02-25 21:24:48','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-25 18:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2270.00','2269','Inclusive'),(4166,'111614277136','17286979','1','80','retail','0','2021-02-25 21:24:48','','','','0','Cash',9.82,'80','','','11','','1','2021-02-25 18:25:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1055.00','1054','Inclusive'),(4168,'111614327871','90380219','1','300','retail','0','2021-02-26 11:24:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-26 08:25:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2272.00','2271','Inclusive'),(4169,'111614332517','69493023','4','1400','retail','0','2021-02-26 12:42:24','','','','0','Invoice',171.93,'350','','','11','','1','2021-02-26 09:43:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','4','1964.00','1960','Inclusive'),(4171,'111614334592','90380219','1','300','retail','0','2021-02-26 13:16:52','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-26 10:17:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2273.00','2272','Inclusive'),(4172,'111614335572','6164001798022','1','450','retail','0','2021-02-26 13:33:16','','','','0','Invoice',55.26,'450','','','11','','1','2021-02-26 10:34:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','68.00','67','Inclusive'),(4184,'111614338102','69493023','15','5250','retail','0','2021-02-26 14:17:10','','','','0','Invoice',644.74,'350','','','11','','1','2021-02-26 11:18:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','15','1964.00','1949','Inclusive'),(4185,'111614338504','90380219','1','300','retail','0','2021-02-26 14:21:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-26 11:22:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2285.00','2284','Inclusive'),(4186,'111614340566','90380219','2','600','retail','0','2021-02-26 14:56:25','','','','0','Invoice',73.68,'300','','','11','','1','2021-02-26 11:57:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2285.00','2283','Inclusive'),(4188,'111614345525','90380219','1','300','retail','0','2021-02-26 16:18:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-02-26 13:19:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2286.00','2285','Inclusive'),(4195,'111614352616','69493023','8','2800','retail','0','2021-02-26 18:17:24','','','','0','Mpesa',343.86,'350','','','11','','1','2021-02-26 15:17:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','8','1965.00','1957','Inclusive'),(4196,'111614583913','90380219','1','300','retail','0','2021-03-01 10:32:40','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 07:33:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4197,'111614584059','90380219','2','600','retail','0','2021-03-01 10:53:32','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 07:53:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2288.00','2286','Inclusive'),(4198,'111614584059','90380219','1','300','retail','0','2021-03-01 10:53:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 07:53:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4199,'111614584059','90380219','1','300','retail','0','2021-03-01 10:53:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 07:53:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4200,'111614584059','90380219','1','300','retail','0','2021-03-01 10:53:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 07:53:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4201,'111614584059','90380219','1','300','retail','0','2021-03-01 10:53:32','','','','0','Cash',36.84,'300','','','11','','1','2021-03-01 07:54:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4202,'111614585285','90380219','1','300','retail','0','2021-03-01 10:55:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 07:56:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4203,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4204,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4205,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4206,'111614585484','28716060','1','150','retail','0','2021-03-01 11:15:12','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1201.00','1200','Inclusive'),(4207,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4208,'111614585484','6164001798022','1','450','retail','0','2021-03-01 11:15:12','','','','0','Invoice',55.26,'450','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','71.00','70','Inclusive'),(4209,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4210,'111614585484','90380219','1','300','retail','0','2021-03-01 11:15:12','','','','0','Cash',36.84,'300','','','11','','1','2021-03-01 08:15:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4211,'111614586541','90380219','1','300','retail','0','2021-03-01 11:28:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:28:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4212,'111614586541','90380219','1','300','retail','0','2021-03-01 11:28:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:28:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4213,'111614586541','90380219','2','600','retail','0','2021-03-01 11:28:37','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 08:28:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2288.00','2286','Inclusive'),(4214,'111614586541','90380219','1','300','retail','0','2021-03-01 11:28:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:28:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4215,'111614586541','90380219','1','300','retail','0','2021-03-01 11:28:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:28:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4216,'111614586541','90380219','2','600','retail','0','2021-03-01 11:28:37','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 08:29:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2288.00','2286','Inclusive'),(4217,'111614588462','90380219','1','300','retail','0','2021-03-01 11:50:44','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 08:50:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4218,'111614588462','90380219','2','600','retail','0','2021-03-01 11:50:44','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 08:52:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2288.00','2286','Inclusive'),(4219,'111614591598','90380219','1','300','retail','0','2021-03-01 12:46:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 09:46:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4220,'111614591598','90380219','1','300','retail','0','2021-03-01 12:46:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 09:46:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4221,'111614591598','90380219','3','900','retail','0','2021-03-01 12:46:01','','','','0','Invoice',110.53,'300','','','11','','1','2021-03-01 09:47:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2288.00','2285','Inclusive'),(4222,'111614592049','90380219','1','300','retail','0','2021-03-01 12:49:05','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 09:49:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4223,'111614592049','90380219','1','300','retail','0','2021-03-01 12:49:05','','','','0','Cash',36.84,'300','','','11','','1','2021-03-01 09:49:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2288.00','2287','Inclusive'),(4242,'111614595897','6164001798022','1','450','retail','0','2021-03-01 13:52:01','','','','0','Invoice',55.26,'450','','','11','','1','2021-03-01 10:52:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','71.00','70','Inclusive'),(4243,'111614596304','90380219','1','300','retail','0','2021-03-01 13:59:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 11:00:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2308.00','2307','Inclusive'),(4256,'111614599205','41620741','1','350','retail','0','2021-03-01 14:47:37','','','','0','Invoice',42.98,'350','','','11','','1','2021-03-01 11:48:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1025.00','1024','Inclusive'),(4270,'111614601981','90380219','1','300','retail','0','2021-03-01 15:33:15','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 12:34:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2337.00','2336','Inclusive'),(4276,'111614609948','90380219','1','300','retail','0','2021-03-01 17:46:03','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 14:46:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2345.00','2344','Inclusive'),(4277,'111614611370','90380219','2','600','retail','0','2021-03-01 18:09:57','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 15:10:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2345.00','2343','Inclusive'),(4278,'111614612034','90380219','1','300','retail','0','2021-03-01 18:20:54','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 15:21:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2345.00','2344','Inclusive'),(4279,'111614613140','90380219','1','300','retail','0','2021-03-01 18:39:16','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 15:40:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2345.00','2344','Inclusive'),(4284,'111614621838','90380219','1','300','retail','0','2021-03-01 21:08:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 18:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4285,'111614621838','6164001798022','1','450','retail','0','2021-03-01 21:08:58','','','','0','Invoice',55.26,'450','','','11','','1','2021-03-01 18:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','71.00','70','Inclusive'),(4286,'111614621838','90380219','1','300','retail','0','2021-03-01 21:08:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 18:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4287,'111614621838','90380219','1','300','retail','0','2021-03-01 21:08:58','','','','0','Cash',36.84,'300','','','11','','1','2021-03-01 18:09:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4288,'111614622178','6164001798077','1','250','retail','0','2021-03-01 21:11:35','','','','0','Invoice',30.70,'250','','','11','','1','2021-03-01 18:11:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','75.00','74','Inclusive'),(4289,'111614622178','90380219','1','300','retail','0','2021-03-01 21:11:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-01 18:12:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4290,'111614622350','90380219','2','600','retail','0','2021-03-01 21:12:48','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-01 18:13:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2349.00','2347','Inclusive'),(4291,'111614665436','90380219','1','300','retail','0','2021-03-02 09:11:43','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 06:13:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4293,'111614666384','90380219','1','300','retail','0','2021-03-02 09:26:45','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 06:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2349.00','2348','Inclusive'),(4299,'111614689329','17286979','1','80','retail','0','2021-03-02 16:02:03','','','','0','Cash',9.82,'80','','','11','','1','2021-03-02 13:02:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1057.00','1056','Inclusive'),(4304,'111614690880','90380219','5','1500','retail','0','2021-03-02 16:15:03','','','','0','Invoice',184.21,'300','','','11','','1','2021-03-02 13:15:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','2358.00','2353','Inclusive'),(4305,'111614694504','90380219','1','300','retail','0','2021-03-02 17:15:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 14:16:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2358.00','2357','Inclusive'),(4308,'111614696595','90380219','2','600','retail','0','2021-03-02 17:50:17','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-02 14:53:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2360.00','2358','Inclusive'),(4311,'111614698119','6164001798022','1','450','retail','0','2021-03-02 18:15:35','','','','0','Cash',55.26,'450','','','11','','1','2021-03-02 15:15:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','71.00','70','Inclusive'),(4312,'111614698155','90380219','1','300','retail','0','2021-03-02 18:16:50','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 15:17:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2364.00','2363','Inclusive'),(4314,'111614700204','28716060','1','150','retail','0','2021-03-02 18:50:22','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-02 15:51:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1212.00','1211','Inclusive'),(4316,'111614700846','28716060','1','150','retail','0','2021-03-02 19:01:04','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-02 16:01:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1212.00','1211','Inclusive'),(4320,'111614705724','90380219','1','300','retail','0','2021-03-02 20:22:17','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 17:23:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2371.00','2370','Inclusive'),(4321,'111614705841','90380219','3','900','retail','0','2021-03-02 20:25:22','','','','0','Invoice',110.53,'300','','','11','','1','2021-03-02 17:26:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2371.00','2368','Inclusive'),(4322,'111614705974','01903810','1','120','retail','0','2021-03-02 20:26:50','','','','0','Cash',14.74,'120','','','11','','1','2021-03-02 17:27:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','29.00','28','Inclusive'),(4323,'111614706030','28716060','1','150','retail','0','2021-03-02 20:27:45','','','','0','Cash',18.42,'150','','','11','','1','2021-03-02 17:28:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1212.00','1211','Inclusive'),(4324,'111614706088','6164001798022','1','450','retail','0','2021-03-02 20:30:52','','','','0','Invoice',55.26,'450','','','11','','1','2021-03-02 17:30:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','71.00','70','Inclusive'),(4325,'111614706088','90380219','1','300','retail','0','2021-03-02 20:30:52','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 17:32:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2371.00','2370','Inclusive'),(4326,'111614706420','90380219','1','300','retail','0','2021-03-02 20:34:06','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-02 17:35:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2371.00','2370','Inclusive'),(4334,'111614758205','90380219','1','300','retail','0','2021-03-03 10:57:11','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 08:00:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2379.00','2378','Inclusive'),(4346,'111614760434','90380219','1','300','retail','0','2021-03-03 11:34:10','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 08:34:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2386.00','2385','Inclusive'),(4348,'111614763779','90380219','1','300','retail','0','2021-03-03 12:29:59','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 09:30:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2387.00','2386','Inclusive'),(4349,'111614769247','90380219','1','300','retail','0','2021-03-03 14:01:05','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 11:02:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2387.00','2386','Inclusive'),(4350,'111614772231','90380219','2','600','retail','0','2021-03-03 14:50:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-03 11:52:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2387.00','2385','Inclusive'),(4351,'111614773518','90380219','1','300','retail','0','2021-03-03 15:12:14','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 12:13:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2387.00','2386','Inclusive'),(4354,'111614780652','90380219','2','600','retail','0','2021-03-03 17:11:24','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-03 14:12:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2388.00','2386','Inclusive'),(4356,'111614782731','90380219','2','600','retail','0','2021-03-03 17:45:48','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-03 14:46:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2390.00','2388','Inclusive'),(4358,'111614785771','90380219','1','300','retail','0','2021-03-03 18:36:58','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 15:37:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4359,'111614792981','90380219','1','300','retail','0','2021-03-03 20:38:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 17:38:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4360,'111614792981','90380219','1','300','retail','0','2021-03-03 20:38:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 17:39:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4361,'111614793172','90380219','1','300','retail','0','2021-03-03 20:40:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 17:40:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4362,'111614793256','17286979','1','80','retail','0','2021-03-03 20:41:21','','','','0','Cash',9.82,'80','','','11','','1','2021-03-03 17:42:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1059.00','1058','Inclusive'),(4363,'111614793324','90380219','1','300','retail','0','2021-03-03 20:47:13','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-03 17:47:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4364,'111614793324','01903810','1','120','retail','0','2021-03-03 20:47:13','','','','0','Invoice',14.74,'120','','','11','','1','2021-03-03 17:47:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','29.00','28','Inclusive'),(4365,'111614793677','90380219','1','300','retail','0','2021-03-03 20:48:10','','','','0','Cash',36.84,'300','','','11','','1','2021-03-03 17:49:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2391.00','2390','Inclusive'),(4378,'111614844759','28716060','1','150','retail','0','2021-03-04 10:59:38','','','','0','Cash',18.42,'150','','','11','','1','2021-03-04 08:00:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1219.00','1218','Inclusive'),(4379,'111614846076','90380219','1','300','retail','0','2021-03-04 11:21:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 08:22:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2404.00','2403','Inclusive'),(4380,'111614846902','90380219','1','300','retail','0','2021-03-04 11:35:19','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 08:35:52','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2404.00','2403','Inclusive'),(4383,'111614849666','01903810','1','120','retail','0','2021-03-04 12:21:45','','','','0','Invoice',14.74,'120','','','11','','1','2021-03-04 09:22:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','30.00','29','Inclusive'),(4385,'111614854743','6164001798077','5','1250','retail','0','2021-03-04 13:46:04','','','','0','Cash',153.51,'250','','','11','','1','2021-03-04 10:48:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','5','79.00','74','Inclusive'),(4386,'111614854888','90380219','1','300','retail','0','2021-03-04 13:49:17','','','','0','Cash',36.84,'300','','','11','','1','2021-03-04 10:49:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2405.00','2404','Inclusive'),(4387,'111614857729','90380219','1','300','retail','0','2021-03-04 14:35:46','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 11:36:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2405.00','2404','Inclusive'),(4388,'111614858557','90380219','1','300','retail','0','2021-03-04 14:49:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 11:50:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2405.00','2404','Inclusive'),(4389,'111614859360','90380219','1','300','retail','0','2021-03-04 15:03:10','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 12:03:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2405.00','2404','Inclusive'),(4391,'111614861045','28716060','1','150','retail','0','2021-03-04 15:31:24','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-04 12:32:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1219.00','1218','Inclusive'),(4392,'111614862617','90380219','1','300','retail','0','2021-03-04 15:57:12','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 12:57:53','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2406.00','2405','Inclusive'),(4393,'111614864804','90380219','1','300','retail','0','2021-03-04 16:33:44','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 13:34:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2406.00','2405','Inclusive'),(4394,'111614865765','90380219','1','300','retail','0','2021-03-04 16:49:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 13:50:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2406.00','2405','Inclusive'),(4395,'111614869369','90380219','7','2100','retail','0','2021-03-04 17:54:01','','','','0','Invoice',257.89,'300','','','11','','1','2021-03-04 14:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','7','2406.00','2399','Inclusive'),(4396,'111614869369','90380219','1','300','retail','0','2021-03-04 17:54:01','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-04 14:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2406.00','2405','Inclusive'),(4397,'111614869369','28716060','1','150','retail','0','2021-03-04 17:54:01','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-04 14:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1219.00','1218','Inclusive'),(4398,'111614869369','28716060','1','150','retail','0','2021-03-04 17:54:01','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-04 14:54:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1219.00','1218','Inclusive'),(4399,'111614871066','90380219','3','900','retail','0','2021-03-04 18:18:07','','','','0','Invoice',110.53,'300','','','11','','1','2021-03-04 15:19:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2406.00','2403','Inclusive'),(4400,'111614871443','28716060','1','150','retail','0','2021-03-04 18:24:27','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-04 15:25:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1219.00','1218','Inclusive'),(4411,'111614935677','90380219','2','600','retail','0','2021-03-05 12:14:56','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-05 09:15:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2420.00','2418','Inclusive'),(4420,'111614958827','90380219','1','300','retail','0','2021-03-05 18:40:48','','','','0','Cash',36.84,'300','','','11','','1','2021-03-05 15:41:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2425.00','2424','Inclusive'),(4421,'111614960359','90380219','1','300','retail','0','2021-03-05 19:08:02','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-05 16:08:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2425.00','2424','Inclusive'),(4422,'111614960359','90380219','1','300','retail','0','2021-03-05 19:08:02','','','','0','Cash',36.84,'300','','','11','','1','2021-03-05 16:08:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2425.00','2424','Inclusive'),(4423,'111614960534','90380219','1','300','retail','0','2021-03-05 19:12:09','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-05 16:12:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2425.00','2424','Inclusive'),(4424,'111614960534','28716060','1','150','retail','0','2021-03-05 19:12:09','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-05 16:13:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1224.00','1223','Inclusive'),(4425,'111614961750','90380219','2','600','retail','0','2021-03-05 19:29:27','','','','0','Cash',73.68,'300','','','11','','1','2021-03-05 16:30:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2425.00','2423','Inclusive'),(4426,'111614961811','17286979','1','80','retail','0','2021-03-05 19:31:08','','','','0','Cash',9.82,'80','','','11','','1','2021-03-05 16:31:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1060.00','1059','Inclusive'),(4427,'111614961899','17286979','1','80','retail','0','2021-03-05 19:32:05','','','','0','Invoice',9.82,'80','','','11','','1','2021-03-05 16:33:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1060.00','1059','Inclusive'),(4429,'111615010558','90380219','2','600','retail','0','2021-03-06 09:03:05','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-06 06:03:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2426.00','2424','Inclusive'),(4430,'111615011612','90380219','1','300','retail','0','2021-03-06 09:20:33','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 06:21:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2426.00','2425','Inclusive'),(4431,'111615012391','90380219','5','1500','retail','0','2021-03-06 09:33:34','','','','0','Cash',184.21,'300','','','11','','1','2021-03-06 06:34:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','5','2426.00','2421','Inclusive'),(4433,'111615015073','90380219','2','600','retail','0','2021-03-06 10:18:16','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-06 07:18:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2426.00','2424','Inclusive'),(4434,'111615016462','90380219','2','600','retail','0','2021-03-06 10:41:32','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-06 07:41:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2426.00','2424','Inclusive'),(4436,'111615017189','6164001798077','1','250','retail','0','2021-03-06 10:53:31','','','','0','Cash',30.70,'250','','','11','','1','2021-03-06 07:53:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','79.00','78','Inclusive'),(4437,'111615019202','90380219','1','300','retail','0','2021-03-06 11:27:03','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 08:27:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2426.00','2425','Inclusive'),(4438,'111615019865','90380219','1','300','retail','0','2021-03-06 11:38:02','','','','0','Mpesa',36.84,'300','','','11','','1','2021-03-06 08:39:06','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2426.00','2425','Inclusive'),(4440,'111615025184','41620741','1','350','retail','0','2021-03-06 13:09:23','','','','0','Cash',42.98,'350','','','11','','1','2021-03-06 10:09:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1025.00','1024','Inclusive'),(4441,'111615025184','41620741','1','350','retail','0','2021-03-06 13:09:23','','','','0','Cash',42.98,'350','','','11','','1','2021-03-06 10:09:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1025.00','1024','Inclusive'),(4442,'111615025575','01903810','1','120','retail','0','2021-03-06 13:13:20','','','','0','Cash',14.74,'120','','','11','','1','2021-03-06 10:13:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','35.00','34','Inclusive'),(4444,'111615025744','90380219','1','300','retail','0','2021-03-06 13:17:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 10:18:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2428.00','2427','Inclusive'),(4445,'111615025744','90380219','1','300','retail','0','2021-03-06 13:17:42','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 10:18:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2428.00','2427','Inclusive'),(4457,'111615030764','28716060','1','150','retail','0','2021-03-06 14:39:40','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-06 11:40:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1225.00','1224','Inclusive'),(4458,'111615031721','90380219','1','300','retail','0','2021-03-06 14:55:43','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 11:56:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2438.00','2437','Inclusive'),(4459,'111615032179','01903810','1','120','retail','0','2021-03-06 15:03:20','','','','0','Cash',14.74,'120','','','11','','1','2021-03-06 12:03:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','105.26','1','35.00','34','Inclusive'),(4464,'111615038879','90380219','1','300','retail','0','2021-03-06 16:54:57','','','','0','Cash',36.84,'300','','','11','','1','2021-03-06 13:55:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2440.00','2439','Inclusive'),(4467,'111615040825','90380219','1','300','retail','0','2021-03-06 17:27:19','','','','0','Cash',36.84,'300','','','11','','1','2021-03-06 14:27:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2441.00','2440','Inclusive'),(4468,'111615041560','90380219','1','300','retail','0','2021-03-06 17:39:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 14:40:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2441.00','2440','Inclusive'),(4469,'111615046199','90380219','1','300','retail','0','2021-03-06 18:56:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 15:57:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2441.00','2440','Inclusive'),(4471,'111615049772','28716060','2','300','retail','0','2021-03-06 20:00:09','','','','0','Invoice',36.84,'150','','','11','','1','2021-03-06 17:00:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','1227.00','1225','Inclusive'),(4472,'111615049772','6164001798077','1','250','retail','0','2021-03-06 20:00:09','','','','0','Invoice',30.70,'250','','','11','','1','2021-03-06 17:00:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','80.00','79','Inclusive'),(4473,'111615049772','17286979','1','80','retail','0','2021-03-06 20:00:09','','','','0','Cash',9.82,'80','','','11','','1','2021-03-06 17:00:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1062.00','1061','Inclusive'),(4474,'111615050023','90380219','1','300','retail','0','2021-03-06 20:02:24','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-06 17:03:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2441.00','2440','Inclusive'),(4475,'111615106051','90380219','1','300','retail','0','2021-03-07 11:34:30','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-07 08:36:18','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2441.00','2440','Inclusive'),(4498,'111615208857','90380219','1','300','retail','0','2021-03-08 16:07:53','','','','0','Cash',36.84,'300','','','11','','1','2021-03-08 13:09:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2468.00','2467','Inclusive'),(4499,'111615208986','69493023','1','350','retail','0','2021-03-08 16:10:16','','','','0','Cash',42.98,'350','','','11','','1','2021-03-08 13:10:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1965.00','1964','Inclusive'),(4505,'111615209805','6164001798022','1','450','retail','0','2021-03-08 16:23:43','','','','0','Invoice',55.26,'450','','','11','','1','2021-03-08 13:24:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','78.00','77','Inclusive'),(4507,'111615210690','90380219','1','300','retail','0','2021-03-08 16:38:38','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-08 13:40:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2475.00','2474','Inclusive'),(4508,'111615214323','69493023','2','700','retail','0','2021-03-08 17:39:54','','','','0','Cash',85.96,'350','','','11','','1','2021-03-08 14:41:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','2','1965.00','1963','Inclusive'),(4509,'111615214463','90380219','1','300','retail','0','2021-03-08 17:44:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-08 14:44:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2475.00','2474','Inclusive'),(4510,'111615214463','90380219','1','300','retail','0','2021-03-08 17:44:32','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-08 14:44:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2475.00','2474','Inclusive'),(4511,'111615214463','90380219','1','300','retail','0','2021-03-08 17:44:32','','','','0','Cash',36.84,'300','','','11','','1','2021-03-08 14:46:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2475.00','2474','Inclusive'),(4512,'111615214775','90380219','1','300','retail','0','2021-03-08 17:48:37','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-08 14:49:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2475.00','2474','Inclusive'),(4513,'111615215081','90380219','2','600','retail','0','2021-03-08 17:54:07','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-08 14:54:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2475.00','2473','Inclusive'),(4514,'111615215081','90380219','2','600','retail','0','2021-03-08 17:54:07','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-08 14:54:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2475.00','2473','Inclusive'),(4515,'111615215939','90380219','2','600','retail','0','2021-03-08 18:07:36','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-08 15:08:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2475.00','2473','Inclusive'),(4520,'111615269634','90380219','1','300','retail','0','2021-03-09 09:00:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 06:01:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2480.00','2479','Inclusive'),(4521,'111615270484','90380219','3','900','retail','0','2021-03-09 09:15:13','','','','0','Invoice',110.53,'300','','','11','','1','2021-03-09 06:15:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','3','2480.00','2477','Inclusive'),(4523,'111615272469','17286979','3','240','retail','0','2021-03-09 09:48:28','','','','0','Cash',29.47,'80','','','11','','1','2021-03-09 06:48:42','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','3','1062.00','1059','Inclusive'),(4524,'111615273794','90380219','1','300','retail','0','2021-03-09 10:10:46','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 07:11:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2481.00','2480','Inclusive'),(4525,'111615280522','90380219','1','300','retail','0','2021-03-09 12:02:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 09:03:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2481.00','2480','Inclusive'),(4532,'111615291771','90380219','1','300','retail','0','2021-03-09 15:09:46','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 12:10:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2486.00','2485','Inclusive'),(4535,'111615294953','28716060','1','150','retail','0','2021-03-09 16:02:46','','','','0','Mpesa',18.42,'150','','','11','','1','2021-03-09 13:03:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1232.00','1231','Inclusive'),(4536,'111615296314','90380219','2','600','retail','0','2021-03-09 16:27:29','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-09 13:27:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2487.00','2485','Inclusive'),(4537,'111615296314','90380219','1','300','retail','0','2021-03-09 16:27:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 13:28:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2487.00','2486','Inclusive'),(4538,'111615296699','90380219','1','300','retail','0','2021-03-09 16:31:55','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 13:32:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2487.00','2486','Inclusive'),(4539,'111615297124','90380219','1','300','retail','0','2021-03-09 16:39:29','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 13:40:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2487.00','2486','Inclusive'),(4543,'111615302851','90380219','2','600','retail','0','2021-03-09 18:14:27','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-09 15:15:08','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2488.00','2486','Inclusive'),(4544,'111615303001','90380219','2','600','retail','0','2021-03-09 18:16:58','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-09 15:17:34','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2488.00','2486','Inclusive'),(4545,'111615303427','6164001798022','2','900','retail','0','2021-03-09 18:24:10','','','','0','Cash',110.53,'450','','','11','','1','2021-03-09 15:24:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','2','79.00','77','Inclusive'),(4549,'111615303691','6164001798022','1','450','retail','0','2021-03-09 18:28:33','','','','0','Mpesa',55.26,'450','','','11','','1','2021-03-09 15:29:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','80.00','79','Inclusive'),(4550,'111615305997','90380219','1','300','retail','0','2021-03-09 19:06:56','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-09 16:07:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2489.00','2488','Inclusive'),(4556,'111615362492','28716060','1','150','retail','0','2021-03-10 10:48:30','','','','0','Invoice',18.42,'150','','','11','','1','2021-03-10 07:49:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1235.00','1234','Inclusive'),(4557,'111615363070','90380219','1','300','retail','0','2021-03-10 10:58:28','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-10 07:59:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2496.00','2495','Inclusive'),(4559,'111615368380','28716060','1','150','retail','0','2021-03-10 12:26:36','','','','0','Mpesa',18.42,'150','','','11','','1','2021-03-10 09:28:02','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1235.00','1234','Inclusive'),(4563,'111615370171','90380219','1','300','retail','0','2021-03-10 12:57:56','','','','0','Cash',36.84,'300','','','11','','1','2021-03-10 09:58:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2501.00','2500','Inclusive'),(4564,'111615371769','90380219','2','600','retail','0','2021-03-10 13:23:08','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-10 10:24:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2501.00','2499','Inclusive'),(4567,'111615374909','90380219','1','300','retail','0','2021-03-10 14:15:23','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-10 11:16:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2503.00','2502','Inclusive'),(4570,'111615379714','90380219','1','300','retail','0','2021-03-10 15:35:35','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-10 12:36:22','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2505.00','2504','Inclusive'),(4572,'111615380605','90380219','1','300','retail','0','2021-03-10 15:50:21','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-10 12:51:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2506.00','2505','Inclusive'),(4597,'111615470106','69493023','1','350','retail','0','2021-03-11 16:42:04','','','','0','Cash',42.98,'350','','','11','','1','2021-03-11 13:42:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','307.02','1','1968.00','1967','Inclusive'),(4611,'111615471310','90380219','2','600','retail','0','2021-03-11 17:02:18','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-11 14:03:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2536.00','2534','Inclusive'),(4614,'111615472680','90380219','1','300','retail','0','2021-03-11 17:40:25','','','','0','Mpesa',36.84,'300','','','11','','1','2021-03-11 14:41:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2540.00','2539','Inclusive'),(4618,'111615474062','28716060','1','150','retail','0','2021-03-11 17:47:58','','','','0','Mpesa',18.42,'150','','','11','','1','2021-03-11 14:48:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','1244.00','1243','Inclusive'),(4620,'111615476882','6164001798022','1','450','retail','0','2021-03-11 18:35:56','','','','0','Mpesa',55.26,'450','','','11','','1','2021-03-11 15:37:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','80.00','79','Inclusive'),(4621,'111615477326','6164001798022','1','450','retail','0','2021-03-11 18:42:31','','','','0','Mpesa',55.26,'450','','','11','','1','2021-03-11 15:43:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','394.74','1','80.00','79','Inclusive'),(4629,'111615487498','90380219','1','300','retail','0','2021-03-11 21:32:18','','','','0','Mpesa',36.84,'300','','','11','','1','2021-03-11 18:32:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2549.00','2548','Inclusive'),(4630,'111615487559','90380219','1','300','retail','0','2021-03-11 21:33:38','','','','0','Mpesa',36.84,'300','','','11','','1','2021-03-11 18:34:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2549.00','2548','Inclusive'),(4632,'111615531974','90380219','1','300','retail','0','2021-03-12 09:53:10','','','','0','Mpesa',36.84,'300','','','11','','1','2021-03-12 06:53:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2550.00','2549','Inclusive'),(4633,'111615534002','90380219','2','600','retail','0','2021-03-12 10:27:31','','','','0','Mpesa',73.68,'300','','','11','','1','2021-03-12 07:28:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2550.00','2548','Inclusive'),(4635,'111615534407','90380219','1','300','retail','0','2021-03-12 10:33:51','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-12 07:35:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2551.00','2550','Inclusive'),(4636,'111615537070','90380219','2','600','retail','0','2021-03-12 11:18:26','','','','0','Mpesa',73.68,'300','','','11','','1','2021-03-12 08:19:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2551.00','2549','Inclusive'),(4639,'111615547189','90380219','2','600','retail','0','2021-03-12 14:07:06','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-12 11:07:56','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2555.00','2553','Inclusive'),(4640,'111615550074','17286979','1','80','retail','0','2021-03-12 14:55:05','','','','0','Invoice',9.82,'80','','','11','','1','2021-03-12 11:55:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','70.18','1','1066.00','1065','Inclusive'),(4641,'111615628970','90380219','1','300','retail','0','2021-03-13 12:49:57','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-13 09:51:05','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2555.00','2554','Inclusive'),(4642,'111615729379','90380219','1','300','retail','0','2021-03-14 16:43:53','','','','0','Cash',36.84,'300','','','11','','1','2021-03-14 13:44:21','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2555.00','2554','Inclusive'),(4643,'111615729772','90380219','1','300','retail','0','2021-03-14 16:49:47','','','','0','Cash',36.84,'300','','','11','','1','2021-03-14 13:49:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2555.00','2554','Inclusive'),(4644,'111615883489','90380219','1','300','retail','0','2021-03-16 11:31:52','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-16 08:32:44','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2555.00','2554','Inclusive'),(4646,'111616069526','90380219','2','600','retail','0','2021-03-18 15:12:25','','','','0','Invoice',73.68,'300','','','11','','1','2021-03-18 12:13:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','2','2557.00','2555','Inclusive'),(4647,'111616917990','90380219','1','300','retail','0','2021-03-28 10:54:08','','','','0','Invoice',36.84,'300','','','11','','1','2021-03-28 07:54:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','263.16','1','2559.00','2558','Inclusive'); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order3` -- DROP TABLE IF EXISTS `sales_order3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order3` ( `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` 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', 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_order3` -- LOCK TABLES `sales_order3` WRITE; /*!40000 ALTER TABLE `sales_order3` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_order3` 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` ( `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` 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', 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_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 `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 `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 AUTO_INCREMENT=10 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 */; INSERT INTO `serialstocktaking` VALUES (1,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322611','87.00','70.00','FLAX SEEDS'),(2,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322612','87.00','70.00','FLAX SEEDS'),(3,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322613','87.00','70.00','FLAX SEEDS'),(4,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322617','87.00','70.00','FLAX SEEDS'),(5,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322618','87.00','70.00','FLAX SEEDS'),(6,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'3322619','87.00','70.00','FLAX SEEDS'),(7,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'33226110','87.00','70.00','FLAX SEEDS'),(8,'20000',0.00,1.00,0.00,1,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'33226120','87.00','70.00','FLAX SEEDS'),(9,'20000',0.00,1.00,0.00,0,'open',1,1,'2020-10-10','2020-10-10',0,'','open',0,'33226119','87.00','70.00','FLAX SEEDS'); /*!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) NOT NULL, `lastname` varchar(15) NOT NULL, `msisdn` varchar(20) NOT NULL, `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, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!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', 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','0763a9ef91068d1723cf54a8b95bf1c5fc003cbb3a84ebe2f24d5ae9bb8f4318','SMSCHAPCHAP','','<H1 style=\"margin:0px;\">NATURAL CHILL WATER</H1>\r\n<b>P.O BOX 7193-00200 NAIROBI KENYA\r\nTELEPHONE:0757034455<br>\r\n<b>Thindigua Highway, Ridge Center Ground Floor</b>\r\n','254738637711','BUMALA','support@robisearch.com','ROBISEARCHPOS','<H1 style=\"margin:0px;\">NATURAL CHILL WATER</H1>\r\n<b>P.O BOX 7193-00200 NAIROBI KENYA\r\nTELEPHONE:0757034455<br>\r\n<b>Thindigua Highway, Ridge Center Ground Floor</b> <br>\r\n<H2>TILL NUMBER: 5172021 </H2>\r\n\r\n\r\n','KJ WINES','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','522522','Ksh','VAT','14','14','2','RO0001',' <i><b>Your Bottle has been handled and cleaned with special care .Thank You</i></b>','2020-10-221603357748.png','1','1 ','','1','2020-11-13 13:44:51','yes','no','no','no','nZnvJO84mfzs3DoAX4884eobJVTE0mJa4HE/Thhx6cwsWZucT70UyWW8/tw9O1qwpUdcC3knAoThqBhLvleFHQ==','<center><h1>TILL NO:5172021</h1></center>','','no','You were to renew your account by 1/1/2020 and you have not yet paid. Kindly send your money to our paybil no:522522 and Acc No:117121120 then system will continue working correctly\n','AiXhO1JLAMsvNz1x4W5Wy4YG9ikUzQR0Xo4bg+gaNivU5cR8OfEQe9Yu2oVABr/E17/wwJXSbD7HzYZ36r6qww==','100','Current','Current','00:00','23:59','Retail','One Without Automatic Logout','Before Receipt','thank you for shopping with us. From Robisearch LTD.','yes','yes','Advanta','ROBISEARCH','Robisearch@2018','ROBISEARCH','<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','06:30','00:45','no','General',10,'user/viewsales','deactivate','category'); /*!40000 ALTER TABLE `smsconfig` 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=7 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.','2019-02-16 02:32:21pm','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,'Board meeting','There will be a board meeting for the directors.','2019-05-18 03:02:06pm','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 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 */; /*!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=9 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,'5250','0','41605024467','2020-11-10 19:32:13',0.00,0.00,'','1','1','n/a','David\'s lunch ','150','1','4','','N/A','0','0','EXEMPTED'),(2,'5250','0','41605026410','2020-11-10 19:44:09',0.00,0.00,'','4','1','n/a','maureen lunch','170','1','','','N/A','0','0','EXEMPTED'),(3,'5250','0','41605026862','2020-11-10 19:53:37',0.00,0.00,'','4','1','n/a','hesbon','150','1','4','','N/A','0','0','EXEMPTED'),(4,'5250','0','41605027325','2020-11-10 19:59:27',0.00,0.00,'','4','1','n/a','mwangi','150','1','4','','N/A','0','0','EXEMPTED'),(5,'5250','0','41605088696','2020-11-11 13:00:44',0.00,0.00,'','4','1','n/a','delivery expense','150','1','4','','N/A','0','0','EXEMPTED'),(6,'5250','0','41605088929','2020-11-11 13:06:31',0.00,0.00,'','4','1','n/a','violet','150','1','4','','N/A','0','0','EXEMPTED'),(7,'5566','0','41605089571','2020-11-11 13:19:01',0.00,0.00,'','4','1','n/a','lunch expense','150','1','4','','N/A','0','0','EXEMPTED'),(8,'5250','0','41605089975','2020-11-11 13:23:16',0.00,0.00,'','4','1','n/a','lunch expense','150','1','4','','N/A','0','0','EXEMPTED'); /*!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, 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=27 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 */; INSERT INTO `stocktaking` VALUES (1,'13',1250.00,135.00,-1115.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(2,'12',1000.00,1000.00,0.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(3,'11',1000.00,1000.00,0.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(4,'10',1001.00,1000.00,-1.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(5,'9',1001.00,1000.00,-1.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(6,'8',1019.00,1000.00,-19.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(7,'7',1002.00,1000.00,-2.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(8,'6',1000.00,1000.00,0.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(9,'5',1001.00,19.00,-982.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(10,'4',1003.00,41.00,-962.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(11,'3',1000.00,11.00,-989.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(12,'2',1000.00,96.00,-904.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(13,'1',1008.00,0.00,-1008.00,1,'branch',1,1,'2020-11-12','2020-11-12',1,'07:54:02','open',1),(14,'13',135.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(15,'12',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(16,'11',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(17,'10',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(18,'9',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(19,'8',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(20,'7',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(21,'6',1000.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(22,'5',19.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(23,'4',41.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(24,'3',11.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(25,'2',96.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1),(26,'1',0.00,0.00,0.00,1,'branch',10,1,'2020-11-13','',0,'08:05:54','open',1); /*!40000 ALTER TABLE `stocktaking` 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 AUTO_INCREMENT=2 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 */; INSERT INTO `suggestions` VALUES (1,'POS','best','2019-07-12 05:44:51am','1','','','active'); /*!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 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 */; /*!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,'test','2020-07-15 07:21:00','2','1','Submitted','1','test','',0,'','','86425731594786606','2020-07-15',0,'1',''); /*!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` varchar(100) NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` varchar(100) NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT 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, `measurements` varchar(30) NOT NULL DEFAULT 'pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `updatedby` 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 `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; INSERT INTO `tasks` VALUES (1,'4','Leave management','2020-07-15 06:56:17','2020-07-15 17:00:00','Cashier','New','1','High','31421581594785377','No','ddd','2020-07-15 06:56:32','1','3','1',1,'Pc','233','','',0),(2,'1','xxx','2020-07-28 07:16:46','2020-07-28 17:00:00','0718667391','Pending','1','High','86425731594786606','No','xxx','2020-07-15 07:17:53','1','2','1',1,'No','20','','2020-07-15 07:21:00',1); /*!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, `description` text NOT NULL, `name` 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, `mode` 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 `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; INSERT INTO `tasktype` VALUES (1,'','TECHNICAL','2018-10-18 17:40:27','active','1','','1',''),(2,'','Customer Training','2019-11-22 16:10:15','active','1','','1','no'),(3,'','Attendance','2019-11-22 16:10:23','active','1','','1','pct'); /*!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 `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` varchar(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, 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 `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 `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=21 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','pc'),(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','pcs'),(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'); /*!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,2) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22 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 */; INSERT INTO `uomproducts` VALUES (1,'343434','2020-08-27 12:41:09','child','1','','1','3333','1',2.00,'',''),(2,'3434343','2020-08-27 12:41:25','child','1','','1','3333','1',1.00,'',''),(3,'pc','2020-09-10 15:47:37','active','1','','1','4006','1',1.00,'30','20'),(4,'pcks','2020-09-10 15:48:11','active','1','','1','4006','1',12.00,'360','240'),(5,'BL','2020-09-10 15:48:46','active','1','','1','4006','1',24.00,'960','480'),(6,'pcks','2020-09-14 14:41:37','active','1','','1','001','1',240.00,'183','360'),(7,'BL','2020-09-14 14:44:12','active','1','','1','001','1',24.00,'720','288'),(8,'9000000','2020-09-23 13:53:12','child','1','','1','670221791737.00','1',1.00,'',''),(9,'235.00','2020-09-23 13:53:21','child','1','','1','670221791737.00','1',2.00,'',''),(10,'8712000900663.00','2020-09-23 13:53:43','child','1','','1','670221791737.00','1',2.00,'',''),(11,'9000000','2020-09-23 14:57:04','child','1','','1','9000000','1',2.00,'',''),(12,'234.00','2020-09-23 14:57:24','child','1','','1','9000000','1',5.00,'',''),(13,'233.00','2020-09-23 14:57:37','child','1','','1','9000000','1',3.00,'',''),(14,'BL','2020-10-10 15:46:32','active','1','','1','20000','1',12.00,'1040','840'),(15,'bx','2020-10-10 15:47:34','active','1','','1','20000','1',24.00,'2088','1680'),(16,'pc','2020-10-20 18:10:05','active','1','','1','1012','1',1.00,'30','20'),(17,'dz','2020-10-20 18:10:28','active','1','','1','1012','1',12.00,'300','200'),(18,'BL','2020-10-20 18:10:47','active','1','','1','1012','1',24.00,'400','400'),(19,'7','2020-10-23 10:54:34','child','1','','1','4','1',1.00,'',''),(20,'5','2020-10-23 10:54:46','child','1','','1','4','1',1.00,'',''),(21,'6','2020-10-23 10:55:00','child','1','','1','4','1',1.00,'',''); /*!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; /*!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:31:05
.
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